frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How China Lost Mongolia – Does Taipei Still Claim It? [video]

https://www.youtube.com/watch?v=QOIWrmonY0E
1•hunglee2•43s ago•0 comments

Adolescence lasts into 30s – new study shows four pivotal ages for your brain

https://www.bbc.com/news/articles/cgl6klez226o
2•beardyw•2m ago•0 comments

The 30-foot sea cow quickly hunted to extinction because of its tasty meat

https://www.nationalgeographic.com/history/article/stellers-sea-cow-30-foot-hunted-extinction
1•cbzbc•4m ago•0 comments

Show HN: Martini-Kit, create multiplayer games without writing networking code

https://martini.blueprintlab.io/
1•yaoke259•6m ago•0 comments

Nvidia Says It's Not Enron in Private Memo Refuting Accounting Questions

https://www.barrons.com/articles/nvidia-stock-ai-accounting-allegations-366f16ac?gaa_at=eafs&gaa_...
4•zerosizedweasle•8m ago•2 comments

Qwen2.5 Coder 1.5B Roblox

https://huggingface.co/umjunsik1323/Qwen2.5-Coder-1.5B-roblox
1•umjunsik132•8m ago•1 comments

Ask HN: Scaling local FAISS and LLM RAG system (356k chunks)architectural advice

1•paul2495•9m ago•0 comments

DroneEye – Real-Time European Drone Incident Intelligence Dashboard

https://www.droneeye.eu
3•Gyarbij•9m ago•0 comments

Negative Differential Conductance in triangular molecular assemblies

https://arxiv.org/abs/2508.05575
1•peter_d_sherman•12m ago•1 comments

Schema.org: create, maintain, and promote schemas for structured data

https://schema.org/docs/about.html
1•doener•13m ago•0 comments

Flowtion

https://theflowtion.com
1•bellamoon544•14m ago•1 comments

What the Hell Is Bongo Cat and Why Is It Topping the Steam Charts? [video]

https://www.youtube.com/watch?v=CzhHFinV0ng
1•doener•17m ago•0 comments

Ask HN: My post not shown in showhn

1•witnessme•21m ago•1 comments

CVFormatter - Recruitment automation for formatting CVs to branded template.

https://www.cvformatter.co/
1•DaisyChenMS•21m ago•1 comments

USR's campaigns for the Password Modem were historically bad ads

https://buttondown.com/suchbadtechads/archive/usr-password-modem-benjamin-franklin/
1•rfarley04•21m ago•0 comments

Saudi Arabia's Prince Has Big Plans, but His Giant Fund Is Low on Cash

https://www.nytimes.com/2025/11/19/business/pif-saudi-arabia-fund-problems.html
1•HelloUsername•22m ago•0 comments

Total bill for Australian bureau of meteorology new website came in at $96M

https://www.smh.com.au/politics/federal/total-bill-for-bom-s-new-website-came-in-at-96-million-20...
4•SerCe•23m ago•0 comments

An experiment in mood-based movie discovery: Lumigo.tv

https://lumigo.tv/en-US
1•nicola_alessi•31m ago•1 comments

The 1916 Design Pattern That Still Works

https://substack.com/inbox/post/179577858
2•hholen•34m ago•0 comments

Self-upgrading agent mesh with emotions, secure memory, and living bots

https://sherin.tech/
1•rafeez•35m ago•1 comments

Show HN: I built a lightweight LLM workflow with only JavaScript and Code hooks

https://github.com/RestDB/codehooks-io-examples/tree/main/llm-workflow-example
3•bjabrboe1984•40m ago•1 comments

Call for Interpreters: Translate 39C3

https://events.ccc.de/en/2025/11/24/39c3-call-for-interpreters/
1•doener•41m ago•0 comments

Your brain changes at 9, 32, 66, and 83

https://www.popsci.com/health/brain-changes-aging/
7•geox•46m ago•0 comments

Best GPUs for Deep Learning – The Right 6-Card Comparison

1•EVAN1098•53m ago•0 comments

Best GPUs for Deep Learning – The Right 6-Card Comparison

1•EVAN1098•54m ago•0 comments

HunyuanOCR

https://curateclick.com/blog/hunyuan-ocr-guide
1•czmilo•56m ago•0 comments

Viewing old hintbooks without a red gel viewer

https://boredzo.org/blog/archives/2025-11-24/viewing-old-hintbooks-without-a-red-gel-viewer
1•ingve•57m ago•1 comments

Could Virtual Reality Help Doctors Learn Empathy?

https://nautil.us/could-virtual-reality-help-doctors-learn-empathy-1249812/
2•fleahunter•1h ago•1 comments

Nano Banana Pro Cloud – Free Trial – 20 styles, 500 prompts

https://nanobananapro.cloud
1•paidx•1h ago•1 comments

Malware Hiding in a Fake System32 Directory Using NTFS Trailing-Space Trick

https://medium.com/@omar.k.alsahily/uncovering-a-fake-system32-directory-a-deep-dive-into-ntfs-pa...
1•CriticalLY•1h ago•1 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).