3D printers and CNC

Antigravityで回路作成

On a certain YouTube channel, a review of semi-automated circuit design using EasyEDA and generative AI was recently ...

AI Local LLM

主要AIサービス開発環境の比較:VSCode・CLI・独立IDE

The official Gemini extension for VSCode (Gemini Code Assist Individual tier) and Gemini CLI, which have long been us ...

AI Local LLM

Gemini for VSCodeの終了とコンテキスト管理

When taking on my first game development challenge, I used the web version of Gemini to organize my ideas while havin ...

n8n and automation

n8nの「Publish」とは何か

With the update to version 2.0, the UI of the workflow automation tool “n8n” has been significantly revam ...

Development, Programming, Git

Gitで特定のブランチのみをクローンする方法

Today, we are going to dive a bit deeper into how Git repositories are handled.

When someone tells you to ̶ ...

Virtualization, Containers, WSL

VSCode + WSL + Gemini で Windows側ディレクトリを入れ替えたときに起きるキャッシュ問題と、再起動での解決方法

The VSCode “Remote – WSL” extension is used by many developers because it allows them to work on Wi ...

Virtualization, Containers, WSL

WSLでWindows上のディレクトリを安全・高速に扱う「mount --bind」

When developing with WSL, you often find yourself needing to manipulate files on the Windows side.
In WSL, the Wi ...

Development, Programming, Git

Visual Studio Code(VSCode)のターミナルでVimのCtrl+Qが効かない問題を解決する方法

The integrated terminal in VS Code is extremely convenient, and being able to use Vim as an extension of your daily c ...

Linux, Server Setup, Networking

bashのhistoryを強化するおすすめ設定

When working daily in the terminal on Linux or macOS, the “history” feature for recalling previously exec ...