frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ancient Greek Technology: The Origins of Robotics and Engineering

https://kotsanas.com/news/ancient-greek-technology/
1•andsoitis•2m ago•0 comments

RetroPad: A Tiny Notepad-style Windows text editor ~2.5kb

https://github.com/PlummersSoftwareLLC/TinyRetroPad
1•rishikeshs•2m ago•0 comments

Two nasty surprises in Home Assistant's config

https://blog.frankel.ch/home-assistant/9/
1•edward•3m ago•0 comments

Urban thermal structures in scenarios of hot weather: The Bologna study

https://www.sciencedirect.com/science/article/pii/S2212095526000106?via%3Dihub
1•simonebrunozzi•3m ago•0 comments

QuickFolder: Android Home Screen Organizer and App Launcher

https://play.google.com/store/search?q=QuickFolder&c=apps
1•amm811•4m ago•0 comments

When AI agents get you kicked out from a YC Startup

https://github.com/vaishcodescape/shipd-agent
1•vaishcodescape•6m ago•0 comments

Australia probes mystery space balls that washed up on beach

https://www.bbc.com/news/articles/c1jyydr7jnjo
1•poly2it•7m ago•0 comments

Ghostlog: Live terminal UI to monitor AI coding agent Git commits

https://github.com/salarkhannn/ghostlog
1•salarkhannn•7m ago•0 comments

Paint the Earth on a live interactive globe

https://earth.tattoo/?lat=39.74225&lng=-96.94255&zoom=2.63
2•earth-tattoo•8m ago•0 comments

Chemical accidents rise as Trump administration proposes weakening safety rules

https://insideclimatenews.org/news/30062026/hazardous-chemical-accidents-rise-as-safety-rules-wea...
1•p_stuart82•10m ago•0 comments

Show HN: rockbox-dsp – A reusable Rust DSP library extracted from Rockbox

https://crates.io/crates/rockbox-dsp
1•tsiry•13m ago•0 comments

The Company Founder Who Got Fired for Ignoring His Own Return-to-Office Rules

https://www.wsj.com/business/the-founder-who-got-fired-for-ignoring-his-own-return-to-office-rule...
1•berkeleyjunk•20m ago•0 comments

Show HN: Meon – declarative flat-parsing engine (SoA, no AST)

https://github.com/vgnapuga/meon
1•vgnapuga•23m ago•0 comments

Show HN: Aletheia – The Uncertainty Loop Agent for Claude Code and Codex

https://github.com/nsankar/Aletheia
1•sankarn_ai•24m ago•0 comments

Engram – persistent memory for AI agents, in-process, no cloud

https://github.com/HBarefoot/engram
2•barefootdifital•30m ago•0 comments

Moving Back Home Used to Be a Sign of Failure. Now It Shows Financial Savvy

https://www.wsj.com/lifestyle/relationships/living-with-parents-finances-0c35530c
3•apparent•32m ago•1 comments

Cursed Gemstones – The Koh-I-Noor Diamond

https://www.vulcans-forge.com/blog/news/cursed-gemstones-the-koh-i-noor-diamond
3•thunderbong•33m ago•0 comments

Longcat

https://longc.at/longcat.html
12•willmeyers•33m ago•0 comments

Istota – a multi-user AI agent and personal OS

https://istota.cynium.com/
5•durakot•34m ago•0 comments

The Computers Used in Movies

https://www.starringthecomputer.com/computers.html
25•gitowiec•34m ago•6 comments

SOLAR: AI-Powered Speed-of-Light Performance Analysis

https://arxiv.org/abs/2606.26383
2•matt_d•38m ago•0 comments

Taphonomic analysis reveals behavioral & tech capabilities of Homo floresiensis

https://www.science.org/doi/10.1126/sciadv.aeb7219
2•bushwart•39m ago•0 comments

Show HN: Goldseam – heal broken Cypress selectors with a local LLM

https://github.com/adam-s/goldseam
2•dataviz1000•40m ago•0 comments

WSL Keeps Getting Better

https://www.xda-developers.com/wsl-keeps-getting-better-and-its-because-microsoft-is-finally-admi...
3•porridgeraisin•40m ago•1 comments

Show HN: Detecting AI slop with regex and Stephen King

https://github.com/guy-lifshitz/tacheles
2•shtofadhor•41m ago•0 comments

Why High-Earning Families Are Leaving Traditional Schools for AI

https://allk12.com/blog/why-high-earning-families-are-leaving-traditional-schools-for-ai
2•misterinfo•41m ago•0 comments

How Bending Spoons built a $23B tech empire from struggling brands

https://www.ft.com/content/040aac86-f458-400b-a353-7ff2ee5aa34f
2•chuckus•42m ago•1 comments

Dead Man's Switch and USB Kill Switch for Linux, Security Project

https://github.com/qxnode/luks-deadman
2•qxnode•43m ago•0 comments

Neoengineers

https://elijahpotter.dev/articles/neoengineers
2•chilipepperhott•45m ago•0 comments

Show HN: EdgeRunner – run GGUF models with Swift and Metal

https://github.com/christopherkarani/EdgeRunner
2•karc14•46m 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).