frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The book that could shake the Pope's faith

https://unherd.com/2025/10/the-book-that-could-shake-the-popes-faith/
1•binning•44s ago•0 comments

Legitimate Crypto Recovery Services – Betafort Recovery

1•PatrickHughes•1m ago•0 comments

Sora 2 Prompt Generator – Turn plain text into cinematic Sora 2 video prompts

https://www.sora2prompt.co/
1•Charlie_Wang•3m ago•1 comments

Beating the L1 cache with value speculation

https://mazzo.li/posts/value-speculation.html
1•shoo•6m ago•0 comments

Show HN: Install Cursor rules and Claude agents like NPM packages

https://promptpm.dev
2•khaliqgant•6m ago•0 comments

(Re)Introducing the Pebble Appstore

https://ericmigi.com/blog/re-introducing-the-pebble-appstore/
1•duck•7m ago•0 comments

Chilling discovery: Physicists go to extremes to capture quantum materials

https://news.harvard.edu/gazette/story/2025/10/chilling-discovery/
1•nadis•12m ago•0 comments

Female athletes have faster reaction times on day they ovulate, study finds

https://www.theguardian.com/society/2025/oct/10/female-athletes-faster-reaction-times-day-ovulate...
1•binning•13m ago•0 comments

Everything Is Television

https://www.derekthompson.org/p/why-everything-became-television
1•bookofjoe•14m ago•0 comments

Homebrew's MCP Server

https://docs.brew.sh/MCP-Server
1•alwillis•16m ago•0 comments

Show HN: Ghost-frame: 2click iframe embed webcomponent (e.g. YouTube, gmaps, x)

https://github.com/ulrischa/ghost-frame
1•ulrischa•17m ago•0 comments

Introduction to Computer Organization (2021)

https://bob.cs.sonoma.edu/IntroCompOrg-RPi/intro-co-rpi.html
1•lrsjng•18m ago•0 comments

Rip: Ricardo Arjona. Black Ribbon Request

1•Toby1VC•18m ago•0 comments

Nasdaq falls more than 3.5%

https://www.wsj.com/livecoverage/stock-market-today-dow-sp-500-nasdaq-10-10-2025
2•lossolo•19m ago•0 comments

Liquid Glass Is Cracked, and Usability Suffers in iOS 26

https://www.nngroup.com/articles/liquid-glass/
98•uxjw•25m ago•52 comments

We can just do things together

https://leaflet.pub/d480e34b-f979-4851-8a14-6da1217d72f7
2•knowtheory•26m ago•0 comments

Managers are throwing entry-level workers under the bus in race to adopt AI

https://www.theregister.com/2025/10/10/ai_is_displacing_entrylevel_professionals/
4•rntn•31m ago•0 comments

We're Not Ready for Superintelligence

https://www.youtube.com/watch?v=5KVDDfAkRgc
1•noworld•31m ago•0 comments

Billions of Dollars 'Vanished': Low-Profile Bankruptcy Rings Wall Street Alarms

https://www.nytimes.com/2025/10/10/business/first-brands-bankruptcy-wall-street.html
1•ChrisArchitect•35m ago•1 comments

A Case of Paradoxical Appetite Increase During Semaglutide Therapy

https://www.mdpi.com/2673-4540/6/10/101
1•PaulHoule•38m ago•0 comments

Ask HN: What does your RSS flow look like?

1•rolymath•39m ago•1 comments

Can't Use Copyrighted Characters in Sora Anymore and People Are Freaking Out

https://gizmodo.com/you-cant-use-copyrighted-characters-in-openais-sora-anymore-and-people-are-fr...
9•gnabgib•39m ago•0 comments

DDSE Foundation Announces Agentic Contract Model (ACM) Framework v0.5.0

1•mrmanna•40m ago•0 comments

MIT pres: she 'cannot support' proposal to adopt Trump priorities for funding

https://apnews.com/article/mit-higher-education-compact-trump-627997083eee635fb865249f1bcc3244
3•bikenaga•40m ago•1 comments

Show HN: Rebuilt Bible search app to run 100% client-side with Transformers.js

https://www.biblos.app/
1•j-b•40m ago•1 comments

We built a lawful AGI prototype with emotional coherence – seeking collaborators

https://soulstreamtechnologies.com/
1•Derenek•41m ago•1 comments

Show HN: ChatGPT Tamagochi Pet Using Apps SDK

https://chatagotchi.app/
1•maxwellg•41m ago•0 comments

Tangled, a Git collaboration platform, built on atproto

https://blog.tangled.org/intro
2•mjbellantoni•42m ago•0 comments

RetroAchievements and Moderation

https://blog.xkeeper.net/thoughts/rants/retroachievements-and-moderation/
1•akyuu•42m ago•0 comments

Show HN: Crawl.ws – A new public web archive, like Archive.org

https://crawl.ws
1•stackws•42m ago•1 comments
Open in hackernews

Ask HN: Why aren’t leaky abstractions considered bad practice in mathematics?

1•amichail•2h ago
In particular, why don’t mathematicians do a better job of hiding algorithms so that one can apply mathematics without knowing the underlying procedures?

Computers can execute mathematical algorithms, and you shouldn’t need to know how they work.

It seems that software engineering has been more successful at hiding leaky abstractions.

Comments

bigyabai•2h ago
Abstraction is a disadvantage in matters concerning empiricism. This is as true for computers that hide their algorithms as mathematicians who won't show their math.
Jtsummers•1h ago
Can you point out some examples? Or are these hypothetical leaky abstractions?
amichail•1h ago
If math did a good job with encapsulation, you would be able to have an applied math class with no math algorithms.
Jtsummers•1h ago
That's not an example. Can you please provide an actual example of a leaky abstraction instead of merely asserting their existence.
amichail•49m ago
Can you teach applied linear algebra without teaching the algorithms (e.g., Gaussian elimination)?
Jtsummers•45m ago
Does the presence of an algorithm mean that there is a leaky abstraction?

And if that's all it takes (I'm not agreeing with you, I think this is a poorly considered heuristic), then isn't software engineering chock-full of leaky abstractions? So it's at least as bad as mathematics, and likely worse by your own measure of what makes for leaky abstractions.