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
I Built a Local Git Diff Explainer With Ollama So My PRs Stop Sounding Like a Robot
5+ hour, 29+ min ago (493+ words) I write better code than I write PR summaries. That is not a flex. It is a confession. Most of my commit messages used to look like “fix stuff or a paste of git diff --stat into a cloud chat…...
Why a PR walkthrough can pass validation and still be hard to read
13+ hour, 5+ min ago (770+ words) I made an HTML guide for reading pull requests. When I shared it with coworkers, the visual feedback was encouraging, but I still felt that parts were hard to follow. One person wanted to see the explanation before the code…...
Each pull request was tested against a main that no longer existed
1+ day, 35+ min ago (786+ words) A payment call started timing out in production about an hour after a Thursday merge. The change that broke it had been reviewed, approved and green. So had the change it collided with. Neither of them was wrong on its…...
Marketplace: Ready-to-Clone Project Templates & Code Boilerplates
1+ day, 7+ hour ago (492+ words) cenius.ai The Cenius marketplace is a library of ready-to-clone project templates and full-stack code boilerplates. Skip the blank page: pick a finished project, unlock it with credits, and continue building from where someone else left off. Or generate a…...
AI-Generated Commit Messages: Automating the Boring Part of Git
1+ day, 12+ hour ago (34+ words) I have a confession: for the better part of a decade, my commit messages looked like this. fix fix again wip final fix actually final …...
Expo + Supabase GitHub Auth Broke 3 Times — Here's the Fix
1+ day, 22+ hour ago (891+ words) TL;DR: GitHub login in my Expo app broke three separate times. A deep link that went nowhere. A PKCE flow I wired backwards. A redirect URL with a typo. Each fix is copy-pasteable below. Total auth code is under…...
Is Your Project Actually Working, or Are You Just Getting Lucky?
1+ day, 19+ hour ago (274+ words) Health-Checking Node.js Repositories with RepoDoctor A Node.js project might run smoothly on your local machine. But what happens when …...
A markdown viewer, not a file browser
2+ day, 2+ hour ago (480+ words) Agents write a lot of markdown. Plans, architecture decisions, handoff notes, CLAUDE.md. Most of the... Tagged with terminal, coding, agents, markdown....
My first open source contribution was a bug nobody could hear
2+ day, 3+ hour ago (1214+ words) I am an audio DSP student, and for a long time "contribute to open source" sat on my list next to "learn to swim properly". Something I would clearly do at some point, with no first step attached to it....
Prerequisites for Open Source
1+ day, 22+ hour ago (196+ words) Before jumping into open source, pick a niche.. Dev, ML, DevOps, etc. You don’t need to know everything. You just need a solid foundation in the stack you want to contribute to. DO NOT BECOME A TUTORIAL CLOWN -Learn the…...