Skip to content

Instantly share code, notes, and snippets.

View harperreed's full-sized avatar

Harper Reed harperreed

View GitHub Profile
did:3:kjzl6cwe1jw145e4m4jfgkelmxdsf3mu9dvyl0ee4ofzc2fk7th6lqjkc6oc2cz
@harperreed
harperreed / responding_to_people_in_grief.md
Created March 1, 2018 03:05
RESPONDING TO PEOPLE IN GRIEF

RESPONDING TO PEOPLE IN GRIEF

Too often we don’t know what to say to a person in grief, so we offer a cliché to minimize the loss. Too often we can’t stand to witness another person’s pain, so we offer a cliché to hurry the grief process. What may be a healing insight for the survivor is often an empty platitude when dispensed by others. Instead, give your presence, give your patience, and allow the griever to find his or her own path.

There are simple ways to respond that show the person you care and will be there to support them.

What to Say:

  • I'm sorry for your loss.
  • Is there any specific way I can help you right now? (Make specific suggestions, like picking up the kids, cutting the grass, etc.)
@harperreed
harperreed / home-workout.md
Last active April 9, 2021 15:50
Home/Hotel workout

My friend @CJN sent me this workout a few years ago to do while traveling. It also works at home.

  1. 30 Push-ups
  2. 30 Air squats
  3. 30 Crunches
  4. 10 Burpees
  5. 10 Windmills
  6. 30 Push-ups
  7. 30 Mountain climbers
  8. 30 Flutter kicks
@harperreed
harperreed / code.sh
Last active April 9, 2021 15:47
Use VSCode (server) in a google cloud shell. or a chromebook.
./bin/code/bin/code-server --auth none --port 8080
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreieosn2vez62obsea3x4dwctkbhf5s7ym2nu2zsrjen47f2pglciji ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@harperreed
harperreed / gist:992586
Created May 26, 2011 05:07
List of Emoji from softbank
https://creation.mb.softbank.jp/images/c15-F76.gif
https://creation.mb.softbank.jp/images/c15-F77.gif
https://creation.mb.softbank.jp/web/images/c15-F75.gif
https://creation.mb.softbank.jp/web/img/E001/E001_20.gif
https://creation.mb.softbank.jp/web/img/E001/E002_20.gif
https://creation.mb.softbank.jp/web/img/E001/E003_20.gif
https://creation.mb.softbank.jp/web/img/E001/E004_20.gif
https://creation.mb.softbank.jp/web/img/E001/E005_20.gif
https://creation.mb.softbank.jp/web/img/E001/E006_20.gif
https://creation.mb.softbank.jp/web/img/E001/E007_20.gif
@harperreed
harperreed / vue-perf-m1.md
Created December 21, 2020 01:19
VUE prod app build speeds on M1

VUE prod app build speeds

Intel Hades Canyun NUC

i7 32mb ubuntu 20

Intel(R) Core(TM) i7-8809G CPU @ 3.10GHz

Build 1

________________________________________________________
Executed in  242.07 secs   fish           external 
@harperreed
harperreed / covid_tweet.md
Created December 16, 2020 20:16
Good Covid Tweet

Follow @VonAnneli

Many of you, your friends and family, now have, or soon will have COVID. You find yourselves at home, feeling terrible, wondering if you need to go to the ER. Here’s the advice I give to family & friends with COVID:

The course of illness is unpredictable and super variable. You might have minor sniffles for 2 days. You may feel like hot garbage for a week. You may get really, really sick. You’ll probably, hopefully, be fine.

@harperreed
harperreed / shiftmca.py
Last active November 24, 2020 21:59 — forked from mushroomhostage/gist:3807487
shiftmca.py - shift Minecraft region files (.mca) to combine multiple worlds into one
# shiftmca.py - shift Minecraft region files (.mca) by a fixed number of regions
# Useful to combine multiple worlds into one world, with a region-level granularity
# You can't simply rename the r.#.#.mca files, because they contain embedded location
# information (which will cause "relocating" errors). This script fixes that.
# To use:
# 1. rename each r.<x>.<z>.mca adding 20 (or whatever needed to avoid overlap) to each <x>
# 2. edit the variables below appropriately to match your setup
# 3. run this script