Friday, September 5, 2025

Thursday, September 4, 2025

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 GitHub repos. Added to my ~/.zshrc, it’s now a fast, reliable tool in my caveman workflow. Maybe you'll find use for it too! Have a great rest of your day, everyone! https://gist.github.com/rmtbb/d55638e758ad656eb40741dd60a39e5f September 4, 2025 at 03:58AM

Show HN: Trending rust NTP inspection CLI https://ift.tt/OFKbzEA

Show HN: Trending rust NTP inspection CLI Hi y’all, Just came across a crate on crates.io that recently hit v1.0.0. It’s called rkik - basically a "dig for NTP". I hadn’t seen a tool like this in Rust before. Looks pretty handy: it can query and compare NTP servers, output JSON for monitoring, and even run continuous checks. Seems to be getting some traction in the Rust community - might be worth a look if you’re into System administration, networking or DevOps. https://ift.tt/OcqwYIG September 4, 2025 at 12:49AM

Show HN: Run gpt-oss-20b on 8GB GPUs https://ift.tt/YxpaH9z

Show HN: Run gpt-oss-20b on 8GB GPUs https://ift.tt/DvNr8aM September 3, 2025 at 11:15PM

Wednesday, September 3, 2025

Show HN: Forward Error Correction for Pion WebRTC https://ift.tt/fHulSVv

Show HN: Forward Error Correction for Pion WebRTC We explain what Forward Error Correction (FEC) is, how and why it works in general, and how you can try it out with a new implementation in the Pion WebRTC stack. https://ift.tt/koEMClx September 2, 2025 at 06:58PM

Show HN: My first Go project, a useless animated bunny sign for your terminal https://ift.tt/TmKM9Sj

Show HN: My first Go project, a useless animated bunny sign for your terminal Hi HN, I wanted to share my very first (insignificant) project written in Go: a little CLI tool that displays messages with an animated bunny holding a sign. I wanted to learn Go and needed a small, fun project to get my hands dirty with the language and the process of building and distributing a CLI. I've built a similar tool in JavaScript before so I thought porting it would be a great learning exercise. This was a dive into Go's basics for me, from package structure and CLI flag parsing to building binaries for different platforms (never did that on my JS projects). I'm starting to understand why Go is so praised: it's standard library is huge compared with other languages. One thing that really impressed me was the idea (at some point of this journey) to develop a functionality by myself (where in the javascript original project I choose to use an external library), here with the opportunities that std lib was giving me I thought "why don't try to create the function by miself?" and it worked! In the Js version I used the nodejs "log-update", here I write a dedicated pkg. I know it's a bit silly, but I could see it being used to add some fun to build scripts or idk highlight important log messages, or just make a colleague smile. It's easy to install if you have Go set up: go install github.com/fsgreco/go-bunny-sign/cmd/bunnysign@latest Since I'm new to Go, I would genuinely appreciate any feedback on the code, project structure, or Go best practices. The README also lists my planned next steps, like adding tests and setting up CI better. Thanks for taking a look! https://ift.tt/AVYo0rU August 31, 2025 at 06:46PM

Show HN: Open-source AI writing your javadoc https://ift.tt/4TRkj8s

Show HN: Open-source AI writing your javadoc https://ift.tt/SHQbacW September 2, 2025 at 11:25PM

Show HN: I built a public and open llms.txt endpoint for every domain https://ift.tt/TVIDnca

Show HN: I built a public and open llms.txt endpoint for every domain And yes, I know, literally no AI uses llms.txt right now. But hear me ...