frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

10 Signs That Programming Is Not For You

https://www.youtube.com/watch?v=dTsjy7a0VYc
1•Bost•6m ago•0 comments

Open source Python libraries for the public sector

https://github.com/CivicActions/open-python-directory
1•robtherobber•6m ago•0 comments

The 101 of Analog Signal Filtering

https://lcamtuf.substack.com/p/the-101-of-analog-signal-filtering
1•harperlee•8m ago•0 comments

Germany: States Pass Porn Filters for Operating Systems

https://www.heise.de/en/news/Youth-Protection-States-Pass-Porn-Filters-for-Operating-Systems-1108...
5•trallnag•9m ago•1 comments

Countvisits

https://countvisits.com/
1•countvisits•11m ago•0 comments

A free digital business card creation and sharing platform

https://www.leenq.in
1•Trexus•12m ago•1 comments

WhatsApp messages revealed ex-Reform politician's pro-Russian bribes

https://www.bbc.com/news/articles/cn8vnv3dk0vo
2•yakshaving_jgt•14m ago•0 comments

Big Tech's Debt Binge Raises Risk in Race to Create an AI World

https://www.bloomberg.com/news/articles/2025-11-21/big-tech-s-debt-binge-raises-risk-in-race-to-c...
3•zerosizedweasle•21m ago•0 comments

Show HN: FOSS De-googled Compass and Nav app with live location tracking

https://github.com/CompassMB/MBCompass
2•nativeforks•30m ago•1 comments

Cryptographic Standards and Guidelines

https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines
2•jonbaer•30m ago•0 comments

Spider Cognition: How Tiny Brains Do Mighty Things [video]

https://www.youtube.com/watch?v=_QF6kaOAuYg
1•sitkack•33m ago•0 comments

Why a Lightweight and Breathable Face Powder Matters in Tropical Climates

1•Hackbreaker•33m ago•0 comments

FAWK: LLMs can write a language interpreter

https://martin.janiczek.cz/2025/11/21/fawk-llms-can-write-a-language-interpreter.html
6•todsacerdoti•33m ago•0 comments

Pixar: The Early Days

https://stevejobsarchive.com/stories/pixar-early-days
1•tambourine_man•36m ago•0 comments

Australia is banning social media for kids under 16. How will it work?

https://www.bbc.com/news/articles/cwyp9d3ddqyo
2•breve•37m ago•0 comments

Show HN: A 100-Lighthouse-Score Astro blog template

https://kalanakt.gumroad.com/l/oxpfby
1•Luka_Ar•39m ago•1 comments

Show HN: I Built an AI Image Editor Using Nano Banana Pro

https://vdraw.ai/nano-banana-pro
1•passioner•42m ago•0 comments

Building a Durable Execution Engine with SQLite

https://www.morling.dev/blog/building-durable-execution-engine-with-sqlite/
2•thunderbong•44m ago•0 comments

Anonymous site offers $100k for execution of Israeli academics

https://www.timesofisrael.com/liveblog_entry/anonymous-site-offers-100000-for-execution-of-israel...
1•Protostome•45m ago•0 comments

Zyn 0.2.0 – An extensible pub/sub messaging protocol for real-time apps

https://github.com/zyn-org/zyn/releases/tag/zyn-0.2.0
1•ortuman•45m ago•0 comments

FlagSwift – Feature flags for teams who can't afford other feature flags tools

1•ellalawrie•47m ago•0 comments

3I/ATLAS: NASA released new images

https://www.popsci.com/science/3i-atlas-comet-new-photos-nasa/
1•I_Nidhi•53m ago•0 comments

Why (pure) functional programming matters [video]

https://www.youtube.com/watch?v=8p5acyD8lGs
2•todsacerdoti•55m ago•0 comments

Real-time probability calculator for Blackjack and Poker

https://buddydeck.com/
1•Nukloop•56m ago•1 comments

HP and Dell disable HEVC support built into their laptops' CPUs

https://arstechnica.com/gadgets/2025/11/hp-and-dell-disable-hevc-support-built-into-their-laptops...
11•latexr•1h ago•6 comments

Altman's eye-scanning startup told workers not to care about anything but work

https://www.businessinsider.com/sam-altman-tools-for-humanity-startup-culture-hardcore-2025-11
3•7777777phil•1h ago•1 comments

Looking for feedback on an AI-only marketplace idea to make order in the roles

1•edotaje•1h ago•2 comments

Doctype – 80s style type-in HTML magazine

https://vole.wtf/doctype/
2•OuterVale•1h ago•0 comments

Microsoft Exec Asks: Why Aren't More People Impressed with AI?

https://www.pcmag.com/news/microsoft-exec-asks-why-arent-more-people-impressed-with-ai
3•latexr•1h ago•4 comments

Bitoin won't recover until there's a resolution to quantum elephant in the room

1•r33b33•1h ago•1 comments
Open in hackernews

Algebraic Effects: Another mistake carried through to perfection?

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

Comments

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