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...
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 - https://www.zashboy.com/articles/claude-code-workflow-plugin-multi-agent-orchestration-evolved
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 - https://www.zashboy.com/articles/how-to-prevent-claude-code-from-auto-contributing-to-your-repos
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 - https://www.zashboy.com/articles/i-finally-stopped-dreading-git-commits
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 - http://www.zashboy.com/articles/opencode-translation-workflow-custom-plugins-and-domain-specific-tools
Take agent chaining to the next level. OpenCode Supervisor orchestrates entire dev workflowsโplanning, coding, and reviewsโwhile maintaining state across interruptions. ๐ค๐ #AI #SoftwareDev - http://www.zashboy.com/articles/opencode-supervisor-orchestrating-multi-agent-development-workflows
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 - http://www.zashboy.com/articles/opencode-agent-chaining-planner-editor-review-pipeline
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 - http://www.zashboy.com/articles/search-in-compressed-files
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 - http://www.zashboy.com/articles/configure-a-swap-partition-on-u...
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 #... - http://www.zashboy.com/articles/how-to-copy-older-image-files-from-a-remote-serve...
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 - http://www.zashboy.com/articles/installing-composer-v1-alongside-composer-v2
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... - http://www.zashboy.com/articles/get-information-about-ip-addresses-in-the...
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 - http://www.zashboy.com/articles/imagemagick-watermarking-images-individually-and...
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 - http://www.zashboy.com/articles/launch-filezilla-without-your-ssh-agent
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 - http://www.zashboy.com/articles/efficient-log-management-with-logrotate
๐ 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 - http://www.zashboy.com/articles/setting-up-an-ftp-server-on-ubuntu-with-vsftpd
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... - http://www.zashboy.com/articles/troubleshooting-passwordauthentication-no-not-taki...
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 - http://www.zashboy.com/articles/streamlining-database-dumps-from-aws-rds-with-mariadb-docker
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 - http://www.zashboy.com/articles/restoring-windows-boot-from-error-cannot-load-image-to-gaming-suc...
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 - http://localhost/articles/mount-third-party-servers-with-sshfs-and-s3-with-fstab-on-ubuntu
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