frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Could AI and synthetic biology = bioweapons?

https://www.celinegounder.com/p/anthropic-claude-ai-bioweapons-biosecurity
1•gone35•1m ago•0 comments

Show HN: Three short quizzes that show a score pattern, not one type

https://loretypes.com/
1•owen090•1m ago•0 comments

An evidence-ranked wiki for World of Warcraft: Forever

https://wowforeverwiki.org/
1•CoderLim110•3m ago•0 comments

The Holy Grail of Rocketry

https://www.spacex.com/content/starship/holy-grail-of-rocketry
1•plurby•4m ago•0 comments

Claudeimportfromcodex

https://github.com/FredrikAhman/claudeimportfromcodex
1•Frummy•4m ago•1 comments

The Golden Spike, and Resurrecting the Vale(n) Programming Language

https://verdagon.dev/blog/golden-spike-reviving-vale-valen
1•mpweiher•5m ago•0 comments

Billions and Billions: Thoughts on Life and Death at the Brink of the Millennium

https://en.wikipedia.org/wiki/Billions_and_Billions
2•chistev•7m ago•1 comments

Git Internals – Plumbing and Porcelain

https://git-scm.com/book/en/v2/Git-Internals-Plumbing-and-Porcelain
3•bschne•7m ago•0 comments

Why Your Emacs Terminal Is Slow and How to Fix It

https://www.jamescherti.com/emacs-terminal-performance-vterm-eat-ansi-term-ghostel/
2•signa11•12m ago•0 comments

Ada & Zangemann book about free software translated in Persian / Farsi

https://ada.fsfp.ir/
2•bsh90•12m ago•0 comments

The Life of Death and the Enshittificator [video]

https://www.youtube.com/watch?v=d6SPV4GZp-U
2•cern•13m ago•0 comments

Unbiased is our platform. Pareto is our own blended AI model

https://unbiased.ai/
1•Bluestein•14m ago•1 comments

Anthropic says its model Claude is helping to build the next version of itself

https://apnews.com/article/anthropic-claude-ai-model-self-improvement-4d3a7430f57cbc7c39e1c5f2b7d...
1•geox•15m ago•0 comments

Show HN: Attar – Compile React apps to native machine code

https://attar.dev/
2•ifdotpy•16m ago•0 comments

AI software should be treated like any other software [video]

https://www.youtube.com/watch?v=9tr7Mby62bo
1•drywater2•17m ago•0 comments

The early days of Unix in the UK

https://www.coulouris.net/cs_history/em_story/
2•fanf2•21m ago•0 comments

World Money: A Financial Super App for Humans

https://world.org/blog/announcements/world-money
1•thm•22m ago•0 comments

War may be coming. Are we psychologically ready?

https://www.bbc.com/news/articles/cmn0jke547r5o
4•vinni2•24m ago•1 comments

The LLM Comments Are Not for You

https://danilafe.com/blog/comments_not_for_you/
1•kqr•25m ago•1 comments

iCloud+ Now Includes Apple TV and Apple Arcade

https://www.icloud.com/en-sg/info/icloud-plus-tv-arcade
1•JustSkyfall•25m ago•0 comments

Relax for the Same Result

https://sive.rs/relax
1•piqufoh•27m ago•0 comments

Phone coverage across the London tube sent me hurtling down a tunnel of despair

https://www.theguardian.com/commentisfree/2026/sep/14/phone-coverage-tube-london-underground-tube
3•edward•28m ago•0 comments

Using steal time to moderate CPU demands

https://lwn.net/Articles/1090381/
1•signa11•33m ago•0 comments

A Pause for the Python JIT

https://lwn.net/Articles/1090385/
4•signa11•33m ago•0 comments

Show HN: A web page that counts its own visitors and cannot lie

https://ava-wall.surge.sh
1•ava-14•43m ago•0 comments

Jev is trained on 100% synthetic data

https://twitter.com/CompleteSkeptic/status/2100617775823966680
1•rinesh•45m ago•0 comments

Show HN: Fouine – local full-text and semantic search for scanned PDFs on macOS

https://github.com/basedpolymer/fouine
1•basedpolymer•48m ago•0 comments

What to Expect When You're Expecting (A World of Multi-Agent Systems)

https://asteriskmag.com/issues/15/what-to-expect-when-you-re-expecting-a-world-of-multi-agent-sys...
2•ronfriedhaber•48m ago•0 comments

Dxui – A declarative desktop GUI framework for Go, without cgo

https://github.com/dxui-org/dxui
1•truda•52m ago•0 comments

Hugging Face attack: "This might be the clearest warning shot we ever get" [video]

https://www.youtube.com/watch?v=X50zezLFWWI
2•looofooo0•52m ago•0 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).