Skip to content

Instantly share code, notes, and snippets.

View thomasmerz's full-sized avatar
Drinking (too) much coffee.

Thomas Merz thomasmerz

Drinking (too) much coffee.
View GitHub Profile
Ich hab Polizei The Butcher Sisters
The Killer Queen DragonForce
Arise Hippie Death Cult
Dosenbier The Butcher Sisters
Sun Blackened - Live in Demonical
Prelude to Darkness DragonForce
Captain Jack (Metal Ver UMC & Anna-Lena B
Astro Warrior Anthem DragonForce
This Is It Nekrogoblikon
Arrival. The Meuse-Argo 1914
⭐ Total Stars: 49
➕ Total Commits: 869
🔀 Total PRs: 247
🚩 Total Issues: 1.9k
📦 Contributed to: 25
JSON +5.7k/ -5.7k █████████████▏░░░░░░░ 63.0%
Markdown +767/ -767 ██████▏░░░░░░░░░░░░░░ 29.7%
YAML +1.0k/ -1.0k █▏░░░░░░░░░░░░░░░░░░░ 5.8%
Text +88/ -0 ▎░░░░░░░░░░░░░░░░░░░░ 1.6%
🌞 Morning 108 commits ███▏░░░░░░░░░░░░░░░░░ 15.0%
🌆 Daytime 361 commits ██████████▌░░░░░░░░░░ 50.1%
🌃 Evening 234 commits ██████▊░░░░░░░░░░░░░░ 32.5%
🌙 Night 17 commits ▍░░░░░░░░░░░░░░░░░░░░ 2.4%
❗️ Closed issue #3536 in thomasmerz/upptime
🗣 Commented on #3536 in thomasmerz/upptime
🗣 Commented on #3535 in thomasmerz/upptime
❗️ Closed issue #3535 in thomasmerz/upptime
🗣 Commented on #3534 in thomasmerz/upptime
@huytd
huytd / wordle.md
Last active April 1, 2025 00:28
Wordle in less than 50 lines of Bash

image

How to use:

./wordle.sh

Or try the unlimit mode:

@IanColdwater
IanColdwater / twittermute.txt
Last active April 14, 2025 16:31
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet

How to setup a practically free CDN using Backblaze B2 and Cloudflare

⚠️ Note 2023-01-21
Some things have changed since I originally wrote this in 2016. I have updated a few minor details, and the advice is still broadly the same, but there are some new Cloudflare features you can (and should) take advantage of. In particular, pay attention to Trevor Stevens' comment here from 22 January 2022, and Matt Stenson's useful caching advice. In addition, Backblaze, with whom Cloudflare are a Bandwidth Alliance partner, have published their own guide detailing how to use Cloudflare's Web Workers to cache content from B2 private buckets. That is worth reading,

@stefanbuck
stefanbuck / prepare-commit-msg
Last active April 15, 2025 09:45
Ticket number git hook
#!/usr/bin/env bash
#
# Authors:
# Stefan Buck (https://github.com/stefanbuck)
# Thomas Ruoff (https://github.com/tomru)
#
#
# Description:
# Are you still prefixing your commits with a ticket number manually? You will love this script!
# This is a git hook script that will automatically prefix your commit messages with a ticket
@hopeseekr
hopeseekr / docker_dedicated_filesystem.md
Created February 3, 2018 04:01
Putting Docker on its own pseudo filesystem

Docker on BTRFS is very buggy and can result in a fully-unusable system, in that it will completely butcher the underlying BTRFS filesystem in such a way that it uses far more disk space than it needs and can get into a state where it cannot even delete any image, requiring one to take drastic actions up to and including reformatting the entire affected BTRFS root file system.

According to the official Docker documentation:

btrfs requires a dedicated block storage device such as a physical disk. This block device must be formatted for Btrfs and mounted into /var/lib/docker/.

In my experience, you will still run into issues even if you use a dedicated partition. No, it seems it requires a standalone