Writing E2E tests is the ultimate "important but boring" task. I got fed up with the selector hunt and built a Claude Code plugin that generates tests for the whole app with one command. #ClaudeCode #E2E - www.zashboy.com/articles/one...
Orchestrating AI agents is usually a mess of manual hand-offs. I took what I learned from OpenCode and built a Claude Code plugin #Claude Code - www.zashboy.com/articles/claude-code-wor...
I'm not a fan of Claude Code adding itself to my Git contributor lists. I found the fix to keep your metadata clean. #ClaudeAI #Git - www.zashboy.com/articles/how-to-prevent-...
I spent years writing "fix stuff" as a commit message because I was too tired to think of anything better. I finally automated my commits and PR descriptions, and now my git history actually makes sense. #git #automation - www.zashboy.com/articles/i-finally-stopp...
Regarding the translation accuracy, unfortunately I don't speak the target language, but it looked French to me! We'll see what the client thinks.
Reviews helped a lot with finding and replacing hardcoded text in the code. The results were still not perfect, but much better than running only one prompt with an LLM. I can't even imagine how long this would have taken a few years ago!
My most advanced OpenCode setup yet: A fully automated workflow for legacy Joomla translation. Custom TS plugins + multi-agent reviews = seamless refactoring. 🛠️✨ #OpenCode #WebDev #Automation - www.zashboy.com/articles/opencode-transl...
Take agent chaining to the next level. OpenCode Supervisor orchestrates entire dev workflows—planning, coding, and reviews—while maintaining state across interruptions. 🤖🚀 #AI #SoftwareDev - www.zashboy.com/articles/opencode-superv...
Stop settling for AI vendor lock-in. 🚫 My OpenCode Agent Chaining pipeline (Planner-Editor-Review) brings multi-model power to Emacs. Total control over your dev workflow is finally here! 🤖💻 #Emacs #AI #Coding - www.zashboy.com/articles/opencode-agent-...
Stop decompressing logs just to search them! 🛑
Use `ripgrep -z` to search .gz, .bz2, .xz, and .lz4 archives directly. Save time, save disk space, and keep your CLI workflow fast. ⚡️
#ripgrep #CLI #DevOps #Programming - www.zashboy.com/articles/search-in-compr...
Running out of RAM? 🐧 Boost your Ubuntu system's performance and unlock hibernation by setting up a swap partition. This guide covers the configuration process from GParted to persistence. 🛠️
#Ubuntu #Linux #SysAdmin #OpenSource - www.zashboy.com/articles/configure-a-swa...
Stop hunting for old files manually. 🖼️ This SSH one-liner lets you find, archive, and stream images older than a specific date directly to your local machine. Efficient remote management made easy! ⚡️ #Linux #... - www.zashboy.com/articles/how-to-copy-old...
Stuck with legacy PHP projects that require Composer v1? 🐘 You don't have to downgrade your system. Here’s how to run Composer v1 and v2 side-by-side without conflicts. Keep your workflow smooth! #PHP #Composer #WebDev - www.zashboy.com/articles/installing-comp...
Need to investigate an IP address without leaving your terminal? 💻 From basic pings to deep network diagnostics, these essential Ubuntu commands have you covered for security audits and more. 🐧⚙️
#Linux #Networking #U... - www.zashboy.com/articles/get-information...
Stop watermarking images one by one! 📸 Master ImageMagick to automate watermarking for thousands of files at once. Includes tips for parallel processing and batch conversion. 💻✨ #ImageMagick #OpenSource #Automation - www.zashboy.com/articles/imagemagick-wat...
Getting "Too many authentication failures" in FileZilla? 📂 Your SSH agent might be oversharing. Learn how to launch FileZilla without the agent to fix connection errors and troubleshoot your keys. 🛠️ #FileZilla #SSH #SysAdmin - www.zashboy.com/articles/launch-filezill...
Stop manually clearing logs! 🛑 Logrotate automates rotation, compression, and deletion so your server stays healthy and your disk stays clear. The ultimate "set it and forget it" tool for Ubuntu. 🐧💻 #Linux #DevOps #SysAdmin - www.zashboy.com/articles/efficient-log-m...
🚀 Secure file transfers made easy! Learn how to install and configure vsftpd on Ubuntu. This guide covers anonymous access, user auth, and crucial security hardening. 🐧💻
#Linux #Ubuntu #SysAdmin #vsftpd - www.zashboy.com/articles/setting-up-an-f...
Set `PasswordAuthentication no` but passwords still work? 🔐 On Ubuntu & Debian, a sneaky `Include` directive often overrides your settings. Learn how to fix your SSH config for good. #Linux #SSH #SysAdmin #Sec... - www.zashboy.com/articles/troubleshooting...
Database dump failures from AWS RDS are a headache. 😫 Stop fighting local `mysqldump` version conflicts and start using MariaDB Docker for a reliable, portable workflow.
#AWS #MySQL #Docker #DevOps - www.zashboy.com/articles/streamlining-da...
Windows update broke your dual-boot? 🛠️ I ran into the 'error: cannot load image' bug and fixed it. Here’s how to restore your bootloader and get back to gaming. 🎮 #Windows #Linux #Gaming #TechTips - www.zashboy.com/articles/restoring-windo...
Stop manually copying config files. 🛑
GNU Stow is the cleanest way to manage your dotfiles using symlinks. One repo, multiple machines, zero mess.
Learn how to set it up and keep your $HOME tidy. 💻✨
#Linux #Dotfiles #OpenSource #Co... - http://www.zashboy.com/articles/manage-your-dotfile
Stop juggling SFTP clients! 🚀 Mount remote servers and S3 buckets directly to your Ubuntu filesystem with SSHFS and fstab. Make remote files feel local. 🐧💻 #Linux #Ubuntu #SysAdmin #DevOps - localhost/articles/mount-third-par...
Is your firewall ready for production? 🛡️
Ditch iptables for nftables. Learn how to secure your Ubuntu server for Web, Mail, and VPN services with rate-limiting and IP-restricted access.
#Linux #Ubuntu #SysAdmin #nftables #CyberSecurity - https://zashboy.com/articles/ubuntu-nftables-firewal
Wanted an Ollama-like CLI for local image & video models so I didn't have to hardcode prompts in an IDE. Built a tool that runs I2I, T2I, T2V, TTS, and STT locally—perfect for AMD GPUs.
Sharing it in case it helps anyone else! Check it out here: github.com/zb-ss/hftool #OpenSource #AI