Sunday, August 31, 2025

Show HN: Sometimes GitHub is boring, so I made a CLI tool to fix it https://ift.tt/SZ6l8fE

Show HN: Sometimes GitHub is boring, so I made a CLI tool to fix it Just wanted to clone a repo from my gh account and visualize it. Pretty easy with gitact. You can check any gh account. It’s called { gitact } quickly navigate through a user’s repos instantly grab the right git clone URL Feedback, stars and PRs are welcome https://ift.tt/OiAQLwk August 31, 2025 at 02:26AM

Show HN: Give Claude Code control of your browser (open-source) https://ift.tt/1Gjrnsz

Show HN: Give Claude Code control of your browser (open-source) As I started to use Claude Code to do more random tasks I realized I could basically build any CLI tool and it would use it. So I built one that controls the browser and open-sourced it. It should work with Codex or any other CLI-based agent! I have a long term idea where the models are all local and then the tool is privacy preserving because it's easy to remove PII from text, but I'd definitely not recommend using this for anything important just yet. You'll need a Gemini key until I (or someone else) figure out how to distill a local version out of that part of the pipeline. Github link: https://ift.tt/SEJgy7n https://www.cli-agents.click/ August 30, 2025 at 11:37PM

Show HN: Tool that helps you find domains for your idea https://ift.tt/wDxePXN

Show HN: Tool that helps you find domains for your idea I built a simple tool that suggests good domain names based on your idea, something I usually spend way too long on myself. It's free, no sign-up needed, 5 searches / day (a bit wonky, working on that part). Mainly built it for myself but would love some feedback and tips for improvement! :) Thanks! https://ift.tt/M3R7n9k August 31, 2025 at 12:50AM

Saturday, August 30, 2025

Show HN: Readn – Feed reader with Hacker News support https://ift.tt/7E6k348

Show HN: Readn – Feed reader with Hacker News support This feed reader can fetch and display discussion threads from Hacker News and Lobste.rs, making it convenient to follow both articles and the conversations around them. It’s a fork of the original Yarr project, whose author considers it feature-complete and is no longer accepting feature requests. https://ift.tt/RD5l18F August 30, 2025 at 12:01AM

Prioritizing Safety at Schools Citywide: An Update on Our Crossing Guard Program

Prioritizing Safety at Schools Citywide: An Update on Our Crossing Guard Program
By

Our teams work year-round to improve safety at San Francisco schools. That includes crossing guards who support more than 90 campuses citywide. As students across the city head back to class, our teams have been working hard to make sure their trips are safe and reliable. Our Crossing Guard Program is a service we provide to schools and an important part of our work to help students get to and from school safely. Crossing guards are beloved by students, parents, caregivers and neighbors – and right now, we are facing a shortage. While there have been no cuts to the roughly $4 million crossing...



Published August 29, 2025 at 05:30AM
https://ift.tt/KF2U5yj

Show HN: An open source implementation of OpenStreetMap in Electron https://ift.tt/3OPuQSd

Show HN: An open source implementation of OpenStreetMap in Electron https://ift.tt/dzpgb4O August 30, 2025 at 02:14AM

Show HN: Magic links – Get video and dev logs without installing anything https://ift.tt/Bscligu

Show HN: Magic links – Get video and dev logs without installing anything Hey HN, For a while now, our team has been trying to solve a common problem: getting all the context needed to debug a bug report without the endless back-and-forth. It’s hard to fix what you can't see, and console logs, network requests, and other dev data are usually missing from bug reports. We’ve been working on a new tool called Recording Links. The idea is simple: you send a link to a user or teammate, and when they record their screen to show an issue, the link automatically captures a video of the problem along with all the dev context, like console logs and network requests. Our goal is to make it so you can get a complete, debuggable bug report in one go. We think this can save a ton of time that's normally spent on follow-up calls and emails. We’re a small team and would genuinely appreciate your thoughts on this. Is this a problem you face? How would you improve this? Any and all feedback—positive or critical—would be incredibly helpful as we continue to build. PS - you can try it out from here: https://ift.tt/eOFStpA August 27, 2025 at 10:21AM

Show HN: Listgitfiles.sh – Fetch Raw GitHub File URLs with One Command https://ift.tt/xWyTS60

Show HN: Listgitfiles.sh – Fetch Raw GitHub File URLs with One Command I wrote this script to quickly retrieve raw file URLs from public Git...