/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.raymondcamden.com
| | www.swyx.io
5.1 parsecs away

Travel
| | at long last, Gemini Nano is almost here for all Chrome users (i was originally misinformed that it was in Chrome 138 - but i checked my own facts and since Chrome 137+ it is starting to be [shipped unflagged](https://www.lifewire.com/chrome-ai-scam-protection-11731694?utm_source=chatgpt.com) in limited situations). I was [reminded by this HN post](https://news.ycombinator.com/item?id=44482710). I expect it to be shipped fully unflagged by end of year.
| | golb.hplar.ch
3.7 parsecs away

Travel
| | [AI summary] A blog post explains how to build an offline-capable web application using Ionic, Angular, and IndexedDB to store and query earthquake data.
| | michaelchadwick.info
5.7 parsecs away

Travel
| | Client-Side Ruby with Web Assembly
| | timilearning.com
27.0 parsecs away

Travel
| Distributed databases typically divide their tables into partitions spread across different servers which get accessed by many clients. In these databases, client transactions often span the different servers, as the transactions may need to read from various partitions. A distributed transaction is a database transaction which spans multiple servers. This post will detail how databases guarantee some ACID properties when executing distributed transactions.