frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Programming with Less Than Nothing

https://joshmoody.org/blog/programming-with-less-than-nothing/
81•signa11•3h ago

Comments

abstractspoon•2h ago
Read all the way to the end!
mgh95•1h ago
** SPOILER **

> You lean back, exhausted but triumphant.

> Dana is dead.

Thank you for a good laugh.

hshdhdhehd•40m ago
Universal Functional Organelles killed her.
andersmurphy•1h ago
Awesome explainer of combinator logic, the writing style reminded me of this series of posts (which is always a good thing in my opinion):

https://aphyr.com/posts/353-rewriting-the-technical-intervie...

stavros•9m ago
It's clearly inspired from those, there should have been some credit by the author, I think.
334f905d22bc19•1h ago
nice 9.5/10 (minus half a point because my brain got hurt a little)
rgovostes•1h ago
The last code block scrolls, by the way. It's 166 kB.

Note that S and K are curried functions which take one argument at a time. Further reading: https://stackoverflow.com/a/36321/

jaeyson•1h ago
sheeeshhh, that's harsh
hshdhdhehd•45m ago
SKIIIISKKK you mean?
jackdoe•1h ago
haha I was not expecting this journey :)

brilliant work!

hshdhdhehd•46m ago
Both the code AND the humorous writing. Had to check it wasn't Randall.
pjmlp•39m ago
And after all of this, all that one gets to do is using AI prompts to configure integrations on a MACH architecture cloud product, fetching data from a content cloud into a CMS.

Great article by the way.

jeisc•39m ago
nothing compares to Y
tromp•26m ago

    let A = (x) => (y) => (z) => x(z)(y((w) => z))
