PlanetScale for Postgres is now GA
planetscale.com
The American nations across North America
colinwoodard.com
Cloudflare is sponsoring Ladybird and Omarchy
blog.cloudflare.com
UK Millionaire exodus did not occur, study reveals
taxjustice.net
A Simple Way to Measure Knots Has Come Unraveled
quantamagazine.org
A New Internet Business Model?
blog.cloudflare.com
Cap'n Web: a new RPC system for browsers and web servers
blog.cloudflare.com
CompileBench: Can AI Compile 22-year-old Code?
quesma.com
What is algebraic about algebraic effects?
interjectedfuture.com
Dear GitHub: no YAML anchors, please
blog.yossarian.net
SGI demos from long ago in the browser via WASM
github.com
How I, a beginner developer, read the tutorial you, a developer, wrote for me
anniemueller.com
What if we treated Postgres like SQLite?
maragu.dev
Human-Oriented Markup Language
huml.io
OpenAI and Nvidia Announce Partnership to Deploy 10GW of Nvidia Systems
openai.com
Anti-*: The Things We Do but Not All the Way
blog.jim-nielsen.com
Beyond the Front Page: A Personal Guide to Hacker News
hsu.cy
Kmart's use of facial recognition to tackle refund fraud unlawful
oaic.gov.au
Emerald Source Code Commentary
0xabad1dea.github.io
You did this with an AI and you do not understand what you're doing here
hackerone.com
Privacy and Security Risks in the eSIM Ecosystem [pdf]
usenix.org
I started a thread last time Algebraic Datatypes were discussed that hit a similar vein. I assert most programmers know the middle school version of "algebra" and think of it in terms of what they can do with the values they are working with.
This is in contrast to doing operations on either the "types" or the "effects" that are happening during code. So, you have to show people what are the equivalent of + and * in types and effects to show them how these can be thought of algebraically.
I still think this would be easier if a type system was made that let you use + and * in defining something. It would give an obvious path to seeing how things relate to algebra. Would almost certainly make some things harder, of course. Maybe it would be a good worksheet asking questions about stuff?
The big underline, though, is getting people to realize what algebra there is is not on the values that your code represents. It is treating something else as the value for the algebra.