I hereby claim:
- I am strugee on github.
- I am strugee (https://keybase.io/strugee) on keybase.
- I have a public key ASC9gapv_grlcgAsbrftwWFxIlY7sBXSCWOJunNNrZ__kQo
To claim this, I am signing this object:
Copyright (C) 2017 AJ Jordan <[email protected]>. License AGPLv3+: GNU | |
Affero GPL version 3 or later | |
<https://gnu.org/licenses/agpl-3.0.html>. This is free software: you | |
are free to change and redistribute it. There is NO WARRANTY, to the | |
extent permitted by law. | |
{"name":"lazymention","hostname":"cannot-bind","pid":25484,"level":30,"msg":"Server | |
listening at | |
http://0.0.0.0:8000/","time":"2017-11-15T19:57:18.690Z","v":0} | |
{"name":"lazymention","hostname":"cannot-bind","pid":25484,"component":"get","job_id":"925e6cd2-ade5-4cce-a82c-905c62b241cb","level":20,"url":"https://strugee.net/blog/","msg":"Retrieving | |
URL with HTTP GET over TLS.","time":"2017-11-15T19:57:41.636Z","v":0} |
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name Hide work-related GitHub notifications | |
// @namespace https://strugee.net/ | |
// @description Hides GitHub notifications about work on your personal machine | |
// @version 4 | |
// @grant GM.setValue | |
// @grant GM.getValue | |
// @include https://github.com/* | |
// @noframes | |
// @run-at document-end |
twimg | |
licdn | |
t.co |
#!/usr/bin/env python3 | |
# This is Creative Commons Zero licensed my dudes | |
# https://creativecommons.org/publicdomain/zero/1.0/legalcode | |
# (C) 2024 Absolutely Fuckin Nobody ideally | |
# No you don't get any decent comments | |
# (Sorry not sorry) | |
from datetime import date |
#!/bin/bash | |
set -euo pipefail | |
if ! type apg >/dev/null 2>&1; then | |
echo fatal: apg not found 1>&2 | |
exit 1 | |
fi | |
if ! type jq >/dev/null 2>&1; then |