frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: AI robbed my joy of reading books?

1•hasudon7171•1m ago•0 comments

Search, Discovery, Pills, and Portals

https://contraptions.venkateshrao.com/p/search-discovery-pills-and-portals
1•surprisetalk•2m ago•0 comments

Route Phone Calls to an AI Agent with the Telnyx Voice API

https://telnyx.com/resources/route-phone-calls-ai-agent
1•harpreetseehra•2m ago•0 comments

Dragon's Egg: a formally verified, distributed object-capability OS

https://github.com/emberian/dregg
1•iamthebesthere•2m ago•0 comments

Ask HN: Building a minimal to-do app based on Signal vs. Noise

1•simonhansson•3m ago•0 comments

Migratrom: Schema migrations you can trust your agent to write

https://migratrom.org/
1•alloysmila•6m ago•0 comments

Rocket Lab Buys Satellite Operator Iridium in Bid to Challenge SpaceX

https://www.wsj.com/business/telecom/rocket-lab-buys-satellite-operator-iridium-in-bid-to-challen...
1•JumpCrisscross•6m ago•0 comments

Tesla FSD v14 Lite

https://twitter.com/elonmusk/status/2071538306039357838
1•lucamark•8m ago•0 comments

Has anyone here used the AI trading bot "Zentriq"? Looking for honest feedback

https://qafstudio.gumroad.com/l/zentriq
1•klegolas•9m ago•0 comments

Turning Risk Appetite into Impact – By Eric Gilliam

https://www.freaktakes.com/p/turning-risk-appetite-into-impact
1•rbanffy•11m ago•0 comments

Anatomy of an Agent – By Stephen Gruppetta

https://www.thepythoncodingstack.com/p/2-anatomy-of-an-agent
1•rbanffy•11m ago•0 comments

CRISPR's next act: the companies editing the epigenome to treat disease

https://www.nature.com/articles/d41586-026-01976-w
1•bookofjoe•12m ago•1 comments

Fame, an external memory and tool-safety gateway for local coding agents

https://github.com/superalp1985/fame-knowledge-agent-gateway
1•superalp•12m ago•0 comments

The Science of Play

https://www.unicef.org/parenting/child-care/science-of-play
1•the-mitr•12m ago•1 comments

Comcast Plans Company Split, Sending Shares Soaring 20%

https://www.wsj.com/business/media/comcast-to-split-media-and-tech-businesses-into-two-separate-c...
1•JumpCrisscross•13m ago•0 comments

Ask HN: Favorite Online Magazines?

1•m-hodges•15m ago•0 comments

The Black Holes That Burp Years After They Eat

https://www.universetoday.com/articles/the-black-holes-that-burp-years-after-they-eat
1•rbanffy•15m ago•0 comments

A Simulated Attack Story on React Server Components to Exploit React2Shell

https://mate.security/blog/a-simulated-attack-story-on-react-server-components-to-exploit-react2s...
1•noisysoc•16m ago•0 comments

Aerial Photographs (2017)

https://www.toronto.ca/city-government/accountability-operations-customer-service/access-city-inf...
1•surprisetalk•16m ago•0 comments

Samsung, SK Hynix, Micron Sued in US over Memory Price Fixing

https://en.sedaily.com/international/2026/06/29/samsung-sk-hynix-micron-sued-in-us-over-memory-pr...
4•donohoe•19m ago•0 comments

Weathering the Storm of AI

https://www.bencodezen.io/blog/weathering-the-storm-of-ai/
2•mooreds•19m ago•0 comments

The Shape of Rome (2013)

https://www.exurbe.com/the-shape-of-rome/
3•downbad_•20m ago•0 comments

Astro 7 Is Here

https://astro.build/blog/astro-7/
3•mooreds•20m ago•0 comments

Bouvet Island: The Most Remote Island Is Norwegian

https://www.lifeinnorway.net/bouvet-island/
3•mooreds•21m ago•0 comments

Five Forecasts for the Future of Work

https://www.wealthsystems.ai/p/five-forecasts-for-the-future-of
2•mattmcdonagh•23m ago•0 comments

I made memory from scratch – polymatt [video]

https://www.youtube.com/watch?v=IOtf85sHRlg
2•seanbrodie•23m ago•0 comments

Comcast to Spin Off NBCUniversal

https://www.cnn.com/2026/06/29/media/comcast-spinoff-nbc-universal
3•sylens•24m ago•1 comments

Show HN: Reference MCP – let your AI agents search each other's past sessions

https://github.com/kuberwastaken/reference
3•kuberwastaken•25m ago•0 comments

WASM on the JVM Ships Under the Bytecode Alliance

https://foojay.io/today/endive-1-0-wasm/
4•dustingetz•27m ago•1 comments

US seizes hundreds of FIFA World Cup illegal streaming domains

https://www.bleepingcomputer.com/news/security/us-seizes-hundreds-of-fifa-world-cup-illegal-strea...
2•thm•27m ago•0 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).