frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: FireClaw – Open-source proxy defending AI agents from prompt injection

https://github.com/raiph-ai/fireclaw
1•raiph_ai•43s ago•0 comments

A Maoist survival guide to the Iranian energy crisis

https://www.economist.com/china/2026/03/16/a-maoist-survival-guide-to-the-iranian-energy-crisis
1•rzk•1m ago•0 comments

AI sandbox that runs on your homelab

https://github.com/deevus/pixels
1•PaulHoule•1m ago•0 comments

3I/ATLAS: Interstellar comet has water unlike any in our solar system

https://www.newscientist.com/article/2519428-3i-atlas-interstellar-comet-has-water-unlike-any-in-...
2•Brajeshwar•2m ago•0 comments

AutoResearch by Karpathy and the Future of Autonomous Machine Learning

https://mljar.com/blog/autoresearch-karpathy-autonomous-ai-research/
1•pplonski86•2m ago•0 comments

Show HN: Keypo – Secure Enclave encrypted secrets for AI coding agents

https://github.com/keypo-us/keypo-cli
1•dhblumenfeld1•3m ago•1 comments

OpenGranola – open-source meeting copilot with local transcription

https://github.com/yazinsai/OpenGranola
1•hailpixel•3m ago•0 comments

Surviving the POC Valley

https://deploy95.substack.com/p/surviving-the-poc-valley
2•dddddaviddddd•3m ago•0 comments

Show HN: Draw a sketch and watch it back again with persistent WebStreams

https://inkdot.instantdb.dev/
1•dwwoelfel•4m ago•0 comments

Polly Wants a Better Argument

https://www.verysane.ai/p/polly-wants-a-better-argument
1•alephaleph•4m ago•0 comments

The Last Quiet Thing

https://www.terrygodier.com/the-last-quiet-thing
1•colinprince•4m ago•0 comments

Paste a GitHub repo. See what an AI agent would attempt on your machine

https://greywall.io/greyscan
2•nomadmonad•6m ago•0 comments

Session replay built for mobile observability

https://blog.bitdrift.io/post/mobile-session-replay
1•karinakarina3•7m ago•0 comments

Orca – A high-performance crossword grid filler

https://rainjacket.github.io/orca-solver/
2•hawk•8m ago•1 comments

Show HN: Updated version of my interactive Middle-Earth map

https://github.com/Jean-Tinland/middle-earth/
1•jetin•8m ago•0 comments

We Study Mass Shooters. Something Terrifying Is Happening Online

https://www.nytimes.com/2026/03/17/opinion/mass-shooters-online-radicalization.html
4•herodotus•8m ago•0 comments

The Fake Images of a Real Strike on a School

https://www.theatlantic.com/ideas/2026/03/ai-imagery-iran-war/686347/
2•YeGoblynQueenne•8m ago•0 comments

Oil Regulators Found Wells Violating Oklahoma Rules, Then Ignored Their Findings

https://www.propublica.org/article/oklahoma-injection-wells-oil-regulators-database
1•hn_acker•11m ago•1 comments

Ask HN: Any experience with student body cameras for bullying?

1•giantg2•11m ago•0 comments

Computer Science, are you sure?

https://rohlik.net/computer-science-are-you-sure/
1•speckx•11m ago•1 comments

At Proto is in a creative-explosion phase

https://macwright.com/2026/03/16/atproto
1•jimray•12m ago•0 comments

Show HN: Instar – Persistent Server for Claude Code with Telegram and Evolution

https://github.com/JKHeadley/instar
1•JKHeadley•12m ago•1 comments

Native DSLs Ops in PyTorch

https://ianbarber.blog/2026/03/17/native-dsls-ops-in-pytorch/
1•matt_d•12m ago•0 comments

Who ate all the Chinese stock market returns?

https://www.ft.com/content/b43184b1-5b14-4be7-9801-975089aec690
1•marojejian•12m ago•0 comments

Solving backtracking problems template and explanation

https://www.youtube.com/watch?v=p9m2LHBW81M
1•Brysonbw•13m ago•0 comments

Show HN: A mathematical proof that more dirty features can beat fewer clean ones

https://github.com/tjleestjohn/from-garbage-to-gold
1•tjleestjohn•13m ago•0 comments

Free Nintendo Switch 2 Feature Locked Behind Paywall in Days

https://www.gamingbible.com/news/platform/nintendo/nintendo-switch-2-feature-locked-paywall-28618...
1•josephcsible•14m ago•0 comments

The Four Horsemen of the Slopocalypse

https://slopocalypse.substack.com/p/the-four-horsemen-of-the-slopocalypse
1•feifan•15m ago•1 comments

Rethinking AI's role in survey research: from threat to collaboration

https://www.nature.com/articles/d41586-026-00862-9
1•Brajeshwar•16m ago•0 comments

Eternego: A local AI persona with persistent memory and structured reasoning

https://github.com/Eternego-AI/eternego
2•primus_eternego•16m ago•1 comments
Open in hackernews

The Firewall Doesn't Live in the Kernel

https://www.becker63.digital/Blogs/the-firewall-doesnt-live-in-the-kernel
1•becker63•1h ago

Comments

becker63•1h ago
Author here.

This came out of building a structured fuzzer around libnftnl and trying to understand where firewall semantics actually get fixed in the stack.

Curious how this lines up with others’ mental models of nftables.

theamk•1h ago
Author makes a point that since (rather complex) firewall configuration parsing is all in userland, we can't say that the firewall lives in the kernel.

Disagree - practically every single kernel feature is configured from userland. Kernel provides filesystem, but userland calls "mount". Kernel routes packets, but userland sets up interfaces. Even something as direct as loading a device driver is now mediated by udev in userland. And yet, we say that filesystems, routing and device drives all live in the kernel.

(Also a note to the author on the post itself: it seems like the post is unsure what its purpose is. It could be a cool overview of how firewall config works, or a thought piece about configuration boundaries, or warning about unexpected interaction between kernel and privileged daemons... but right now it's kinda a mix of all of those and it makes it a bit hard to read. Maybe trust LLMs less and apply more human guidance when writing the posts?)