Skip Navigation code drift

TIL

Today I learned...

First & Last In Tag Lists

(1 min read) As part of relaunching Codedrift on the Ghost platform, I wanted to make better looking tag sentences. This is the code that powers the tag segments in the "in X, but also Y, Z, & Q" format. There's an extra comma when the tag count is

A short list of international eSIM apps

(1 min read) * Airalo - did not require CN registration for Taiwan, large variety of countries * Klook - large variety of eSIM providers, more like a marketplace * Holafly - good for really heavy data, mostly unlimited plans * Ubigi - daily plans, plus the ability to keep the same eSIM between trips

How to Make a Great Mille-Feuille Nabe (ミルフィーユ鍋)

(1 min read) 가을 of IVE shared her experience with Mille-Feuille nabe on bubble, so I looked it up. It's beautiful and doesn't look too difficult with the technique for packing the pot; layer, cut, then insert the full layers. The skimming process reminds me of making stock. link,

The Brother Printer Default Password

(1 min read) It's well known that Brother Printers are the best. Just get one and stop worrying about shit. Ours has a scanner, because about 3 times a year I have to scan things. There's a horrible dance, because profiles are only on the web interface. And profiles

Fetch all MongoDB Indexes for Mirroring to Another Database

(1 min read) I needed a reliable way to take the indexes from a staging instance and ensure they're replicated to production. The following _MONGOSH code loops over every collection and then every index in the collection, creating a "createIndex" command for each combination. This makes it trival to