frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Package and distribute Electron apps with "auto update" support

https://www.electron.build/index.html
2•ankitg12•9m ago•0 comments

Banger: One-command dev sandboxes on Firecracker microVMs

https://git.thaloco.com/thaloco/banger
1•thunderbong•9m ago•0 comments

Vampires, prisoners, and late-stage capitalism

https://gagliardoni.net/#20260504_vampire_capitalism
1•tomgag•17m ago•0 comments

AI Coding Models You Can Run Locally on Consumer Hardware

https://firethering.com/best-coding-models-consumer-hardware/
1•steveharing1•19m ago•1 comments

Microelectrode Techniques: The Plymouth Workshop Handbook

https://plymsea.ac.uk/id/eprint/7954/
2•teleforce•22m ago•0 comments

DSPy – Programming – not prompting – LMs

https://dspy.ai/
1•sakompella•22m ago•0 comments

Text Files as a User Interface

https://ratfactor.com/cards/text-files-as-ui
1•ingve•31m ago•0 comments

Pinecone Nexus: The Knowledge Engine for Agents

https://www.pinecone.io/blog/knowledge-infrastructure-for-agents/
1•berlianta•34m ago•0 comments

Designing Microkernel IPC

https://seiya.me/blog/microkernel-ipc-design
1•ingve•36m ago•0 comments

Evolving the Android and Chrome Vulnerability Reward Programs for the AI Era

https://bughunters.google.com/blog/evolving-the-android-chrome-vrps-for-the-ai-era
2•tjek•38m ago•0 comments

Clawback: Safer OpenClaw Upgrade Rehearsals

https://github.com/haishmg/Clawback
1•princeharry86•38m ago•0 comments

YouTube Transcript API

https://youtubetranscript.us/
1•nikitarogers•44m ago•0 comments

Electrophysiology

https://en.wikipedia.org/wiki/Electrophysiology
1•teleforce•44m ago•0 comments

Strawberry Browser

https://strawberrybrowser.com/
1•simonebrunozzi•45m ago•0 comments

Ask HN: How long will the Hormuz straight be closed?

1•roschdal•51m ago•0 comments

Clicks Communicator: mobile communicator designed for doing, not doomscrolling

https://clicksphone.com/communicator
2•giuliomagnifico•51m ago•1 comments

Show HN: See how much you spend per AI agent

https://wakatime.com/ai
1•welder•56m ago•0 comments

Feds Fine Durham Energy Efficiency Co $722M

https://www.theassemblync.com/news/business/american-efficient-ferc-durham-fine/
1•ChuckMcM•1h ago•1 comments

Kenneth Lane Thompson, 1983 ACM Turing Award Recipient [video]

https://www.youtube.com/watch?v=309siTvApbY
1•KnuthIsGod•1h ago•0 comments

Geoguesser but for guns. (like seriously all the polish of geoguesser)

https://gunguesser.com
1•salad_vr•1h ago•0 comments

Israeli court extends detention as evidence of torture they suffered emerges

https://globalsumudflotilla.org/press/israeli-occupation-court-extends-detention-of-saif-abukeshe...
4•0x54MUR41•1h ago•0 comments

Keysight UXR 110GHz BW, 256GS/S, 10-Bit Real-Time Oscilloscope Teardown [video]

https://www.youtube.com/watch?v=DXYje2B04xE
2•num42•1h ago•0 comments

Emergency Radio in Switzerland

https://www.rega.ch/en/our-missions/sites-and-infrastructure/emergency-radio
3•slow_typist•1h ago•0 comments

The AI Revolution Hollywood Feared Is Happening – In India

https://www.hollywoodreporter.com/business/digital/india-ai-filmmaking-1236548136/
2•varun_chopra•1h ago•0 comments

Stop Treating Agent Sandboxes as Cattle

https://opencomputer.dev/blog/stop-treating-sandboxes-as-cattle/
1•iacguy•1h ago•0 comments

Interview with Josh Fisher – Inventing VLIW, Multiflow, Itanium, VLIW's Success [video]

https://www.youtube.com/watch?v=ZF8ohzWmuzI
4•tambourine_man•1h ago•0 comments

Copy.fail: a small Linux kernel bug with an unusually big blast radius

https://jorijn.com/en/blog/copy-fail-cve-2026-31431-linux-kernel-bug-explained/
1•jorijn•1h ago•1 comments

Stitch Together Lots of Little HTML Pages with Navigations for Interactions

https://blog.jim-nielsen.com/2026/small-html-pages/
13•OuterVale•1h ago•2 comments

Show HN: Kula – a family health platform that makes sense of your data

3•samuraikmc•1h ago•0 comments

Apple discontinues $599 base Mac mini. Entry-level model starts at $799 with 512

https://macdailynews.com/2026/05/01/apple-discontinues-599-base-mac-mini-entry-level-model-now-st...
1•apparent•1h ago•4 comments
Open in hackernews

Algebraic Effects: Another mistake carried through to perfection?

https://kjosib.github.io/Counterpoint/effects.html
29•todsacerdoti•11mo ago

Comments

smitty1e•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
I had to stop and re-read this comment chain because I was sure this was satire
agentultra•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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).