frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Does it scale? Who cares (2011)

https://jacquesmattheij.com/does-it-scale-who-cares/
1•downbad_•32s ago•0 comments

IRGC to generate revenue from undersea internet cables in Strait of Hormu

https://twitter.com/IranIntl_En/status/2053206979330392414
1•us321•2m ago•0 comments

Trump Media and Technology Group lost $406M in first three months of 2026

https://www.theguardian.com/us-news/2026/may/09/trump-media-and-technology-group-loses-406m-first...
2•vinni2•3m ago•0 comments

An Excerpt from "Go the Fuck to College" by Adam Mansbach

https://www.fatherly.com/parenting/go-the-fck-to-college-essay-adam-mansbach
1•johntfella•7m ago•0 comments

Consumer AI's ARPU Problem

https://twitter.com/SashaKaletsky/status/2051366803897766236
1•gmays•7m ago•0 comments

Can I Copyright a Song I Made with AI?

https://www.musicologize.com/can-i-copyright-a-song-i-made-with-ai/
1•speckx•10m ago•0 comments

ScalaTimes – A Free, Once-Weekly Scala News Flash

https://scalatimes.com
1•TheWiggles•11m ago•0 comments

Show HN: Sigma Guard – deterministic contradiction checks for graph memory

1•invariantjason•13m ago•0 comments

RustChat is a minimal team messenger, alternative to Slack, Mattermost, Zulip

https://rustchat.io/
1•xvilka•15m ago•0 comments

PostgresBench: A Reproducible Benchmark for Postgres Services

https://clickhouse.com/blog/postgresbench
1•saisrirampur•16m ago•0 comments

Show HN: AI Design Taste – Design.md Generator

https://chromewebstore.google.com/detail/ai-design-taste-designmd/peclkdlolmcclhhgpoehpikgknbmkknc
1•novateg•19m ago•0 comments

The Mismeasure of Open Source

https://nesbitt.io/2026/05/09/the-mismeasure-of-open-source.html
1•bmitch3020•21m ago•0 comments

RL Benchmark "Ant" in Hardware

https://github.com/Openmind-Research-Institute/open-ant
1•lupusorina•22m ago•0 comments

TypeScript checker and language service written in Rust

https://tsz.dev/
2•jcbhmr•22m ago•0 comments

Startup Skills

https://github.com/dhruvhanda15-dev/startupskills
1•dhruvh3•24m ago•0 comments

A happy 150th birthday to the Otto Cycle internal combustion engine

https://twitter.com/iowahawkblog/status/2053100736309809319
1•delichon•25m ago•0 comments

Show HN: Draw Battle

https://vidzert.com/draw-battle
2•vidzert•27m ago•0 comments

Why do Oregon farms plant red clover every spring?

https://a.wholelottanothing.org/why-do-oregon-farms-plant-red-clover-every-spring/
2•speckx•28m ago•0 comments

The Fast Way to Sweden – BGP Routing Experiments

https://alastairbarber.com/Fast-Way-to-Sweden-Optimal-BGP-Prefix-Announcement/
1•alibarber•32m ago•0 comments

Primary-source deep-dive of The Pentagon's PURSUE UAP release (Top findings)

https://gist.github.com/Pantheon-Investigations/77e9d88041a0a60e45a650eded607cf1
2•pantheon_inv•33m ago•0 comments

API Hell

https://neonwalker.dev/posts/api-hell/
2•neonwalker•36m ago•0 comments

The Atari 800 – By Paul Lefebvre

https://www.goto10retro.com/p/inside-the-atari-800
3•rbanffy•36m ago•0 comments

LM Link: Use your local models, remotely

https://lmstudio.ai/link
1•Olshansky•39m ago•0 comments

FreeBSD: Local Privilege Escalation via Execve()

https://www.freebsd.org/security/advisories/FreeBSD-SA-26:13.exec.asc
23•Deeg9rie9usi•40m ago•11 comments

I Caught the Car

https://undecidability.net/senior/
7•holden_nelson•40m ago•0 comments

Show HN: Simple Exif an App that allows creators take control of their metadata

https://simpleexif.com/
1•0x10ca1h0st•41m ago•0 comments

Blink – AI Assistant. A knowledge destination

https://blink-oi.vercel.app
1•Pascal1997•41m ago•0 comments

The Middle East had everything data center builders and hyperscalers wish for

https://www.tomshardware.com/tech-industry/the-middle-east-had-everything-data-center-builders-an...
3•flyaway123•42m ago•0 comments

Lobotomized Claude Code and it works better

https://github.com/skrabe/lobotomized-claude-code
3•skrabe•42m ago•0 comments

7 days of public development are complete; Thanks to everyone

https://github.com/sel8888/harmonic-shape-transform-2026-koncept
1•sel8888•42m ago•0 comments
Open in hackernews

Algebraic Effects: Another mistake carried through to perfection?

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

Comments

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