Skip to content

Instantly share code, notes, and snippets.

View strugee's full-sized avatar

AJ Jordan strugee

View GitHub Profile
@strugee
strugee / raw-bunyan-logs.json.log
Created November 15, 2017 23:16
lazymention log of sending Webmentions to tantek's server
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}
@strugee
strugee / keybase.md
Created January 14, 2018 23:46
Keybase verification

Keybase proof

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:

@strugee
strugee / hide-work-github-notifications.js
Last active September 17, 2023 22:51
Hide GitHub notifications about work on your personal machine
// ==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
@strugee
strugee / allowlist
Created January 5, 2023 19:27 — forked from frenata/allowlist
blocklist bypass
twitter
twimg
linkedin
licdn
t.co
@strugee
strugee / pyboat.py
Last active May 21, 2024 20:37
Don't worry about it just some PyCon US 2024 shenanigans it'll be good I promise
#!/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