frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kimi K3 may have distilled AI unreleased Anthropic model

https://twitter.com/bourneliu66/status/2078150582054133991
1•seviu•8s ago•0 comments

Tell HN: Not everyone has internet as fast as you

1•jedberg•1m ago•0 comments

Show HN: World map of 1418 modern robotics startups

https://roboticsregistry.net/map?access=3f6d290ae651f8e6e8263077fb24568aa95cbcac84dcbdff&lat=18.7...
1•make_it_sure•1m ago•0 comments

Better Call Sol the Workhorse

https://thezvi.wordpress.com/2026/07/13/better-call-sol-the-workhorse/
2•gmays•4m ago•0 comments

The instant database scratchpad: xata scratch

https://xata.io/blog/the-instant-database-scratchpad-xata-scratch
2•tudorg•4m ago•0 comments

xAI can't deny Grok makes CSAM anymore. So it's suing users

https://arstechnica.com/tech-policy/2026/07/xai-cant-deny-grok-makes-csam-anymore-so-its-suing-us...
2•pavel_lishin•4m ago•0 comments

JustOverlap – Scheduling with multiple guests and team availability

https://justoverlap.com/
1•bitvaulty•4m ago•0 comments

The housing theory of everything (2021)

https://worksinprogress.co/issue/the-housing-theory-of-everything/
1•mooreds•7m ago•0 comments

Help a Psychotherapist Brainstorm?

1•polymath88•8m ago•0 comments

China's data annotation industry shows how jobs evolve with tech advancement

https://www.globaltimes.cn/page/202606/1363363.shtml
1•pretext•8m ago•0 comments

America had a love affair with 'fixer-upper' homes. That may be over

https://www.cnn.com/2026/07/17/business/america-fixer-upper-homes
1•mooreds•8m ago•0 comments

ICE Flight Monitor Interactive Dashboard

https://www.humanrightsfirst.org/ice-flight-monitor-interactive-dashboard
2•mooreds•8m ago•0 comments

Homebrew and How the Apple Came to Be – Stephen Wozniak (1984)

https://www.atariarchives.org/deli/homebrew_and_how_the_apple.php
1•lioeters•8m ago•0 comments

Meta accused of using AI to pick employees with medical conditions for layoffs

https://www.latimes.com/business/story/2026-07-16/meta-accused-of-using-ai-to-pick-employees-with...
2•speckx•10m ago•1 comments

Review the actual change, not the file list

https://packagemain.tech/p/review-the-actual-change-not-the
1•der_gopher•11m ago•0 comments

Help a Psychotherapist Brainstorm

https://www.actualizebeing.com
1•polymath88•14m ago•0 comments

Victory Flock Ends Rollout of Audio "Distress Detection" of Human Voices

https://www.eff.org/deeplinks/2026/07/victory-flock-ends-rollout-audio-distress-detection-human-v...
1•speckx•14m ago•0 comments

Order and Chaos (256 States or Dirtiness)

https://replicated.live/blog/status
1•gritzko•16m ago•0 comments

Researchers shed new light on ancient concrete's extraordinary durability

https://engineering.berkeley.edu/news/2026/07/researchers-shed-new-light-on-ancient-concretes-ext...
2•speckx•16m ago•0 comments

Show HN: Docket (system for active note-taking) now self-hosted after HN asked

https://withdocket.com/self-hosted
2•davnicwil•16m ago•1 comments

Inkling is now the highest-scoring open-weight model on both ARC-AGI 1 and 2

https://twitter.com/arcprize/status/2078141332938523032
1•thebricklayr•18m ago•1 comments

Oxford Physicist Says an Antigravity Machine May Be Possible

https://www.popularmechanics.com/science/a71631348/quantum-gravity-antigravity-experiment/
1•mpweiher•20m ago•0 comments

Are Emojis Allowed in XMPP Addresses?

https://op-co.de/blog/posts/emoji_xmpp_address/
1•ge0rg•25m ago•0 comments

Why "maxxing" is made for social media and terrible for real life

https://www.machinesociety.ai/p/please-keep-your-maxxing-to-a-minimum
1•mikelgan•26m ago•2 comments

Show HN: Maxx – HUD for Claude token usage

https://meetmaxx.co/
1•_reif•26m ago•0 comments

Number of wildfires doubles after lightning strikes across B.C

https://www.cbc.ca/news/canada/british-columbia/bc-wildfires-boston-bar-pemberton-9.7273984
1•geox•28m ago•0 comments

A Map of the Cyclospora Outbreak

https://www.kcra.com/article/cyclospora-outbreak-map-us-states/71917958
1•jenthoven•29m ago•0 comments

Will U.S. Households Still Buy Heat Pumps Without a Tax Credit?

https://energyathaas.wordpress.com/2026/07/13/will-u-s-households-still-buy-heat-pumps-without-a-...
1•littlexsparkee•30m ago•0 comments

Show HN: A zoomable timeline of 4M Wikipedia events

https://app.everything.diena.co/
3•lortex•30m ago•0 comments

Israel changes crocodiles legal status in push for Ben-Gvir's 'crocodile prison'

https://www.jpost.com/israel-news/politics-and-diplomacy/article-902827
5•Tomte•31m 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!