Just need to combine this a few times.

    let K = A(A(A))(A(A(A))(A)(A)(A)(A)(A); // (x) => (y) => x
    let S = A(A(A(A)(A(A)(A(A)))(A(A(A(A)((A(A)))))))(A)(A); // (x) => (y) => (z) => x(z)(y(z))
> “I would never be caught dead using Lambda calculus. It’s a bloated language.”

Actually, combinatory logic is more bloated than lambda calculus, generally needing more bits to express the same program [1].

> Dana smirks. “Well, yeah. JavaScript is an eager language. Can’t use the Y combinator.”

Eager languages can be made lazy by wrapping arguments in lambdas with dummy arguments, as done in the Javascript BLC interpreter [2].

[1] https://tromp.github.io/cl/LC.pdf

[2] https://github.com/tromp/AIT/blob/master/uni.js#L56

Can AI Avoid the Enshittification Trap?

https://www.wired.com/story/can-ai-escape-enshittification-trap/
1•Cronbo•1m ago•0 comments

The Physics of Morse Code – Efficiency in Simplicity

https://hamradioacademy.com/the-physics-of-morse-code-efficiency-in-simplicity/
1•asdefghyk•2m ago•1 comments

From Path Traversal to Supply Chain Attack: Breaking Smithery MCP Server Hosting

https://blog.gitguardian.com/breaking-mcp-server-hosting/
1•guedou•3m ago•0 comments

Weight-loss drug cuts heart attack risk regardless of kilograms shed

https://www.theguardian.com/science/2025/oct/22/weight-loss-drug-cuts-heart-attack-risk-no-matter...
2•uxhacker•6m ago•0 comments

This is your sign to give up and just use k3s

https://crescentro.se/posts/k3s/
1•moonleay•6m ago•0 comments

Maahanmuuttokonsultti, joka auttaa yrittäjiä ja opiskelijoita muuttamaan Suomeen

https://finconsult.fi
1•davidcarten•10m ago•0 comments

Rusty-Sheet: An Excel/WPS/OpenDocument Spreadsheets File Reader for DuckDB

https://github.com/redraiment/rusty-sheet
1•redraiment•13m ago•1 comments

Breaking down JetBrains' complex AI agent strategy

https://leaddev.com/ai/breaking-down-jetbrains-complex-ai-agent-strategy
1•chhum•15m ago•0 comments

General Motors will integrate AI into its cars, plus new hands-free assist

https://arstechnica.com/cars/2025/10/ai-and-hands-free-driving-are-coming-to-gms-vehicles/
1•oldnetguy•16m ago•0 comments

How to win followers and influence people

https://www.bloodinthemachine.com/p/how-to-win-followers-and-influence
2•FromTheArchives•20m ago•0 comments

Advanced Self-Aware Ed(1)

https://aartaka.me/advanc-ed.html
1•fanf2•25m ago•0 comments

C64 Blood Money

https://lemmings.info/c64-blood-money/
6•mariuz•26m ago•0 comments

Removing carbon via Enhanced Rock Weathering – a primer

https://www.alt-carbon.com/eli5/enhanced-rock-weathering-1
1•trojanalert•26m ago•0 comments

When 'Diverse Citations' Replace Diverse Ideas

https://heterodoxacademy.substack.com/p/when-diverse-citations-replace-diverse
1•mpweiher•27m ago•0 comments

Why Is Stainless Steel Not Magnetic?

https://www.meadmetals.com/blog/why-is-stainless-steel-not-magnetic
1•thunderbong•29m ago•0 comments

Why the World Started Hedging Its US Dollar Exposure

https://www.bloomberg.com/news/articles/2025-10-23/why-the-world-started-hedging-its-us-dollar-ex...
2•zerosizedweasle•33m ago•1 comments

Test State, Not Interactions

https://rednafi.com/go/test-state-not-interactions/
1•mapleoin•34m ago•0 comments

Claude Is Down

https://claude.ai/
3•MihaiSandor•35m ago•3 comments

Female spies are waging 'sex warfare' to steal Silicon Valley secrets

https://www.thetimes.com/us/american-politics/article/silicon-valley-spy-china-russia-2v03676kl
12•nreece•36m ago•5 comments

U.S. mulls software-linked export curbs on China: 'Everything is on the table'

https://www.cnbc.com/2025/10/23/us-china-software-export-curbs-bessent-trump-xi-meeting.html
2•zerosizedweasle•36m ago•1 comments

Amazon unveils AI-powered augmented reality glasses for delivery drivers

https://www.geekwire.com/2025/amazon-unveils-ai-powered-augmented-reality-glasses-for-delivery-dr...
1•thm•42m ago•0 comments

Reddit sues Perplexity for allegedly ripping its content to feed AI

https://www.theverge.com/news/804660/reddit-suing-perplexity-data-scrapers-ai-lawsuit
5•hodgesrm•46m ago•0 comments

Compression Scaling Law (CSL) – Detecting hidden structure in time series

https://github.com/Jorus120/Compression-Scale-Law
1•Jorus120•47m ago•1 comments

List of Public Signage Typefaces

https://en.wikipedia.org/wiki/List_of_public_signage_typefaces
1•Jugurtha•50m ago•0 comments

OpenWrt 24.10.4 released with security fixes and 5 GHz WiFi for more devices

https://openwrt.org/releases/24.10/notes-24.10.4
3•vedranm•51m ago•0 comments

Video of Simon Willison vibe coding live

https://www.youtube.com/watch?v=GQvMLLrFPVI
1•tkgally•52m ago•0 comments

Amazon's AI/robotics systems are speeding up delivery

https://www.aboutamazon.com/news/operations/amazon-delivering-future-2025-online-shopping-speed-d...
1•SerCe•52m ago•0 comments

Trenchant CEO indicted for stealing their exploits and selling them to Russia [pdf]

https://storage.courtlistener.com/recap/gov.uscourts.dcd.285896/gov.uscourts.dcd.285896.1.0.pdf
1•0rdinal•56m ago•2 comments

AIO Sandbox: An all-in-one execution environment for AI Agents

https://github.com/agent-infra/sandbox
1•ycjcl868•1h ago•1 comments

Ask HN: Am I the only one not using AI?

3•acqbu•1h ago•3 comments