frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI has effectively abandoned first-party Stargate data centers

https://www.tomshardware.com/tech-industry/artificial-intelligence/openai-has-effectively-abandon...
2•signa11•48s ago•0 comments

Onyx Pro, a local desktop utility for resetting AI IDE trial state

https://getonyxpro.com
1•chloevalesquez•2m ago•0 comments

Universal patterns emerge across 22 languages, mapping how vocabularies evolve

https://phys.org/news/2026-04-universal-patterns-emerge-languages-vocabularies.html
1•wglb•3m ago•1 comments

Two blazing quasars caught waltzing into a merger

https://phys.org/news/2026-04-blazing-quasars-caught-waltzing-merger.html
1•wglb•4m ago•1 comments

Shutting Down the Goldmine

https://eed3si9n.com/shutting-down-the-goldmine/
1•switchbak•4m ago•0 comments

Name in Landsat

https://science.nasa.gov/specials/your-name-in-landsat/
1•vinnyglennon•6m ago•0 comments

Ask HN: Local or Cloud -based AI?

1•dickeeT•7m ago•0 comments

UFC fighter ELO ratings tracker

https://mma-elo.com/leaderboard
1•justaspacecadet•10m ago•1 comments

Agents Are Better Testers Than We Are

https://medium.com/@adamprout/agents-are-better-testers-than-we-are-30b1738114d6
1•AdamProut•12m ago•1 comments

Palo Alto Networks to Acquire Portkey to Secure the Rise of AI Agents

https://www.paloaltonetworks.com/company/press/2026/palo-alto-networks-to-acquire-portkey-to-secu...
1•htrp•14m ago•0 comments

Build Video Tools with Code (customizable video components using p5.js)

https://www.usebutter.com/developers?via=leftium
1•Leftium•15m ago•1 comments

US Supreme Court Guts Key Provision of Voting Rights Act

https://www.reuters.com/world/us-supreme-court-blocks-louisiana-voting-map-with-second-black-majo...
5•Jimmc414•16m ago•0 comments

Retailers using plug-in batteries to reduce electricity costs

https://www.fastcompany.com/91534376/beard-papas-emack-bolios-nyc-retailers-plug-in-batteries-sav...
1•satvikpendem•16m ago•0 comments

Urban birds are more scared of women than men – but scientists don't know why

https://www.independent.co.uk/news/uk/home-news/urban-birds-pigeons-women-men-study-b2966959.html
5•milchek•22m ago•1 comments

Scientists Unveil 'Long Lost' Map for Smell

https://www.nytimes.com/2026/04/29/science/nose-brain-smell-olfaction.html
1•bookofjoe•25m ago•1 comments

When an AI agent should refuse to answer

https://frigade.com/blog/when-an-agent-should-refuse
2•pancomplex•25m ago•0 comments

Lovable for iPhone

https://apps.apple.com/de/app/lovable-build-apps-with-ai/id6757471107
1•doener•26m ago•0 comments

MathDuels: Evaluating LLMs as Problem Posers and Solvers

https://arxiv.org/abs/2604.21916
1•matt_d•29m ago•1 comments

The Internet Is Falling Down- CPanel/WHM Authentication Bypass CVE-2026-41940

https://labs.watchtowr.com/the-internet-is-falling-down-falling-down-falling-down-cpanel-whm-auth...
2•zikani_03•29m ago•0 comments

Secure AI and Agent Coding Policy

https://galdren.com/secure-ai-agent-coding-policy/
1•stAInley•31m ago•0 comments

AI discovery reveals DNA isn’t locked away in cells after all

https://gladstone.org/news/ai-discovery-reveals-dna-isnt-locked-away-cells-after-all
3•hhs•32m ago•1 comments

Terafab

https://terafab.ai/
2•Abbit•34m ago•0 comments

WolfTPM Firmware TPM (FwTPM) Support

https://www.wolfssl.com/announcing-wolftpm-firmware-tpm-ftpm-support/
1•aidangarske•34m ago•0 comments

Is "one-person company" a real category or just indie hacking rebranded?

https://www.opc.community
2•patrickliu007•37m ago•0 comments

wolfTPM: A highly portable TPM 2.0 library, designed for embedded use

https://github.com/wolfSSL/wolfTPM
1•aidangarske•37m ago•0 comments

Cursor's Warchest, xAI's Redemption

https://ethanding.substack.com/p/cursors-warchest-xais-redemption
1•vinnyglennon•39m ago•1 comments

FusionCore: ROS 2 sensor fusion (IMU and GPS and encoders)

https://github.com/manankharwar/fusioncore
4•notmanaan•41m ago•2 comments

Group averages obscure how an individual's brain controls behavior: study

https://med.stanford.edu/news/all-news/2026/04/brain-scans-individual-versus-group.html
2•hhs•42m ago•0 comments

Ask HN: Rant, Am I bad or is this a company with a poor tech culture?

2•apatheticonion•42m ago•4 comments

Electro-chemo-mechanical modelling of structural battery composite full cells

https://www.nature.com/articles/s41524-025-01646-x
1•nill0•45m ago•0 comments
Open in hackernews

Algebraic Effects: Another mistake carried through to perfection?

https://kjosib.github.io/Counterpoint/effects.html
29•todsacerdoti•11mo ago

Comments

smitty1e•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
I had to stop and re-read this comment chain because I was sure this was satire
agentultra•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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).