frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Let coding agents work across your laptop, remote machines, and S3

https://github.com/vasinov/ridge-core
1•vasinov•30s ago•0 comments

Autism Is a Scary Word

https://ezducate1.substack.com/p/the-day-i-chose-fight
1•karima1980•1m ago•0 comments

When Computers Were Magic

https://www.goto10retro.com/p/when-computers-were-magic
1•atan2•2m ago•0 comments

Ruining a Blog by Using an LLM

https://www.bentasker.co.uk/posts/blog/opinion/ruining-posts-with-ai.html
1•speckx•3m ago•0 comments

Chinese Industry Is Starting to Wean Off Fossil Fuels

https://e360.yale.edu/digest/china-industry-peak-fossil-fuels
1•Brajeshwar•3m ago•0 comments

Detecting and countering misuse of AI: September 2026

https://www.anthropic.com/threat-intelligence-report-september-2026
1•garo-pro•4m ago•0 comments

What Autism taught me about education

https://ezducate1.substack.com/p/when-experience-becomes-expertise
1•karima1980•4m ago•0 comments

OpenAI Targets Work of Wall Street with New ChatGPT for Financial Services

https://www.cnbc.com/2026/09/10/openai-chatgpt-for-financial-services-targets-work-of-junior-bank...
1•cramer4next•5m ago•0 comments

Compute Availability Factor: Measuring the physical deliverability of AI compute

https://doi.org/10.13140/RG.2.2.14616.56322
1•richieadomako•5m ago•0 comments

Show HN: Interactive Map of All Lighthouses in United States

https://jmoul.io/lighthouse-map/
1•hasteg•5m ago•0 comments

30 Years of Postgres Architecture

https://www.snowflake.com/en/blog/engineering/30-years-of-postgres-architecture-tom-lane/
1•tosh•5m ago•0 comments

Practical Methods for Programming Self-Study

https://www.simplethread.com/practical-methods-for-programming-self-study/
1•dxs•6m ago•0 comments

My Journey as an Autism Mom

https://ezducate1.substack.com/p/from-autism-mom-to-founder-my-journey
1•karima1980•8m ago•0 comments

Arbel: Building the Impossible RISC-V CPU

https://www.nextsilicon.com/insights/elads-blog-Arbel-RISC-V-CPU/
2•ronfriedhaber•9m ago•0 comments

House Democrat urges US action over sleeping Tesla drivers

https://www.reuters.com/world/us/house-democrat-urges-us-action-over-sleeping-tesla-drivers-2026-...
2•tartoran•10m ago•0 comments

Show HN: I created a translation service prompt

https://github.com/AlkalineGarrett/language-root-translator
2•alkaline9•13m ago•0 comments

What happens if we build less AI infrastructure vs. more: a 2027-2030 forecast

https://hunchfox.substack.com/p/the-cost-of-abundance-ai-2030
2•sahil_chaudhary•13m ago•0 comments

Music Theory for the 21st-Century Classroom

https://musictheory.pugetsound.edu/mt21c/MusicTheory.html
2•aanet•13m ago•1 comments

PPI moves up 4.8% (annualized) in August; goods advance 13.2% (annualized)

https://www.bls.gov/news.release/ppi.nr0.htm#new
1•JumpCrisscross•15m ago•0 comments

Warner Music made Suno shut down its original AI model

https://old.reddit.com/r/singularity/comments/1wbrnlp/warner_music_made_suno_shut_down_its_origin...
2•superasn•15m ago•0 comments

The Hiring Post (2015)

https://sockpuppet.org/blog/2015/03/06/the-hiring-post/
1•tosh•16m ago•0 comments

Designing Tests for Agentic AI Tools

https://automatedteach.com/p/designing-tests-for-agentic-ai-tools
2•professorgc•16m ago•0 comments

Distant sensors announced a fearsome tsunami's birth

https://www.nature.com/articles/d41586-026-02809-6
1•Brajeshwar•17m ago•0 comments

Old MacBook uses a mirror, webcam, and AI agent to code its own AMD GPU drivers

https://www.tomshardware.com/tech-industry/artificial-intelligence/old-macbook-uses-a-mirror-webc...
2•fork-bomber•18m ago•0 comments

Show HN: Globalping CLI – Run network commands from anywhere in the world

https://globalping.io/cli
1•jimaek•18m ago•0 comments

AI boom poses new financial stability risks, BIS head says

https://www.reuters.com/business/finance/ai-boom-poses-new-financial-stability-risks-bis-head-say...
2•1vuio0pswjnm7•18m ago•0 comments

Europe's LLM Router

https://cortecs.ai
1•nperson•21m ago•0 comments

Anthropic Says It Blocked Possible Efforts to Build Biological Weapons

https://www.nytimes.com/2026/09/10/us/politics/anthropic-ai-biological-weapons.html
4•jbegley•23m ago•2 comments

How Did AI Get So Biased in Favor of the Left?

https://www.cato.org/commentary/how-did-ai-get-so-biased-favor-left#
3•giardini•24m ago•3 comments

GPT-Live-1 in the API

https://openai.com/index/introducing-gpt-live-1-in-the-api/
3•charlierguo•24m 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).