frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Heretic: Automatic censorship removal for language models

https://github.com/p-e-w/heretic
144•melded•3h ago•36 comments

FPGA Based IBM-PC-XT

https://bit-hack.net/2025/11/10/fpga-based-ibm-pc-xt/
50•andsoitis•2h ago•7 comments

Only three kinds of AI products work

https://www.seangoedecke.com/ai-products/
24•emschwartz•1h ago•19 comments

Brimstone: ES2025 JavaScript engine written in Rust

https://github.com/Hans-Halverson/brimstone
129•ivankra•6h ago•61 comments

De Bruijn Numerals

https://text.marvinborner.de/2023-08-22-22.html
30•marvinborner•2h ago•3 comments

AirPods libreated from Apple's ecosystem

https://github.com/kavishdevar/librepods
1075•moonleay•18h ago•310 comments

Running the "Reflections on Trusting Trust" Compiler

https://research.swtch.com/nih
79•naves•4h ago•2 comments

Garbage Collection Is Useful

https://dubroy.com/blog/garbage-collection-is-useful/
52•surprisetalk•4h ago•5 comments

Fourier Transforms

https://www.continuummechanics.org/fourierxforms.html
16•o4c•1w ago•3 comments

Anthropic's report smells a lot like bullshit

https://djnn.sh/posts/anthropic-s-paper-smells-like-bullshit/
585•vxvxvx•6h ago•188 comments

Measuring the doppler shift of WWVB during a flight

https://greatscottgadgets.com/2025/10-31-receiving-wwvb-with-hackrf-pro/
65•Jyaif•1w ago•0 comments

PgFirstAid: PostgreSQL function for improving stability and performance

https://github.com/randoneering/pgFirstAid
45•yakshaving_jgt•4h ago•2 comments

Iran begins cloud seeding operations as drought bites

https://www.arabnews.com/node/2622812/middle-east
94•mhb•4h ago•89 comments

Vintage Large Language Models

https://owainevans.github.io/talk-transcript.html
26•pr337h4m•4h ago•6 comments

Why use OpenBSD?

https://www.tumfatig.net/2025/why-are-you-still-using-openbsd/
105•akagusu•5h ago•60 comments

Production-Grade Container Deployment with Podman Quadlets – Larvitz Blog

https://blog.hofstede.it/production-grade-container-deployment-with-podman-quadlets/index.html
24•todsacerdoti•4h ago•9 comments

The Internet Is No Longer a Safe Haven

https://brainbaking.com/post/2025/10/the-internet-is-no-longer-a-safe-haven/
160•akyuu•4h ago•122 comments

Maybe you’re not trying

https://usefulfictions.substack.com/p/maybe-youre-not-actually-trying
279•eatitraw•7h ago•131 comments

IDEmacs: A Visual Studio Code clone for Emacs

https://codeberg.org/IDEmacs/IDEmacs
273•nogajun•17h ago•111 comments

Dissecting Flock Safety: The Cameras Tracking You Are a Security Nightmare [video]

https://www.youtube.com/watch?v=uB0gr7Fh6lY
39•emsign•2h ago•4 comments

Run Nix Based Environments in Kubernetes

https://flox.dev/kubernetes/
85•kelseyhightower•6d ago•23 comments

Things that aren't doing the thing

https://strangestloop.io/essays/things-that-arent-doing-the-thing
406•downboots•23h ago•189 comments

UK's first small nuclear power station to be built in north Wales

https://www.bbc.com/news/articles/c051y3d7myzo
125•ksec•7h ago•173 comments

Writing a DOS Clone in 2019

https://medium.com/@andrewimm/writing-a-dos-clone-in-2019-70eac97ec3e1
55•shakna•1w ago•18 comments

Alchemy

https://joshcollinsworth.com/blog/alchemy
17•tobr•6d ago•8 comments

Our investigation into the suspicious pressure on Archive.today

https://adguard-dns.io/en/blog/archive-today-adguard-dns-block-demand.html
1690•immibis•1d ago•419 comments

