Skip to content

Instantly share code, notes, and snippets.

@thepeopleseason
thepeopleseason / gist:ee8b9a67673d5200750109cd0ad77db6
Last active November 27, 2022 05:32
Random MTG Card bookmarklet
javascript:fetch("https://api.scryfall.com/cards/random").then((response)=>response.json()).then((json)=>window.open(json["image_uris"]["normal"]))
#!/local/bin/perl
#
# grossinator -- randomly outputs a gross sentence
# likely this is probably the dumbest perl script ever written
#
@first = ("I'm gonna make ",
"It's time for ",
"There's nothing like ",
"You're like ",
local rep = hs.hotkey.modal.new(hyper, 'a', "keyRepeat mode")
function rep:entered() keyRepeat = false end
rep:bind(nil, "escape", function() rep:exit() hs.alert'Exited keyRepeat mode' end)
rep:bind(nil,
"r",
function() hs.timer.doUntil(
function() return keyRepeat end,
function() hs.eventtap.keyStroke(nil, "x") end,
0.002)
end)
hs.window.animationDuration = 0
-- define screens
local laptopScreen = "Built-in Retina Display"
local vScreen = "S23C570"
local dellScreen = "DELL U3419W"
local miamiScreen = "HP S2031"
local function primaryScreen()
if hs.screen(miamiScreen) then
@thepeopleseason
thepeopleseason / gist:e10362d0f815e2de2ba86ca939b03c51
Created May 4, 2021 18:29
In which we bid farewell to our greatest colleague
It's hummus and sriracha time!
Ketchup and nutella time!
Wasabi Chickpea, chocolate time!
Onion Onion Onion Cookie
There you go, There you go, There you go, There you go.
Peanut butter jelly, peanut butter jelly, peanut butter jelly with a kleteson hat.
@thepeopleseason
thepeopleseason / gist:362f5777b94131fa7387cf79ef499cc6
Created March 19, 2021 14:35
Video/Audio Playback bookmarklets
Video: javascript:void(document.getElementsByTagName('video')[0].playbackRate=1.75)
Audio: javascript:void(document.getElementsByTagName('audio')[0].playbackRate=2.0)
Replace the Rate value with `prompt('Rate')` if you want to adjust the rate on demand.
javascript:(function() {
window.location=window.location.toString().replace(/&?fbclid=[^&]+/,'').replace(/&?utm_(campaign|source|medium|content|term)=[^&]+/g,'');
})()
#!/usr/bin/perl
use strict;
use warnings;
my $lines =<<'END';
44 - 44
44 / 44
sqrt(4) * 4**0 * 4/4
(sqrt(4) + 4**0) * 4/4
4 * 4/4 * 4 ** 0
/(brit+[aei]?n(e?y|i|ee)|(c|k)ath?(e|a)?r(y|i)n(e|a)?|(ch?|kh?)r(i|y)st[eiy]?n)/
vagrant@habitrpg:/vagrant$ node ./src/seed.js
Failed to load c++ bson extension, using pure JS version
info: tavern=null, cb=function (err){
if (err) throw err;
logging.info("Done initializing database");
mongoose.disconnect();
}
/vagrant/node_modules/mongoose/lib/utils.js:413
throw err;