<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>wippler.dev</title>
      <link>https://wippler.dev</link>
      <description>Last 10 notes on wippler.dev</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>Transactions</title>
    <link>https:/wippler.dev/software-internals/Transactions</link>
    <guid>https:/wippler.dev/software-internals/Transactions</guid>
    <description>SQL ANSI Isolation Levels § We’ve known since 1995, the standard Isolation levels defined by ANSI are terrible A critique of ANSI SQL Isolation layers (Transaction Processing Book followup) PAPER: # A critique of ANSI SQL isolation levels .</description>
    <pubDate>Sat, 27 Dec 2025 12:39:54 GMT</pubDate>
  </item><item>
    <title>Write Ahead Logging</title>
    <link>https:/wippler.dev/software-internals/Write-Ahead-Logging</link>
    <guid>https:/wippler.dev/software-internals/Write-Ahead-Logging</guid>
    <description>WAL Checksums § “sqlite has no checksums and is thus irresponsible for production use” — Miller Discussion regarding the reliability of transactions when used in database systems that employ a WAL without checksums to verify the integrity of the transaction.</description>
    <pubDate>Sat, 27 Dec 2025 12:39:54 GMT</pubDate>
  </item><item>
    <title>All Posts</title>
    <link>https:/wippler.dev/posts/</link>
    <guid>https:/wippler.dev/posts/</guid>
    <description></description>
    <pubDate>Sat, 27 Dec 2025 12:39:54 GMT</pubDate>
  </item><item>
    <title>2024</title>
    <link>https:/wippler.dev/quotes/2024</link>
    <guid>https:/wippler.dev/quotes/2024</guid>
    <description>This years Quote Roundup is longer than any other year, as I collected over 200 quotes this year, 2x more than last year. You face your fear, because your goal demands it.</description>
    <pubDate>Sat, 27 Dec 2025 12:39:54 GMT</pubDate>
  </item><item>
    <title>2025</title>
    <link>https:/wippler.dev/quotes/2025</link>
    <guid>https:/wippler.dev/quotes/2025</guid>
    <description>This year I collected 295 quotes, here are the best of 2025. I invented a thought controlled air freshener, it makes scents when you think about it. Khrushchev was interrupted by a shout from a heckler in the audience.</description>
    <pubDate>Sat, 27 Dec 2025 12:39:54 GMT</pubDate>
  </item><item>
    <title>Contents</title>
    <link>https:/wippler.dev/slatedb/Contents</link>
    <guid>https:/wippler.dev/slatedb/Contents</guid>
    <description>SlateDB is an embedded database built on object storage. I’m currently working on the golang port you can find here https://github.com/slatedb/slatedb-go This is where I’m storing my notes and documentation I write on my journey.</description>
    <pubDate>Sat, 27 Dec 2025 12:39:54 GMT</pubDate>
  </item><item>
    <title>SSTables</title>
    <link>https:/wippler.dev/slatedb/SSTables</link>
    <guid>https:/wippler.dev/slatedb/SSTables</guid>
    <description>https://github.com/facebook/rocksdb/wiki/RocksDB-Overview SSTable Format V0 § The SST is read starting from bottom to top, starting with Offset of SsTableInfoT +-----------------------------------------------+ | SSTable | +-----------------------------------------------+ | +-----------------------------------------+ | | | List of Blocks | | | | +-----------------------------------+ | | | | | block.</description>
    <pubDate>Sat, 27 Dec 2025 12:39:54 GMT</pubDate>
  </item><item>
    <title>The Manifest Log</title>
    <link>https:/wippler.dev/slatedb/The-Manifest-Log</link>
    <guid>https:/wippler.dev/slatedb/The-Manifest-Log</guid>
    <description>The Manifest § The manifest file is essential for maintaining database consistency, managing SST files, and managing the current state of the database.</description>
    <pubDate>Sat, 27 Dec 2025 12:39:54 GMT</pubDate>
  </item><item>
    <title>Cache</title>
    <link>https:/wippler.dev/software-internals/Cache</link>
    <guid>https:/wippler.dev/software-internals/Cache</guid>
    <description> What does a cache do? PAPER: Kangaroo - Theory and Practice of Caching Billions of Tiny Objects on Flash # Hokkaido Television Broadcasting unlocks cost savings and performance improvements with Momento Cache How Uber Serves Over 40 Million Reads Per Second from Online Storage Using an Integrated Cache A large scale analysis of hundreds of in-memory cache clusters at Twitter Scaling memcache at Facebook .</description>
    <pubDate>Sat, 27 Dec 2025 12:39:54 GMT</pubDate>
  </item><item>
    <title>Databases</title>
    <link>https:/wippler.dev/software-internals/Databases</link>
    <guid>https:/wippler.dev/software-internals/Databases</guid>
    <description>Related Topics § Write Ahead Logging Transactions Jepsen § Jepsen is an effort to improve the safety of distributed databases, queues, consensus systems, etc.</description>
    <pubDate>Sat, 27 Dec 2025 12:39:54 GMT</pubDate>
  </item>
    </channel>
  </rss>