frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Simple Made Easy – Rich Hickey (2011) [video]

https://www.youtube.com/watch?v=SxdOUGdseq4
1•taurath•17s ago•0 comments

Show HN: Skillburst - AI skills for your whole team, not just the engineers

https://skillburst.ai/
1•htahir111•3m ago•0 comments

Microsoft Publisher will no longer be supported after October 2026

https://support.microsoft.com/en-us/publisher/microsoft-publisher-will-no-longer-be-supported-aft...
3•MrVandemar•8m ago•1 comments

The Unbearable Anxiety of Being Just an Ordinary Human

https://www.freepressjournal.in/analysis/the-unbearable-anxiety-of-being-just-an-ordinary-human
2•thunderbong•8m ago•0 comments

Show HN: Amotions app in Zoom for real-time guidance

https://amotionsinc.com/blogs/how-to-use-amotions-ai-zoom-app
1•xupianpian1•10m ago•0 comments

Ask HN: HN frontpage feels boring now?

2•xeonmc•10m ago•1 comments

How to build a cancer vaccine, and whether they will work this time

https://www.owlposting.com/p/how-to-build-a-cancer-vaccine-and
1•gone35•12m ago•0 comments

US seeks cheaper hunter-killer drones after Iran destroys $1B worth of Reapers

https://arstechnica.com/gadgets/2026/07/us-seeks-cheaper-hunter-killer-drones-after-iran-destroys...
1•jnord•12m ago•0 comments

John Deere owners will get the right to repair equipment under FTC settlement

https://apnews.com/article/john-deere-right-to-repair-agriculture-equipment-cb7514ffedb95c130a976...
3•djoldman•14m ago•0 comments

M64 Controller Review: The N64 Remote Perfected

https://retrododo.com/m64-controller-review-the-n64-remote-perfected/
1•bpierre•14m ago•0 comments

Hijacking Defensive Cyber AI Agents for Remote Code Execution

https://ainowinstitute.org/publications/friendly-fire-exploit-brief
1•Cynddl•16m ago•0 comments

The AI Bubble We need to talk

https://www.youtube.com/watch?v=2J2Fb1bBufA
2•cable2600•17m ago•0 comments

US rare earths flow to Asia as domestic demand is slow to emerge

https://arstechnica.com/science/2026/07/us-rare-earths-flow-to-asia-as-domestic-demand-is-slow-to...
1•jnord•18m ago•0 comments

Ask HN: What do you think of xsight labs?

1•m101•21m ago•0 comments

Telling Stories with Data (2023)

https://tellingstorieswithdata.com
1•matt_daemon•24m ago•0 comments

We made Grok 4.5, GPT-5.5, and Claude build the same apps

https://www.tryai.dev/blog/grok-4.5-vs-gpt-5.5-vs-claude-build-off
1•hershyb_•24m ago•0 comments

BassBet – Live Games, Fast Payouts and Big Wins Online

https://bassbet-login.com/en/
1•kalwrepo•29m ago•0 comments

Xsight labs - anyone talking about these guys?

https://xsightlabs.com/
2•m101•30m ago•1 comments

You may not need 8 hours of sleep

https://www.nytimes.com/2026/07/05/opinion/sleep-health-8-hours.html
2•dr_•32m ago•0 comments

Ghislaine Maxwell's Dad Sold Bugged Israeli Software to Two Nuclear Weapons Labs

https://alisav.substack.com/p/ghislaine-maxwells-father-sold-bugged
6•newspaper1•33m ago•1 comments

Suspecting AI cheating, Ivy League prof ordered in-person final; scores fell 50%

https://arstechnica.com/ai/2026/07/we-cannot-choose-to-become-idiots-the-ai-cheating-scandal-roil...
31•furcyd•40m ago•11 comments

Show HN: Schema_ferry – Continuous schema migration from MySQL to PostgreSQL

https://github.com/kyuuri1791/schema_ferry
1•kyuuri1791•41m ago•0 comments

Observations of a Journal Editor

https://uq.pressbooks.pub/editorobservations/
1•MrVandemar•42m ago•0 comments

Meta datacenter contractor flushed contaminated water

https://www.theguardian.com/us-news/2026/jul/08/meta-datacenter-ai-wyoming-water
3•doener•46m ago•2 comments

Visualizing Buns new Rust Files against the rest of the JavaScript / cpp

https://old.reddit.com/r/bun/comments/1ur8ka2/visualizing_the_rust_portion_of_bun_against/
1•fernando-ram•49m ago•0 comments

The family of a man shot by the Tennessee National Guard demands video release

https://apnews.com/article/memphis-national-guard-shooting-tyrin-johnson-6a1ea3e51176d8ddf6519f90...
15•petethomas•50m ago•0 comments

Family demands an independent probe after ICE officer shoots a man in Houston

https://apnews.com/article/ice-houston-shooting-lorenzo-salgado-araujo-2d01ba69caf2445f0500509689...
8•petethomas•53m ago•0 comments

The Trump admin is ramping up pressure on states to change election practices

https://apnews.com/article/trump-voting-threat-states-3ec6b7838c97342965416756c0b83496
5•petethomas•55m ago•0 comments

New report highlights reasons for hope in the climate fight

https://www.unep.org/news-and-stories/story/new-report-highlights-five-reasons-hope-climate-fight
2•cybermango•57m ago•0 comments

A New 'Little House' Expands and Updates the Prairie

https://www.nytimes.com/2026/07/08/arts/television/little-house-on-the-prairie-netflix.html
1•indigodaddy•1h 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!