#tools

Turning Twitter into a Cleaner RSS Feed with TwitterToRSS

April 24, 2026

I created TwitterToRSS, a simple Python app that scrapes posts from selected Twitter users every 12 hours and updates an RSS feed. Inspired by Nitter but without the complexity or API costs, it uses your own Twitter session cookies for authentication to deliver a cleaner, ad-free way to follow content.

Read more →

Running a Simple Coding Agent on a Raspberry Pi Zero

March 21, 2026

I built a simple coding agent using just five basic tools and deployed it on a Raspberry Pi Zero 2W with a nice chat UI. This lightweight system enables on-demand app development and research via LLM APIs, demonstrating how easy and fun it is to create custom coding agents.

Read more →