frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mnemos,persistent memory for AI agents

https://github.com/mem9-ai/mem9
1•mountainview•1m ago•0 comments

I put my whole life into a single database

https://howisfelix.today/
1•lukakopajtic•2m ago•0 comments

Lambda Calculus Explorer

http://kmicinski.com/cis352-s26/lambda-playground/
1•todsacerdoti•3m ago•0 comments

Ask HN: What AI content automation stack are you using in 2026?

2•jackcofounder•4m ago•0 comments

Bash is all you need. A nano Claude Code–like agent, built from 0 to 1

https://github.com/shareAI-lab/learn-claude-code
1•Oras•4m ago•0 comments

Hardware passkeys are winning on security, losing on adoption

https://www.corbado.com/blog/hardware-passkey-adoption-observability
1•vdelitz•5m ago•0 comments

Too Much Color

https://www.keithcirkel.co.uk/too-much-color/
4•Keithamus•6m ago•0 comments

CPG – Generate Cilium network policies from dropped Hubble flows

1•soulkyu•7m ago•0 comments

What's my JND? – a colour guessing game

https://www.keithcirkel.co.uk/whats-my-jnd/?r=ARUjKP__-ve-
2•Keithamus•8m ago•1 comments

I think I'm turning into a vibe coder

1•bekauridev•10m ago•0 comments

Measuring the Weight of an Electron (2017)

https://deftly.net/posts/2017-06-01-measuring-the-weight-of-an-electron.html
2•asimovDev•12m ago•0 comments

I made myself a device that tells me what plane flies above my home

https://old.reddit.com/r/aviation/comments/1roy7qs/i_made_myself_a_device_that_tells_me_what_plane/
1•taubek•12m ago•0 comments

Working to Decentralize FedCM

https://atproto.com/blog/working-to-decentralize-fedcm
1•erlend_sh•16m ago•0 comments

Wolfram LLM Benchmarking Project

https://www.wolfram.com/llm-benchmarking-project/
1•amai•16m ago•0 comments

Recreate Lost Chinese Font from ancient books using AI

https://github.com/kaonashi-tyc/Zi-QuanHengDuLiang
1•kaonashi-tyc-01•18m ago•0 comments

Why Your AI Coding Agent Gets Worse over Time (and How to Fix It)

https://www.davidreis.me/2026/why-your-ai-coding-agent-gets-worse-over-time
2•dreis_sw•18m ago•0 comments

Tim FTTH and GeForce Now: Diagnosing an ICMP Black Hole on PPPoE

https://paolocostanzo.github.io/tim-packet-loss-gfn/
1•PCostanzo•18m ago•1 comments

EVi, a Hard-Fork of Vim

https://codeberg.org/NerdNextDoor/evi
1•todsacerdoti•19m ago•0 comments

Unleash raises $35M to help enterprises govern AI-generated code

https://siliconangle.com/2026/03/04/unleash-raises-35m-rein-ai-driven-software-risk/
1•ivarconr•19m ago•0 comments

You could be next The lawyers and scientists training AI to steal their careers

https://www.theverge.com/cs/features/877388/white-collar-workers-training-ai-mercor
1•JeanKage•24m ago•0 comments

The Star Chamber: Multi-LLM Consensus for Code Quality

https://blog.mozilla.ai/the-star-chamber-multi-llm-consensus-for-code-quality/
1•gsaslis•26m ago•0 comments

Vibe Tuning Startup - Waitlist (ex google labs + deepmind)

https://vibetune.framer.ai/
1•pranavch28•26m ago•0 comments

Post-quantum cryptography beyond TLS

https://www.akamai.com/blog/security/post-quantum-cryptography-beyond-tls
1•fanf2•28m ago•0 comments

An Ode to Craftsmanship in Software Development

https://www.infoworld.com/article/4140156/an-ode-to-craftsmanship-in-software-development.html
2•SuaveSteve•28m ago•0 comments

Bell's X-76 Fold-Away Rotor Aircraft Is DARPA's Newest X-Plane

https://www.twz.com/air/bells-x-76-fold-away-rotor-aircraft-is-darpas-newest-x-plane
1•throwawayffffas•29m ago•0 comments

Claude helped me get a traffic light reprogrammed in my town

https://www.reddit.com/r/ClaudeAI/s/yqe7NEFI6b
1•merlindru•31m ago•0 comments

Show HN: SoloDB 1.1 – embedded .NET document DB with real referential integrity

https://unconcurrent.com/articles/SoloDB110.html
1•falsename•31m ago•0 comments

Stop using chat history as your agent's state store

https://blog.raed.dev/posts/agentic-workflows-are-not-conversations/
1•Raed667•33m ago•1 comments

MPs reject ban on social media for under-16s

https://www.theguardian.com/uk-news/2026/mar/09/proposed-ban-on-social-media-for-under-16s-reject...
1•chrisjj•39m ago•0 comments

Making your JITted Code known: Let me count the ways

https://wakelift.de/2026/03/09/making-your-jitted-code-known-let-me-count-the-ways/
1•lizmat•39m ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•9mo ago

Comments

uberman•9mo ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•9mo ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•9mo ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•9mo ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?