frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Voice of Gene Wilder recreated by AI for new Wonka-themed Netflix series

https://news.sky.com/story/voice-of-gene-wilder-recreated-by-ai-for-new-wonka-themed-netflix-seri...
1•austinallegro•2m ago•0 comments

Don't Do Code Reviews

https://kore-nordmann.de/blog/dont_do_code_reviews.html
1•ingve•5m ago•0 comments

Coding and debugging will fall back to older model in Fable 5.Losing hope as Dev

https://x.com/AnthropicAI
1•riponcm•9m ago•0 comments

Gojek Co-Founder Makarim's Trial in Indonesia Shows Rising Business Risks

https://www.bloomberg.com/news/articles/2026-06-17/gojek-co-founder-makarim-s-trial-in-indonesia-...
1•doppp•13m ago•0 comments

New attack provides one more reason why AI browsers are a bad idea

https://arstechnica.com/security/2026/06/ai-browsers-can-be-lulled-into-a-dream-world-where-guard...
3•joozio•15m ago•0 comments

Liquid AI releases a 230M model optimized for phones, Raspberry Pi, and robots

https://www.liquid.ai/blog/lfm2-5-230m
1•mpfect•16m ago•0 comments

For Kodachrome Fans, Road Ends at Photo Lab in Kansas (2010)

https://www.nytimes.com/2010/12/30/us/30film.html
1•js2•19m ago•1 comments

Horsewood ReviEwS ( July 2026) We Tried It My Honest Review

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
3•pazybaur•23m ago•0 comments

Noise as information and information as noise – Unsung

https://unsung.aresluna.org/noise-as-information-and-information-as-noise/
1•rbanffy•23m ago•0 comments

Terminal Apps Need a DOM

https://www.c1.ai/engineering/agent-tui-structured-terminal-access-for-ai-agents
1•philips•24m ago•0 comments

What if social media optimized for less time online?

https://tuhat.net/u/sbr/p/kilta
1•8by3•24m ago•0 comments

Uruky: The paid European search engine

https://robheghan.prose.sh/26_06_30_uruky
2•Skinney•28m ago•0 comments

Ragit – chat with any folder of documents using a local LLM

https://github.com/ats4321/ragit
2•atshu21•29m ago•0 comments

Telharmonium: First Synthesizer (and Predecessor to Muzak), Invented in 1897

https://www.openculture.com/2026/03/meet-the-telharmonium-the-first-synthesizer-and-predecessor-t...
1•brudgers•33m ago•0 comments

End Every Work Session with One Note

1•Semi_hayat•33m ago•0 comments

High quality image resizing: ImageMagick vs. libplacebo

https://world-playground-deceit.net/blog/2026/06/high-quality-image-resizing-imagemagick-vs-libpl...
1•BoingBoomTschak•36m ago•0 comments

Clone This Repo and I Own Your Machine

https://0din.ai/blog/clone-this-repo-and-i-own-your-machine
1•croes•36m ago•0 comments

Flux 2.9 release: new mirror and schema plugins

https://fluxcd.io/blog/2026/06/flux-v2.9.0/
1•stealthybox•38m ago•1 comments

Will China build an electric rocket launch pad on the roof of the world?

https://www.scmp.com/news/china/science/article/3358469/will-china-build-electric-rocket-launch-p...
2•Alien1Being•43m ago•0 comments

New Zealand paid Michelin $6.3M to make a guide for the country

https://www.stuff.co.nz/politics/361000572/our-food-migtnt-be-worth-special-journey-minister-says...
1•didntknowyou•44m ago•2 comments

DProvenanceKit: Execution Provenance for AI Systems

https://github.com/Therealdk8890/DProvenanceKitPython
1•DPK890•44m ago•0 comments

How to (Not) Spend $10k/Wk on Coding Agents

https://allenpike.com/2026/how-to-not-spend-10k-on-coding-agents/
2•srijan4•48m ago•0 comments

Where do you answer"is the agent allowed to do this?"–one place,orevery adapter?

https://github.com/YogiSotho/warden
1•yogisotho•51m ago•0 comments

Realta Fusion generates electricity directly from a fusion reaction

https://techcrunch.com/2026/06/30/realta-fusion-generates-electricity-directly-from-a-fusion-reac...
1•latchkey•53m ago•0 comments

A Multi-Dimensional, Per-Pass Empirical Study of the LLVM Optimization Pipeline

https://arxiv.org/abs/2606.31238
1•fcb•54m ago•1 comments

Soapbox – Software for a Free Internet

https://soapbox.pub/
1•janandonly•54m ago•0 comments

Pragmatic Approaches to Improving Compiler Correctness

https://2026.ecoop.org/details/ICOOOLPS-2026-icooolps-2026/1/Pragmatic-Approaches-to-Improving-Co...
1•matt_d•58m ago•0 comments

Japan defense forces used USB drives with China-linked virus: Nikkei

https://asia.nikkei.com/spotlight/cybersecurity/japan-defense-forces-used-usb-drives-with-china-l...
1•NewCzech•1h ago•1 comments

The young Chinese choosing life in 'ghost cities'

https://www.ft.com/content/510b7c6c-04b4-4ba0-a6bb-5208de76572e
1•NewCzech•1h ago•1 comments

Trump made $1B from crypto, financial disclosure shows

https://abcnews.com/Politics/trump-made-1-billion-crypto-financial-disclosure-shows/story?id=1343...
2•doener•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!