Skip to content

Instantly share code, notes, and snippets.

@nbqx
nbqx / bestOf2023.md
Last active December 13, 2023 05:56

わたしたちpinetree steelpan bandです!

おれの名前はnbqxさ、フロム信州信濃のマイアミ・サウンド・マシーン。

ことし縁あってスティールパン・バンドへのお誘いがあり参加することになった。 ちなみにマイアミ・サウンド・マシーンはつかっていたとしてもスティールパンではなくおそらくティンバレスDAYONE。

「これまでやってきた経験が活かせなさそうな楽器をやってみたい」という思いが元々あって、その根気とタイミングがなかなか合わず棚上げになっていたところに、バンマスである元Wack Wack Rhythm Band(以下WWRB)のオショーさんから「やってみない?」とわざわざ声をかけてもらったので、全く触ったことのない楽器(テナーパン)を始めてから3ヶ月で初ライブ、7ヶ月後にはWWRBのレコ発で前座、8ヶ月後には辺境ミュージックファンなら誰もが知る「吉祥寺バオバブ」でのライブまで。 この半年強は仕事と読書とジョギングの合間を縫うように、まさに「RUN PAN RUN WORK BOOK RUN PAN RUN BOOK PAN」という生活。そしてすでにもう来年以降の予定さえもチラホラと。

@ailispaw
ailispaw / patch.fix.tumblr.post.tbrl.js
Last active April 11, 2022 03:07
Taberareloo: Fix Tumblr.post 2021.12
// ==Taberareloo==
// {
// "name" : "Fix Tumblr.post 2021.12"
// , "description" : "Fix Tumblr.post 2021.12"
// , "include" : ["background", "content"]
// , "match" : ["*://*/*"]
// , "version" : "0.4.3"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/b5b2b65fddcb70f03e298a15403bfa8e/raw/patch.fix.tumblr.post.tbrl.js"
// }
// ==/Taberareloo==
@noromanba
noromanba / zalgolf-js.md
Last active November 29, 2017 04:09
js Zalgo Scrambled Text + slightly code-golf

Zalgolf / Re:Zalgo

js Zalgo Scrambled Text + slightly code-golf

original code and description by @aTakaakiSeki

[].concat(...[...document.all].map(e => [...e.childNodes])).filter(n => n.nodeType === Node.TEXT_NODE).map(n => n.textContent = n.textContent.replace(/([a-zA-Z])/g, (_, c) => c + [...Array(Math.floor(Math.random()*30))].map(() => String.fromCharCode(0x300 + Math.floor(Math.random()*79))).join('')))

@ailispaw
ailispaw / model.scrapbox.tbrl.js
Last active January 6, 2020 13:09
Taberareloo: Scrapbox Model
// ==Taberareloo==
// {
// "name" : "Scrapbox Model"
// , "description" : "Post to scrapbox.io"
// , "include" : ["background", "content"]
// , "match" : ["*://scrapbox.io/*"]
// , "version" : "0.4.4"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/2f791f1fb49087861e3dce05fae8aedc/raw/model.scrapbox.tbrl.js"
// }
// ==/Taberareloo==
// ==UserScript==
// @name Thai
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @include *
// ==/UserScript==
(function(){
@ailispaw
ailispaw / model.wikihub.rac.tbrl.js
Last active January 6, 2020 13:10 — forked from dlwr/model.wikihub.rac.tbrl.js
投稿先に https://rac.wikihub.io を追加するtaberarelooパッチ
// ==Taberareloo==
// {
// "name" : "WikiHub Model for RAC Articles"
// , "description" : "Post an article to https://rac.wikihub.io/articles"
// , "include" : ["background"]
// , "version" : "0.0.2"
// , "downloadURL" : "https://raw.githubusercontent.com/dlwr/model.wikihub.rac.tbrl.js/master/model.wikihub.rac.tbrl.js"
// }
// ==/Taberareloo==
// ==Taberareloo==
// {
// "name" : "Update Tumblr's favicon 2015.06"
// , "description" : "Update Tumblr's favicon 2015.06"
// , "include" : ["background"]
// , "version" : "0.1.1"
// , "downloadURL" : "https://gist.github.com/taizooo/581c4e1ad5147a963378/raw/patch.update.tumble.favicon.tbrl.js"
// }
// ==/Taberareloo==
@gavingmiller
gavingmiller / heroku-memory-dump.rb
Created May 12, 2015 19:57
Dumping Memory from Heroku to S3
def dump_memory
GC.start
time = DateTime.now.strftime('%-l%M')
path = Rails.root.join("tmp/ruby-heap.#{time}.dump")
io = File.open(path, "w")
ObjectSpace.dump_all(output: io)
io.close
@ailispaw
ailispaw / patch.update.tumble.favicon.tbrl.js
Last active January 6, 2020 13:11
Update Tumblr's favicon 2015.06
// ==Taberareloo==
// {
// "name" : "Update Tumblr's favicon 2015.06"
// , "description" : "Update Tumblr's favicon 2015.06"
// , "include" : ["background"]
// , "version" : "0.1.1"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/db3d9be7620e75e44045/raw/patch.update.tumble.favicon.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.fix.tumblr.getTumblelogs.tbrl.js
Last active December 28, 2021 04:33
Fix Tumblr.getTumblelogs 2021.10
// ==Taberareloo==
// {
// "name" : "Fix Tumblr.getTumblelogs 2021.12"
// , "description" : "Fix Tumblr.getTumblelogs 2021.12"
// , "include" : ["background"]
// , "version" : "0.5.2"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/3aef8857c274e22f2b41/raw/patch.fix.tumblr.getTumblelogs.tbrl.js"
// }
// ==/Taberareloo==