frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Thoughts on the 1989 Film the Abyss

https://www.sffchronicles.com/threads/586366/
1•andsoitis•2m ago•0 comments

The Energetic Costs of Cellular Computation (2012)

https://arxiv.org/abs/1203.5426
2•lioeters•8m ago•0 comments

Largest housing affordability bill in decades becomes law

https://www.npr.org/2026/07/10/nx-s1-5885027/housing-bill-without-trump-signature
2•saucymew•10m ago•0 comments

Computation in Physical Systems

https://plato.stanford.edu/entries/computation-physicalsystems/
1•lioeters•13m ago•0 comments

Atlas: ROMbug Wants to Reinvent the Browser

https://rombug.com/
1•chainbuilder•24m ago•0 comments

AI notetakers promise easy meeting recaps, but some question their use

https://apnews.com/article/ai-notetaker-work-meetings-privacy-data-c700299371ca7cfec77dafdfb948067f
4•billybuckwheat•27m ago•2 comments

A Hundred Years Dry: The U.S. Navy's End of Alcohol at Sea

https://news.usni.org/2014/07/01/hundred-years-dry-u-s-navys-end-alcohol-sea
2•keepamovin•29m ago•0 comments

Neverclick: Desktop application for performing mouse actions with your keyboard

https://github.com/LazoVelko/neverclick
2•thunderbong•35m ago•0 comments

The logic behind Kirkland x Palantir

https://lexifina.com/blog/kirkland-palantir-partnership
1•alansaber•36m ago•0 comments

America Changed Me and Europe Was Wrong [video]

https://www.youtube.com/watch?v=fUd6QHUnLMk
2•keepamovin•37m ago•4 comments

I find AI roleplay therapeutic

https://chatbrat.ai/bratlog/ultimate-ai-roleplay-setup-guide-memory-lorebooks
1•henrypissler•45m ago•0 comments

Show HN: Levee – a self-tuning circuit breaker and concurrency limiter for Go

https://github.com/codemartial/levee
1•code_martial•45m ago•0 comments

RTX 5070 Ti throttles at 107C; Blackwell hotspot sensor readable via MODS tool

https://www.tomshardware.com/pc-components/gpus/hotspot-temperature-sensor-on-nvidias-blackwell-g...
2•sbulaev•46m ago•0 comments

Flock Camera Conspiracy, Prepare for Whats Coming [video]

https://www.youtube.com/watch?v=ZFim3j9s6ic
1•Bender•54m ago•0 comments

Frequently Asked Questions on Expertise

https://jtpeterson.substack.com/p/faq-on-expertise
2•jger15•55m ago•0 comments

What xAI's Grok Build CLI Actually Sends to xAI

https://gist.github.com/cereblab/dc9a40bc26120f4540e4e09b75ffb547
2•jhoho•58m ago•0 comments

Like a cheat code for your car: We investigate ECU tuning

https://arstechnica.com/cars/2026/07/like-a-cheat-code-for-your-car-we-investigate-ecu-tuning/
1•martincmartin•1h ago•0 comments

Apple Hide My Email bug, possibly related to disclosure vulnerability

https://lapcatsoftware.com/articles/2026/7/2.html
3•zdw•1h ago•0 comments

Firefox 12.58% for Desktop Browser Market Share in North America June 2026

https://gs.statcounter.com/browser-market-share/desktop/north-america
31•speckx•1h ago•13 comments

A Erlang style pure Scheme Webserver and further

https://igropyr.com
2•guenchi•1h ago•1 comments

Dismissive Dan's Review of the Overplane AI Coding Harness

https://www.overplane.dev/overview/dan/
3•mayank•1h ago•0 comments

Learning-to-Optimize via Deep Unfolded Flows

https://mit-realm.github.io/flowopt/
2•E-Reverance•1h ago•0 comments

Hitting $125k MRR as a solo founder by doubling down on the right segment

https://www.indiehackers.com/post/tech/hitting-125k-mrr-as-a-solo-founder-by-doubling-down-on-the...
1•jason_zig•1h ago•0 comments

Show HN: TrialPilot – Clinical trials from your phone, built by a patient

1•thenerdhead•1h ago•0 comments

A pure scheme web programming tool

https://goeteia.dev
10•guenchi•1h ago•3 comments

A dock that wakes up reliably

https://fabiensanglard.net/tb4/index.html
19•ingve•1h ago•18 comments

WLV-01, a monochrome digital photography camera built from scratch

https://camerahacksbymalcolmjay.com/
1•car•1h ago•0 comments

The biggest steam locomotive is whistle-stopping across the U.S.

https://www.npr.org/2026/07/11/nx-s1-5872656/big-boy-locomotive-steam
6•ghtbircshotbe•1h ago•2 comments

"How 500 HN users crashed my 2GB server in 60 seconds – postmortem

https://dev.to/peakd/i-built-a-community-ranking-platform-alone-tonight-it-nearly-crashed-under-5...
3•GroguMaster•1h ago•0 comments

Autopsy Study Finds Replicating SARS-CoV-2 in the Hearts of Long Covid

https://my.uscap.org/uscap/program/S0tc675/index.cfm?pgid=5167&sid=14770&abid=51228
2•thenerdhead•1h ago•0 comments
Open in hackernews

A pure scheme web programming tool

https://goeteia.dev
9•guenchi•1h ago

Comments

guenchi•1h ago
1 Self hosting in browser with hygienic macros 2 handle HTML and CSS like Scheme (Expand with macro) 3 Use S-expr to send / receive message with server
compacct27•9m ago
This really gets at the issue with JavaScript in the age of AI: it’s just not a terribly statically verifiable language, and DOM work is incredibly prone to failing silently while the app itself is clearly not working. We’ve had to paper over it with TypeScript and frameworks that impose constraints just to stop several classes of bugs, and even then it doesn’t go terribly well.

The flip side is that AI is making the underlying code more like a..compilation target? At least in the sense that, yes, as this site mentions, Scheme is ugly to read and would be hell to write the old way, but with the new way..maybe we can try because it would give us what native JavaScript and the latest browser standards never could: reliability

bramadityaw•3m ago
I tried to edit the Scheme source but it seems to have a bug where every editing action seems to happen a row above of where the cursor is.