frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I built an AI agent with Mistral that automates 80% of my PostgreSQL DBA work

1•bugrac•31s ago•0 comments

Only 10 days left until the biggest startup event in Switzerland, 6-7 Nov 2025

https://www.startup-nights.ch/tickets/
1•sschueller•4m ago•0 comments

UK Cloud Services Market Investigation [pdf]

https://assets.publishing.service.gov.uk/media/688b20e6ff8c05468cb7b120/summary_of_final_decision...
1•avestura•10m ago•1 comments

WhatsApp Agent for moderation and gamification of Groups

https://www.youtube.com/watch?v=q3nniIK7Rpo
1•thinkevolve•12m ago•1 comments

Nicholas Thompson: Why I run

https://www.theatlantic.com/magazine/archive/2025/12/the-running-ground-memoir/684633/
1•aakashkathuria•16m ago•0 comments

Ask HN: How should new programmers learn in the AI era?

1•loa_observer•19m ago•0 comments

Temporal Joins (PostgreSQL)

https://www.crunchydata.com/blog/temporal-joins
1•enz•20m ago•0 comments

Stack walking: space and time trade-offs

https://maskray.me/blog/2025-10-26-stack-walking-space-and-time-trade-offs
1•ingve•30m ago•0 comments

Programming is morphing from a creative craft to a dismal science

1•pyeri•31m ago•0 comments

New AI Browser Alert: Get 1 Month of Perplexity Pro for Free

1•zailushang•32m ago•1 comments

Lessons learned from 2 years of operating a tiny news archive

https://til.andrew-quinn.me/posts/lessons-learned-from-2-years-of-operating-a-tiny-news-archive/
1•hiAndrewQuinn•33m ago•0 comments

The cave divers who went back for their friends (2016)

https://www.bbc.com/news/magazine-36097300
1•thunderbong•39m ago•0 comments

How Cloudflare's client-side security made the NPM supply chain attack non-event

https://blog.cloudflare.com/how-cloudflares-client-side-security-made-the-npm-supply-chain-attack...
1•meysamazad•42m ago•0 comments

LaTeX, LLMs and Boring Technology

https://eli.thegreenplace.net/2025/latex-llms-and-boring-technology/
1•ingve•47m ago•0 comments

Google Scholar tool gives extra credit to first and last authors

https://www.nature.com/articles/d41586-025-03281-4
1•XzetaU8•50m ago•0 comments

Silicon Valley called – the 1990s are back

https://www.ft.com/content/834487ce-2357-40c4-bf45-34562e522755
2•zerosizedweasle•54m ago•1 comments

Emulating the Impossible: Inside RPCS3 with One of Its Developers

https://gardinerbryant.com/emulating-the-impossible-inside-rpcs3-with-one-of-its-developers/
2•manzokubuffer•1h ago•0 comments

Hess Triangle

https://en.wikipedia.org/wiki/Hess_triangle
2•mudil•1h ago•0 comments

Russia Fires First Nuke-Powered Cruise Missile, Burevestnik

https://www.eurasiantimes.com/russia-fires-worlds-1st-nuke-powered-cruise-missile-burevestnik/
3•methuselah_in•1h ago•1 comments

Venezuela's Autocrat Uses Crypto to Fight Trump's Sanctions

https://www.nytimes.com/2025/10/26/world/americas/trump-maduro-venezuela-economy.html
1•mmooss•1h ago•0 comments

Institutions, memes, and macro turned crypto's glory cycle into a grind

https://cryptoslate.com/the-worst-bull-run-ever-how-institutions-memes-and-macro-turned-cryptos-g...
1•salkahfi•1h ago•0 comments

CaDoodle CAD, free and offline TinkerCAD alternative

https://cadoodlecad.com/
1•guardienaveugle•1h ago•0 comments

How to tackle private credit's 'cockroaches' as contagion fears build

https://www.cnbc.com/2025/10/24/how-to-tackle-private-credits-cockroaches-as-contagion-fears-buil...
1•zerosizedweasle•1h ago•0 comments

Show HN: TSK – agent sandbox, delegation, and parallelization tool

https://github.com/dtormoen/tsk
1•dtormoen•1h ago•0 comments

Stop Caring So Much About Your People

https://avivbenyosef.com/stop-caring-so-much-about-your-people/
2•kylegalbraith•1h ago•2 comments

OpenWetWare

https://openwetware.org/
1•timcobb•1h ago•0 comments

Show HN: Write Go code in JavaScript files

https://www.npmjs.com/package/vite-plugin-use-golang
3•yar-kravtsov•1h ago•0 comments

Encryption using SSH Keys with age in Linux

https://ittavern.com/encryption-using-ssh-keys-with-age-in-linux/
1•signa11•1h ago•0 comments

Ahead of Trump-Xi meeting, China says bombers flew near Taiwan

https://www.reuters.com/business/aerospace-defense/ahead-trump-xi-meeting-china-says-bombers-flew...
1•zerosizedweasle•1h ago•0 comments

Show HN: HN reader with "Page Down" for mobile and other QoL tweaks

https://hn.leftium.com
1•Leftium•1h ago•0 comments
Open in hackernews

Algebraic Effects: Another mistake carried through to perfection?

https://kjosib.github.io/Counterpoint/effects.html
29•todsacerdoti•5mo ago

Comments

smitty1e•5mo 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•5mo 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•5mo 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•5mo 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•5mo 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•5mo ago
I had to stop and re-read this comment chain because I was sure this was satire
agentultra•5mo 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•5mo 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•5mo 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•5mo 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•5mo 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).