frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude Code runs Git reset –hard origin/main against project repo every 10 mins

https://github.com/anthropics/claude-code/issues/40710
127•mthwsjc_•2h ago•46 comments

The Cognitive Dark Forest

https://ryelang.org/blog/posts/cognitive-dark-forest/
206•kaycebasques•5h ago•101 comments

ChatGPT won't let you type until Cloudflare reads your React state

https://www.buchodi.com/chatgpt-wont-let-you-type-until-cloudflare-reads-your-react-state-i-decry...
300•alberto-m•4h ago•227 comments

Voyager 1 runs on 69 KB of memory and an 8-track tape recorder

https://techfixated.com/a-1977-time-capsule-voyager-1-runs-on-69-kb-of-memory-and-an-8-track-tape...
378•speckx•8h ago•153 comments

I'll buy your electronics to feed our robot

https://www.dayworkx.com/
44•skholinn•3d ago•7 comments

Coding Agents Could Make Free Software Matter Again

https://www.gjlondon.com/blog/ai-agents-could-make-free-software-matter-again/
88•rogueleaderr•2h ago•76 comments

There is No Spoon. A software engineers primer for demystified ML

https://github.com/dreddnafious/thereisnospoon
32•jmatthews•2h ago•9 comments

Midnight train from GA: A view of America from the tracks as airports struggle

https://isp.netscape.com/news/story/0001/20260329/e4d8ea591b3b036142c2bf2dee7dff5a
58•walterbell•4h ago•53 comments

Pretext: TypeScript library for multiline text measurement and layout

https://github.com/chenglou/pretext
180•emersonmacro•1d ago•31 comments

The road signs that teach travellers about France

https://www.bbc.com/travel/article/20260327-the-road-signs-that-teach-travellers-about-france
45•1659447091•4h ago•6 comments

About the Atmosphere

https://toni.org/2026/03/27/about-the-atmosphere/
15•Kye•2d ago•2 comments

C++26 is done ISO C++ standards meeting, Trip Report

https://herbsutter.com/2026/03/29/c26-is-done-trip-report-march-2026-iso-c-standards-meeting-lond...
158•pjmlp•6h ago•125 comments

Ohm's Peg-to-WASM Compiler

https://ohmjs.org/blog/2026/03/12/peg-to-wasm
37•azhenley•2d ago•9 comments

The RISE RISC-V Runners: free, native RISC-V CI on GitHub

https://riseproject.dev/2026/03/24/announcing-the-rise-risc-v-runners-free-native-risc-v-ci-on-gi...
107•thebeardisred•3d ago•28 comments

More on Version Control

https://bramcohen.com/p/more-on-version-control
49•velmu•5h ago•6 comments

Show HN: Crazierl – An Erlang Operating System

https://crazierl.org/demo/
35•toast0•4h ago•10 comments

Neovim 0.12.0

https://github.com/neovim/neovim/releases/tag/v0.12.0
284•pawelgrzybek•7h ago•125 comments

Show HN: QuickBEAM – run JavaScript as supervised Erlang/OTP processes

https://github.com/elixir-volt/quickbeam
76•dannote•1d ago•11 comments

Creating West Coast Buddhism (2024)

https://letter.palladiummag.com/p/creating-west-coast-buddhism
46•surprisetalk•3d ago•24 comments

The rise and fall of IBM's 4 Pi aerospace computers: an illustrated history

https://www.righto.com/2026/03/ibm-4-pi-computer-history.html
66•zdw•8h ago•20 comments

LinkedIn uses 2.4 GB RAM across two tabs

591•hrncode•15h ago•349 comments

Nitrile and latex gloves may cause overestimation of microplastics

https://news.umich.edu/nitrile-and-latex-gloves-may-cause-overestimation-of-microplastics-u-m-stu...
497•giuliomagnifico•14h ago•225 comments

Kyushu Railway Company Train Varieties

https://www.jrkyushu.co.jp/english/train/index.html
47•NaOH•5h ago•4 comments

AyaFlow: A high-performance, eBPF-based network traffic analyzer written in Rust

https://github.com/DavidHavoc/ayaFlow
81•tanelpoder•9h ago•4 comments

Police used AI facial recognition to wrongly arrest TN woman for crimes in ND

https://www.cnn.com/2026/03/29/us/angela-lipps-ai-facial-recognition
339•ourmandave•10h ago•140 comments

Miasma: A tool to trap AI web scrapers in an endless poison pit

https://github.com/austin-weeks/miasma
279•LucidLynx•14h ago•208 comments

Sky Wins Irish Court Order to Unmask 300 Pirate IPTV Users via Revolut Bank

https://torrentfreak.com/sky-wins-irish-court-order-to-unmask-300-pirate-iptv-users-via-revolut-b...
57•nixass•4h ago•27 comments

Full network of clitoral nerves mapped out for first time

https://www.theguardian.com/society/2026/mar/29/full-network-clitoral-nerves-mapped-out-first-tim...
230•onei•8h ago•74 comments

Show HN: I made a "programming language" looking for feedback

https://github.com/alonsovm44/glupe
25•alonsovm•6h ago•25 comments

Observations from carbon dioxide monitoring

https://grieve-smith.com/ftn/2026/03/nine-observations-from-carbon-dioxide-monitoring/
42•coloneltcb•2d ago•20 comments
Open in hackernews

There is No Spoon. A software engineers primer for demystified ML

https://github.com/dreddnafious/thereisnospoon
32•jmatthews•2h ago

Comments

jmatthews•2h ago
This is my weekend project. I am building up my pattern recognition in machine learning. By that I mean see X problem, instantly think of Y solution. The primer markdown file is the artifact of that exploration.

read it from top to bottom or better have your favorite language model read it and then explore the space with a strong guided syllabus.

janalsncm•1h ago
Framing a business problem in terms of ML is indeed important. Where does classification come in, where does regression come in, when to use retrieval, when to use generative solutions. Would be a good section to add imo.
jmatthews•59m ago
I tried to tackle that under Topology for the problem but it may not be well named https://github.com/dreddnafious/thereisnospoon/blob/main/ml-...
oleggromov•1h ago
Thank you for sharing! Saved to bookmarks to read on my free time. Hopefully I'll get some soon :)
jmatthews•1h ago
thanks Oleg
janalsncm•1h ago
I personally think it is much more important to have strong statistical intuitions rather than intuitions about what neural networks are doing.

The latter isn’t wrong or useless. It’s simply not something a typical software engineer will need.

On the other hand, wiring up LLMs into an application is very popular and may be an engineer’s first experience with systems that are fundamentally chaotic. Knowing the difference between precision and recall and when you care about them will get you a lot more bang for your buck.

I would suggest the gateway drug into ML for most engineers is something like: we have a task and it can currently be done for X dollars. But maybe we can do it for a tenth of the price with a different API call. Or maybe there’s something on Huggingface that does the same thing for a fixed hourly cost, hundreds of times cheaper in practice.

jmatthews•1h ago
I'm just trying to develop the lens where I can see a problem and know what properties of it are meaningful from an ML standpoint.

Coming from a specific domain where I have a sharpened instinct for how things are haven't really given me the ability to decompose the problem using ML primitives. That's what I'm working on.

bonoboTP•15m ago
Just read a good textbook instead of this LLM-written stuff. For example those by Murphy or Prince or Bishop. Or one of many YouTube lecture series from MIT or Stanford. There are many primer 101 tutorials and Medium posts. But if you actually want to learn instead of procrastinating, pick up a real textbook or work through a course.
whoamii•8m ago
Feature request for HN, Adblocker, etc: please block pages with the text “it isn’t X, it is Y”.