frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The lost joy of music piracy

https://www.pigeonsandplanes.com/read/music-piracy-what-cd-oink-nine-inch-nails-streaming
120•mcgin•2h ago•52 comments

Inkling: Our Open-Weights Model

https://thinkingmachines.ai/news/introducing-inkling/
889•vimarsh6739•12h ago•219 comments

If you want to create a button from scratch, you must first create the universe

https://madcampos.dev/blog/2026/07/accessibility-from-scratch/
65•treve•3h ago•23 comments

SQLite should have (Rust-style) editions

https://mort.coffee/home/sqlite-editions/
216•gnyeki•8h ago•79 comments

1,300 Beautiful Wildlife Illustrations from the 19th Century Now Restored

https://www.openculture.com/2026/07/explore-1300-beautiful-wildlife-illustrations-from-the-19th-c...
45•gslin•3h ago•7 comments

Bluesky Trademarks ATProto

https://atproto.com/blog/at-protocol-trademark
73•chaosharmonic•5h ago•26 comments

Grok Build is open source

https://github.com/xai-org/grok-build
384•skp1995•10h ago•411 comments

Making 768 servers look like 1

https://planetscale.com/blog/making-768-servers-look-like-1
44•hisamafahri•3h ago•9 comments

Can LLMs Perform Deep Technical Comprehension of Computer Architecture Papers

https://arxiv.org/abs/2607.11859
27•Jimmc414•4h ago•2 comments

Governments, companies, nonprofits should invest in free, open source AI [pdf]

https://www.siegelendowment.org/wp-content/uploads/2026/07/fortune-david-siegel-open-source-ai.pdf
157•bilsbie•9h ago•55 comments

Stripe and Advent have made a joint offer to acquire PayPal – sources

https://www.reuters.com/business/finance/stripe-advent-offer-buy-paypal-more-than-53-billion-sour...
418•rvz•1d ago•229 comments

G# – A modern .NET language with Go, Kotlin, and Swift ergonomics

https://davidobando.github.io/gsharp/
80•serial_dev•4d ago•41 comments

Stop saying that AI is just a tool and it only matters how it is used

https://www.frank.computer/blog/2025/05/just-a-tool.html
51•cratermoon•2h ago•36 comments

High-Bandwidth Flash offers efficient storage for model weights

https://spectrum.ieee.org/high-bandwidth-flash
31•Gaishan•1d ago•10 comments

Teardown: A Generic 7-Port USB 3.0 Hub That Wasn't

https://goughlui.com/2026/07/09/teardown-a-generic-7-port-usb-3-0-hub-that-wasnt/
10•speckx•3d ago•0 comments

I also filed the corners off my MacBook

https://www.brt.fyi/posts/mac-book-filing/
126•maxbrt•1d ago•34 comments

The Last Picture Show: A Conversation with George Lucas

https://a-rabbitsfoot.com/editorial/confessions/the-last-picture-show-a-conversation-with-george-...
14•Michelangelo11•2d ago•2 comments

Netstrings (1997)

https://cr.yp.to/proto/netstrings.txt
8•signa11•1h ago•5 comments

Running Gemma 4 26B at 5 tokens/sec on a 13-year-old Xeon with no GPU

https://www.neomindlabs.com/2026/06/08/running-gemma-4-26b-at-5-tokens-sec-on-a-13-year-old-xeon-...
273•neomindryan•15h ago•177 comments

Launch HN: Coasty (YC S26) – An API for computer-use agents

https://coasty.ai/docs
32•nkov47•15h ago•7 comments

LLM Networking with MikroTik

https://blog.greg.technology/2026/07/14/llm-networking-with-mikrotik.html
72•gregsadetsky•8h ago•33 comments

The Tokio/Rayon Trap and Why Async/Await Fails Concurrency

https://pmbanugo.me/blog/why-async-await-complect-concurrency
40•LAC-Tech•4h ago•32 comments

Command Line Interface Guidelines

https://clig.dev/
108•subset•3d ago•24 comments

Job queues are deceptively tricky

https://typesanitizer.com/blog/job-queues.html
62•ingve•1d ago•14 comments

