Skip to content

Instantly share code, notes, and snippets.

View irefl's full-sized avatar
:atom:
they/them

ʻŌhiʻa Aster irefl

:atom:
they/them
  • Arizona
View GitHub Profile
The goal of this playlist is to be as close to 30 minutes in length as possible and give a pretty good idea of what i'm drilling into my skull at this given moment.
Alternatively just look at last.fm/user/irefl
PAST LINEUPS:
[10-JUN-2022] I forgot about this playlist, also will wood corrupted my brain (Oops, All Gay!)
Will Wood and the Tapeworms - The First Step (Everything is a Lot)
Will Wood - Laplace's Angel (Hurt People? Hurt People!) (The Normal Album)
Will Wood - Outliars and Hyppocrates: a fun fact about apples (The Normal Album)
Jhariah - The View From Halfway Down w/ Henry D'Arthenay (Spotify Singles)
@irefl
irefl / frag.txt
Last active December 31, 2020 08:15
frag song thing
Battle Tapes - Last Resort and Spa | Environments by Cyanic
Hollywood Burns - Scherzo No. 5 in Death Minor | Copenhagen Games 2019 by Cyanic
King Gizzard & The Lizard Wizard - Crumbling Castle | i65 Intro by Uil, Nick, & Cyanic
The Glitch Mob - Mind of a Beast | Mémoires of Virtus Pro by Anthony Perfetto
The Glitch Mob - Can't Kill Us | Echoes of 2016 by Style-Productions (cRZYFST, Xyanide, Anthony Perfetto, & akidos)
20syl - Peek-a-boomer | ?
Justice - D.A.N.C.E. x Fire x Safe and Sound (WWW) | i63 Intro by Nick & Uil
Dance with the Dead - Go! | i63 Fragvideo by Cyanic
LukHash - Neon Thrills | Copenhagen Games 2019 by Cyanic
Conro - Therapy | Legendary Roaming Soldier Showdown by Beater
@irefl
irefl / index.txt
Last active October 28, 2020 08:14
Monthly Song Selection index
[2020]
October:
Trent Reznor and Atticus Ross - Hand Covers Bruise (The Social Network)
Ne Obliiscaris - Forget Not (Portal of I)
Jeff Wiliams - Die (RWBY, Vol. 2)
glass beach - glass beach (the first glass beach album)
glass beach - orchids (the first glass beach album)
影森みちる(CV:諸星すみれ) - Ready To (アニメ『BNA ビー・エヌ・エー』Complete album)
September:
@irefl
irefl / install.rb
Created December 19, 2016 00:48 — forked from skyl/install.rb
Homebrew without sudo
#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby
# SET YOUR_HOME TO THE ABSOLUTE PATH OF YOUR HOME DIRECTORY
# chmod +x install.rb
# ./install.rb
YOUR_HOME = 'Hard Disk (8th Grade)'
HOMEBREW_PREFIX = "#{YOUR_HOME}/usr/local"
HOMEBREW_CACHE = '/Library/Caches/Homebrew'
HOMEBREW_REPO = 'https://github.com/Homebrew/homebrew'
@irefl
irefl / testdocs.nut
Created November 1, 2016 22:05
test embed gist for csgoflair
// The following script needs to be attached to something like a logic_script,
// but any other entity would work as the script will function regardless,
// as long as the entity is alive and the think function is set to Think()
// This can be found in hammer's sound picker
EXPLOSION_SOUND <- "c4.Explode";
// If this is defined it runs automatically when the script is created
function Precache()
{