frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Extracting Steering Vectors from J space

https://darshanmakwana412.github.io/2026/09/extracting-steering-vectors-from-j-space/
1•martianvoid•1m ago•0 comments

WeatherNext 3: Increasing resolution and performance of global weather models

https://arxiv.org/abs/2609.03582
1•droidjj•4m ago•0 comments

Tensor Product Representations

https://twitter.com/EnyanZhang/status/2095918439613301012
1•porridgeraisin•5m ago•0 comments

Build That Bridge: Bringing People Together

https://buildthatbridge.eu/
1•drayfield•9m ago•1 comments

US troops can still be tracked through commercial location data

https://www.wyden.senate.gov/news/press-releases/wyden-and-harrigan-call-for-investigation-into-d...
2•CoderLim110•10m ago•0 comments

Reasoning Matters

https://resolve.works/articles/reasoning-matters/
1•monneyboi•10m ago•0 comments

Does anyone have a lower Jordan3 number than Evans Boney?

https://statmodeling.stat.columbia.edu/2026/09/06/does-anyone-have-lower-jordan3-number-than-evan...
1•Tomte•10m ago•0 comments

LLM representations have implicit symbolic structure

https://twitter.com/RTomMcCoy/status/2094870131939684488
1•porridgeraisin•10m ago•0 comments

2011 Fall Lecture on AI by Marvin Minsky

https://twitter.com/onryxxx/status/2095625018264760687
1•__patchbit__•11m ago•0 comments

"I'm a father of three who studies the impact of artificial intelligence"

https://www.theguardian.com/technology/2026/sep/06/daniel-susskind-father-studies-ai-artificial-i...
1•santiago-pl•12m ago•1 comments

TalentCast – A private talent library for filmmakers

https://apps.apple.com/us/app/talentcast/id6795258027
1•zaporojanradu•13m ago•0 comments

How Language Models Work

https://aplaceofmind.com/teaching/materials/how-language-models-work/
2•kv_cache•13m ago•0 comments

Show HN: Free AI Photo Editor Online – No Sign-Up

https://piceditor.org/
1•dongking•14m ago•0 comments

Should I reconsider my decision of self-hosting LLM Gateway?

1•leanroute_ai•14m ago•0 comments

Breakthrough Quantum Test Resolves a Major Cosmic Mystery

https://www.404media.co/breakthrough-quantum-test-resolves-a-major-cosmic-mystery/
1•Brajeshwar•15m ago•0 comments

She Will Be Back Before September

https://www.minid.net/2026/9/6/she-will-be-back-before-september
2•meerita•18m ago•0 comments

What are code reviews even for?

https://newsletter.getdx.com/p/what-are-code-reviews-even-for
3•eric_khun•19m ago•0 comments

Who pays for the bus timetable in your pocket?

https://www.opendatamanchester.org.uk/who-pays-for-the-bus-timetable-in-your-pocket/
1•latexr•19m ago•0 comments

Show HN: Robin – restyle any website with a one-line prompt

https://thisisrobin.ai/
3•nikolas1814•19m ago•0 comments

Bill Gates Foundation – Mosquito Nets in Africa [video]

https://www.youtube.com/shorts/0KYysENY_j0
1•thelastgallon•20m ago•2 comments

Coyote v. Acme (1990)

https://www.newyorker.com/magazine/1990/02/26/coyote-v-acme
2•ChrisArchitect•21m ago•1 comments

Are people who only seem happy when they're angry increasing? Seems like it

2•Webstir•22m ago•0 comments

Open App Bridge (OAB) – A decentralized document handoff for web apps

https://openappbridge.org/
2•srdr•23m ago•0 comments

Show HN: AutoHttps, zero-dependency automatic HTTPS for ASP.NET Core

https://github.com/astralmaster/AutoHttps
2•astralmaster•24m ago•0 comments

Measuring systematic PPS bias on the Raspberry Pi 5

https://satpulse.net/2026/09/06/measuring-systematic-pps-bias-on-the-raspberry-pi-5.html
2•geerlingguy•26m ago•0 comments

The many mysteries and lessons of the Bayeux tapestry

https://economist.com/interactive/culture/2026/09/03/the-many-mysteries-and-lessons-of-the-bayeux...
5•andsoitis•27m ago•1 comments

One Protobuf Schema for REST, Postgres, SDKs, and Docs

https://www.cadenya.com/handwritten/designing-cadenyas-api
1•btables•28m ago•1 comments

iPhone Handoff will seamlessly share one number between two phones

https://www.theverge.com/tech/990868/iphone-handoff-ios-27
1•rawgabbit•29m ago•0 comments

NetBSD 11 from Scratch

https://meanmicio.org/2026/09/06/netbsd-11-from-scratch/
2•jaypatelani•30m ago•0 comments

I Made a TV from the Internet Archive

https://rndtv.me/
2•vorniches•32m ago•2 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?