Codex CLI felt safer than Claude Code, but it cost me my flow
…I always run a similar prompt when I start a new session on Claude Code. I used the same prompt, "Analyze and review the project," in Codex, and the output was surprisingly…
…I always run a similar prompt when I start a new session on Claude Code. I used the same prompt, "Analyze and review the project," in Codex, and the output was surprisingly…
…tools to improve my workflow, prototyped random ideas that have been living rent-free in my head, and just seen what I can make real with a simple prompt. A couple of…
…tool actually improves developer productivity once the project becomes complex and difficult to debug. Why I chose a backend-heavy app More than just fancy screens Anyone can prompt an AI to…
…PDFs, and apply for jobs without dealing with local files. How Claude Code helped me build this site It barely took a few prompts I built this using Claude, and it was…
…These tools can understand your entire codebase, and are capable of executing complex, multi-file changes from a single prompt. Claude Code has quickly turned into my go-to tool for this…
…VS Code does not limit itself to local files. Through APIs like FileSystemProvider, extensions can expose entire virtual or remote file systems inside the workspace. That means a repository or remote environment…
…giving me ideas about improving my home lab. I decided to pull the plug on my subscription and migrate my entire development and writing stack to local LLMs through LM Studio. And…
…Sign in to your XDA account As a home labber, I’ve always been an advocate for running services on my local hardware instead of relying on cloud platforms. And my stance…
…bwf() { local name name=$(rbw list | fzf --prompt="Vault > ") [ -n "$name" ] && rbw get "$name" | tr -d '\n' | wl-copy echo "Copied: $name" } Put that function inside .bashrc , and then you can execute…
…Sign in to your XDA account The default terminal experience in Windows has come a long way since the original command prompt . Windows Terminal was a huge improvement, bringing the operating system…