Baldur's Gate 3 Steam Deck – Native Version
larian.com
MLB approves robot umpires for 2026 as part of challenge system
espn.com
From Rust to reality: The hidden journey of fetch_max
questdb.com
Zutty: Zero-cost Unicode Teletype, high-end terminal for low-end systems
git.hq.sig7.se
Markov chains are the original language models
elijahpotter.dev
NYC Telecom Raid: What's Up with Those Weird SIM Banks?
tedium.co
Is life a form of computation?
thereader.mitpress.mit.edu
Getting AI to work in complex codebases
github.com
Quadratic memory reductions for Zero-knowledge Proofs
github.com
A vibrator helped me debug a motorcycle brake light system
bikesafe.me
How is einx notation universal?
einx.readthedocs.io
Podman Desktop celebrates 3M downloads
podman-desktop.io
Launch HN: Strata (YC X25) – One MCP server for AI to handle thousands of tools
How to draw construction equipment for kids
alyssarosenberg.substack.com
Context Engineering for AI Agents: Lessons
manus.im
Introduction to Programming Languages
hjaem.info
Is Fortran better than Python for teaching basics of numerical linear algebra?
loiseaujc.github.io
Mesh: I tried Htmx, then ditched it
ajmoon.com
Kitty – GPU based terminal emulator
sw.kovidgoyal.net
A while ago I shared an early version of ggc, a Git helper I built in Go. Since then the project has grown quite a bit, and I’d love to share the latest updates (v6.0).
Repo: https://github.com/bmf-san/ggc
Install: - macOS/Linux: `brew install ggc` - Go: `go install github.com/bmf-san/ggc/v6@latest` - Homebrew: `brew install ggc` - Or grab binaries: https://github.com/bmf-san/ggc/releases
Features: Dual modes: Traditional CLI commands (ggc add, etc.) and interactive mode (launch with just ggc) Intuitive command structure: Simplified interface for common Git operations Incremental search UI: Quickly find and execute commands with real-time filtering Fast and lightweight: Implemented in Go with minimal dependencies Shell completions: Included for Bash, Zsh, and Fish Custom aliases: Chain multiple commands with user-defined aliases Cross-platform: Works on macOS, Linux, and Windows
Technical details: Built with Go standard library and minimal external packages Supports 50+ Git operations (add, commit, branch, pull, etc.)
I'd appreciate any feedback or contributions!