frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Multiserial – a serial terminal for macOS that does not feel ancient

https://github.com/tpp6me/serial-com-multiplatform
1•praveentp•14s ago•0 comments

Chesterton's Middle Finger

https://www.arp242.net/chestersons-finger.html
1•birdculture•2m ago•0 comments

What is the best coding harness as of June 2026?

1•alxh•2m ago•0 comments

Chattiness

https://www.lrb.co.uk/blog/2026/june/chattiness
1•Michelangelo11•3m ago•0 comments

System Prompts – Claude API Docs

https://platform.claude.com/docs/en/release-notes/system-prompts
1•ankitg12•4m ago•0 comments

Show HN: A simple web studio for generating videos with Seedance models

https://seadance-video.com/
1•Evanmo666•8m ago•1 comments

React Parallax

https://react-parallax.dev/
1•iampoul•10m ago•0 comments

Show HN: We matched full-context recall on ~1% of the tokens (open benchmark)

https://github.com/compresh/compresh-benchmarks/blob/main/epbench/WRITEUP.md
1•compresh•13m ago•0 comments

The AI Poet

https://www.johnderoulet.com/post/the-ai-poet
1•MrBusch•14m ago•0 comments

Elevated errors for Claude Opus 4.8

https://status.claude.com/incidents/2stpj60m2fr9
1•adamheath•14m ago•0 comments

A single API to manage Apple, Google, and Stripe subscriptions

https://crosspay.dev/blog/introducing-crosspay-the-future-of-cross-platform-monetization/
1•pcvetkovski•15m ago•0 comments

CoreGLP Denmark

https://www.facebook.com/CoreGLPDenmark.Get
1•konikathy•16m ago•0 comments

Visualization: Would 1M Starlink satellites look

https://static.tomaskafka.com/prototypes/1m-starlinks/
1•tomaskafka•16m ago•0 comments

Advice on Gifted Education

https://terrytao.wordpress.com/career-advice/advice-on-gifted-education/
1•pykello•17m ago•1 comments

Meta Invests $900M in CRED, Taps Founder to Head WhatsApp

https://www.bloomberg.com/news/articles/2026-06-22/meta-taps-new-whatsapp-boss-as-part-of-900-mil...
2•thisislife2•17m ago•0 comments

Horsewood Reviews Experts vs. Consumers – Who's Right?

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
1•kilzdaru•24m ago•0 comments

Everything*: An interactive voyage through all orders of magnitude

https://www.everything.one/
1•luu•24m ago•0 comments

GPT 5.6 Pro SVG output is INSANE

https://twitter.com/JaydenDavisNC/status/2069190974622822872
1•wahnfrieden•28m ago•0 comments

Show HN: Exeria Charts – A native, high-performance financial charting library

https://github.com/efixdata/exeria-charts
1•katomek•28m ago•0 comments

NASA's Ranger 7 descending on the Moon [video]

https://www.youtube.com/watch?v=nV9nK8dqqU4
2•JPLeRouzic•30m ago•0 comments

Sideways, Not Up: Why AI Is Not a New Abstraction Layer

https://www.sixsideddice.com/Blog/Thoughts/SidewaysNotUpWhyAIIsNotANewAbstractionLayer.html
1•rusk•30m ago•0 comments

Patch the Planet

https://openai.com/index/patch-the-planet/
1•jonbaer•31m ago•0 comments

EGC – your AI never re-explains your project when you switch sessions

https://dev.to/fmarzochi/i-got-tired-of-re-explaining-my-project-to-ai-every-session-so-i-built-e...
1•fmarzochi•34m ago•0 comments

Openresearch: GLM 5.2 for Autoresearch

https://openresearch.sh/
1•ilreb•36m ago•0 comments

Three things to watch amid Anthropic's latest feud with the government

https://www.technologyreview.com/2026/06/22/1139424/three-things-to-watch-amid-anthropics-latest-...
2•joozio•37m ago•0 comments

Master Data Governance Framework

https://link.springer.com/book/10.1007/979-8-8688-2145-5
1•teleforce•41m ago•0 comments

Best way to integrate your devtool with companies

1•deepakcoder•42m ago•0 comments

A new generation of music software is shrinking musical theatre orchestras

https://www.theguardian.com/music/2026/jun/23/keycomp-replacing-musicians-musical-theatre-pit-orc...
2•Erikun•43m ago•0 comments

Forge – Code-Quality Guardrails for AI Agents

https://github.com/misnaej/forge
1•car•43m ago•0 comments

Visualization: How would 1M Starlink satellites look

https://claude.ai/public/artifacts/a45c2338-f11f-4899-85a0-9bb63d5d6656
2•tomaskafka•45m 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).