Skip to content

Instantly share code, notes, and snippets.

View danreeves's full-sized avatar
💀
while true {}

Dan Reeves danreeves

💀
while true {}
View GitHub Profile
@danreeves
danreeves / setup.md
Last active November 26, 2022 03:08
New Mac

Applications

  • Chrome
  • AppCleaner
  • Dashlane
  • Alfred
  • Sublime Text
  • iTerm2
  • Boxy
  • Bartender 2
  • RescueTime
<Suspense fallback={<Loader />}>
<DataComponent>
<ChildrenComponents />
</DataComponent>
</Suspense>
// DataComponent returns data ? <Loader /> : children
<DataComponent>
<ChildrenComponents />
1. Sign up for an Audiokinetic account and download the Wwise Launcher by registering for Non-commercial use here: https://www.audiokinetic.com/pricing/#non-commercial
@danreeves
danreeves / host_controlled.lua
Last active April 30, 2021 20:07
How to use SharedState
local function encode_table(tbl)
return cjson.encode(tbl)
end
local function decode_table(str)
return cjson.decode(str)
end
local shared_state_spec = {
@danreeves
danreeves / kinopio-markdown-userscript.js
Last active January 3, 2021 03:29
kinopio.club markdown userscript
function kinopioExtension() {
let dataAttr = 'data-kinopio-extension-by-dnrvs'
function processCard(container, node, text) {
// Clean out old nodes
container.querySelectorAll(`[${dataAttr}]`).forEach(n => n.remove())
// Clone the real one
__ __ ______ __ __ ______
/\ \_\ \ /\ ___\ /\ \ /\ \ /\ __ \
\ \ __ \ \ \ __\ \ \ \____ \ \ \____ \ \ \/\ \
\ \_\ \_\ \ \_____\ \ \_____\ \ \_____\ \ \_____\
\/_/\/_/ \/_____/ \/_____/ \/_____/ \/_____/
__ __ ______ ______ __ _____
/\ \ _ \ \ /\ __ \ /\ == \ /\ \ /\ __-.
\ \ \/ ".\ \ \ \ \/\ \ \ \ __< \ \ \____ \ \ \/\ \
\ \__/".~\_\ \ \_____\ \ \_\ \_\ \ \_____\ \ \____-
\/_/ \/_/ \/_____/ \/_/ /_/ \/_____/ \/____/
body {
background: #333333;
color: #ddd;
white-space: pre;
font-family: monospace;
}
a {
color: #ff9000;
}

Place to go

Hierapolis

  • Cleopatra's Pool
  • Ploutonion

Lascaux

  • the Lascaux paintings

Uffington White Horse

@danreeves
danreeves / events-to-attend.md
Created September 3, 2018 10:50
Events I want to attend
  • emf camp
  • jsconf us
  • xoxo
  • rustfest/rustconf
  • strangeloop