frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ten years of Postgres logical replication

https://tapoueh.org/blog/2026/09/ten-years-of-postgres-logical-replication/
1•plaur782•22s ago•0 comments

You Can See Everything – Official Trailer [video]

https://www.youtube.com/watch?v=jsw92T7KpqM
1•softwaredoug•33s ago•0 comments

What to Know About JavaScript in 2026

https://blog.master.dev/what-to-know-in-javascript-2026-edition/
1•eustoria•1m ago•0 comments

Lightspeed: Deterministic agent harness for Temporal (in Rust)

https://github.com/smartcomputer-ai/lightspeed
1•handfuloflight•2m ago•0 comments

Confronting Unknowns: A Framework for Anomalous Aerospace Events

https://sensemaking.wtf/work/cu26-p01
1•JMill•2m ago•0 comments

Proxy and Reflect

https://piccalil.li/blog/proxy-and-reflect/
1•eustoria•3m ago•0 comments

AMD-AGI/HyperLoom – Agentic system that auto-optimizes LLM workloads on AMD GPUs

https://github.com/AMD-AGI/Hyperloom
1•mindcrime•3m ago•0 comments

Gemini 3.8 text-to-speech says hello

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-8-text-to-speech/
1•swolpers•3m ago•0 comments

I See Dead Cars: A Mailman's Daily Trip Down Memory Lane

https://www.caranddriver.com/features/a15135647/classic-cars-left-for-dead/
1•samtheDamned•3m ago•0 comments

Paste.sh – Encrypted Pastebin

https://paste.sh/
1•eustoria•4m ago•0 comments

Why Human Informants Still Matter in the Age of AI Surveillance

https://smallwarsjournal.com/2026/08/20/why-human-informants-still-matter-in-the-age-of-ai-survei...
1•DemiGuru•4m ago•0 comments

You Can See Everything – Official Trailer – A24 [video]

https://www.youtube.com/watch?v=HvW_N5p1q44
1•handfuloflight•5m ago•0 comments

Valve's Linux Steam client now runs on an Android phone. No root

https://the412banner.github.io/Gamehub-Components/linux-steam-client/
1•speckx•5m ago•0 comments

Funding MIT Software with Commercial-Use Binaries

https://yaak.app/blog/funding-open-source
1•gschier•5m ago•0 comments

Show HN: Open Code for Jev

https://github.com/backant-io/jevelry
1•phegler•7m ago•0 comments

Radicle: Disclosure of Vulnerability in the Network Protocol

https://radicle.dev/2026/09/23/disclosure-of-vulnerability-in-network-protocol
1•lostmsu•9m ago•0 comments

A week in Beijing and Shanghai with the people building AI in China

https://earnedintuition.substack.com/p/involution-without-export-is-wasted
2•bluepeter•10m ago•0 comments

How to teach a robot to water the table

https://humansignal.com/blog/how-to-teach-a-robot-to-water-the-table/
1•ReDeiPirati•11m ago•0 comments

Amazon opens its seller tools to outside AI agents, starting with Anthropic

https://www.geekwire.com/2026/amazon-opens-its-seller-tools-to-outside-ai-agents-starting-with-an...
1•thm•11m ago•0 comments

Can you even "own" a passkey?

https://cendyne.dev/posts/2026-09-06-can-you-even-own-a-passkey.html
2•surprisetalk•12m ago•0 comments

Show HN: Attn – An open-source local Gmail client

https://github.com/stephenw310/attn
2•stephenw310•12m ago•0 comments

SEO Specialist

1•esraaelhaddad•13m ago•0 comments

Fixing the Portobello Police Station Clock

https://pointinthecloud.com/2026-04-11-211700.html
11•avidly•13m ago•3 comments

Show HN: OpenGET, an Old School RuneScape Grand Exchange Tracker

https://grandexchange.dreamstation.systems/
1•robinpie•13m ago•0 comments

Evaluator Optimizer

https://platform.claude.com/cookbook/patterns-agents-evaluator-optimizer
2•softwaredoug•14m ago•0 comments

Why are Opus 5.5 and GPT-6 Sol cheaper?

https://www.claudecodecamp.com/p/why-new-models-get-cheaper
1•aray07•17m ago•0 comments

Ask HN: Anyone working in Intellingent Doc Processing (IDP)? What do you do?

1•akudha•17m ago•0 comments

GPT-6 Astra has gained the ability to drive a car

https://drivingbench.com/
2•plurby•18m ago•0 comments

Jev does not play dice

https://kantahayashiai.github.io/posts/jev-does-not-play-dice/
1•someguy101010•19m ago•0 comments

Parakeet.java: Automatic Speech Recognition in Pure Java

https://github.com/qxoticai/qxotic/tree/main/jinfer/jinfer-parakeet
1•mukel•19m 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•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).