frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building an AI-native engineering team [pdf]

https://cdn.openai.com/business-guides-and-resources/building-an-ai-native-engineering-team.pdf
1•gmays•38s ago•0 comments

The Batman effect: The mere sight of the 'superhero' can make us more altruistic

https://phys.org/news/2025-11-batman-effect-mere-sight-superhero.html
1•brycehalley•2m ago•0 comments

This is a solar-powered website, which means it sometimes goes offline

https://solar.lowtechmagazine.com/power/
1•mikenew•3m ago•0 comments

Dell Ryzen 7 Laptop Bundle (32GB RAM, 1TB SSD) Is Almost 70% Off

https://kotaku.com/dell-ryzen-7-laptop-bundle-32gb-ram-1tb-ssd-is-almost-70-off-savings-youll-nev...
1•PaulHoule•6m ago•0 comments

VideoCore IV 3D Architecture Reference Guide

https://docs.broadcom.com/doc/12358545
2•doener•7m ago•0 comments

Intro to Apache DataFusion [video]

https://www.youtube.com/watch?v=3perqExFIRQ
2•teleforce•8m ago•0 comments

Mesa's V3D graphics driver stack

https://docs.mesa3d.org/drivers/v3d.html
1•doener•9m ago•0 comments

I learned Vulkan and wrote a small game engine with it

https://edw.is/learning-vulkan/
1•jakogut•10m ago•0 comments

Skyline, Strato, Vita3K and Yuzu Android Compatible Adreno Drivers

https://github.com/K11MCH1/AdrenoToolsDrivers
1•doener•11m ago•0 comments

China and Russia can detect F-35 (and B-2) using VHF radar

https://nationalinterest.org/blog/buzz/china-and-russia-can-detect-f-35-fighters-now
1•burnt-resistor•16m ago•3 comments

Matrix Core Programming on AMD CDNA3 and CDNA4 Architecture

https://rocm.blogs.amd.com/software-tools-optimization/matrix-cores-cdna/README.html
1•salykova•17m ago•0 comments

Apple's Problem with Bodies

https://drobinin.com/posts/apples-problem-with-bodies/
2•valzevul•22m ago•0 comments

Show HN: RSS/Atom Feed Summarizer

https://github.com/rcarmo/feed-summarizer
1•rcarmo•24m ago•0 comments

What Is Happening with Snowflake Stock

https://www.forbes.com/sites/greatspeculations/2025/11/21/what-is-happening-with-snowflake-stock/
1•teleforce•24m ago•0 comments

CDC to end monkey research programs

https://www.scientificamerican.com/article/cdc-to-end-monkey-research-program/
2•dmbche•26m ago•0 comments

Solve hard problems in complex codebases using AI Agents

https://www.humanlayer.dev/
1•jorzel•26m ago•0 comments

3D printing with unconventional vase mode

https://vorpal.se/posts/2025/jun/23/3d-printing-with-unconventional-vase-mode/
2•dgroshev•28m ago•1 comments

Agents Design Is Still Hard

https://lucumr.pocoo.org/2025/11/21/agents-are-hard/
2•jorzel•32m ago•0 comments

An 8 percent lifetime 'tax' is coming for students

https://www.washingtonpost.com/opinions/2025/11/18/education-reform-achievement-gap-income/
1•mhb•33m ago•1 comments

Show HN: Open-Source Visual Wiki Your Coding Agent Writes for You

https://docs.davia.ai/quickstart
8•ruben-davia•37m ago•0 comments

Show HN: Habit-Tracker a simple self hosted, local only, habit tracker

https://github.com/justind-dev/habit-tracker
1•jdironman•39m ago•0 comments

New haptic wearable lets you feel textures on a screen

https://newatlas.com/wearables/bandage-fingertip-wearable-feel-virtual-textures-touchscreens/
1•thunderbong•40m ago•0 comments

Set Theory with Types

https://lawrencecpaulson.github.io//2025/11/21/Typed_Set_Theory.html
3•ibobev•40m ago•0 comments

PDF-native extraction vs. vision models for document processing

https://pymupdf.io/blog/pdf-native-vs-vision-models-gemini-3
3•akaybk•40m ago•1 comments

Tech company CTO and others indicted for exporting Nvidia chips to China

https://arstechnica.com/tech-policy/2025/11/tech-company-cto-and-others-indicted-for-exporting-nv...
5•jnord•41m ago•0 comments

Real-Time AI-Powered Texas Hold'em in Python and Flask – Play in the Browser

https://github.com/EMMA019/AI_pokergame
4•tarocha1019•42m ago•1 comments

The Algorithm That Detected a $610B Fraud

https://substack.com/inbox/post/179453867
8•coloneltcb•44m ago•0 comments

California DMV approves map increase in Waymo driverless operations

https://www.dmv.ca.gov/portal/vehicle-industry-services/autonomous-vehicles/autonomous-vehicle-te...
5•NullHypothesist•46m ago•2 comments

A time-travelling door bug in Half Life 2

https://mastodon.gamedev.place/@TomF/115589875974658415
3•AshleysBrain•50m ago•0 comments

How the Atomic Tests Looked Like from Los Angeles

https://www.amusingplanet.com/2016/09/how-atomic-tests-looked-like-from-los.html
3•ohjeez•52m ago•0 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).