frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Would you use a self-hosted server that streams media and video games?

1•garnetraven•2m ago•0 comments

Obsidian can now convert Notion pages and DB to durable, private, local files

https://twitter.com/obsdmd/status/1992337699517387116
1•smusamashah•14m ago•0 comments

Boy with rare condition amazes doctors after world-first gene therapy

https://www.bbc.com/news/articles/c5y0y56x6veo
1•nairteashop•14m ago•0 comments

Built emotion detection to help with social cues (open source)

https://github.com/Jordan-Townsend/emovision-chrome-extension
1•Subtextofficial•21m ago•1 comments

Reflections on Analyzing My Own Operation Logs

https://github.com/jeremedia/claude-code-log-format/blob/master/REFLECTIONS.md
1•crancher•23m ago•1 comments

The legal engine of progress: from railroads to AI

https://bigthink.com/the-past/common-law-ai-progress/
1•makerdiety•25m ago•0 comments

Move Expressions

https://smallcultfollowing.com/babysteps/blog/2025/11/21/move-expressions/
1•birdculture•28m ago•0 comments

Psychological Warfare Subversion and Control of Western Society (1983) [video]

https://www.youtube.com/watch?v=5gnpCqsXE8g
1•libpcap•34m ago•0 comments

Why isn't There a open-source (project) game?

2•triilman•34m ago•0 comments

CS Gojek 24Jam

1•Indrianisri•37m ago•7 comments

ZkFuzz Foundation and Framework for Effective Fuzzing of Zero-Knowledge Circuits

https://www.computer.org/csdl/proceedings-article/sp/2026/606500a901/2bojvL4Zswo
1•syumei•39m ago•0 comments

Visibility Culling

https://www.4rknova.com//blog/2017/01/01/visibility-culling
1•ibobev•44m ago•0 comments

Figure AI sued by whistleblower who stated robots could 'fracture a human skull'

https://www.cnbc.com/2025/11/21/figure-ai-sued.html
2•cyrusradfar•44m ago•0 comments

Lucas Chess, 57 Chess Engines to Play from the Start

https://lucaschess.pythonanywhere.com/
1•turrini•48m ago•0 comments

Editing a young-earth creationist book with ChatGPT-5

https://geoff1111.github.io/
2•Egret•49m ago•1 comments

'Invisible' microplastics spread in skies as global pollutant

https://www.asahi.com/ajw/articles/16137995
9•devonnull•50m ago•0 comments

Show HN: Now everyone can write JavaScript API in Rust

https://shyam20001.github.io/rsjs/
1•StellaMary•52m ago•1 comments

Show HN: Aestheai – Text-to-UI Generator Powered by Gemini 3 (Export to Lovable)

https://www.aestheteai.design/
1•adamfils•53m ago•0 comments

Writing Hack: Write It Just Like That

https://psychotechnology.substack.com/p/writing-hack-write-it-just-like-that
2•paulpauper•54m ago•0 comments

Some Thoughts on Cultural Christianity

https://logos.substack.com/p/some-thoughts-on-cultural-christianity
2•paulpauper•55m ago•0 comments

IDE Is Dead? New AI Software Stack: Context, Trust, and Subagents

https://www.turingpost.com/p/aisoftwarestack
1•kseniase•55m ago•0 comments

Reward Hacking

https://www.anthropic.com/research/emergent-misalignment-reward-hacking
1•paulpauper•55m ago•0 comments

Finalists for the 2025 App Store Awards

https://www.apple.com/newsroom/2025/11/apple-announces-finalists-for-the-2025-app-store-awards/
1•andsoitis•57m ago•0 comments

Different Models, Same Slop?

https://www.jerpint.io/blog/different-models-same-slop/
1•jerpint•59m ago•1 comments

Show HN: PR Guard – A GitHub Action to ensure authors understand their PRs

https://github.com/YM2132/PR_guard
1•Two_hands•1h ago•1 comments

Doge 'doesn't exist' with eight months left on its charter

https://www.reuters.com/world/us/doge-doesnt-exist-with-eight-months-left-its-charter-2025-11-23/
35•the_mitsuhiko•1h ago•2 comments

How to Disable USB Attached Storage (UAS)

https://leo.leung.xyz/wiki/How_to_disable_USB_Attached_Storage_(UAS)
2•transpute•1h ago•0 comments

I automated multi-deadline tracking with Excel and Outlook

1•registrytracker•1h ago•0 comments

Supertonic: Ultra-lightweight on-device TTS model open source by Supertone

https://huggingface.co/spaces/Supertone/supertonic
1•wansookim•1h ago•0 comments

Generalizing Printf in C

https://webb.is-a.dev/articles/generalizedprintf/
1•oliverkwebb•1h ago•0 comments
Open in hackernews

Algebraic Effects: Another mistake carried through to perfection?

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

Comments

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