frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Brazil seizes over 1,100 weapons and 1.5 tons of drugs from US, says official

https://www.reuters.com/world/americas/brazil-seizes-over-1100-weapons-15-tons-drugs-us-says-offi...
1•kaycebasques•1m ago•0 comments

Black traffic: the corporate sabotage technique you've never heard of

https://www.machinesociety.ai/p/black-traffic-the-corporate-sabotage-37e
1•mikelgan•2m ago•1 comments

Nexus AI

https://nexusai.run
1•nexusai26•2m ago•0 comments

BYD to open 20 car dealerships in Canada this year

https://financialpost.com/transportation/autos/byd-open-20-car-dealerships-canada-2026
1•pseudolus•5m ago•0 comments

Selective Test Execution at Stripe: Fast CI for a 50M-Line Ruby Monorepo

https://stripe.dev/blog/selective-test-execution-at-stripe-fast-ci-for-a-50m-line-ruby-monorepo
1•Wingy•6m ago•0 comments

QB64 Tutorial A beginner's introduction to game programming

https://www.qb64tutorial.com
1•AlexeyBrin•6m ago•0 comments

Show HN: Peer – health research chat, 6 medical databases, verified citations

https://frompeer.com/
2•uelbably•6m ago•0 comments

Published on Rapid API

1•CapianHolstrom•8m ago•0 comments

Canada Can't Pretend America Is Still the Good Guy

https://thewalrus.ca/the-us-torpedoed-an-unarmed-ship-who-are-the-good-guys-again/
6•Teever•13m ago•0 comments

The Case That More Openness Brings More Good to Society

https://danieltan.weblog.lol/2026/04/the-case-that-more-openness-brings-more-good-to-society
1•danieltanfh95•13m ago•0 comments

Measure coding productivity with this Claude Code Plugin

https://github.com/Facens/coding-productivity
2•Facens•14m ago•1 comments

Build Your Own Claw

https://github.com/tedhsieh1966/wofa_ide
1•tedhsieh1966•16m ago•0 comments

LineageScope – static analyzer for SQL, dbt, Airflow, Spark, and data contracts

https://github.com/kirannarayanak/lineagescope
2•kirannarayana•17m ago•1 comments

Show HN: I made a visual tool for EV vs. petrol/diesel running-cost breakeven

https://carcosttool.com/ev-vs-ice-breakeven
1•sensecall•17m ago•0 comments

Why Phishing Emails Keep Working on Smart People

https://cacm.acm.org/blogcacm/why-phishing-emails-keep-working-on-smart-people/
1•pseudolus•17m ago•0 comments

Rewriting a 20-year-old Python library

https://www.b-list.org/weblog/2026/mar/23/20-year-library/
1•PaulHoule•20m ago•0 comments

Clypi ― all-in-one for beautiful, prod-ready CLIs (Python)

https://danimelchor.github.io/clypi/
1•kaathewise•20m ago•0 comments

Sumochess

https://sumochess.org
1•pingou•21m ago•0 comments

Maker of Pet Toys in Ukraine Turns to Killer Drones

https://www.nytimes.com/2026/04/09/world/europe/ukraine-defense-technology-companies.html
1•bookofjoe•23m ago•1 comments

Cpuid hacked to deliver malware via CPU-Z, HWMonitor downloads

https://www.bleepingcomputer.com/news/security/supply-chain-attack-at-cpuid-pushes-malware-with-c...
1•Brajeshwar•25m ago•0 comments

Sad, Sad Video of Dude Checking on the Trump Phone He Ordered

https://www.youtube.com/watch?v=fduWfFM6eEE
2•OhMeadhbh•25m ago•1 comments

The Problem That Built an Industry

https://ajitem.com/blog/iron-core-part-1-the-problem-that-built-an-industry/
2•ShaggyHotDog•29m ago•0 comments

LinkedIn Pulse Lost 85% of Its Organic Traffic in the Last Two Years

https://growtika.com/blog/linkedin-pulse-research
1•Growtika•30m ago•0 comments

In Defense of Rediscovery

https://wilsoniumite.com/2026/04/11/in-defense-of-rediscovery/
1•Wilsoniumite•32m ago•0 comments

Framechart – Turn CSV data into animated chart videos

https://framechart.com
1•Don_Data•36m ago•0 comments

Can OpenClaw and Claude be better than therapy?

https://world.hey.com/cassio/openclaw-claude-are-better-than-therapy-e0ac3ad9
2•cacozen•36m ago•1 comments

Show HN: Helix – open-source self-healing back end for production crashes

https://88hours.github.io/helix-community/
1•NomiJ•36m ago•1 comments

Iran War and the great reset with Katherine Austin Fitts [video][1hr]

https://www.youtube.com/watch?v=Y7JdMLITSDU
1•Bender•37m ago•0 comments

America Has a New GLP-1 Playbook

https://www.theatlantic.com/health/2026/04/glp-1-pill-wegovy-weight-loss/686768/
1•01-_-•38m ago•0 comments

Overhead Projector

https://en.wikipedia.org/wiki/Overhead_projector
2•zeristor•39m ago•2 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).