frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Statistical Process Control according to W. Edwards Deming (2020)

https://www.thomas-huehn.com/deming/
1•Tomte•19s ago•0 comments

Arlen (The Font)

https://groteskly.xyz/fonts/arlen
1•mooreds•3m ago•0 comments

Google Used Access Control Lists (ACLs) to Build Zanzibar (2024)

https://permify.co/post/access-control-list-acl-google-zanzibar/
1•mooreds•4m ago•0 comments

Kagi Hub Belgrade

https://blog.kagi.com/kagi-hub
1•_se•5m ago•0 comments

Qiskit open-source SDK for working with quantum computers

https://github.com/Qiskit/qiskit
1•thinkingemote•6m ago•0 comments

FreeBSD 15.0-RC4 Released Due to Last Minute Issues

https://www.phoronix.com/news/FreeBSD-15.0-RC4
1•mikece•6m ago•0 comments

Pope Francis' popemobile transformed into mobile clinic for Gaza children

https://www.msn.com/en-us/society-culture-and-history/religion-and-spirituality/pope-francis-pope...
2•Qem•7m ago•0 comments

Putin Advisers Discuss Plans for Dealing with Trump: Transcript

https://www.bloomberg.com/news/articles/2025-11-25/putin-advisers-discuss-plans-for-dealing-with-...
1•monerozcash•8m ago•1 comments

Nvidia Is Interested in Helping Bring Vulkan Video to Chrome

https://www.phoronix.com/news/NVIDIA-Vulkan-Video-Chrome-Help
1•mikece•9m ago•0 comments

Make It Possible, Then Make It Normal

https://danielmangum.com/posts/possible-then-normal/
1•hasheddan•11m ago•0 comments

The Most Likely AI Apocalypse

https://www.vox.com/the-highlight/466025/ai-jobs-chatgpt-agi
1•jbegley•12m ago•0 comments

Running a Business Means Contact with Reality

https://fredkozlowski.com/2025/11/02/running-a-business-means-contact-with-reality/
1•fkozlowski•13m ago•0 comments

Tidyverse: R Packages for Data Science

https://tidyverse.org/
2•cl3misch•14m ago•0 comments

Genesis DB is a event sourcing database and there are the technical insights

https://docs.genesisdb.io/technical-insights
3•patriceckhart•16m ago•1 comments

Missing Link: Amiga40 – Review of the Birthday Fair

https://www.heise.de/en/background/Missing-Link-Amiga40-Review-of-the-Birthday-Fair-11088400.html
1•doener•18m ago•0 comments

GLP-1 Receptor Agonists in ASUD Treatment

https://philippdubach.com/2025/11/21/glp-1-receptor-agonists-in-asud-treatment/
2•7777777phil•18m ago•1 comments

Chat Control is back and it will stay

https://www.euractiv.com/news/council-agrees-position-on-chat-control-after-years-of-stalled-talks/
2•xaxaxa123•21m ago•0 comments

European parliament – Children should be at least 16 to access social media

https://www.europarl.europa.eu/news/en/press-room/20251120IPR31496/children-should-be-at-least-16...
6•reimertz•24m ago•2 comments

Agentic Pelican on a Bicycle: Claude Opus 4.5

https://www.robert-glaser.de/agentic-pelican-on-a-bicycle-claude-opus-4-5/
1•youngbrioche•24m ago•0 comments

Software Development has a 996 Problem

https://www.infoworld.com/article/4094801/software-development-has-a-996-problem.html
2•srirangr•26m ago•0 comments

Study claims to provide first direct evidence of dark matter

https://www.theguardian.com/science/2025/nov/25/study-claims-to-provide-first-direct-evidence-of-...
2•giuliomagnifico•26m ago•0 comments

Elon Musk Said Grok's Roasts Would Be 'Epic' – So I Tried It on My Coworkers

https://www.wired.com/story/elon-musk-said-grok-roasts-are-epic-at-parties-i-tried-it-on-my-cowor...
2•homo_economicus•27m ago•0 comments

Gravitational effects of a small black hole passing through the human body

https://www.worldscientific.com/doi/full/10.1142/S0218271825410032
2•sohkamyung•28m ago•0 comments

AI's Bottleneck Is Power. the US and China Feel It Differently

https://ruima.substack.com/p/ais-bottleneck-is-power-the-us-and
2•hunglee2•33m ago•0 comments

Taiwan's president: I will boost defense spending to protect our democracy

https://www.washingtonpost.com/opinions/2025/11/25/taiwan-president-defense-spending-china/
1•keepamovin•33m ago•1 comments

Weakened EU 'Chat Control' moves forward with voluntary scanning

https://cyberinsider.com/weakened-eu-chat-control-moves-forward-with-voluntary-scanning/
3•JoachimS•34m ago•1 comments

Open source Firefox extension to quickly interact with an LLM on current webpage

https://github.com/dep/noice
1•justdep•36m ago•1 comments

Tim Berners-Lee wants everyone to own their own data

https://theconversation.com/tim-berners-lee-wants-everyone-to-own-their-own-data-his-plan-needs-s...
2•giuliomagnifico•38m ago•0 comments

AI Will Save Us by Being Terrible

https://twitter.com/staysaasy/status/1993643305700057503
2•thisismytest•48m ago•0 comments

AirSync – Seamless Android-macOS integration over local network (open source)

https://sameerasw.com/airsync
1•singiamtel•51m ago•0 comments
Open in hackernews

Decomposing Transactional Systems

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

Comments

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