# history world (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover history world.

Page: <https://rssamplifier.com/topics/history-world/blogs>  
Feed: <https://rssamplifier.com/topics/history-world/blogs.md>

---

## [Big Endian's Guide to SQLite Storage](https://blog.jabid.in/2024/11/24/sqlite/)

_2024-11-24 · Jaseem Abid_

I wanted to learn how databases like SQLite store data under the hood, so I decided to write some code to inspect the database file. SQLite famously stores the entire database in a single file , and the file format is very well documented. Here is one diagram 1 to get started instead of the roughly 13,848 words in that document. While not impossible, it is somewhat tedious to read through the file…

## [Copy URLs from Safari or Chrome with a keyboard shortcut](https://blog.jabid.in/2024/09/25/safari/)

_2024-09-25 · Jaseem Abid_

I really love the Arc Browser , but after last week’s major security incident , I wanted to look at some alternatives. They did a hundred little things to make it the most polished web browser I have ever used and I will definitely miss it. Anyway, I went back to Safari and its many paper cuts. I got used to most of the quirks, but I would end up pressing ⌘ ⇧ C a dozen times daily to copy the URL,…

