frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SIMD Softmax, Neon to WASM, with Google Highway

https://uchenml.tech/simd-softmax-google-highway/
1•euos•2m ago•0 comments

The asteroid currently hitting front end web development

https://nolanlawson.com/2026/08/23/the-asteroid-currently-hitting-frontend-web-development/
1•cdrnsf•3m ago•0 comments

The Real Imposter Syndrome

https://minimallysustained.com/blog/2026-08-19
1•blondie9x•4m ago•0 comments

Show HN: Own the Day – Own a page for 24 hours, starting at $1

https://ownthe.day
2•alexcloudstar•14m ago•0 comments

Show HN: GPT Image 2 – Generate images with sharper in-image text

https://gpt-image2.art
1•littlepp•16m ago•0 comments

GitHub – schlarpc/re-shell: Nix-powered agentic reverse engineering environment

https://github.com/schlarpc/re-shell/
1•lifeisstillgood•26m ago•0 comments

I built a low-latency AI companion that plays Skyrim with me

https://pantel.is/projects/ai-gaming-companion/
2•pantelisk•27m ago•0 comments

Brandolini's Law

https://en.wikipedia.org/wiki/Brandolini%27s_law
1•vismit2000•28m ago•0 comments

Know Your Paradoxes

https://blog.coredump.cx/p/know-your-paradoxes
3•surprisetalk•29m ago•0 comments

The Free Instance Search

https://liamprosser77.github.io/gronnfalk/
1•Gronnfalk•30m ago•0 comments

'The Debt That Apple Owes to the CIA'

https://www.wsj.com/tech/steve-jobs-apple-next-cia-161b65f9
1•MilnerRoute•31m ago•1 comments

Show HN: UBOM now has attributes and artifacts

https://github.com/comalice/ubom-v4
1•all2•44m ago•0 comments

Show HN: Dddiscover – a rabbit hole for images, quotes, podcasts, and facts

https://dddiscover.com
1•hidelooktropic•52m ago•0 comments

MIT Researchers Develop Generative AI Tool to Boost Database Searches

https://aibusiness.com/data/mit-researchers-develop-generative-ai-tool-to-boost-database-searches
1•caruasdo•52m ago•0 comments

Durable tribal knowledge for all your AI agents

https://fixdoc.dev/
1•supercech•53m ago•0 comments

Show HN: A directory of vibe-coded or AI built games

https://aibuiltgames.com/
4•rrmdp•1h ago•4 comments

Tracker in rare book ends up in Amazon facility destroying books to train AI

https://www.tomshardware.com/tech-industry/artificial-intelligence/secret-tracking-device-placed-...
8•emptybits•1h ago•1 comments

Everything I own, owned

https://schlarp.com/posts/everything-i-own-owned/
80•schlarpc•1h ago•20 comments

Top Shit: The Wheel of Paid Mediocrity

https://topshit.lol
1•insomnie•1h ago•0 comments

Why Aging May Be a Program, Not a Breakdown

https://www.quantamagazine.org/why-aging-may-be-a-program-not-a-breakdown-20260814/
2•marojejian•1h ago•1 comments

Flock CEO calls for 'compromise' as surveillance company faces growing backlash

https://techcrunch.com/2026/08/23/flock-ceo-calls-for-compromise-as-surveillance-company-faces-gr...
3•cocacola1•1h ago•0 comments

Cal Fire/USFS Aerial Firefighting Drop Safety (2019) [video]

https://www.youtube.com/watch?v=ONdSoiI4zIA
1•CaliforniaKarl•1h ago•0 comments

GCC Patch Adjusting AMD Zen 5 Misprediction Cost Nets 12% Win in Benchmark

https://www.phoronix.com/news/AMD-Zen-5-Mispredict-Cost
3•Alephinitesimal•1h ago•0 comments

Coupling free electrons to a trapped-ion quantum computer

https://arxiv.org/abs/2601.11446
1•rbanffy•1h ago•0 comments

I Tried to Solve Hangman

https://ballparkfigures.substack.com/p/hangman
1•jffry•1h ago•1 comments

GOP issues stark warning to AI companies

https://www.axios.com/2026/08/19/gop-data-center-memo-ai-election
2•adletbalzhanov•1h ago•3 comments

Show HN: World Models 101 - an interactive guide to World Models

