Skip to content

Instantly share code, notes, and snippets.

PSA:

Just in case this wasn't obvious, the mods are targeting some this sub's most active contributors. Their reasoning is that it's "brigading", attacking/manipulating/starting shit in another subreddit than the one they're mostly active in.

Read this over and think through how insanely stupid this stance is. Where are they brigading from, then?

Apparently, according to the mods, this is justifiable because most of these folks are on a joke sub with 300-ish members, with barely any activity. TheEliteSneakerheads was named in one of the weekly release threads right here on r/sneakers, as you know. It became a copypasta and then a sub. As a joke. At best, it's been poking at the cook group problem in sneakers by posting recipes. It's harmless.

There is no brigading.

@irrg
irrg / Datepicker.vue
Last active June 20, 2017 16:00
Vue 2, Nuxt.js/SSR friendly implementation of flatpickr
<template>
<span v-if="datepickerVisible">
<input
type="text"
ref="datepickerInput"
class="form-input"
:placeholder="placeholder"
:value="value"
@input="updateValue($event.target.value)" />
</span>
@irrg
irrg / keybase.md
Created July 12, 2014 16:31
keybase.md

Keybase proof

I hereby claim:

  • I am irrg on github.
  • I am irrg (https://keybase.io/irrg) on keybase.
  • I have a public key whose fingerprint is 7521 88E1 EE4C D794 6218 34D4 6B29 82B1 2602 8C42

To claim this, I am signing this object:

@irrg
irrg / 0_reuse_code.js
Created October 10, 2013 15:31
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console