frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cyber.mil serving file downloads using TLS certificate which expired 3 days ago

https://www.cyber.mil/stigs/downloads
1•Eduard•1m ago•0 comments

Sam Altman-backed fusion startup Helion in talks with OpenAI

https://techcrunch.com/2026/03/23/sam-altman-backed-fusion-startup-helion-in-talks-with-openai/
1•bezbac•2m ago•0 comments

TikTok Star Khaby Lame Sells His Core Company in Deal Worth $975M

https://www.forbes.com/sites/martinadilicosa/2026/01/27/tiktok-star-khaby-lame-sells-his-core-com...
2•consumer451•4m ago•1 comments

Transference in the Afternoon

https://granta.com/transference-in-the-afternoon/
1•jbegley•5m ago•0 comments

William Burrough's Doing Easy

https://www.tumblr.com/mogadonia/44274156/doing-easy-an-essay-by-william-s-burroughs
1•OhMeadhbh•5m ago•0 comments

Chat Archiver save to PC AI chats – with ChatGPT/others (PyQt5, open source)

https://gitlab.com/LucLab1/chat-archiver
1•Techcen•5m ago•0 comments

Show HN: Urlx – an agent-made Rust replacement for curl/libcurl

https://github.com/jonwiggins/urlx
1•jawiggins•6m ago•0 comments

What is the best agentic AI today?

https://blog.alcazarsec.com/tech/posts/openclaw-vs-nemoclaw
2•alcazar•6m ago•0 comments

Could our universe exist because black holes ate up all the antimatter?

https://www.space.com/astronomy/black-holes/could-our-universe-exist-because-black-holes-ate-up-a...
2•Brajeshwar•6m ago•0 comments

Why your next mobile app is probably headless

https://tuananh.net/2026/03/18/why-your-next-mobile-app-is-probably-headless/
1•vinhnx•8m ago•0 comments

Doom entirely from DNS records

https://github.com/resumex/doom-over-dns
1•Venn1•8m ago•0 comments

I put the MacBook Neo through the same tests as I did the MacBook Air M1

https://www.techradar.com/computing/macbooks/i-put-the-macbook-neo-through-the-same-tests-as-i-di...
1•tosh•8m ago•0 comments

Help me improving this benchmark for vector engines

https://github.com/M4iKZ/Vector-Arena
1•M4iKZ•9m ago•0 comments

AI Chief of Staff

https://github.com/mimurchison/claude-chief-of-staff
1•Rafsark•9m ago•0 comments

An Incoherent Rust

https://www.boxyuwu.blog/posts/an-incoherent-rust/
2•emschwartz•12m ago•0 comments

Pocket agents – dev agents that can be operated through phone

2•HarshGupta07•13m ago•0 comments

Spin Up Postgres in a Second: How We Built Serverless PG

https://deeplake.ai/blog/serverless-pg
1•davidbuniat•14m ago•0 comments

This picture broke my brain [3B1B video]

https://www.youtube.com/watch?v=ldxFjLJ3rVY
2•jgwil2•15m ago•0 comments

Artificial intelligence, cognitive offloading and implications for education [pdf]

https://www.uts.edu.au/news/2026/03/experts-warn-unstructured-ai-use-in-schools-risks-cognitive-a...
1•obscurette•15m ago•0 comments

Temposhare: Share your ETA not your location

https://play.google.com/store/apps/details?id=com.temposhare.app&hl=en_US
1•vinnysud•15m ago•0 comments

AI is beginning to change the business of law

https://arstechnica.com/ai/2026/03/ai-is-beginning-to-change-the-business-of-law/
1•tartoran•15m ago•0 comments

TeamPCP deploys CanisterWorm on NPM following Trivy compromise

https://www.aikido.dev/blog/teampcp-deploys-worm-npm-trivy-compromise
1•Shank•16m ago•0 comments

Reddit CEO considering FaceID to combat bots

https://twitter.com/tbpn/status/2035137556774625610
4•oidar•17m ago•1 comments

Understanding the Go Runtime: The Garbage Collector

https://internals-for-interns.com/posts/go-garbage-collector/
1•melodyogonna•18m ago•0 comments

Show HN: Agen: spin up unlimited parallel AI coding agents in the cloud

https://agenhq.com
4•dan_lupashku•18m ago•0 comments

A macOS menu bar app to hot-swap Claude Code accounts

https://github.com/Symbioose/claude-account-switcher
1•symbioose•19m ago•0 comments

Hong Kong: New rule forces people to surrender passwords

https://www.dw.com/en/hong-kong-new-rule-forces-people-to-surrender-passwords/a-76482612
1•herodoturtle•19m ago•0 comments

Veo 3.1

https://aistudio.google.com/models/veo-3
1•linenmerchant•20m ago•0 comments

Bartone and Canu v. Meta Platforms and Luxottica of America [pdf]

https://techcrunch.com/wp-content/uploads/2026/03/Clarkson_Meta_Class_Action_Complaint-1.pdf
1•1vuio0pswjnm7•21m ago•0 comments

Nietzsche vs. the Wellness Industry

https://iai.tv/articles/nietzsche-vs-the-wellness-industry-auid-3527
1•robtherobber•21m ago•0 comments
Open in hackernews

Decomposing Transactional Systems

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

Comments

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