frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Classified Estimates Show the NSA Is Paying Billions to Test AI Models

https://www.washingtonsun.com/technology/classified-estimates-nsa-paying-billions-to-test-ai-models
18•rdmuser•22m ago•6 comments

Platform-Independent SIMD in Go

https://go.dev/blog/simd-experiment
156•yurivish•4h ago•45 comments

Git-bug: Distributed, offline-first bug tracker embedded in Git

https://github.com/git-bug/git-bug
143•alentred•4h ago•32 comments

Allow Carriers on Planes

https://www.jefftk.com/p/allow-carriers-on-planes
110•surprisetalk•1h ago•109 comments

First Principles Thinking

https://sunilsadasivan.com/writing/first-principles-thinking/
41•sunils34•1h ago•5 comments

Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini

https://nyaa.sh/reviews/mac-mini-m6-emulation
171•hugh4life•8h ago•75 comments

Ink and Switch Interactive Homepage

https://www.inkandswitch.com/
123•iFreilicht•5h ago•17 comments

Dutch governments builds alternative for Microsoft based on NixOS

https://www.dawo.community/en/
742•fjfaase•7h ago•419 comments

F-Droid 2.0

https://f-droid.org/2026/09/24/f-droid-2.0-a-new-chapter-for-android-freedom.html
1360•daveoc64•1d ago•395 comments

Boards of Casio

https://www.ambionix.com/blog/boards-of-casio/
58•fidotron•6h ago•17 comments

Factorio that you can touch

https://factorio.com/blog/post/fff-447
46•ibobev•1h ago•2 comments

Show HN: Make cursed fonts like Times New Bastard

https://bastardica.mitpit.com
798•MitPitt•1d ago•105 comments

Amiga Screens: A Primer

https://www.datagubbe.se/amscr/
72•msephton•8h ago•10 comments

CVE-2025-13032: Entering and Breaking the Avast Antivirus Sandbox Part 2

https://www.safateam.com/intelligence-hub/research/technical-articles/cve-2025-13032-entering-and...
87•safateam•8h ago•23 comments

Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design

https://github.com/devdotfast/whiteboard
359•sidharthkmenon•22h ago•126 comments

Special Projects (2016)

https://openai.com/index/special-projects/
60•vinhnx•6h ago•31 comments

The Test

https://tante.cc/2026/09/24/the-test/
80•latexr•3h ago•21 comments

Why is the liver so weirdly regenerative?

https://dynomight.substack.com/p/liver
493•jbotz•23h ago•251 comments

Topcoat is pushing the boundary of server applications with Rust

https://tokio.rs/blog/2026-09-24-topcoat-server-applications
91•sagacity•5h ago•68 comments

2DWillNeverDie

https://2dwillneverdie.com/
290•surprisetalk•3d ago•72 comments

Microsoft Abandons Personal AI Chatbot Race with Copilot Reboot

https://www.bloomberg.com/news/articles/2026-09-25/microsoft-abandons-personal-ai-chatbot-race-wi...
15•sbulaev•1h ago•6 comments

Rails World 2026 Opening Keynote [video]

https://www.youtube.com/watch?v=vDjW_dRyKXY
388•an0malous•2d ago•419 comments

Fearless SIMD v1.0

https://linebender.org/blog/fearless-simd-1-0/
288•verdagon•3d ago•47 comments

Patrick Boyle: The Copy-Paste Professor

https://www.youtube.com/watch?v=Za5IfIbWNEk
5•galkk•34m ago•0 comments

Toyota is taking the Corolla electric

https://electrek.co/2026/09/23/toyota-best-selling-corolla-electric/
389•cisc•1d ago•698 comments

Opus 5.5 is good at explainer videos

https://launchvideo.io
342•iacguy•19h ago•186 comments

My weird new hobby: Wandering around Tokyo on Google Maps

https://ahmedhossamdev.com/writing/my-weird-new-hobby-wandering-around-tokyo/
380•ahmedhossamdev•2d ago•166 comments

Oracle on the hook to pay data centre investors even if site has no electricity

https://www.ft.com/content/a96bf05a-a299-4d6a-a753-b298dd0f4016
127•Betelbuddy•5h ago•111 comments

Two-tier encryption in the UK

https://macanorak.com/two-tier-encryption-in-the-uk/
484•ReturnoftheHack•1d ago•436 comments

Using LLMs to trace alchemical knowledge and decode 17th century letters

https://resobscura.substack.com/p/ai-labs-need-to-start-funding-historical
153•benbreen•20h ago•34 comments
Open in hackernews

First Principles Thinking

https://sunilsadasivan.com/writing/first-principles-thinking/
41•sunils34•1h ago

Comments

elendilm•16m ago
This is one of those things where one can throw around the term "first principles thinking" with relative ease.

To actually do it is different and usually comes from having to wrestle with a problem.

Sadly people from the academia and the public at large has a hard time understanding what this even means.

They equate it with exam based memorization or delegation to authority. Funnily they even think first principles reasoning is an improved version of doing the same.

But this is a blessing in disguise as it gives those who wrestle with real problems a unique skillset that can be advantageous.

woliveirajr•5m ago
And it's a skill that you'll use in other contexts. Over too learn and practice it in IT/physics, and you find out that you can use it to psychology, humans around you are dealt with another depth and different outcomes become possible
trwhite•14m ago
I'm really struggling to see how to make architectural decisions with an agent. It's great when you're at a total loss for ideas, but when you already have some of the pieces it ultimately wants to drive all of the thinking and takes over. Then it just feels like you're deferring your experienced judgement. I've seen colleagues lose the ability to reason any more without asking the agent to do it for them, because they inherently don't see the point if the agent is going to end up doing the whole piece (and probably auditing/overruling anything they came up with on their own).
elendilm•12m ago
I have found autonomous agents to be pathetic at architectural decisions.

Architecture has remained so far to be one of those domains where skillset dwarfs everything by comparison.

royal__•10m ago
How much scope do you give it? I find it's easier to stay in control when you give it scope down the chunks of work you give it.