libwifi: an 802.11 frame parsing and generation library written in C (2023)

https://libwifi.so/
141•vitalnodo•19h ago•13 comments

Interactive Spectrum Chart

http://www.potatofi.com/posts/spectrum-viewer/
10•throw0101d•1w ago•4 comments

Owning a Cat Could Double Your Risk of Schizophrenia, Research Suggests

https://www.sciencealert.com/owning-a-cat-could-double-your-risk-of-schizophrenia-research-suggests
6•amichail•42m ago•3 comments

Boa: A standard-conforming embeddable JavaScript engine written in Rust

https://github.com/boa-dev/boa
263•maxloh•1w ago•67 comments
Open in hackernews

Production-Grade Container Deployment with Podman Quadlets – Larvitz Blog

https://blog.hofstede.it/production-grade-container-deployment-with-podman-quadlets/index.html
24•todsacerdoti•4h ago

Comments

silasb•1h ago
I'm not trying to take a shot at the OP, but I keep seeing posts labeled "Production-Grade" that still look more like pet systems than cattle. I'm struggling to understand how something like this can be reproduced consistently across environments. How would you package this inside a Git repo? Can it be managed through GitOps? And if we're calling something production-grade, high availability should be a baseline requirement since it's table stakes for modern production applications.

What I'd really love is a middle ground between k8s and Docker Swarm that gives operators and developers what they need while still providing an escape hatch to k8s when required. k8s is immensely powerful but often feels like overkill for teams that just need simple orchestration, predictable deployments, and basic resiliency. On the other hand, Swarm is easy to use but doesn't offer the extensibility, ecosystem, or long-term viability that many organizations now expect. It feels like there's a missing layer in between: something lightweight enough to operate without a dedicated platform team, but structured enough to support best practices such as declarative config, GitOps workflows, and repeatable environments.

As I write this, I'm realizing that part of the issue is the increasing complexity of our services. Every team wants a clean, Unix-like architecture made up of small components that each do one job really well. Philosophically that sounds great, but in practice it leads to a huge amount of integration work. Each "small tool" comes with its own configuration, lifecycle, upgrade path, and operational concerns. When you stack enough of those together, the end result is a system that is actually more complex than the monoliths we moved away from. A simple deployment quickly becomes a tower of YAML, sidecars, controllers, and operators. So even when we're just trying to run a few services reliably, the cumulative complexity of the ecosystem pushes us toward heavyweight solutions like k8s, even if the problem doesn't truly require it.

yrxuthst•1h ago
I have not used quadlets in a "real" production environment but deploying systemd services is very easy to automate with something like Ansible.

But I don't see this as a replacement for k8s as a platform for generic applications, more for deploying a specific set of containers to a fleet of servers with less overhead and complexity.

figmert•46m ago
> Ansible

OP asked for something consistent and between K8s and Swarm. Ansible is just a mistake that people refuse to stop using.

the_alchemist•27m ago
Please elaborate
figmert•14m ago
Ansible is a procedural mess. It's like helm had a baby with a very bad procedural language. It works, but it's such a mess to work with. Half of the time it breaks because you haven't thought about some if statement that covers a single node or some bs.

Comparing that to docker swarm and/or k8s manifests (I guess even Helm if you're not the one developing charts), Ansible is a complete mess. You're better off managing things with Puppet or Salt, as that gives you an actual declarative mechanism (i.e. desired state like K8s manifests).

betaby•15m ago
> Ansible is just a mistake that people refuse to stop using.

So is Helm! Helm is just a mistake that people refuse to stop using.

smjburton•1h ago
This is a great resource OP. Hopefully with more guides like this available, it will make it easier for people who want to explore Podman and increase adoption.
ivolimmen•47m ago
Kubernetes is sometimes just overkill to deploy a simple application and just zip, unpack and start a script is sometimes too fragile and crappy. This is something I would like to try on my Pine64 when I run some simple utility (online) software.
betaby•10m ago
This setup uses user-space networking as I understand.