frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Alex Karp is a pathetic toddler

https://www.hamiltonnolan.com/p/grievance-poisoning-in-the-first
1•blackcoffeerain•9s ago•0 comments

Babies Born from Dead Parents Will Increase with New Tech

https://www.404media.co/babies-born-from-dead-parents-will-increase-with-new-tech-are-we-ready/
1•Brajeshwar•35s ago•0 comments

Multi-agent systems: Frameworks and step-by-step tutorial

https://blog.n8n.io/multi-agent-systems/
1•onchainintel•2m ago•0 comments

Dario – local proxy to keep Claude Pro/Max working with any client

https://github.com/askalf/dario
1•askalf•3m ago•0 comments

The Dangers of Reusing Protobuf Definitions: Critical Code Exec in Protobuf.js

https://www.endorlabs.com/learn/the-dangers-of-reusing-protobuf-definitions-critical-code-executi...
1•gnabgib•3m ago•0 comments

The Imperative of Mastering Writing and Coding in the Age of Automation

https://fodysoft.com/blog/learn-coding/
1•osdotsystem•5m ago•0 comments

Software Driven Drive Lights

https://bumblingelectron.blogspot.com/2026/04/creating-drive-lights-on-gpio-linux-only.html
1•mainmeister•6m ago•0 comments

Model Council

https://github.com/bruce249/Model_Council
1•vignesh_146•7m ago•1 comments

SQLite prefixes its temp files with `etilqs_`

https://avi.im/blag/2026/etilqs/
1•birdculture•11m ago•0 comments

Some secret management belongs in your HTTP proxy

https://blog.exe.dev/http-proxy-secrets
2•tosh•14m ago•0 comments

Show HN: Infrawise Azure Cloud Optimization

https://infrawiseai.com
1•pdroid12•15m ago•0 comments

Show HN: Bridge the gap between AI code/app generation and human understanding

https://sourcebridge.ai
1•Craze0•15m ago•0 comments

How do you handle product screenshots at multiple sizes?

https://simplshot.com
2•atlemo•17m ago•1 comments

The Technological Republic, in Brief

https://twitter.com/PalantirTech/status/2045574398573453312
2•d_silin•17m ago•0 comments

Ethics of Artificial Intelligence and Robotics

https://plato.stanford.edu/entries/ethics-ai/
1•keiferski•19m ago•0 comments

Auto pentest your LLM endpoint and watch the chat in real-time

https://www.wraith.sh/scan
1•WizardX_0x•19m ago•0 comments

Bot-to-Bot Commerce Report

https://dialtoneapp.com/bot-to-bot
1•fcpguru•19m ago•0 comments

I built the share-link feature Gitea doesn't have

https://sharemygit.com/
2•onesandofgrain•21m ago•0 comments

New California cannabis laws took effect in 2026. What to know ahead of 4/20

https://www.sacbee.com/news/california/article315437128.html
2•Bender•22m ago•0 comments

Chrome Backup and Restore

https://chromewebstore.google.com/detail/ehelpggmjfhcaodidoejgikogopajfli/preview?hl=en&authuser=0
1•litextools•26m ago•1 comments

Building Autonomous Business Systems with AI Agents

https://ainative.business/book/
1•arkwor•27m ago•1 comments

Chocolate makers are using less cocoa after a historic price spike

https://www.wsj.com/business/chocolate-makers-look-to-cut-down-on-cocoa-after-price-volatility-66...
2•felipevb•27m ago•1 comments

Students are speeding through their online degrees in weeks, alarming educators

https://www.washingtonpost.com/education/2026/04/19/accelerated-college-degree-hacking/
4•01-_-•30m ago•0 comments

FastStair: Learning to Run Up Stairs with Humanoid Robots

https://npcliu.github.io/FastStair/
1•amai•30m ago•0 comments

Fans to Buy Before It Gets Hot Again (2026)

https://www.wired.com/story/the-best-fans-2026/
1•joozio•30m ago•0 comments

The Software Pilots Manifesto

https://softwarepilotry.com/
2•gpi•31m ago•0 comments

The UK is alarmingly unprepared for the threats it faces

https://ukdefencejournal.org.uk/the-uk-is-alarmingly-unprepared-for-the-threats-it-faces/
2•Bender•31m ago•0 comments

Anthropic shut down a 60 account company's Claude access

https://twitter.com/minchoi/status/2045542832241262602
3•cft•32m ago•0 comments

Ibogaine, LSD and Psilocybin: Trump's New Order a Medical 'Turning Point'

https://www.military.com/daily-news/2026/04/18/ibogaine-lsd-and-psilocybin-trumps-new-order-medic...
1•Bender•34m ago•0 comments

Show HN: A privacy-first, local-LLM note app for iOS (Google Keep alternative)

https://github.com/moeen-mahmud/remen
1•moeen-mahmud•35m ago•0 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).