Skip to content

Instantly share code, notes, and snippets.

View dertuxmalwieder's full-sized avatar
🚾
Wine Connoisseur.

Cthulhux dertuxmalwieder

🚾
Wine Connoisseur.
View GitHub Profile
@dertuxmalwieder
dertuxmalwieder / CaschysBlog.AntiAdblock.user.js
Last active January 23, 2023 15:31
Macht Caschys Blog (stadt-bremerhaven.de) auch auf sicheren Systemen mit aktiviertem Werbeblocker wieder benutzbar. Braucht Tampermonkey im Browser.
// ==UserScript==
// @name Anti-Adblock für Caschys Blog
// @author tux0r
// @namespace stadt-bremerhaven.de
// @description Macht Caschys Blog (stadt-bremerhaven.de) auch auf sicheren Systemen mit aktiviertem Werbeblocker wieder benutzbar.
// @match https://stadt-bremerhaven.de/*
// @require https://raw.githubusercontent.com/franciscop/umbrella/master/umbrella.min.js
// @version 1
// @license CDDL-1.1; https://spdx.org/licenses/CDDL-1.1.html#licenseText
// @downloadURL https://gist.github.com/dertuxmalwieder/22a628cbd1de6b033b171858620950fe/raw/CaschysBlog.AntiAdblock.user.js
@dertuxmalwieder
dertuxmalwieder / openpgp.md
Created November 14, 2022 17:51
Keyoxide verification

openpgp4fpr:941D456ED3A38A3B1DBEAB2BC8A2CCD4F1AE5C21

@dertuxmalwieder
dertuxmalwieder / gitup.sh
Last active October 16, 2020 12:40
Keep all Git repositories in $HOME up-to-date
#!/opt/schily/bin/bosh
# Update all Git repositories in/below $HOME.
# ---- VARIABLES
# Contains a list of (substrings of) directories to skip.
# It makes sense to not interfere with Go's own version control,
# and on macOS the ~/Library folder should not be traversed
# either.
BLACKLIST="$HOME/go/ $HOME/Library"
@dertuxmalwieder
dertuxmalwieder / vcs.md
Last active February 21, 2023 16:14
Comparing the single-file efficiency of version control systems

Not everything you want to keep in a VCS is a "project": Sometimes you have one single file which does not belong to any other files, but you still want to have it version-controlled. Assume a TODO file, an Office document or something. How well do various version control systems perform here?

Preface:

$ uname -smr 
Darwin 19.3.0 x86_64

$ sccs -V
sccs schily-SCCS version 5.09 2020/01/31 (x86_64-apple-macosx19.3.0)
// ==UserScript==
// @name Whisky.de-Forum ++
// @author WithKeys
// @namespace tuxproject.de
// @description Zusätzliche Funktionen für das Whisky.de-Forum.
// @include /www.whisky.de\/forum\/.*/
// @include /www.whisky.de\/tfg\/forum.html$/
// @exclude /\.(jpe?g|png|gif)$/
// @require https://raw.githubusercontent.com/franciscop/umbrella/master/umbrella.min.js
// @version 5.4