Skip to content

Instantly share code, notes, and snippets.

@schrierc
schrierc / fedified_csv_export.csv
Created November 8, 2022 14:53
CSV export of fedified.com
Account address Show boosts
@aderfel@mas.to true
@freelanceastro@octodon.social true
@AdamConway@mastodon.ie true
@adamdavidson@journa.host true
@KlasfeldReports@journa.host true
@AidaAlami@journa.host true
@alexhern@mastodon.social true
@alexwinter@mastodon.social true
@AVindman@sfba.social true

Keybase proof

I hereby claim:

  • I am schrierc on github.
  • I am schrierc (https://keybase.io/schrierc) on keybase.
  • I have a public key whose fingerprint is 7B6E 762C CB67 3EAD 7F63 07F3 1D52 5F45 726E 6E77

To claim this, I am signing this object:

@schrierc
schrierc / gist:37ebe6386a6224c2ac2c
Created June 26, 2015 12:45
Terrible traceroute
schrierc-macbookpro:~ schrierc$ traceroute google.com
traceroute: Warning: google.com has multiple addresses; using 173.194.37.65
traceroute to google.com (173.194.37.65), 64 hops max, 52 byte packets
1 router.asus.com (192.168.1.1) 0.922 ms 2.235 ms 1.082 ms
2 * * *
3 dtr01hckrnc-tge-0-1-0-1.hckr.nc.charter.com (96.34.66.145) 968.871 ms 1033.637 ms 1109.540 ms
4 crr01hckrnc-bue-20.hckr.nc.charter.com (96.34.64.46) 928.372 ms 916.555 ms 1000.617 ms
5 crr02hckrnc-bue-11.hckr.nc.charter.com (96.34.64.41) 1153.633 ms 844.833 ms 1000.382 ms
6 crr12spbgsc-bue-10.spbg.sc.charter.com (96.34.64.49) 999.813 ms 1085.381 ms 986.654 ms
7 bbr01spbgsc-bue-4.spbg.sc.charter.com (96.34.2.50) 1226.150 ms 701.123 ms 999.929 ms
Verifying I am +schrierc on my passcard. https://onename.com/schrierc
@schrierc
schrierc / gist:7e3a73db7636d4bdc1a8
Last active August 29, 2015 14:07
Go JSON emtpy pointer expiriment
// Example Go JSON where marshalling includes the field only if a value
// has been set. To acheive this, use pointers for everything.
//
// This is important when interacting with some APIs since the zero value
// from Go may not be what we want to set. (Ex: 0 for int32)
package main
import (
"encoding/json"
"fmt"
bind R source-file ~/.tmux.conf \; display-message " Config reloaded..."
# Use ctrl-a in addition to ctrl-b
set -g prefix C-a
# Re-enable mouse for scrolling
# set -g mode-mouse on
# Restore some screen defaults
bind-key C-a last-window