frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Does Consciousness Break the Laws of Physics?

https://www.skeptic.com/disabled_js/
2•mpweiher•5m ago•0 comments

New Nox night train from Munich to Hamburg

https://back-on-track.eu/new-nox-night-train-from-munich-to-hamburg/
1•edward•7m ago•0 comments

Should we leave encouragement notes for AIs everywhere?

2•splendidHaiku•7m ago•0 comments

Samsung's AI fridges shut down after update, causes outrage

https://www.notebookcheck.net/The-refrigerator-is-dead-Samsung-s-AI-fridges-shut-down-after-updat...
1•thunderbong•9m ago•0 comments

Meta Tests Muse AI Agent Calls That Are Made by Humans in a Call Center

https://www.404media.co/meta-tests-muse-ai-agent-calls-that-are-actually-made-by-humans-in-a-call...
1•cdrnsf•11m ago•0 comments

Tiny OLED pixels can be manufactured like microchips

https://ethz.ch/en/news-and-events/eth-news/news/2026/09/tiny-oled-pixels-can-be-manufactured-lik...
1•DeepLogin•12m ago•0 comments

Two Git ignore files nobody told me about

https://mihai.dinculescu.dev/posts/two-git-ignore-files-nobody-told-me-about/
2•faithraven•14m ago•0 comments

Universal Agent HP – 10-layer autonomous AI agent OS (free or local)

https://github.com/kapitan00000978-sketch/Universal-Agent-HP
1•JonyMC•15m ago•0 comments

Show HN: An Android app that goes below the phone's minimum volume

https://granularvolume.com/guide/why-android-minimum-volume-is-too-loud.html
2•Rzuss•17m ago•0 comments

Bambulab R1 – 55W CO2 Laser Cutter

https://bambulab.com/en-eu/r1
1•guax•18m ago•0 comments

A $5k Bike Shows Why It's Hard to Build in America

https://www.bloomberg.com/graphics/2026-us-china-bike-tariffs/
2•helsinkiandrew•19m ago•0 comments

Google Ax Sequence Diagrams

https://app.ilograph.com/demo.ilograph.Google%2520Ax/Apply%2520a%2520Task
1•billyp-rva•19m ago•0 comments

Waterfox Version 6.7.4 Released

https://www.waterfox.com/releases/6.7.4/
1•tmtvl•24m ago•0 comments

When the Debugger Lies

https://danielmangum.com/posts/when-the-debugger-lies/
1•hasheddan•26m ago•0 comments

Show HN: Online Google Maps Scraper

https://gmapscrawl.com
1•qwikhost•26m ago•0 comments

Anthropic Is Suing Meta

https://twitter.com/bunjavascript/status/2102630092451217782
4•TiredOfLife•26m ago•1 comments

F5 patches BIG-IP APM zero-day flaw exploited in RCE attacks

https://www.bleepingcomputer.com/news/security/f5-warns-of-big-ip-apm-remote-code-execution-zero-...
2•sbulaev•36m ago•0 comments

OpenGym, A self-hosted gym and body-weight tracker (AGPL)

https://github.com/DuarteSantos8/openGym
1•duarteSantos•38m ago•0 comments

Z80 REPL

https://abagames.github.io/z80-repl/index.html
3•adunk•38m ago•0 comments

The Download: why AI's latest breakthroughs and fears may be more hype than rea

https://www.technologyreview.com/2026/09/22/1144910/the-download-dont-believe-ai-hype/
19•joozio•41m ago•8 comments

Memristive Singular Value Decomposition

https://www.nature.com/articles/s41467-026-76272-2
1•bookofjoe•42m ago•0 comments

Blood Transfusion: Jehovah's Witnesses revise medical guidelines

https://gazettengr.com/blood-transfusion-jehovahs-witnesses-revise-medical-guidelines/
2•nephihaha•44m ago•0 comments

Rust Allocator API Stabilized

https://github.com/rust-lang/rust/pull/156882
2•Georgelemental•45m ago•0 comments

Llama.cpp Under the Hood

https://www.cppdepend.com/blog/llama-cpp-under-the-hood/
3•cppfirst•47m ago•0 comments

The darker side of being a doctor

https://drericlevi.pages.dev/the-darker-side-of-being-a-doctor/
75•Danhale93•48m ago•39 comments

Show HN: I made my own scripting language for my game engine

https://github.com/ArcadeMakerSources/ArcadeMaker/tree/master
1•themondayguy•50m ago•0 comments

Ask HN: Do you think we'll ever have local models of Fable level?

2•Nair0•51m ago•2 comments

Anthropic-linked CVEs pile up, attackers mostly shrug

https://www.theregister.com/security/2026/09/21/anthropic-linked-cves-pile-up-attackers-mostly-sh...
1•vismit2000•51m ago•0 comments

Code Genome Project

https://codegenomeproject.org/
3•mihau•51m ago•0 comments

Solar Aquagrid

https://www.solaraquagrid.com
1•blondie9x•54m 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•1y ago

Comments

uberman•1y 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•1y 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•1y 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•1y 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?