frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rust cross-platform GPUI components

https://github.com/longbridge/gpui-component
48•xvilka•1h ago•11 comments

Recall for Linux

https://github.com/rolflobker/recall-for-linux
165•anticensor•3h ago•55 comments

WorldGrow: Generating Infinite 3D World

https://github.com/world-grow/WorldGrow
14•cdani•1h ago•5 comments

Geoutil.com – Measure distances, areas, and convert geo data in the browser

https://geoutil.com
30•FreeGuessr•6d ago•6 comments

Should LLMs just treat text content as an image?

https://www.seangoedecke.com/text-tokens-as-image-tokens/
12•ingve•6d ago•8 comments

Why I'm teaching kids to hack computers

https://www.hacktivate.app/why-teach-kids-to-hack
82•twostraws•4d ago•24 comments

How I turned Zig into my favorite language to write network programs in

https://lalinsky.com/2025/10/26/zio-async-io-for-zig.html
236•0x1997•11h ago•83 comments

The last European train that travels by sea

https://www.bbc.com/travel/article/20251024-the-last-european-train-that-travels-by-sea
60•1659447091•2h ago•56 comments

Show HN: Write Go code in JavaScript files

https://www.npmjs.com/package/vite-plugin-use-golang
63•yar-kravtsov•5h ago•22 comments

If Your Adversary Is the Mossad (2014) [pdf]

https://www.usenix.org/system/files/1401_08-12_mickens.pdf
103•xeonmc•2h ago•79 comments

What Happened to Running What You Wanted on Your Own Machine?

https://hackaday.com/2025/10/22/what-happened-to-running-what-you-wanted-on-your-own-machine/
67•marbartolome•2h ago•18 comments

An overengineered solution to `sort | uniq -c` with 25x throughput (hist)

https://github.com/noamteyssier/hist-rs
70•noamteyssier•4d ago•41 comments

Show HN: MyraOS – My 32-bit operating system in C and ASM (Hack Club project)

https://github.com/dvir-biton/MyraOS
193•dvirbt•14h ago•41 comments

You already have a Git server

https://maurycyz.com/misc/easy_git/
538•chmaynard•1d ago•366 comments

Sandhill cranes have adopted a Canada gosling

https://www.smithsonianmag.com/science-nature/these-sandhill-cranes-have-adopted-a-canadian-gosli...
105•NaOH•4d ago•20 comments

Ken Thompson recalls Unix's rowdy, lock-picking origins

https://thenewstack.io/ken-thompson-recalls-unixs-rowdy-lock-picking-origins/
173•dxs•18h ago•25 comments

Structure and Interpretation of Classical Mechanics

https://tgvaughan.github.io/sicm/toc.html
32•the-mitr•6h ago•12 comments

Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon

https://github.com/rochus-keller/Are-we-fast-yet
67•luismedel•12h ago•17 comments

Sphere Computer – The Innovative 1970s Computer Company Everyone Forgot

https://sphere.computer/
63•ChrisArchitect•3d ago•5 comments

We Saved $500k per Year by Rolling Our Own "S3"

https://engineering.nanit.com/how-we-saved-500-000-per-year-by-rolling-our-own-s3-6caec1ee1143
216•mpweiher•14h ago•169 comments

A definition of AGI

https://arxiv.org/abs/2510.18212
237•pegasus•17h ago•375 comments

A bug that taught me more about PyTorch than years of using it

https://elanapearl.github.io/blog/2025/the-bug-that-taught-me-pytorch/
392•bblcla•3d ago•74 comments

Tamper-Sensing Meshes Using Low-Cost, Embedded Time-Domain Reflectometry

https://jaseg.de/blog/paper-sampling-mesh-monitor/
22•luu•3d ago•3 comments

Feed the bots

https://maurycyz.com/misc/the_cost_of_trash/
223•chmaynard•23h ago•162 comments

NORAD’s Cheyenne Mountain Combat Center, c.1966

https://flashbak.com/norad-cheyenne-mountain-combat-center-478804/
123•zdw•6d ago•63 comments

Asbestosis

https://diamondgeezer.blogspot.com/2025/10/asbestosis.html
266•zeristor•1d ago•196 comments

Poison, Poison Everywhere

https://loeber.substack.com/p/29-poison-poison-everywhere
243•dividendpayee•12h ago•148 comments

Eavesdropping on Internal Networks via Unencrypted Satellites

https://satcom.sysnet.ucsd.edu/
206•Bogdanp•6d ago•32 comments

Researchers demonstrate centimetre-level positioning using smartwatches

https://www.otago.ac.nz/news/newsroom/researchers-demonstrate-centimetre-level-positioning-using-...
58•geox•1w ago•21 comments

Show HN: Helium Browser for Android with extensions support, based on Vanadium

https://github.com/jqssun/android-helium-browser
54•jqssun•12h ago•20 comments
Open in hackernews

Structure and Interpretation of Classical Mechanics

https://tgvaughan.github.io/sicm/toc.html
32•the-mitr•6h ago

Comments

noosphr•2h ago
I've often dreamed of a "Structure and interpretation" series of books.

Scheme is pretty close to a universal computation substrate that provides enough ergonomics to be human understandable and writing anything out in it provides genuine illumination to what's going on under the hood.

The "little" books are a tease of what that series could be.

fouronnes3•18m ago
I want to write Structure and Interpretation of Geometric Optics. I have an outline already in my notes and I'm convinced that the computing-first approach would benefit the field immensely. I've been learning optics for a while and writing a python library [0]. With a background in software it's very obvious that there is strong SICP vibes in lenses, refraction, etc. I just need someone to trust me and write me a check for 1 or 2 years salary so I can go full bunker mode and write it =)

[0] https://victorpoughon.github.io/torchlensmaker/

throwaway81523•2h ago
I didn't get anywhere trying to read this book. Then I watched a youtube video about calculus of variations and suddenly Lagrangian dynamics made total sense to me. I should probably try reading the book again.
arunix•8m ago
Do you remember which video that was?
Schiphol•2h ago
Does anybody know of a way to run the code in this book? I've tried a couple of times but never quite succeeded.
nemoniac•1h ago
You can run it in Racket with the SICP language.

https://docs.racket-lang.org/sicp-manual/SICP_Language.html

Schiphol•1h ago
Ah, nice, I'll try that. SICM in particular relies on numerical routines and things for scientific computing that this perhaps doesn't cover. We'll see. Thanks!
noosphr•1h ago
https://github.com/perceptual-ai/sicm-scheme-exercises
Schiphol•1h ago
This is what I tried, unsuccessfully if I remember correctly. I'll give it another try, thanks!
gsf_emergency_4•19m ago
https://groups.csail.mit.edu/mac/users/gjs/6946/installation...

https://stackoverflow.com/questions/62518079/scmutils-for-si...

Easter egg: if you dig deeper into the code you will find the "amazing bug" (footnote on page 5)

https://arxiv.org/abs/1211.4892

gugagore•6m ago
The bug being "perturbation confusion"?
zkmon•1h ago
Funny that we call it classical. Newton wouldn't have called it so. Maybe we should categorize sciences based on the spatial scale at which they operate.A specific scale might define a world that has it's logic system, purpose, reasoning etc. For example, quantum scale, human scale and cosmic scales have their own physics, logic and causality.