Metal-Organic Frameworks, Chemistry's New Miracle Materials (2018)

https://chemistry.berkeley.edu/news/meet-metal-organic-frameworks-chemistry%E2%80%99s-new-miracle...
50•andsoitis•7h ago•12 comments

CatchCat – Pokémon Go for Cats, IRL

https://www.catchcat.lol/
40•marojejian•5d ago•8 comments

Show HN: Firefox in WebAssembly

https://developer.puter.com/labs/firefox-wasm/
181•coolelectronics•9h ago•92 comments

Duskers, the scary command line game, is getting a sequel

https://elbowgreasegames.substack.com/p/misfits-attic-announces-duskers-20
109•spacemarine1•11h ago•33 comments

Show HN: One More Letter

https://playonemoreletter.com/
61•hmate9•7h ago•43 comments

Collection of Digital Clock Designs

https://clocks.dev
222•levmiseri•14h ago•40 comments
Open in hackernews

Rebuilding My Homelab with Compose, Ruby, IPv6, and No Kubernetes

https://www.petekeen.net/homelab-resolved/
12•zrail•4d ago

Comments

zrail•4d ago
Hey, author here. This is a piece about moving away from kubernetes and toward something that I can actually maintain as a solo person who has a life outside of k9s. It's not really intended to be "anti-kubernetes", more like "kubernetes really is too hard for my purposes".

IMO the best change that I've made has been to give deterministic IPv6 addresses to every container and then using those for ingress.

I'm curious to hear where y'all think the line is between docker compose with Ruby glue and "Dear friend, you have built a Kubernetes".

ocd•1h ago
I still don't know really what Kubernetes is for or why so many people outside specific environments are using it, but it's cool that you're using Ruby.
LaurensBER•56m ago
Kubernetes makes complex things (e.g blue/green deployment, auto-scaling, failover) possible irrespective of the underlying cloud/hardware with a good and standardized API.

It's absolutely overkill for small teams and homelabs (I run a cluster myself) but an absolute godsend if you do need the advanced functionality.

SMFloris•48m ago
IMO, kubernetes is overkill for a small non-homogeneous home cluster.

What I use and really recommend is using systemd +/- docker. It just becomes so darn simple. Do not go the compose route (that route is filled with sadness of the incomplete stacks because db container failed silently kind) - instead aim to decompose the compose files and write a separate systemd service file for each of them, you can then assign limits separately.

I don't want to set anyone on the path ... but I use NixOs and this is so easy to do there.

jbarberu•18m ago
As someone who one week ago switched from a Debian to NixOS setup, using docker compose, I'd be very interested in hearing more if you have any resources or tips to share.

I was hoping to move over to running rootless containers, but so far my HA setup has proven to be a pita to get working.

eqvinox•38m ago
> Kubernetes is Too Hard. I built a system that I didn't actually know how to maintain without the time or energy necessary to dig myself out of trouble.

Couldn't agree more. Unless your homelab's point is to learn Kubernetes, just keep it simple. Proxmox sounds good, or just QEMU, libvirt, lxc, Docker, podman, whatever. Install packages, not containers where possible. Shell scripts are fine where needed. If it works for you, that's it, end of discussion, don't spend time on "pretty" if it's not the thing you want to get into / enjoy / learn.

(My "thing" is networking, I can assure you my homenet is beautiful. Couldn't give a rat's ass how & where my paperless is running tho. It runs. Done.)

MisterKent•24m ago
Lot of kubernetes hate here, which is surprising. I run a little 3 node cluster and besides the hardware issues I had (long story), it has been rock solid and dead easy to setup.

Talos + longhorn + fluxcd (optional), is super nice. And everything beyond that is additive and just works within the ecosystem.

If anything, it helped keep my stuff alive during all the hardware issues a lot longer.

I think like 5-6 years ago, kubernetes on baremetal was pretty painful. People should really give it another try, an LLM can probably set it up for you and fire off the docker compose to manifests in one shot. Or just follow the docs yourself, maybe a dozen commands to get a cluster running?

All the enterprisey stuff makes it feel a lot more complex than it really is.