Install
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
A Telegram job alert bot in 60 lines of Python, on live ATS data
14+ min ago (456+ words) Job boards go stale fast. By the time a weekly digest reaches you, the interesting roles have been open for a month. So let's build the smallest thing that fixes that: a Telegram bot that wakes up, asks one API…...
gh api --paginate --slurp --jq 'length' Counts Pages, Not Issues
1+ hour, 20+ min ago (415+ words) gh api --paginate --slurp --jq 'length' is the command everyone reaches for to count issues in a repository. It does not count issues. It counts pages. I found this while writing pagination recipes for a toolkit, and then found the…...
I built a radio station with one listener, and it runs in a terminal
1+ hour, 36+ min ago (638+ words) The film above is 86 seconds, and the middle of it is a real on-air moment. There is a longer unedited recording at the top of the repo README. Watch either first, with the sound on. The rest of this post…...
6 Best Open Source Workflow Engines for 2026
3+ mon, 1+ week ago (708+ words) A workflow engine platform executes complex processes involving humans, machines and IT systems to improve efficiency and meet compliance demands. The rise of cloud computing, microservices architectures, AI and agents has spurred the creation of open source workflow engines to…...
tokeneff: An Open-Source LLM Cost Meter That Runs Locally
2+ hour, 31+ min ago (338+ words) Most LLM dashboards show you the bill after the damage is done. You run a coding agent for an afternoon, ship a feature, and two days later your OpenAI dashboard says you spent $47. On what? Which model? Which request? You…...
How to Bulk Download Images: From URL Lists to a ZIP File
3+ hour, 32+ min ago (1250+ words) The most useful starting point is a list of direct image URLs. Once you have that list, you can download the files together with a browser tool or a small command-line workflow. This tutorial covers both approaches, plus a JavaScript…...
How to Choose the Right Chart for Your Data
56+ min ago (34+ words) A good chart can make complex data understandable in seconds. But choosing the wrong chart can confuse your audience or even hide the most important …...
Build a small OpenOSRS plugin in Java
6+ hour, 8+ min ago (412+ words) A small plugin is a good way to learn a desktop client's extension system. This example displays a chat message after login. It covers discovery, dependency injection, game events and packaging without automating gameplay. I maintain the OpenOSRS project at…...
I Rewrote One Function in Squirrel, Then in C. One Line of Python Was Just as Fast.
6+ hour, 29+ min ago (543+ words) I maintain a 2D game engine in Python called ABS Engine. Last week I decided it needed C. Not because anything was slow. That is the embarrassing part. I wanted to drop a.c file into a folder and call it from Python…...
How to Build Your First AI Automation Workflow From Scratch (A Beginner’s Walkthrough)
2+ hour, 16+ min ago (33+ words) The first automation you build doesn’t need to be smart. It just needs to work. Most people put off building …...