frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The MDN MCP Server

https://developer.mozilla.org/en-US/blog/introducing-mdn-mcp-server/
1•soheilpro•31s ago•0 comments

UFC to pay White House fighters in crypto issued by Trump company

https://www.theguardian.com/us-news/2026/jun/14/white-house-ufc-fighters-crypto
1•krambs•1m ago•0 comments

Teaching Machine Learning to Software Engineers

https://arxiv.org/abs/2606.14618
1•ilreb•5m ago•0 comments

Using OSINT to find the real One Piece ocean drop location [video]

https://www.youtube.com/watch?v=eY-W9gmwxhg
1•phyzix5761•7m ago•0 comments

Nvidia Is the Federal Reserve of AI

https://ramansharma.substack.com/p/nvidia-is-the-federal-reserve-of
1•intrepidsoldier•15m ago•0 comments

Show HN: Dream Server – Turn your PC, Mac, or Linux box into a private AI server

https://github.com/Light-Heart-Labs/DreamServer
1•dreamserver•15m ago•0 comments

Horizons JPL Solar System Data Demo and NASA DSN Updates: Datastar, Common Lisp

https://horizons.lambda-combine.net/
1•adityaathalye•19m ago•0 comments

Inside the 24 hours that led to pulling Fable 5

https://www.businessinsider.com/why-white-house-ordered-export-controls-anthropic-mythos-fable-20...
3•twostorytower•26m ago•0 comments

Ask HN: What did you think of Apple's announcements around their 27 OS releases?

1•Austin_Conlon•34m ago•0 comments

Enterprise AI Agents Are Leaving the Server

https://focused.io/lab/enterprise-ai-agents-are-leaving-the-server
1•mooreds•38m ago•0 comments

British forces intercept Russian shadow fleet tanker in the Channel

https://www.reuters.com/world/europe/uks-starmer-says-armed-forces-intercepted-russian-shadow-fle...
2•MilnerRoute•38m ago•0 comments

I built a defense procurement marketplace – free for vendors

https://birka.ai
1•jaywashere•39m ago•0 comments

Agentic Credit Card MCP

https://robinhood.com/us/en/support/articles/agentic-credit-card/
1•barbacoa•51m ago•0 comments

Pyhn 0.4.0: Hacker News in your terminal

https://github.com/toxinu/pyhn
3•toxinu•55m ago•0 comments

Surge in scams as fraudsters use AI to target people

https://www.bbc.com/news/articles/cwykp9ygxlvo
3•1659447091•57m ago•0 comments

Monitoring LLM Inference with Prometheus and Grafana (vLLM, TGI, Llama.cpp)

https://www.glukhov.org/observability/monitoring-llm-inference-prometheus-grafana/
1•nryoo•1h ago•0 comments

Even More Batteries Included with Emacs

https://karthinks.com/software/even-more-batteries-included-with-emacs/
4•signa11•1h ago•0 comments

The next frontier of innovation is coming back to the physical world

https://productnow.ai/blogs/a-dose-of-hope-for-the-future
1•kadhirvelm•1h ago•0 comments

Smashed Toilet Phone Web Server

https://www.offthebricks.com/articles/smashed-toilet-phone-web-server
2•mircerlancerous•1h ago•0 comments

DBOS Network Sensing: A Web Services Approach to Collaborative Awareness

https://arxiv.org/abs/2509.09898
2•teleforce•1h ago•0 comments

Decouple the Agent: Why Prompts, Tools, and Models Don't Belong in Your Client

https://vivgrid.com/decoupling-prompts-tools-models-from-agent-client
6•fanweixiao•1h ago•0 comments

AI Has Amnesia. Here's Every System Built to Fix It

https://medium.com/@alanayalag/your-ai-has-amnesia-heres-every-system-built-to-fix-it-ad7dee117a75
5•AlanAAG•1h ago•1 comments

Ask HN: How do you design CLIs for agents?

2•vokneruk•1h ago•0 comments

Lsp85 – an lsp for the Intel 8085 assembly

2•irhs•1h ago•0 comments

Show HN: Go-To-Market for Engineers article series

https://supramono.com/blog/go-to-market-for-engineers-distribution-is-the-product/
4•supramono•1h ago•0 comments

Netlify Drop

https://app.netlify.com/drop
2•skogstokig•1h ago•0 comments

Tech's Next IPO Wave Promises a Charitable Windfall

https://www.wsj.com/finance/investing/techs-next-ipo-wave-promises-a-charitable-windfall-885a1e74
3•builtbystef•1h ago•0 comments

iOS 27's Reworked Stub Islands

https://codecolor.ist/posts/2026-06-15-ios27-reworked-stub-islands/
4•gok•1h ago•0 comments

Argentina Wants to Let AI Own Companies. Here's What That Means

https://www.forbes.com/sites/anishasircar/2026/06/10/ai-owned-companies-argentina/
5•pseudolus•1h ago•1 comments

CoCoMS (Construction Correspondence Management System)

2•cmina•1h 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).