frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI is helping patients to solve their medical mysteries

https://www.wsj.com/health/ai-is-helping-patients-solve-medical-mysteries-3c2d7c25
1•paulpauper•1m ago•0 comments

Rare London bans AI books, asks attendees for help identifying authors using AI

https://jamesrblatch.substack.com/p/is-it-me-or-is-this-sinister
1•ilamont•1m ago•0 comments

Introducing MicroLighter

https://daverupert.com/2026/08/microlighter/
2•tobr•1m ago•0 comments

Recreating Conditions at the Centre of Planets

https://fiberon.polymaker.com/case-study/recreating-conditions-at-the-centre-of-planets/
1•jakogut•2m ago•1 comments

Show HN: CtrlTool – 132 free online tools for developers and everyday tasks

https://ctrltool.wtf
1•jetroni•2m ago•0 comments

Establishing a Fixed Time Period of Admission and an Extension of Stay Procedure

https://www.federalregister.gov/documents/2026/07/17/2026-14439/establishing-a-fixed-time-period-...
1•petethomas•2m ago•0 comments

American AI May Not Survive Chinese Open-Source

https://www.palladiummag.com/2026/08/19/american-ai-may-not-survive-chinese-open-source/
1•speckx•2m ago•0 comments

Gegenpressing – Association Football Tactics

https://en.wikipedia.org/wiki/Association_football_tactics
1•manlymuppet•3m ago•1 comments

Advances in Archaeological Seriation

https://www.sciencedirect.com/science/chapter/edited-volume/abs/pii/B9780120031016500147
1•Bluestein•3m ago•0 comments

Recap – turn a messy meeting transcript into a summary and action items

https://meeting-recap-tool.vercel.app
1•dreresn•5m ago•0 comments

Founder of Z.ai and Tsinghua Professor Jie Tang on scaling LLM

https://twitter.com/hsu_steve/status/2090050721307611414
2•binyu•6m ago•0 comments

General Translation is giving $15000 to developers building open-source projects

https://generaltranslation.com/en-US/blog/supporting-open-source-software
1•kl01•8m ago•0 comments

Ask HN: How many countries(the names of some of them) support EDGE connectivity?

1•DenisDolya•8m ago•0 comments

The World After Automation

https://every.to/thesis-statements
2•necrodome•11m ago•0 comments

Michigan Insurance Giant Blames "AI" for Layoffs–But Evidence Points Overseas

https://www.chrisbrunet.com/p/exclusive-michigan-insurance-giant
2•Georgelemental•11m ago•0 comments

Advertising Built for AI Agents

https://themobian.ai/
2•structuredPizza•12m ago•1 comments

Btrfs Ready with More Performance Improvements for Linux 7.3 ~3x to ~5x Wins

https://www.phoronix.com/news/Linux-7.3-Btrfs
3•DemiGuru•13m ago•0 comments

The expected value of showing up

https://alexanderkucera.com/2026/08/17/the-expected-value-of-showing.html
3•speckx•14m ago•0 comments

Go 1.27 Release Notes

https://go.dev/doc/go1.27
4•olexsmir•15m ago•0 comments

Red lights are flashing in energy markets

https://www.cnn.com/2026/08/19/business/oil-gas-war-iran-russia
3•madihaa•16m ago•1 comments

Moderna's Cancer Vaccine Just Passed Its Biggest Test

https://rubbishtalk.com/finance/modernas-cancer-vaccine-just-passed-its-biggest-test/
3•Mr_Kobayashi•17m ago•0 comments

Replit taps OpenAI's low-cost Luna model for new 'Free Mode'

https://fortune.com/2026/08/19/exclusive-replit-taps-openais-low-cost-luna-model-for-new-free-mod...
1•amarbirsingh•22m ago•0 comments

US warns Siemens devices can be hacked amid fears Iran is breaching water plants

https://www.reuters.com/world/us-warns-siemens-devices-can-be-hacked-amid-fears-iran-is-breaching...
3•DemiGuru•22m ago•0 comments

Analyzing 88k flights to Hawaii: Time penalty grows faster than distance

https://hawaiitravelers.com/flight-map
1•MarcusAnniusVer•24m ago•1 comments

Show HN: CIYA – Purely Deterministic AI

https://iiio.app?u=showhn
1•iiiiiiiiio•25m ago•2 comments

Vibe-Coding Safe Firmware

https://lantra.nl/bare-metal-vibecoding/
1•philhippus•25m ago•0 comments

SpaceX rocket spotted off Christmas Island coast

https://www.bbc.co.uk/news/videos/c4gw160q3v3o
3•yzydserd•28m ago•0 comments

Inference Engineering: A free book on the systems behind AI inference

https://www.baseten.co/inference-engineering/
2•DarenWatson•29m ago•0 comments

The "Hate Speech" Psy-Op

https://lukesmith.xyz/articles/hate-speech/
3•LAC-Tech•30m ago•1 comments

Unsloth releases Dynamic v3 quantizations of Qwen3.8-27B

https://huggingface.co/unsloth/Qwen3.8-27B-GGUF/discussions/74
1•Curiositry•31m 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).