https://worldmodels101.com/chapters/what-is-a-world-model
2•Niluk•1h ago•0 comments

Higher-Order List Operations

https://matt.might.net/articles/higher-order-list-operations/
2•azhenley•1h ago•0 comments

Linus Torvalds uses AI to debug an Intel GPU driver bug

https://github.com/torvalds/linux/commit/818bebeb63dd6bf5f4e07e145f6cdbace520a34c
5•birdculture•1h ago•0 comments

Fires are turning Forests into shrubland in America's West

https://www.nytimes.com/2026/08/23/climate/wildfire-forest-loss-california-southwest.html
2•cwwc•1h ago•1 comments
Open in hackernews

Algebraic Effects: Another mistake carried through to perfection?

https://kjosib.github.io/Counterpoint/effects.html
29•todsacerdoti•1y ago

Comments

smitty1e•1y ago
> sweet careers are made of this, so who am I to disagree? Compile the world; Java Python C. Everybody’s looking for some bug. Some of them want to maintain you. Some of them want to be maintained.

For those missing the reference:

https://youtu.be/qeMFqkcPYcg?si=at-YtggekbPdv7sN

voxl•1y ago
The desire of the HN community to pull a random person's uninformed opinion about a topic that they, justifiably, wrote for their own interests and amusement and then pontificate about how either stupid or amazing it is will never ceise to confuse me.

Effects on their own are a very active area of research and I would laugh behind a PL researchers back if they claimed it was a solved issue. Between Monads, call-by-push-value, and algebraic effects there is really no clear "how do people actually use this" answer.

But that's not the job of a PL researcher anyway, or a random software engineer for that matter. Sorry to say, the software engineer knows next to nothing about "the right way" to design language features that people want to use or enjoy using. If anything this should be an HCI person with a penchant for PL or vice versa.

eli_gottlieb•1y ago
>Effects on their own are a very active area of research and I would laugh behind a PL researchers back if they claimed it was a solved issue. Between Monads, call-by-push-value, and algebraic effects there is really no clear "how do people actually use this" answer.

I can actually say that I used algebraic effects in my thesis for the section on semantics of a basic probabilistic programming language. It avoided talking about monads for my committee member who cared and honestly made for an easier implementation.

rednafi•1y ago
> Sorry to say, the software engineer knows next to nothing about "the right way" to design language features that people want to use or enjoy using.

Sorry to say that many PL researchers live in their ivory tower and know next to nothing about things that people care about. One could say that it's not their job, their job is to write papers and get tenure. The number of FP enthusiasts versus the number of large, useful systems written in those languages is all the proof you need.

My statement is a vast generalization and is equally incorrect as the original one.

voxl•1y ago
Anyone who uses words like "ivory tower" I know suffers more from jealousy and anti-intellectualiam than anything else. There is a reason Rust is the most loved programming language of modern times and it's not because they ignored the "ivory tower"
chownie•1y ago
I had to stop and re-read this comment chain because I was sure this was satire
agentultra•1y ago
There’s a certain amount of hubris to say, “I don’t know anything about this and you’re making a mistake.” It’s off putting and kills the whole rant.

I’ve heard opinions from smart people with lots of experience who say algebraic effects are not worth the squeeze. I’ve also heard some say that we should all be pushing the boundaries: they are the future.

So the matter doesn’t seem to be decided. Now isn’t the time for maxims.

gitroom•1y ago
Every time I read stuff like this it just makes me laugh, I honestly never know who to listen to in these debates.
rednafi•1y ago
Research doesn't work like that. I like the idea of separating contract and implementation in algebraic effects. It might pave the way to bring back some sanity to imperative languages and help us write better code, since it's pretty clear that the "real world" doesn't care much about pure functional languages no matter what they bring to the table. Or algebraic effects could be like monads, many like to talk about them while people building real stuff have no clue about it, nor do they care. But we'll never know unless we explore.
lambdas•1y ago
To which implementation is the author referring, I wonder?

I can’t say I recognise any of these issues from freer, polysemy, nor bluefin.

chriswarbo•1y ago
The author says the approach they advocate (just using function parameters) is similar to "dependency injection". It looks like in FP/objects-are-a-poor-man's-closures terminology they're talking about Continuation Passing Style (CPS).