frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Autoharness – a self-learning, maintaining skill layer for Claude Code

https://github.com/tigerless-labs/autoharness
1•Tigerless_ailab•17s ago•0 comments

Global Energy Storage Growth Upheld by New Markets

https://about.bnef.com/insights/clean-energy/global-energy-storage-growth-upheld-by-new-markets/
1•toomuchtodo•33s ago•0 comments

SAMD Starter Kit

https://github.com/bryan-basg/samd-starter-kit
1•Bryan_andres•1m ago•0 comments

Digital devices are being used to comfort babies and parents

https://www.1001criticaldays.com/press-releases/from-teddies-to-tablets-press-release
1•alex_young•1m ago•0 comments

I Love Music More Than I Love You – A love letter to music from a misanthrope

https://medium.com/p-s-i-love-you/i-love-music-more-than-i-love-you-5bb562262e8d
1•monkeymagick•3m ago•0 comments

How Minerals Create the Dazzling Colors of Independence Day Fireworks

https://www.usgs.gov/news/featured-story/earth-sky-how-minerals-create-dazzling-colors-independen...
1•lemonberry•3m ago•0 comments

The next big breakthrough will be AIs learning on the job

https://www.dwarkesh.com/p/the-next-paradigm
2•gmays•4m ago•0 comments

From Julia to Rust: a differentiable tensor stack for scientific computing

https://tensor4all.org/blog/introducing-tenferro-rs/
1•postflopclarity•4m ago•0 comments

Salt Lake City's falling birth rate means more schools are likely to close

https://www.sltrib.com/news/2026/06/30/which-salt-lake-city-schools-are/
1•toomuchtodo•5m ago•0 comments

I replaced Tailscale with Pangolin for remote access, much easier than expected

https://www.xda-developers.com/replaced-tailscale-pangolin-remote-access-much-easier-than-expected/
1•theanonymousone•6m ago•0 comments

Show HN: Rinkta – pulls finished work from all task managers into one dashboard

https://rinkta.com/
1•elvinas•6m ago•0 comments

Do AI Agents Make ML Compilers Obsolete?

https://maderix.substack.com/p/the-compiler-strikes-back
1•spenrose•6m ago•0 comments

XFCE4 desktop icons no longer persist positions after 4.20.2 update

1•eth0up•6m ago•0 comments

Modeling the Covid-19 Outbreak with J (2020)

https://datakinds.github.io//2020/03/15/modeling-the-coronavirus-outbreak-with-j
1•surprisetalk•6m ago•0 comments

Article exposing 'parasite SEO' from ClickoutMedia been removed from Google

https://pressgazette.co.uk/news/spurious-copyright-claim-sees-second-press-gazette-story-removed-...
1•thelostagency•7m ago•1 comments

The AI jobs debate just got messier

https://techcrunch.com/2026/06/29/the-ai-jobs-debate-just-got-messier/
1•evo_9•7m ago•0 comments

Show HN: Valmis, an OpenClaw alternative built for work, with security in mind

https://github.com/valmishq/valmis
1•wayneshng•7m ago•0 comments

DGX Spark vs. Mac Studio and Halo

https://aimultiple.com/dgx-spark-alternatives
1•kristianpaul•9m ago•0 comments

Does Social Media Use Matter for Students' Well-Being?

https://link.springer.com/article/10.1007/s10902-026-01070-y
2•rcy•10m ago•0 comments

Gut-homing antibodies protect against norovirus, potential for vaccines

https://news.yale.edu/2026/06/24/gut-punch-new-study-knocks-out-norovirus-where-it-strikes
1•gmays•10m ago•0 comments

External Blogs with WordPress

https://book.micro.blog/external-blogs-wordpress/
1•speckx•12m ago•0 comments

Show HN: Fits – compress PDF, pick the output size, fast, no upload, free

https://fits.tools/
1•egntms•13m ago•0 comments

Ask HN: Secure Wrapper for Coding Agents

1•rjzzleep•13m ago•0 comments

Osakan singer Swetty: Emo rock to electronic pop rebirth

https://www.dazeddigital.com/music/article/70410/1/osaka-s-swetty-is-making-emo-music-for-the-hyp...
1•whiteblossom•14m ago•0 comments

Show HN: Ouijit, command terminals running coding agents

https://github.com/ouijit/ouijit
3•pbjerkeseth•16m ago•1 comments

Show HN: TinySearch – token-efficient web research for local AI agents

https://github.com/MarcellM01/TinySearch
1•MarcBuilds01•16m ago•0 comments

Open USD: a shared stablecoin for global financial activity

https://joinopenstandard.com/
1•strzalek•17m ago•0 comments

Red Programming Language: Static linking support

https://www.red-lang.org/2026/06/static-linking-support.html
1•em-bee•17m ago•0 comments

Your Symfony App Now Runs on Laravel Cloud

https://laravel.com/blog/your-symfony-app-now-runs-on-laravel-cloud
1•gkedzierski•17m ago•0 comments

Time and Order in Distributed Systems: Logical Clocks, Partial and Total Order

https://www.codedump.info/dist-system-en/time/
1•codedump•18m 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).