frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

An HTTP header caused time.gov to skew from UTC

https://alexsci.com/blog/how-time-gov-works/
1•birdculture•23s ago•0 comments

No One Reads Your Upwork Proposals Anymore

https://www.vincentschmalbach.com/why-no-one-reads-your-upwork-proposals-anymore/
1•vincent_s•1m ago•0 comments

Your ERP Has a New Coworker. Here's What You Need to Know

https://cloudsquid.substack.com/p/your-erp-has-a-new-coworker-heres
1•universesquid•1m ago•0 comments

All the popular transport thinkers are convening in Bangkok in October

https://www.informalandsharedmobility.net
1•TrufiAssoc•1m ago•0 comments

OWASP Foundation's Strategic Plan [pdf]

https://owasp.org/assets/files/OWASP_Foundation_Strategic_Plan.pdf
1•runningmike•2m ago•1 comments

SHOW HN: AgentKey – save days of founder research with 1 "Master key"

https://github.com/chainbase-labs/Agentkey/blob/main/README.md
1•Luki82•3m ago•0 comments

Adobe's 'Modern' User Interface Is Just Webpages

https://pxlnv.com/linklog/adobe-modern-user-interface/
1•frizlab•5m ago•0 comments

Twtxt vs. Org Social: the evolution of an idea

https://en.andros.dev/blog/ba142044/twtxt-vs-org-social-the-evolution-of-an-idea/
1•ibobev•6m ago•0 comments

The Atari 800

https://www.goto10retro.com/p/inside-the-atari-800
1•ibobev•6m ago•0 comments

VRL Log Splitting – FlowG v0.55.0

https://flowg.cloud/blog/vrl-log-splitting
1•linkdd•7m ago•0 comments

PCI-Sig PCIe 8.0 Specification Draft 0.5 Released

https://www.servethehome.com/pci-sig-pcie-8-0-specification-draft-0-5-released/
1•ksec•7m ago•0 comments

Urban Thermal Comfort Spatialization and Risk Assessment in Strasbourg, France

https://www.mdpi.com/2072-4292/18/9/1271
1•PaulHoule•7m ago•0 comments

Pixels I Have Known and Loved

https://www.datagubbe.se/pihkal/
3•ibobev•7m ago•0 comments

The Hardest Part of a Raytracer Is Fitting It in Your Head

https://scottlawsonbc.com/post/raytracer
2•surprisetalk•8m ago•0 comments

Claude forgets everything between sessions – the architecture I built to fix it

https://backroadz.substack.com/p/how-i-turned-claude-into-a-self-briefing
1•timdifford•8m ago•0 comments

The Future Is Shrouded in an AI Fog

https://hbr.org/2026/04/the-future-is-shrouded-in-an-ai-fog
1•thedebuglife•8m ago•0 comments

Show HN: Ced – C REPL in 50 lines of POSIX shell

https://codeberg.org/janAkali/ced
1•archargelod•9m ago•0 comments

Natura Non Facit Saltus

https://en.wikipedia.org/wiki/Natura_non_facit_saltus
1•o4c•9m ago•0 comments

Claude Managed Agents: dreaming, outcomes, and multiagent orchestration

https://claude.com/blog/new-in-claude-managed-agents
1•thedebuglife•10m ago•0 comments

Student stops fоur Taiwan high-speed trains with software defined radios

https://www.tomshardware.com/tech-industry/cyber-security/college-student-hacks-taiwan-high-speed...
1•lschueller•10m ago•0 comments

The Upper Middle Class Trap

https://ofdollarsanddata.com/the-upper-middle-class-trap/
2•speckx•16m ago•0 comments

Instead of picture puzzles: Google introduces QR code challenge against AI bots

https://www.heise.de/en/news/Instead-of-picture-puzzles-Google-introduces-QR-code-challenge-again...
2•hebelehubele•16m ago•0 comments

Visionaire Studio: Create Your Own Adventure Game – No Coding Requided

https://www.visionaire-studio.net/?lang=en
2•doener•18m ago•0 comments

Law of three stages – Auguste Comte

https://en.wikipedia.org/wiki/Law_of_three_stages
1•o4c•23m ago•0 comments

Web tool for visualizing photo GPS EXIF data on a map (runs in browser)

https://mediakarte.netlify.app/
1•geobes•24m ago•1 comments

Urban birds fear women more than men, and scientists don't know why

https://phys.org/news/2026-04-urban-birds-women-men-scientists.html
3•wjSgoWPm5bWAhXB•24m ago•0 comments

Xkcd.com/435: Purity

https://www.explainxkcd.com/wiki/index.php/435:_Purity
1•o4c•27m ago•0 comments

AI in the Breach: How an Adversary Leveraged AI to Target a Water Utility's OT

https://www.dragos.com/blog/ai-assisted-ics-attack-water-utility
1•_____k•29m ago•0 comments

Event Calendar from Newsletters

https://nowsletter.org/
1•jolosos•31m ago•1 comments

Anon: Extrapolating Adaptivity Beyond SGD and Adam

https://anonymous.4open.science/api/repo/Anon-6511/file/README.md
1•pilooch•32m ago•0 comments
Open in hackernews

Algebraic Effects: Another mistake carried through to perfection?

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

Comments

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