frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How the Fed should measure inflation

https://economist.com/finance-and-economics/2026/09/24/how-the-fed-should-measure-inflation
1•andsoitis•1m ago•0 comments

Show HN: I couldn't deal with another Claude Code tab

https://aidash.dev/
1•grollat•1m ago•1 comments

Self-Play Pretraining with Zero Data

https://arxiv.org/abs/2609.30063
1•E-Reverance•3m ago•0 comments

A Chinese 'smart sex toys' company fed Russian war tech against Ukraine

https://euobserver.com/239459/how-a-chinese-smart-sex-toys-company-fed-russian-war-tech-against-u...
2•giuliomagnifico•3m ago•0 comments

Meta's Muse appears to use an OpenAI model labeled muse-special

https://mouse.dev/blog/muse-special/
2•Aeroi•5m ago•1 comments

Photon: Building a Retrieval and Ranking Engine from Scratch

https://www.perplexity.ai/hub/blog/photon
1•acossta•8m ago•0 comments

Free Bitcoin DCA Calculator

https://mtg-arbitrage-desk.loca.lt/dca-calculator
1•devtoolseller•10m ago•0 comments

Yes, Claude can do Nine Loops

https://www.anthropic.com/research/yes-claude-can-do-nine-loops
3•tzury•11m ago•0 comments

He who does not code, neither shall he eat

https://celphase.com/3mwe774jgrk2p
2•xena•12m ago•0 comments

How Do You Make a Incremental Compiler? (with Julien Verlaguet) [video]

https://www.youtube.com/watch?v=J31LlAUtoos
1•matt_d•12m ago•0 comments

Offensive-forensic-distros-installer-MacBook-air-M1-M2-external-disk-luks Public

https://github.com/securizart/offensive-forensic-distros-installer-macbook-air-M1-M2-external-dis...
1•ignardpent•12m ago•1 comments

How Trump Is Building a National Citizenship Database to Check Voters

https://www.nytimes.com/2026/09/25/us/politics/what-to-know-citizenship-database.html
1•vinni2•15m ago•0 comments

Sham scientific societies are misleading star researchers

https://www.nature.com/articles/d41586-026-02980-w
2•sbulaev•16m ago•0 comments

Compiling Hono with Perry

https://geastack.com/blog-hono-with-perry
1•arbayi•17m ago•0 comments

Ask HN: What vendor you'd switch out if a better option was available?

1•jviotti•17m ago•0 comments

Show HN: Stop shipping AI slop, Executor makes agents prove it works

https://github.com/Atri10/executor
1•LambdaLogic•18m ago•0 comments

Towards GPU Type Inference

https://winwang.blog/posts/dphm-1
2•winwang•19m ago•0 comments

Tesla moves to electrify trucking after a decade of work and delays

https://techcrunch.com/2026/09/25/tesla-finally-moves-to-electrify-trucking-after-a-decade-of-wor...
2•m463•19m ago•0 comments

Separating Protocol from Application Logic

https://builder.aws.com
1•mlhpdx•20m ago•0 comments

Tesla Semi enters volume production

https://electrek.co/2026/09/25/tesla-semi-volume-production-launch-nevada-factory/
3•m463•21m ago•0 comments

Why I like JavaScript as a compilation target

https://gilmi.me/blog/post/2023/07/08/js-as-a-target
2•thunderbong•22m ago•0 comments

AI agent hacks government website for first time: why this breach matters

https://www.nature.com/articles/d41586-026-03024-z
2•digital55•26m ago•0 comments

CliDoc – JSDoc/TSDoc but for command line tools

https://clidoc.dev/
1•bhouston•28m ago•0 comments

Beacon: A prime-gap world record (merit 42.5192) on four RTX 5090 GPUs

https://zenodo.org/records/22963326
1•mvojvoda•30m ago•0 comments

Jev for Input Validation

https://unstack.io/jev-for-input-validation
2•ScottWRobinson•30m ago•0 comments

FiOTP an offline TOTP and HOTP authenticator for macOS

https://github.com/mehmetfiskindal/fiotp-multiplatform
1•arbayi•31m ago•0 comments

Private equity-backed Florida railway company Brightline files for bankruptcy

https://www.ft.com/content/ad2f9563-7853-4a6a-b46c-fe6afeccbbc0
1•throwaway2037•32m ago•2 comments

Interactive Map of Songs Mentioning Places in Their Titles

https://www.chrisdallariva.com/songs-about-places
1•noisymortimer•34m ago•0 comments

Peter Thiel slams pope's AI encyclical as gift to Chinese Communist Party

https://www.politico.com/news/2026/09/24/peter-thiel-slams-popes-ai-encyclical-as-gift-to-chinese...
5•1vuio0pswjnm7•34m ago•3 comments

US weekly jobless claims decrease as labor market regains footing

https://www.reuters.com/world/us/us-weekly-jobless-claims-decrease-labor-market-regains-footing-2...
1•frank_clover•36m 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).