frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Your AI Agents Should Stop Speaking English

https://thenewassociationwebmasters.blogspot.com/2026/06/the-language-trap-reset-base-margin-0.html
2•odilelof•1m ago•0 comments

Free Granola Alternate

https://pitara.ai/login?next=%252F
1•chayanvinayak•2m ago•0 comments

.garden TLD's change to a bad neighborhood

https://discourse.ifin.network/t/garden-tlds-change-to-a-bad-neighborhood/627
1•speckx•2m ago•0 comments

Microsoft launches WSL Containers in public preview

https://www.neowin.net/news/microsoft-finally-launches-wsl-containers-in-public-preview/
1•bundie•5m ago•0 comments

Launch 30 Companies in May (update)

https://toddmerrill.substack.com/p/what-27-ventures-in-30-days-actually
1•dudemanAtl•6m ago•1 comments

Notion shutting down its AI-powered email client, including Mac and iOS apps

https://9to5mac.com/2026/06/25/notion-shutting-down-its-ai-powered-email-client-including-mac-and...
1•frizlab•6m ago•0 comments

Don't Provoke Russia

https://www.youtube.com/watch?v=X2ntp0r9oIk
1•frag•8m ago•0 comments

Inferring Living Standards from the Value of a Statistical Life

https://www.nber.org/papers/w35382
1•paulpauper•8m ago•0 comments

Feds Tracked Down an Anti-ICE Dad in NYC Hotel, but How?

https://gizmodo.com/federal-agents-reportedly-tracked-down-an-anti-ice-dad-in-a-new-york-hotel-it...
2•ripe•9m ago•1 comments

A (Rails) Polymorphic Type Is Not a Foreign Key

https://baweaver.com/writing/2026/06/25/rails-sharp-parts-a-polymorphic-type-is-not-a-foreign-key/
1•mooreds•10m ago•0 comments

We Don't Need Facebook

https://rnotte.art/we-dont-need-facebook/
2•speckx•10m ago•0 comments

Migrating from TrueNAS to NixOS without losing data after the rug pull

https://www.nijho.lt/post/truenas-to-nixos/
2•basnijholt•14m ago•0 comments

The 80% Problem: The Last 20% Is Where the Engineer Used to Live

https://www.jonathanbeard.io/blog/2026/06/27/the-80-percent-problem.html
3•speckx•17m ago•0 comments

Bernie Sanders unveils $7T plan to give Americans control of AI industry

https://arstechnica.com/tech-policy/2026/06/bernie-sanders-unveils-7-trillion-plan-to-give-americ...
4•FinnLobsien•17m ago•1 comments

The Trouble with Reused Phone Numbers in CIAM

https://ciamweekly.substack.com/p/the-trouble-with-reused-phone-numbers
3•mooreds•17m ago•1 comments

Flint: Fast Library for Number Theory

https://flintlib.org/
2•smasher164•18m ago•0 comments

How can engineering leaders avoid becoming Bond villains?

https://stackoverflow.blog/2026/06/26/paging-charity-how-can-engineering-leaders-avoid-becoming-b...
2•mooreds•18m ago•0 comments

Apple iPhone 20: Everything We Know About the Redesign Coming in 2027

https://www.cnet.com/tech/mobile/apple-iphone-20th-anniversary-edition-rumors-2027/
2•taubek•23m ago•0 comments

Rekor – immutable tamper resistant metadata ledger

https://github.com/sigstore/rekor
2•gregsadetsky•24m ago•0 comments

Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship

https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-cen...
1•thunderbong•24m ago•0 comments

WordPalette – Generate a brand palette and visual identity from a word or image

https://wordpalette.github.io/
1•javatuts•25m ago•0 comments

Quantum computing startup says it will leapfrog everybody

https://arstechnica.com/science/2026/06/quera-promises-thousands-of-error-corrected-qubits-by-2029/
1•samizdis•27m ago•0 comments

This will save you hours on your CCNA/CCNP

https://old.reddit.com/r/ccnastudygroup/comments/1uh7eop/this_will_save_you_hours_learning_for_yo...
6•salad_vr•28m ago•4 comments

The Apple Disk II Controller Card

https://www.bigmessowires.com/2021/11/12/the-amazing-disk-ii-controller-card/
1•stmw•29m ago•0 comments

I have made a simple CLI and would like feedback

https://github.com/Tophatguard/KRSH
1•Tophatguard•29m ago•0 comments

Claude in Microsoft Foundry is now generally available

https://claude.com/blog/claude-in-microsoft-foundry
1•Xtrah•29m ago•0 comments

No Code Exec? No Problem Living the Age of VBS, HVCI, and Kernel CFG (2022)

https://connormcgarr.github.io/hvci/
2•Retr0id•30m ago•0 comments

Light Switch "Wakes Up" Sleeping Cancer Cells

https://www.optica-opn.org/home/newsroom/2026/june/light_switch_wakes_up_sleeping_cancer_cells/
1•visha1v•30m ago•0 comments

KitForge–generate an AI agent manifest; scaffold with enforced approval gates

https://www.agent-kits.com/kitforge
1•stoicstoic•31m ago•0 comments

A Solution to A.I.'S Growing Power Demand: Homes

https://www.nytimes.com/2026/06/24/business/energy-environment/ai-data-centers-tesla.html
1•visha1v•32m ago•1 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!