> Self host Plausible analytics How I run Plausible in a container behind Caddy reverse proxy on a Hetzner VPS
> Force refresh Godot's file system inspector Refresh Godot editor file system window with a script. Comes in handy when making editor plugins that create files.
> Don't break words along hyphens The default whitespace break CSS behavior is to split words along hyphens. We don't want that.
> Add Vercel Analytics to Astro Website Even though Astro is not a React project, it's extremely easy to add vercel analytics!
> Leetcode 202 - Happy Number For the love of God - STOP stringifying numbers just to process the individual digits. Please.
> Add captions to images in Obsidian Have the obsidian markdown editor display images as if they were figures - with caption below.
> Enter the newest subdirectory. Stop rummaging in your side projects directory. Just go to the latest one.
> Convert python objects into dictionaries JSON serialization is one thing. But how to turn your classes into dictionaries?
> Terminate a process that listens on a port You forgot to shut down a development server, and now it's running in the background, taking up your favorite port. Kill it mercilessly.
> Emoji shortcuts on MacOS It's common to see ':wink' turn into 😉 in apps like Discord. Set this up on your Mac - with text replacements.
> Un-dash filenames with Bash Renaming 3000 files with a bash script. From some-icon-name.svg 👉 SomeIconName.astro