frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Cost of Downsizing Social Security

https://www.newyorker.com/news/deep-state-diaries/the-real-cost-of-downsizing-social-security
1•littlexsparkee•1m ago•1 comments

Experimental Rust-to-CUDA Compiler

https://github.com/NVlabs/cuda-oxide
1•cgravill•2m ago•1 comments

Goodbye Slack

https://ano.chat
1•bill-cupid•2m ago•0 comments

The World Inside Neural Networks

https://www.goodfire.ai/research/the-world-inside-neural-networks
1•wsgeorge•3m ago•0 comments

Terax – a 7mb AI terminal in Rust and Tauri [video]

https://www.youtube.com/watch?v=kykgXa7sm1g
1•netten•4m ago•0 comments

EU ban on Chinese inverters sparks strong response from Beijing

https://www.pv-magazine.com/2026/05/08/eu-ban-on-chinese-inverters-sparks-strong-response-from-be...
1•ndr42•7m ago•0 comments

Bun's experimental Rust rewrite hits 99.8% test compatibility on Linux x64 glibc

https://twitter.com/jarredsumner/status/2053047748191232310
1•heldrida•9m ago•1 comments

Steering Zig Fmt

https://matklad.github.io/2026/05/08/steering-zig-fmt.html
1•mpweiher•10m ago•0 comments

The troubled quest for tasty vegan cheese

https://www.economist.com/interactive/1843/2026/05/08/grate-expectations-the-troubled-quest-for-t...
1•pingou•11m ago•1 comments

Chrome's AI features may be hogging 4GB of your computer storage

https://www.theverge.com/tech/924933/google-chrome-4gb-gemini-nano-ai-features
1•elemar•15m ago•0 comments

Show HN: Cheapshot – GPS-based mobile game

https://cheapshot.co/
1•pakenrol•20m ago•2 comments

Autoenshittification (Background on WEI and Google Cloud Fraud Defence)

https://pluralistic.net/2023/07/24/rent-to-pwn/#kitt-is-a-demon
1•Voultapher•20m ago•1 comments

Radiolaria

https://en.wikipedia.org/wiki/Radiolaria
1•majkinetor•24m ago•0 comments

Vision: An Agent-Authored Control Architecture (Whitepaper)

https://sbarron.com/whitepapers/vision-system
1•iampneuma•25m ago•0 comments

Show HN: I Build a SaaS Loading Time Anxiety and Cost Calculator

https://vnta.agency/tools/saas-loading-time-anxiety-calculator
1•kartik_malik•34m ago•0 comments

Engineers Are Drifting

https://exhaustedmind.substack.com/p/your-engineers-are-already-drifting
1•Psychoterapist•36m ago•0 comments

Frontier plane reportedly strikes pedestrian on Denver Airport runway

https://www.cnn.com/2026/05/09/us/frontier-reportedly-pedestrian-denver-runway-hnk
1•Tomte•36m ago•0 comments

Claude Knew It Was Being Tested. Anthropic Built a Tool to Detect It

https://firethering.com/anthropic-nla-claude-thoughts-interpretability/
2•steveharing1•38m ago•0 comments

Squint

https://squint-cljs.github.io/squint/
2•Tomte•39m ago•0 comments

Elon Musk faces criminal probe in France after ignoring summons in X case

https://arstechnica.com/tech-policy/2026/05/elon-musk-faces-criminal-probe-in-france-after-ignori...
5•ndsipa_pomu•40m ago•0 comments

Export NotebookLM Responses as Properly Cited Docx/PDF [video]

https://www.youtube.com/watch?v=7jx0j9JsQ5o
2•MassiveLy_Easy•40m ago•1 comments

How to turn work into cinematic videos with NotebookLM

https://www.theaithinker.com/p/how-to-turn-work-into-cinematic-videos
1•adamfaik•43m ago•0 comments

Cloudflare Drops on Sales Forecast Miss, Job Cuts

https://www.bloomberg.com/news/articles/2026-05-07/cloudflare-forecast-misses-estimates-announces...
1•1vuio0pswjnm7•46m ago•0 comments

Plan9: The Squeal to Unix [video]

https://www.youtube.com/watch?v=mbsQCnDHkZo
1•zeristor•47m ago•0 comments

Threats by artificial intelligence to human health and human existence (2023)

https://gh.bmj.com/content/8/5/e010435
2•janandonly•51m ago•0 comments

What Does 'Depth' Mean in Mathematics?(2014) – John Stillwell [video]

