frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A seamless private messenger and workspace for iOS and macOS

https://blog.neutrontech.ai/2026/08/13/private-messaging-workspace-without-a-phone-number-why-hub...
1•NeutronTech_ai•58s ago•0 comments

ProbeDeck for ClickHouse iOS App for Interactions During Incidents

1•chamav•1m ago•0 comments

CUDA Shared Memory Swizzling

https://leimao.github.io/blog/CUDA-Shared-Memory-Swizzling/
1•jxmorris12•1m ago•0 comments

Show HN: Orca – Instant cross-platform in-app purchase orchestration

2•pcvetkovski•3m ago•0 comments

Heart Aerospace Completes First Flight of Largest Electric Aircraft

https://www.heartaerospace.com/newsroom/heart-aerospace-completes-first-flight-of-world-s-largest...
2•chha•3m ago•1 comments

A decades-old bug in Knuth's long division (TAOCP Vol II, Algorithm 4.3.1D)

https://kolja.rs/algorithm-d/
2•nk_kolja•4m ago•1 comments

Show HN: Neal – Claude and Codex working together

https://github.com/navels/neal
2•navels•4m ago•0 comments

Making Of: My Website

https://ocelot.lol/blog/2026/08/07/site-making-of
2•HypnoticOcelot•5m ago•1 comments

My benchmark, it beat Ponytail on code, tokens, cost, and time

https://github.com/ujjwalredd/Dopamine
2•ujjwalreddyks•5m ago•0 comments

Show HN: NanoRL – RL training for LLMs in ~1,800 lines

https://github.com/alex000kim/nanoRL
7•alex000kim•6m ago•0 comments

I Use NoScript

https://daft.red/2026/08/why-i-use-noscript/
2•speckx•6m ago•0 comments

Build a Stratum 1 PTP Grandmaster on a Budget

https://opscode.io/posts/ptp-grandmaster-cm4-sr1723u10/
2•malcolmfrazier•6m ago•0 comments

Show HN: Prompts Suno follows, not longer prompts

https://sunomarket.com
2•wowinter15•7m ago•0 comments

Weekly VSCode Grumbling

2•azatom•9m ago•0 comments

Show HN: WikiZipf – Guess the most frequent words of a Wikipedia article

https://wikizipf.com/?lang=en
2•Madki•10m ago•0 comments

White House taps security firms for offensive hack-back operations

https://www.bleepingcomputer.com/news/security/white-house-taps-security-firms-for-offensive-hack...
2•ilamont•10m ago•0 comments

GitHub Stacks in Jujutsu

https://alan.norbauer.com/articles/github-stacks-with-jujutsu/
2•Kinrany•11m ago•0 comments

Flock changes surveillance rules after cops used it to stalk exes

https://www.theverge.com/policy/979339/flock-ceo-audits-data-retention
2•BlueBerry2001•13m ago•1 comments

Tell HN: The e-mail service Posteo (dot de) is down

https://posteo.de
3•a3w•13m ago•1 comments

I Outsmarted Pro Car Thieves [video]

https://www.youtube.com/watch?v=h0EGCnBjTVk
3•surprisetalk•14m ago•0 comments

Show HN: Modern Alternative to Plausible

https://getopen.so
5•rahulbridge•15m ago•1 comments

Bending Spoons Customers Decry 'Outrageous' App Price Hikes

https://www.bloomberg.com/news/articles/2026-08-13/bending-spoons-customers-decry-outrageous-app-...
4•helsinkiandrew•17m ago•1 comments

Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5

https://github.com/fellowgeek/mcp-memory
4•pcbmaker20•17m ago•0 comments

LocalSend v1.18.0 and v1.18.1 Released

https://github.com/localsend/localsend/releases
4•exploraz•18m ago•0 comments

AI Generated 3D Models Flood Market, but Almost No One Is Buying Them

https://www.404media.co/ai-generated-3d-models-flood-market-but-almost-no-one-is-buying-them/
2•Jimmc414•18m ago•0 comments

Tell HN: Claude Code Is Down

3•aurareturn•18m ago•0 comments

The Reasons Agentic Commerce Hasn't Taken Off Yet

https://authoryze.ai/blog/the-reasons-agentic-commerce-hasnt-taken-off-yet
2•kevinfee•19m ago•3 comments

Show HN: I told Claude Code never to reveal my secrets. It sent 3 of 4 anyway

https://github.com/crp4222/PrivAiTe
6•crp4222•19m ago•0 comments

Time to Move On: Querying Without Nulls and Bags

https://arxiv.org/abs/2608.10863
3•Jimmc414•20m ago•0 comments

Spec Sheets Are Not Kernels: INT8 Availability on Nvidia Blackwell Ultra

https://arxiv.org/abs/2608.11693
2•Jimmc414•21m 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).