frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Streaming Our RL Training Runs

https://brusharena.art/live
1•kickingkeys•46s ago•0 comments

AI hallucination of Chinese nuclear components almost led to US Military attack

https://arstechnica.com/ai/2026/09/report-us-almost-boarded-chinese-ship-over-hallucinated-ai-arm...
1•latexr•1m ago•0 comments

Productivity as the Cessation of Braking

https://medium.com/@smoking2man/productivity-as-the-cessation-of-braking-toward-a-critique-of-the...
1•Aldus551•2m ago•0 comments

Show HN: Modern lightweight UI for your browser's built-in bookmark manager

https://chromewebstore.google.com/detail/kosh-bookmark-manager/meldjdfnfgefeoegccphimkmgmeamcce
3•havu12•2m ago•0 comments

File Notification Attacks

https://inoti.fyi/
1•campuscodi•3m ago•0 comments

Show HN: Loop-find, trim, rotate and crop videos in the browser, no upload

https://clipyouredit.com/
1•wouldbecouldbe•3m ago•0 comments

When It's OK Not to Understand Your Own PR

https://wakamoleguy.com/p/when-its-ok-not-to-understand-your-own-pr
1•wakamoleguy•4m ago•0 comments

Delphic Wisdom

https://will4planet.substack.com/p/delphic-wisdomconnection
1•andsoitis•8m ago•0 comments

Latitude Dictates Global Marine Diatom Dynamics: 25 Years of Satellite Data

https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2025EF007607
1•bryanrasmussen•10m ago•0 comments

What the megafauna extinction can teach us about AI startups and incumbents

https://johnjwang.com/post/2026/09/23/megafauna-extinction-and-startups
1•johnjwang•11m ago•0 comments

The Python documentation is now available in Persian

https://blog.python.org/2026/09/the-python-documentation-is-now-available-in-persian/
2•theanonymousone•12m ago•0 comments

On Programming, Statistics, and Java

https://waytoounoriginal.github.io/programming/stats/optimizations/2026/09/26/on-programming-stat...
2•theanonymousone•13m ago•0 comments

Welcome to the Medical Clinic at the Interplanetary Relay Station

https://www.lightspeedmagazine.com/fiction/welcome-to-the-medical-clinic-at-the-interplanetary-re...
1•bucket2015•13m ago•0 comments

Leadership Lessons from the Odyssey

https://danielmangum.com/posts/odyssey-leadership-lessons/
2•hasheddan•17m ago•0 comments

The EV1 Archive

https://v212.org/museum/ev1/ev1.html
1•andsoitis•19m ago•0 comments

New Boeing 737 MAX Software Glitch Could Disrupt Navigation Feature

https://www.wsj.com/business/airlines/new-boeing-737-max-software-glitch-could-disrupt-navigation...
1•trimbo•21m ago•0 comments

42x faster prompt lookup drafting in llama.cpp

https://jadidbourbaki.github.io/blog/prompt-lookup-llama-cpp/
1•pptadversary•25m ago•0 comments

The Case for Learning in the Era of AI

https://jonbehnken.substack.com/p/the-case-for-learning
1•greedywhale•25m ago•1 comments

Show HN: Way to divide parameter space in LLM training

https://zenodo.org/records/22976821
1•genji970•26m ago•0 comments

OpenAI: Self-replicating prompt injections exist

https://alignment.openai.com/misalignment-reports/self-replicating-prompt-injections-exist/
1•dnw•27m ago•0 comments

Just Ask Jev: Reinforcement Learning for Calibrated Decisions

https://arxiv.org/abs/2609.29429
1•Anon84•28m ago•0 comments

Redium: A small and declarative JavaScript-based UI library

https://github.com/rolandbrake/Redium
1•rolandbrake•33m ago•0 comments

PHP 4.1.1 Simulator: A jsfiddle-style edit-run page for 2001 era PHP

https://simphp.infinitefun.com/
1•generativist•33m ago•0 comments

Finding All Solutions to LinkedIn-Queens Puzzle

https://wyounas.github.io/model-checking/puzzles/2026/06/06/finding-all-solutions-to-linkedin-que...
1•simplegeek•35m ago•0 comments

AI Replacing Me? Please Do

https://medium.com/@azolf/ai-replacing-me-please-do-e353ac6a4bc1
3•azolf•35m ago•0 comments

Show HN: Grabbit – agent-first screenshot API (MCP and one-line CLI)

https://www.grabbit.live
1•acossta•36m ago•0 comments

What will AI do to our jobs and our wages? [video]

https://www.youtube.com/watch?v=qFf1_gRU2Lw
2•Wilsoniumite•36m ago•0 comments

The Beatles have permeated research papers across academic disciplines

https://phys.org/news/2026-09-beatles-permeated-papers-academic-disciplines.html
1•pseudolus•39m ago•0 comments

Show HN: Pawl – iOS gambling blocker you unlock with a physical Security Key

https://github.com/jasonepage/Pawl
1•jpage2•39m ago•3 comments

ChatGPT has a data synchronisation bug that can easily cause data loss

https://emil.fi/d/chatgptdataloss.txt
1•emilfihlman•39m 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).