frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Vibe-Coded Apps Expose Corporate and Personal Data on the Open Web

https://www.wired.com/story/thousands-of-vibe-coded-apps-expose-corporate-and-personal-data-on-th...
1•abdelhousni•3m ago•0 comments

Obsidian plugin was abused to deploy a remote access trojan

https://cyber.netsecops.io/articles/obsidian-plugin-abused-in-campaign-to-deploy-phantom-pulse-rat/
1•cmbailey•6m ago•0 comments

Chris Hohn's fund slashes $8B Microsoft stake in warning over AI disruption

https://www.ft.com/content/639703f3-064c-4065-96dc-11a9dfd6d83c
2•fallinditch•8m ago•1 comments

Amazon uses its logistics empire to take on UPS and FedEx in freight, shipping

https://www.geekwire.com/2026/amazon-turns-its-logistics-empire-into-a-new-business-taking-on-ups...
1•TMWNN•10m ago•0 comments

Mycelium: A protocol spec to replace the Web – feedback welcome

https://mycelium-network.netlify.app
1•Nexi_CSN•17m ago•0 comments

Plex's price hikes prove I was right to switch to Jellyfin

https://www.androidauthority.com/plex-price-hikes-get-jellyfin-3663600/
2•Brajeshwar•18m ago•0 comments

Show HN: UAP Archive – a Rust CLI to archive war.gov/UFO Release 01

https://github.com/Pym/UAP-Archive
1•Pym•23m ago•0 comments

After USDA request, Indiana plant biologist locked out of lab by school

https://www.science.org/content/article/after-usda-request-indiana-plant-biologist-locked-out-lab...
2•doener•23m ago•0 comments

Republic of Kiribati

https://en.wikipedia.org/wiki/Kiribati
2•doener•26m ago•0 comments

Apple Store education purchase verification process expands to US

https://appleinsider.com/articles/26/05/08/apple-store-education-purchase-verification-process-ex...
3•apparent•26m ago•0 comments

Why modern parents feel more sleep deprived than our ancestors did

https://www.bbc.com/future/article/20260508-parents-in-ancient-times-felt-less-sleep-deprived-wha...
8•1659447091•32m ago•2 comments

The Flickr Commons

https://flickr.com/commons
3•gone35•33m ago•0 comments

Claude Code auto daily /weekly recap notes

https://github.com/vibe-log/vibe-log-cli
2•noashavit•34m ago•1 comments

Frona v2026.5.0 – self-hosted personal AI assistant

https://github.com/fronalabs/frona/releases/tag/v2026.5.0
2•syncerx•35m ago•0 comments

Argus – RAG based vulnerability scanner

https://github.com/abhishekamralkar/argus
2•amralkara•35m ago•0 comments

New technique radically boosts biogas yields from sewage sludge

https://newatlas.com/energy/biogas-boost-sewage-sludge/
2•breve•38m ago•0 comments

Childhood Computing

https://lilysthings.org/blog/childhood-computing/
2•i_lost_my_bagel•41m ago•0 comments

Is it still all about the people?

https://lisacrispin.com/2026/04/29/is-it-still-all-about-the-people/
2•adrianhoward•42m ago•0 comments

Misplaced Panic over AI Progress

https://garymarcus.substack.com/p/misplaced-panic-over-ai-progress
3•agluszak•49m ago•0 comments

Maryland citizens hit with $2B power grid upgrade for out-of-state AI

https://www.tomshardware.com/tech-industry/artificial-intelligence/maryland-citizens-slapped-with...
21•lemonberry•52m ago•3 comments

Ask HN: Which LLM are you using to evaluate your ideas?

2•Marius77•54m ago•1 comments

The impossible song we'll remember in 500 years [video]

https://www.youtube.com/watch?v=XLqhOEzpWyo
3•layer8•59m ago•0 comments

Freediving, Embodiment and Humanity

https://tracesofhumanity.org/freediving-embodiment-and-humanity/
2•nathanh•1h ago•0 comments

The Psychology of Choice in an Age of Abundance

https://medium.com/@sachin255701/the-psychology-of-choice-in-an-age-of-abundance-8843d4e49ce7
2•_day_dr3am3r_•1h ago•1 comments

Fluiq – LLM observability, evals and optimization in two lines of Python

https://getfluiq.com
2•SaurabhKumbhar•1h ago•0 comments

Show HN: Aura – Desktop AI Orchestration IDE with Planner/Worker Architecture

https://github.com/CarpseDeam/Aura-IDE
3•ConfusedData89•1h ago•0 comments

Jumping Spiders Shouldn't Be This Smart [video]

https://www.youtube.com/watch?v=kRQMOF5c2Z8
3•hermitcrab•1h ago•0 comments

Is this a bad moment for a math career?

https://mathoverflow.net/questions/486675/is-this-a-bad-moment-for-a-math-career
2•bananaflag•1h ago•0 comments

Ask HN: Will low quality AI customer support be the new normal?

6•0-bad-sectors•1h ago•2 comments

A NLM enhanced writers workbench

https://www.redwoodrhetorica.com/
2•homeonthemtn•1h 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•12mo 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).