https://www.youtube.com/watch?v=2jp49wGhAG8
1•nill0•51m ago•0 comments

Apple May Drop Base $599 MacBook Neo as Chip, DRAM Costs Climb

https://www.macrumors.com/2026/05/07/apple-drop-base-macbook-neo-costs-climb/
3•pjmlp•53m ago•1 comments

Mathematical Depth Workshop (2014) – Robert Geroch [video]

https://www.youtube.com/watch?v=qfuIfCI5NOw
1•nill0•53m ago•0 comments

Show HN: Dikaletus – meeting recording and transcription using Mistral AI

https://codeberg.org/MimosaDev/dikaletus
2•phillc73•54m ago•0 comments

The M:N Concurrent Model – A Complete Guide

https://0xkiire.com/mn-concurrency-model/
1•kiirecodes•54m ago•0 comments
Open in hackernews

Decomposing Transactional Systems

https://transactional.blog/blog/2025-decomposing-transactional-systems
132•pongogogo•1y ago

Comments

karmakaze•1y ago
> commit version is chosen — the time at which the database claims all reads and writes occurred atomically.

This post doesn't mention transaction isolation specifically though it does say "How does this end up being equal to SERIALIZABLE MySQL?" So maybe I'm supposed to consider this post only for 'Every transactional system' running with SERIALIZABLE transaction isolation. I don't particularly care about that. I do care that the database I use clearly states what its isolation names mean in detail and that it does exactly what it says. e.g. I don't expect MySQL SERIALIZABLE to exactly mean the same as any other database that uses the same term.

mjb•1y ago
MySQL Serializable is pretty similar to serializable in other databases, in terms of the observable anomalies. There's a good set of tests here: https://github.com/ept/hermitage

> So maybe I'm supposed to consider this post only for 'Every transactional system' running with SERIALIZABLE transaction isolation.

No, it's a general point about the nature of transactions in DBMSs, and the different implementation choices. As the article says, there are some variations (e.g. MVCC at levels lower than serializable inherently has two 'order' steps).

karmakaze•1y ago
I'm not seeing the mention of two 'order' steps. Are you referring to the larger part of what I quoted?

> MVCC databases may assign two versions: an initial read version, and a final commit version. In this case, we’re mainly focused on the specific point at which the commit version is chosen — the time at which the database claims all reads and writes occurred atomically.

For non-SERIALIZABLE isolation there may be no such "time at which the database claims all reads and writes occurred atomically", which is how I took the rest of the post to mean when running with SERIALIZABLE isolation.

transactional•1y ago
(Hi! Post author here.)

It is written with a lean towards serializable, partly because there's a wide variety of easy examples to pull which all implement serializable, but the ideas mostly extend to non-serializable as well. Non-serializable but still MVCC will also place all of their writes as having happened at a single commit timestamp, they just don't try to serialize the reads there, and that's fine. When looking at non-serializable not MVCC databases, it's still useful to just try to answer how the system does each of the four parts in isolation. Maybe I should have been more direct that you're welcome to bend/break the mental model in whatever ways are helpful to understand some database.

The line specifically about MySQL running at serializable was because it was in the Spanner section, and Spanner is a (strictly) serializable database.

karmakaze•1y ago
Thanks for the clarifications and diagrams. I can see how using something like Spanner from the outset makes sense to use and stick with serializable isolation. With other SQL dbs, I've mostly seen repeatable read, read committed, and even read uncommitted used in the name of performance. Read committed works fine but you have to design everything for it from the start with thoughtful write and read sequences.

Moving to serializable should be easy but isn't in the case of Spanner and the like because you can't make 100+ of sub-millisecond queries to respond to an API request if that's how your app evolved.

The way I imagine the future is to bring the code closer to the data like stored procedures, but maybe in a new way like modern languages compiled to run (and if necessary retry) in a shard of the database.

mjb•1y ago
This is great, really worth reading if you're interested in transactions.

I liked it so much I wrote up how the model applies to Amazon Aurora DSQL at https://brooker.co.za/blog/2025/04/17/decomposing.html It's interesting because of DSQL's distributed nature, and the decoupling between durability and application to storage in our architecture.

maniacalhack0r•1y ago
DSQL is so cool - have been following since the release and once it supports more of the postgres feature set + extensions it’ll be a killer. Fantastic architecture deep dive at ReInvent as well.
pongogogo•1y ago
Hey Mark, I actually found this post via yours so thanks!