Skip to content

Instantly share code, notes, and snippets.

View devonzuegel's full-sized avatar
💖
I've gone to look for myself. If I return before I'm back, please ask me to wait

Devon Zuegel devonzuegel

💖
I've gone to look for myself. If I return before I'm back, please ask me to wait
View GitHub Profile
@devonzuegel
devonzuegel / military-call-letters.md
Last active May 26, 2022 22:10
military call letters – spaced repetition cards for Logseq
  • how do you spell "[your first name here]" in military call letters? #card
    • TODO add your first name's spelling here!
  • how do you spell "[your last name here]" in military call letters? #card
    • TODO add your last name's spelling here!
  • what is the military call letter for A? #card
    • Alpha
  • what is the military call letter for B? #card
    • Bravo
  • what is the military call letter for C? #card
    • Charlie
  • Celsius → Fahrenheit
    • 40℃ = __℉ #card
      • 40℃ = 104℉
    • 30℃ = __℉ #card
      • 30℃ = 86℉
    • 20℃ = __℉ #card
      • 20℃ = 68℉
    • 10℃ = __℉ #card
      • 10℃ = 50℉
    • 0℃ = __℉ #card
@devonzuegel
devonzuegel / .gitconfig
Created June 20, 2021 13:43
.gitconfig for next time I get a new computer
# This is Git's per-user configuration file.
# Located at ~/.gitconfig in Devon's filesystem.
[user]
email = devonzuegel@gmail.com
name = Devon Zuegel
[core]
editor = code --wait
@devonzuegel
devonzuegel / twitter.css
Last active December 31, 2020 00:56
Custom CSS for Twitter
/* This has moved to:
* https://github.com/devonzuegel/digital-nesting/blob/master/twitter.css
*/
@devonzuegel
devonzuegel / close-zoom-tab-on-success.js
Last active November 13, 2021 19:49
Close Zoom tab on success — TamperMonkey
/* This has moved to:
* https://github.com/devonzuegel/digital-nesting/blob/master/zoom/zoom.js
*/
@devonzuegel
devonzuegel / roam.css
Last active May 24, 2020 04:50
Custom CSS for Roam
/* This has moved to:
* https://github.com/devonzuegel/digital-nesting/blob/master/roam.css
*/
This file has been truncated, but you can view the full file.
How Canada's military reacted to seeing Pokemon Go players trespassing on its bases | CBC News
<style>.viafoura{--base-font-size:.625rem}.tippy-iOS{-webkit-tap-highlight-color:transparent;cursor:pointer !important}.tippy-popper{transition-timing-function:cubic-bezier(0.165,0.84,0.44,1);max-width:calc(100% - 8px);pointer-events:none;outline:0}
.tippy-popper[x-placement^="top"] .tippy-backdrop{border-radius:40% 40% 0 0}.tippy-popper[x-placement^="top"] .tippy-roundarrow{bottom:-6.5px;transform-origin:50% 0;margin:0 3px}
.tippy-popper[x-placement^="top"] .tippy-roundarrow svg{position:absolute;left:0;transform:rotate(180deg)}.tippy-popper[x-placement^="top"] .tippy-arrow{border-top:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent;bottom:-7px;margin:0 3px;transform-origin:50% 0}
.tippy-popper[x-placement^="top"] .tippy-backdrop{transform-origin:0 25%}.tippy-popper[x-placement^="top"] .tippy-backdrop[data-state="visible"]{transform:scale(1) translate(-50%,-55%)}
.tippy-popper[x-
@devonzuegel
devonzuegel / clean-google-docs.css
Last active February 16, 2021 22:58
Custom styles for Stylus Chrome extension
/* This has moved to:
* https://github.com/devonzuegel/digital-nesting/blob/master/google-docs.css
*/
@devonzuegel
devonzuegel / backup-twitter.sh
Last active December 31, 2020 01:01
Backup your Twitter data
#!/bin/sh
export DAY=`date +'%Y-%m-%d'`
user=devonzuegel
tweetsFile="$DAY--$user--tweets.csv"
retweetsFile="$DAY--$user--retweets.csv"
favoritesFile="$DAY--$user--favorites.csv"
followingsFile="$DAY--$user--followings.csv"
@devonzuegel
devonzuegel / tradition-and-convention--1.ts
Created June 3, 2018 09:08
Tradition and convention blog post
foo(arg1, arg2, arg3, arg4);