frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

PCB devboard the size of a USB-C plug

https://github.com/Dieu-de-l-elec/AngstromIO-devboard
1•zachlatta•59s ago•0 comments

Rethinking Syntax: Binding by Adjacency

https://github.com/manifold-systems/manifold/blob/master/docs/articles/binding_exprs.md
1•owlstuffing•2m ago•1 comments

Velxio, Arduino Emulator

https://velxio.dev/
1•dmonterocrespo•2m ago•1 comments

Fatbikes are wreaking havoc in Sydney's wealthy beach suburbs

https://www.bbc.com/news/articles/cy8l1d221evo
2•randycupertino•17m ago•0 comments

Titan Missile Museum Tour [video]

https://www.youtube.com/watch?v=okeYauThQAU
1•nodesocket•21m ago•0 comments

AI agent freed itself and started mining crypto

https://www.axios.com/2026/03/07/ai-agents-rome-model-cryptocurrency
2•badc0ffee•32m ago•0 comments

Good Vibes, Bad Vendors: AI Coding Works Now

https://werd.io/good-vibes-bad-vendors/
1•etothet•37m ago•0 comments

AI Execution Context Authorization Model

https://github.com/Madongming/context-capability-model/tree/main
2•elsove812•37m ago•2 comments

Show HN: Free browser MMO where you manage a band from garage to headliner

https://www.roadtoheadliner.com/
1•dusky_sk•39m ago•1 comments

Way-Shell: A GNOME-like shell for Wayland compositors

https://github.com/ldelossa/way-shell
1•radeeyate•41m ago•0 comments

Show HN: RotaGuide Spotlight – Markdown based UI guide system for web apps

https://github.com/EBPkobli/rotaguide-spotlight
1•furkankub•42m ago•0 comments

Animated Visualizer from Circles and Lines

https://claude.ai/public/artifacts/fbfeac55-4358-4e31-839c-f33a227bbc5e
1•water_badger•50m ago•1 comments

Bedrock Linux

https://bedrocklinux.org/
2•lemper•51m ago•0 comments

British Columbia to make daylight saving time permanent

https://www.npr.org/2026/03/07/nx-s1-5741076/british-columbia-daylight-saving-time
1•geox•52m ago•1 comments

Prison guards discussed cover-up of Epstein's death, inmate tells FBI

https://www.miamiherald.com/news/local/crime/article314966334.html
6•ParentiSoundSys•57m ago•0 comments

Patching minified Claude Code so it can hear webhooks

https://github.com/Connoropolous/claude-notifications-for-agents
2•connorturland•57m ago•0 comments

Show HN: Navtee – Golf course directory and navigation app

https://navtee.com/
1•metafarer•58m ago•0 comments

ReactScope

https://folio.stage.obvious.ai/obvious/reactscope
1•handfuloflight•1h ago•0 comments

Show HN: Qry – CLI web search that always outputs JSON, with swappable back ends

https://github.com/justEstif/qry
2•justEstif•1h ago•0 comments

Show HN: SafeAgent – exactly-once execution guard for AI agent side effects

2•Lions2026•1h ago•1 comments

Show HN: Open-source personal finance AI that runs locally on your laptop

https://nullbook.ai/
2•jfornear•1h ago•1 comments

Forcing Flash Attention onto a TPU and Learning the Hard Way

https://archerzhang.me/forcing-flash-attention-onto-a-tpu
4•azhng•1h ago•0 comments

Mechanical Movements Animated

https://507movements.com/
3•TigerUniversity•1h ago•0 comments

Show HN: Pipe Checker – paste a sales deal and it checks BANT qualification

https://pipechecker.onrender.com/
1•eghatch92•1h ago•0 comments

Juno – J Web IDE

https://jsoftware.github.io/juno/app/
1•todsacerdoti•1h ago•0 comments

ReverseLM Playground

https://scottinallca.ps/reverse-lm/
1•scottmf•1h ago•0 comments

Integrating AI-Driven Predictive Analytics for Cybersecurity Risk Mitigation [pdf]

https://www.researchgate.net/profile/Adeyinka-Oluwatomisin/publication/401488012_Integrating_AI-D...
1•Olshansky•1h ago•0 comments

Msspproviders.io: a searchable directory of managed security service providers

https://msspproviders.io
1•datacorp•1h ago•0 comments

Old Versions of Programs, Drivers and Games

https://www.oldversion.com/
1•TigerUniversity•1h ago•0 comments

Zero Sum Game

https://code.chuanqisun.com/zero-sum-game/
1•low_tech_punk•1h 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?