Hacker News with Generative AI: Golang

Hyrum's Law in Golang (abenezer.org)
I recently stumbled upon an intriguing comment while exploring the Go codebase.
Show HN: ZQDGR a Script Runner for Golang (github.com/juls0730)
ZQDGR is Zoe's Quick and Dirty Golang Runner. This is a simple tool that lets you run a go project in a similar way to how you would use npm. ZQDGR lets you watch files and rebuild your project as you make changes. ZQDGR also includes an optional websocket server that will notify listeners that a rebuild has occurred, this is very useful for live reloading when doing web development with Go.
Show HN: HTML-to-Markdown – convert entire websites to Markdown with Golang/CLI (github.com/JohannesKaufmann)
A robust html-to-markdown converter that transforms HTML (even entire websites) into clean, readable Markdown. It supports complex formatting, customizable options, and plugins for full control over the conversion process.
A Golang pipeline abomination (poxate.com)
In this project, we need to overlay a looping short music track over a long voice soundtrack.
Switching to 5Ghz WiFi made the Raspberry Pi fly again (moritzhamann.com)
For the last few months my Raspberry Pi 4 was happily running on my desk, tucked away next to the monitor. It's serving a small web app in golang on the internal network and tailscale. I've never noticed any latency problems with it, so it took me by surprise when I deployed some OCaml experiments on the Pi and observed a lot of HTTP connection timeouts and name resolution errors while fetching some URLs concurrently.
Show HN: htmgo - build simple and scalable systems with golang + htmx (htmgo.dev)
htmgo is a lightweight pure go way to build interactive websites / web applications using go & htmx.
Prep: Golang Comptime (github.com/pijng)
prep is a small Go tool that enables compile-time function evaluation. By using prep.Comptime, you can evaluate functions at build time, replacing them with their computed results. Just like comptime from Zig. Except it's not.
Ergo: Actor-based Framework for creating event-driven architecture in Golang (github.com/ergo-services)
The Ergo Framework is an implementation of ideas, technologies, and design patterns from the Erlang world in the Go programming language.
Goja: A Golang JavaScript Runtime (jtarchie.com)
This post explores [Goja](https://github.com/dop251/goja), a JavaScript runtime library in the Golang ecosystem. Goja stands out as a powerful tool for embedding JavaScript within Go applications, offering unique advantages when manipulating data and exposing an SDK that doesn’t require a `go build` step.
Ask HN: How to Start as Golang Developer? (ycombinator.com)
Mastering ISO 8583 Message Networking with Golang (alovak.com)
Golang Interpreter Written in PHP (github.com/tuqqu)
Introduction to Golang Preemption Mechanisms (unskilled.blog)
Golang Sync Mutex: Normal and Starvation Mode (victoriametrics.com)
Full Introduction to Golang with Test-Driven Development (kovalevsky.io)
Golang is evil on shitty networks (2022) (withinboredom.info)
Show HN: Minigrad – a small neural network lib in Golang (github.com/0verread)
Show HN: WAL Implementation in Golang (github.com/stym06)
Ask HN: What type of applications is Golang best suited for? (ycombinator.com)
Show HN: A Golang CP/M emulator (github.com/skx)
Tview – Golang Terminal UI library with rich, interactive widgets (github.com/rivo)
Golang PGO builds using GitHub Actions (dolthub.com)