frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Fourth Beta of Android 17

https://android-developers.googleblog.com/2026/04/the-fourth-beta-of-android-17.html
1•flykespice•44s ago•0 comments

Aether – A GCP-Native Framework to Terminate LLM Agent Drift

https://github.com/poinsettiaclg-gif/AETHER-core
1•Painsettia•2m ago•1 comments

What I Did In The Hedonium Shockwave, by Emma, aged 6 and a half

https://ozybrennan.substack.com/p/what-i-did-in-the-hedonium-shockwave
1•barry-cotter•7m ago•0 comments

Parental Controls

https://www.tumblr.com/luminousalicorn/814990078758830080/parental-controls
1•dado3212•10m ago•0 comments

The biggest insect ever was a "dragonfly"

https://eartharchives.org/index.html
1•anjel•10m ago•0 comments

Coding agents ignore their own budgets

https://twitter.com/RampLabs/status/2046624992956146158
1•gmays•11m ago•0 comments

Software engineering may no longer be a lifetime career

https://www.seangoedecke.com/software-engineering-may-no-longer-be-a-lifetime-career/
3•milkglass•17m ago•0 comments

After three months on Linux, I don't miss Windows at all

https://www.theverge.com/tech/918797/switched-to-linux-dont-miss-windows
3•Brajeshwar•18m ago•0 comments

The reporters at this news site are AI bots. OpenAI appears to be funding it

https://modelrepublic.substack.com/p/the-reporters-at-this-news-site-are
3•Teever•22m ago•0 comments

Liebherr delivers electric excavator to Bulgarian copper mine

https://electrek.co/2026/04/26/liebherr-delivers-330-ton-electric-excavator-to-bulgarian-copper-m...
2•y1n0•26m ago•0 comments

ChatGPT solves Erdos Problem 1176 in 80 minutes

https://chatgpt.com/share/69dd1c83-b164-8385-bf2e-8533e9baba9c
3•voisin•28m ago•0 comments

Blood vessels found in T. rex bones are rewriting dinosaur science

https://www.sciencedaily.com/releases/2026/04/260426012259.htm
4•y1n0•31m ago•0 comments

RTX 4090 sent for repair is a sophisticated fake with laser-etched VRAM and core

https://www.tomshardware.com/pc-components/gpus/rtx-4090-sent-for-repair-is-a-sophisticated-fake-...
1•y1n0•33m ago•0 comments

$292M Lost, Zero Bugs Found: Lessons from the RsETH Bridge Exploit

https://www.openzeppelin.com/news/lessons-from-kelpdao-hack
2•wslh•33m ago•0 comments

Google banks on AI edge to catch up to cloud rivals Amazon and Microsoft

https://www.ft.com/content/2429f0f0-b685-4747-b425-bf8001a2e94c
42•donsupreme•38m ago•10 comments

The Hottest Phone for Kids Right Now Is a $100 Landline

https://www.bloomberg.com/news/articles/2026-04-24/viral-tin-can-phone-brings-landline-nostalgia-...
9•Amorymeltzer•44m ago•2 comments

Claude Feature Request: Persona Profiles – switchable bundles

https://github.com/anthropics/claude-code/issues/53458
1•xpe•44m ago•0 comments

OGMA – persistent memory and dual-brain AI, newcomer seeks pro feedback

https://github.com/kidshadow79/Ogma
1•Kidshadow79•45m ago•0 comments

Inside Job – Supermicro

https://www.thewirechina.com/2026/04/26/inside-job/
1•latchkey•49m ago•0 comments

Hello, World (2006)

https://berndhopfengaertner.net/projects/hello-world/index.html
1•roggenbuck•56m ago•0 comments

Oil jumps, stock futures slip as US-Iran talks stall

https://www.reuters.com/business/energy/global-markets-global-markets-2026-04-26/
2•onemoresoop•56m ago•0 comments

Show HN: Run coding agents in a sandbox locally

https://github.com/CelestoAI/SmolVM
2•theaniketmaurya•56m ago•1 comments

Dash – A self-learning data agent that grounds answers in 6 layers of context

https://github.com/agno-agi/dash
3•ashpreet-bedi•1h ago•0 comments

Per-Image BT.601 Decorrelation Gap Measured Against KLT Across the Kodak Suite

https://github.com/PearsonZero/kodak-pcd0992-bt601-decorrelation-gap
1•PearsonZero•1h ago•0 comments

Under Trump, Green Card Seekers Face New Scrutiny for Views on Israel

https://www.nytimes.com/2026/04/25/us/politics/trump-green-cards-scrutiny.html
3•vrganj•1h ago•0 comments

Show HN: CrabPDF – privacy-first PDF editor that edits real text

https://crabpdf.com/
2•rabbithols•1h ago•0 comments

Zero-Cost Transparent Semiotic Awareness for Frozen Language Models SRT-Adapter

https://sublius.substack.com/p/srt-adapter-transparent-semiotic
1•spacebacon•1h ago•0 comments

Former MIT president says the US is losing the innovation race to China

https://www.npr.org/2026/04/25/nx-s1-5772703/former-mit-president-says-the-us-is-losing-the-innov...
8•Brajeshwar•1h ago•0 comments

Voice Modems

https://computer.rip/2026-04-26-voice-modems.html
5•K7PJP•1h ago•0 comments

Human AI Collaboration in LIterature

https://indignified.com/history-of-human-ai-collaboration-in-literature/
1•ZguideZ•1h 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!