frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Finite-State Dynamics: Elimination of Quantum Mechanics Probability Ontologies

https://twitter.com/CTibedo/status/2088679500020174883
1•GeometryKernel•2m ago•0 comments

How to fix security warning in Firefox

https://tlsradar.com/blog/fix-security-warning-firefox
1•tlsradar•2m ago•0 comments

Show HN: Self-hosted monitoring for AI recommendations (MIT License)

https://lettertrace.com
1•mathewpregasen•5m ago•0 comments

South Korea proposes talks to officially end war with North

https://www.bbc.com/news/articles/c8en2z9jp2xo
2•thisislife2•7m ago•0 comments

Where Did the Pause Button Go? Raising a 10-Year-Old in 2026

https://emot.substack.com/p/where-did-the-stop-button-go-raising
1•emot•8m ago•1 comments

Don't let AI rob you

https://www.youtube.com/watch?v=-T39cM3LPk0
1•aupra•8m ago•0 comments

TreasuryDirect: Prepare for ID.me – Your New Way to Log In

https://www.treasurydirect.gov/savings-bonds/idme-one-month/
4•Mindless2112•10m ago•1 comments

The road to Seahaven, or how I run my agent harnesses without permission prompts

https://philipmw.github.io/blog/2026/08/seahaven/
1•pmw•11m ago•0 comments

Filtered Vector Search: What Acorn Fixes, and What Fixes Acorn

https://qdrant.tech/articles/filtered-vector-search-acorn/
1•softwaredoug•12m ago•0 comments

5G, full bars, nothing loads: Or how I learned to start learning with LLMs

https://www.dumky.net/posts/5g-full-bars-nothing-loads-learning-with-llms/
1•dmkii•17m ago•1 comments

Europe's scorched landscapes seen from space after summer heatwaves

https://www.bbc.com/news/articles/c4gxy0wqqd9o
4•blondie9x•19m ago•0 comments

Ukraine strikes major Russian rocket factory with cruise missiles

https://arstechnica.com/space/2026/08/ukraine-strikes-major-russian-rocket-factory-with-cruise-mi...
1•Alien1Being•19m ago•0 comments

Researchers test Minneapolis soil after federal agents' tear gas use

https://www.startribune.com/operation-metro-surge-tear-gas-soil-u-research/601875997
2•ohjeez•22m ago•1 comments

How Will You Measure Your Life? Clay Christensen (2012) [video]

https://www.youtube.com/watch?v=tvos4nORf_Y
1•walterbell•23m ago•0 comments

Show HN: Open-Source Framer Alternative

https://revyme.com
1•revyme•23m ago•1 comments

What the 12,000 lines I write per day do

https://nmn.gl/blog/how-i-actually-write-10000-lines
1•namanyayg•24m ago•1 comments

Open Sourcing the Atuin AI Server

https://blog.atuin.sh/atuin-ai-oss/
1•linsomniac•24m ago•0 comments

Lessons Learned from Fixing Flaky Tests with Claude

https://henrikwarne.com/2026/08/15/lessons-learned-from-fixing-flaky-tests-with-claude/
1•henrik_w•25m ago•0 comments

Show HN: Klisi – a GTK4/Adwaita callgrind profile viewer and generator

https://gitlab.com/ckardaris/klisi
1•ckardaris•25m ago•0 comments

Pen & Pixel: Design Process Behind 20k Iconic Album Covers [video]

https://www.youtube.com/watch?v=tVz2IAAxttE
1•saysjonathan•26m ago•0 comments

How well do your agents fail?

https://github.com/Sub2mval/AgentGauntlet
2•MVal•27m ago•1 comments

Learn electronics by making your own circuit simulator in Python

https://spicycircuits.dev/
2•pkoird•29m ago•0 comments

Ironies of Automation (1983) [pdf]

https://ckrybus.com/static/papers/Bainbridge_1983_Automatica.pdf
2•tarxzvf•35m ago•0 comments

Ask HN: Why don't we see ARM laptops from China?

3•znpy•35m ago•1 comments

Suno unveils new vinyl pressing service

https://ra.co/news/85755
3•cribbles•36m ago•0 comments

Job titles of the future: Space travel agent

https://www.technologyreview.com/2026/08/14/1141431/job-titles-space-travel-agent-roman-chiporukha/
3•joozio•38m ago•0 comments

The Artistry in 8-bit and 16-bit pixel art [video]

https://www.youtube.com/watch?v=LMlh0re9fMk
1•CharlesW•40m ago•0 comments

Show HN: LLMs think in hierarchies. Their interpretability tools should too

https://github.com/vishal-dehurdle/hypersae
3•visha1v•46m ago•0 comments

The Dutch Community Where People Live on Strips of Land in a Lake

https://www.core77.com/posts/144869
12•Bowes-Lyon•46m ago•0 comments

LuhXtrezz Searched

1•luhxtrezz•47m 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).