frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Some Things Just Take Time

https://lucumr.pocoo.org/2026/3/20/some-things-just-take-time/
1•vaylian•1m ago•0 comments

Government to enforce 1099 bike parking spaces at IKEA, Norway

https://twitter.com/Glenn_Diesen/status/2034158957053276277
1•whirlwin•5m ago•0 comments

Hochul Moves to Weaken Aggressive New York State Climate Law

https://www.bloomberg.com/news/articles/2026-03-20/hochul-moves-to-weaken-aggressive-new-york-sta...
1•melling•6m ago•1 comments

LLM Smart Router

https://github.com/tumf/kani
1•tumf•7m ago•0 comments

The End of Coding: Andrej Karpathy on Agents, AutoResearch, and Loopy Era of AI [video]

https://www.youtube.com/watch?v=kwSVtQ7dziU
1•vismit2000•10m ago•0 comments

Show HN: EchoLive – Read-it-later app that reads to you with 600 AI voices

https://echolive.co/
1•stanlymt•10m ago•0 comments

The Shrinking Gland That Helps You Live Longer

https://nautil.us/the-shrinking-gland-that-helps-you-live-longer-1279121
1•Brajeshwar•11m ago•0 comments

Israel deliberately targeting medical facilities in south Lebanon

https://www.theguardian.com/world/2026/mar/21/israel-targeting-medical-facilities-south-lebanon-h...
3•donutshop•12m ago•0 comments

We Need Messier Maps

https://www.chathamhouse.org/publications/the-world-today/2026-03/we-need-messier-maps
2•bookofjoe•15m ago•0 comments

Apple Wanted to Buy Halide to Boost iPhone 18 Pro's Camera App – Lawsuit

https://www.macrumors.com/2026/03/21/apple-wanted-to-buy-halide-to-boost-iphone-18-pro/
1•ndr42•16m ago•0 comments

A Portrait of the Artist as an LLM

https://evernotquite.substack.com/p/a-portrait-of-the-artist-as-an-llm
1•jger15•16m ago•0 comments

Using local LLM and Ghidra to analyze malware

https://discounttimu.substack.com/p/using-llm-and-ghidra-to-analyze-malware
2•guardiangod•18m ago•0 comments

Show HN: I made a simple note keeping plugin for Neovim

https://github.com/UsamaQaisrani/filenotes.nvim
1•usamaqaisrani•18m ago•0 comments

One Login, Two Platforms – Indeed/Glassdoor

https://about-us.glassdoor.com/site-us/onelogin/
1•TheJoeMan•20m ago•1 comments

The Risk of LLM-Generated Administrative Scripts in Privileged Environments

https://zenodo.org/records/18718481
1•rogelsjcorral•25m ago•0 comments

Major leap towards reanimation after death as mammal's brain preserved

https://www.newscientist.com/article/2520204-major-leap-towards-reanimation-after-death-as-mammal...
3•Brajeshwar•25m ago•0 comments

Albert's Swarm

https://en.wikipedia.org/wiki/Albert%27s_swarm
2•thunderbong•26m ago•0 comments

Recall – Your AI context shouldn't be trapped in one platform

https://chromewebstore.google.com/detail/recall/gnbbmallepmgpffoinnlkchkemgeikmg
1•suikacider•27m ago•0 comments

When it comes to data-ink ratio, optimize rather than maximize

https://scienceux.org/articles/data-ink-ideal-vs-minimal
1•s4074433•27m ago•0 comments

Autoskill – self-improving skills for AI agents

https://github.com/Samurai412/autoskill
2•samurai48•27m ago•1 comments

PetaPerl: Perl but in Rust

https://perl.petamem.com/docs/eng/introduction.html
1•sinnsro•28m ago•1 comments

"Give up Hack Club": about the kids non-profit

https://bafybeiew6lmntuivdzarz4rpscuhnkrpe4qpxi5xyel3jrzcvndulvl6gy.ipfs.dweb.link/#r
1•Diaphragmwp•29m ago•1 comments

Compositor for Windows 0.6

https://compositorapp.com/blog/2026-03-21/Compositor-Windows-06/
1•serhack_•32m ago•0 comments

The Singularity Is Coming

https://www.manhattanmetric.com/blog/2026/03/the-singularity-is-coming
1•jballanc•33m ago•0 comments

WSL graphics driver update brings better GPU support for Linux apps

https://www.theregister.com/2026/03/20/linux_directx_and_opengl/
1•Brajeshwar•38m ago•0 comments

Ask HN: Is AI Safety a Paradox?

1•tndibona•41m ago•1 comments

Seeing Trump Clearly

https://www.craigmurray.org.uk/archives/2026/03/seeing-trump-clearly/
2•jules-jules•41m ago•4 comments

Meditation and mindfulness explained as cognitive mechanics

https://dimitrov.im/mental-mechanics/
1•since7•42m ago•1 comments

After Cosmic Crisp, Scientists Unveil an Apple for the Climate Change Era

https://www.nytimes.com/2026/03/21/us/new-apple-climate-change.html
3•saikatsg•43m ago•0 comments

Does your job have a soul?

https://vaibhavm.substack.com/p/summoning-ghosts-not-building-animals
2•vaibhavgeek•45m ago•0 comments
Open in hackernews

Decomposing Transactional Systems

https://transactional.blog/blog/2025-decomposing-transactional-systems
132•pongogogo•11mo ago

Comments

karmakaze•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
Hey Mark, I actually found this post via yours so thanks!