跳到主要內容

發表文章

目前顯示的是有「軟體」標籤的文章

利用 Claude Code Router 使用 Kimi K2 模型

 最近有個開放權重模型叫 Kimi K2 ,表現接近 Claude Sonnet 3.7,我非常想試看看在 Claude Code 的表現,於是就安裝   Claude Code Router  以便使用不同的模型。

Kiro AI IDE 試用心得

 最近的 AI IDE 工具實在太卷了,OpenAI 收購 Windsurf 破局後,Google立馬出手收購技術及開發團隊,彷彿 HTC 手機團隊收購重現。 而 Windsurf 也馬上被開發 Devin 的 Cognition 併購,接著Anthropic就解禁, Windsurf  就能使用Claude Sonnet 4了。 而其他巨頭也沒閒著, AWS 馬上推出 Kiro 。

Gemini CLI 發一句 Hi 要花多少 Tokens?

直接破題,若已經使用Gemini CLI建立 memory 的話,至少幾千個,我建立不少 rules,再加上 MCP Server,所以花了一萬八千多個 tokens,有圖有真相。

Build or Buy 自建或購買軟體

 對於一個中小企業來說,成本絕對是首要考慮的因素,當使用者或高層提出需求/構想時,IT部門應該要如何處置呢? 是買市面上的商品還是找IT人員做一個,或是直接在 Github 找一個Open Source的套件來用呢?現在AI時代很多人提到 RAG 也是同樣的想法,就一併來討論吧!

TRAE AI IDE 使用心得

 最近有個很紅的AI編程工具,叫 TRAE ,用 VS Code 源碼改出來的,把它想成類似  Cursor  或  Windsurf  就對了。

Windsurf 改回 Visual Studio marketplace

Windsurf  Editor 是個 AI Code 神器,和 Cursor Code Editor 比起來 "幾乎" 是有過之而無不及。 但是,我發現 Windsurf  使用 open-vsx 的marketplace,造成某些在 VS Code 常用的 Extension 不能安裝,例如說 Microsoft 的 C# Dev Kit  或是 .Net Unit Test 要用的 .NET Core Test Explorer  ;前者是 微軟禁止在其他 IDE 使用,後者則是與微軟的C# Extension相依。 

Multi Commander 比對文字檔

 以前我都用FreeCommander,但功能實在太弱,所以在前2年改用 Multi Commander , Multi Commander  的功能逼近  Total Commander ,但是一直沒有比對文字檔顯示差異的功能,所以只能找擴充方法,在 論壇 上找到呼叫 WinMerge 去比對的方法,但是它的Script要修改一下。

Remote Desktop Connection Manager 復活

 以前在Windows上常用Remote Desktop Connection Manager/RDCMan (遠端桌面連線管理員)連線管理多臺Server/VM,可以看 保哥的介紹 ,在 2020年爆出漏洞 後,我就改用 Parallels Client ,但仍沒有RDCMan好用。 今天無意中看到 RDCMan 居然在 SystemInternals 上復活,回頭看 保哥另一篇 也更新了;保哥看到的是2.81,目前我看到已經是2.92。

超好用的檔案壓縮程式File Optimizer

最近因為公司的專刊交由印刷廠做出來的pdf太肥,承辦人也不知道怎麼怎麼縮小,又沒有Acrobat可用。 找了一個 Open Source的  File Optimizer   ,我設定成150dpi,就把最大的一個檔案縮小十分之一,收工。

Sunsetting Mercurial support in Bitbucket

今天收到Bitbucket的通知要停止支援 Mercurial ,我在多年前Google Code還不支援Git時就提過,經過仔細比較,Git全面支援UTF-8後怎麼看都是未來的標準,在各方面都無懈可擊; Mercurial 與Git相較有明顯的效能差異,會被淘汰只是遲早的問題。 After much consideration,  we've decided to remove Mercurial support from Bitbucket Cloud and the API. Mercurial features and repositories will be officially removed from Bitbucket and its API on June 1, 2020. What used to be a very fragmented version control software market has rapidly matured. Mercurial usage on Bitbucket is steadily declining, and the percentage of new Bitbucket users choosing Mercurial has fallen to less than 1%. At the same time, Git has become the standard. According to a Stack Overflow Developer Survey, almost 90% of developers use Git, while Mercurial is the least popular version control system with only about 3% developer adoption. Given that Git has emerged as the version control system of choice for the industry, we have decided to focus our priorities and roadmap on building the best possible experience...

Firefox 字型顯示異常

最近新裝1臺Windows 10筆電和1臺Windows 10電競用桌機,2臺的Firefox預設字型設成Noto Sans CJK TC都還是以PMingLiu(新細明體)顯示。

DBeaver 介面語言

DBeaver是我個人頗常用的一套跨平台Database管理工具,最近升級後發現Windows版本居然變成簡體中文,而且無法切換為英文。

可以在Windows Server 2012安裝的防毒軟體

Windows Server 2016內建Windows Defender 防毒軟體,所以不少人常問我在Server 2008/2012上能裝什麼免費防毒軟體?

Android Studio temp file過大

現在很多朋友和我一樣都改用SSD做為系統碟,一般的Windows程式只要改 TEMP 變數就好,在Linux就尷尬了, /tmp 遇到像Android Studio這種要把所有的Update都解開才開始安裝時,一次裝了60幾GB就會爆掉。

取消內部網路預設使用相容性檢視

最近MIS使用 Vue.js 開發,遇到發佈到伺服器後無法正常顯示,經過仔細Debug之後才發現,原來是Internet Explorer預設使用『相容性檢視』。

FreeNAS vs NAS4Free

最近又在Survey FreeNAS 與 NAS4Free ,由於版本進步很快,以前看到的評論都不算數。 剛才看到  FreeNAS vs NAS4Free   ,由於是 FreeNAS 的,不能算很公正的評論,看看就好。

Mac OS X上的OpenVPN Client

最近在找VPN,發現openvpn.net的Mac client根本不能用?幸好高手還是很多,有個 Open Source的  tunnelblick  可用,試了一下,直接用PC上的ovpn檔修改key檔案位置後匯入就可以用。

Migrate Bitnami Gitlab to another server

原來裝的 Bitnami Gitlab Virtual Machine是 Gitlab 6.8,因為我 手賤 升級Ubuntu就不太正常,要把原來的Gitlab升級。 先看了 GitLab Upgrader 發覺不太夠,再看 6.9 to 7.0 ,確認 Ruby版本也要新版,於是抓了新版的 Bitnami Gitlab Virtual Machine,打算直接連OS一併升級。