Show HN: Term.everything – Run any GUI app in the terminal
github.com
OrioleDB Patent: now freely available to the Postgres community
supabase.com
The Origin Story of Merge Queues
mergify.com
I didn't bring my son to a museum to look at screens
sethpurcell.com
Bild AI (YC W25) Is Hiring
ycombinator.com
TikTok has turned culture into a feedback loop of impulse and machine learning
thenexus.media
I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
joshfonseca.com
Show HN: TailGuard – Bridge your WireGuard router into Tailscale via a container
github.com
Kerberoasting
blog.cryptographyengineering.com
The Scam Called "You Don't Have to Remember Anything"
zettelkasten.de
Distributing your own scripts via Homebrew
justin.searls.co
Zoox launches its robotaxi service to the public in Las Vegas
zoox.com
Show HN: CrabCamera – Cross-platform camera plugin for Tauri desktop apps
crates.io
Guy running a Google rival from his laundry room
fastcompany.com
E-paper display reaches the realm of LCD screens
spectrum.ieee.org
Performance Improvements in .NET 10
devblogs.microsoft.com
NASA finds Titan's lakes may be creating vesicles with primitive cell walls
sciencedaily.com
Rendering flame fractals with a compute shader (2023)
wrighter.xyz
Pontevedra, Spain declares its entire urban area a "reduced traffic zone"
greeneuropeanjournal.eu
I’ve just released Ark v0.5.0, a lightweight Entity Component System (ECS) library for Go, built with a focus on performance and simplicity.
If you're new to Ark: it's a high-performance Go ECS library with a clean API and zero dependencies. Beyond its core ECS functionality, Ark stands out for ultra-fast batch operations and first-class support for entity relationships.
This release brings notable performance improvements to queries via smarter indexing, plus new methods for sampling random entities. The documentation has been expanded with a chapter on design philosophy and limitations, along with new examples covering advanced topics like entity relations, world locking, spatial indexing, and parallel simulations.
If you’re exploring ECS patterns in Go or looking for a an ECS that delivers performance without sacrificing usability, I’d love to hear your feedback. Contributions are welcome.
Changelog: github.com/mlange-42/ark/blob/main/CHANGELOG.md