_____ _ _____ _ _ ____
/ ____| | | / ____| | | | |/ __ \ ___ /\
| | ___ __| | ___| (___ ___| |__ ___ ___ | | | | |( _ ) / \
| | / _ \ / _` |/ _ \\___ \ / __| '_ \ / _ \ / _ \| | | | |/ _ \/\ / /\ \
| |___| (_) | (_| | __/____) | (__| | | | (_) | (_) | | |__| | (_> </ ____ \
\_____\___/ \__,_|\___|_____/ \___|_| |_|\___/ \___/|_|\___\_\\___/\/_/ \_\
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You're going to Japan! That's awesome, enjoy your trip. | |
This is some advice I've shared with friends over the years, | |
gleaned from many, many trips. | |
1. Buy a Japan Rails Pass. japan-rail-pass.com | |
Bullet trains are one of the best parts of visiting Japan | |
and they're expensive. A one way ticket from Tokyo to Kyoto | |
will run you more than $100 so this pass will easily pay for | |
itself. It's such a good deal in fact that it's unavailable | |
to residents of Japan and you can't buy them there, so make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
___ _ __ _ _ ____ ___ _ | |
/ __\___ __| | ___ / _\ ___| |__ ___ ___ | | /___ ( _ ) /_\ | |
/ / / _ \ / _` |/ _ \ \ \ / __| '_ \ / _ \ / _ \| | // / / _ \/\ //_\\ | |
/ /__| (_) | (_| | __/ _\ \ (__| | | | (_) | (_) | | / \_/ / (_> </ _ \ | |
\____/\___/ \__,_|\___| \__/\___|_| |_|\___/ \___/|_| \___,_\\___/\/\_/ \_/ | |
" Although it can seem like a dumpster fire at times, | |
this dumpster fire has kept me warm. " - Carmen Kolohe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_____ _ _____ _ _ ____ | |
/ ____| | | / ____| | | | |/ __ \ ___ /\ | |
| | ___ __| | ___| (___ ___| |__ ___ ___ | | | | |( _ ) / \ | |
| | / _ \ / _` |/ _ \\___ \ / __| '_ \ / _ \ / _ \| | | | |/ _ \/\ / /\ \ | |
| |___| (_) | (_| | __/____) | (__| | | | (_) | (_) | | |__| | (_> </ ____ \ | |
\_____\___/ \__,_|\___|_____/ \___|_| |_|\___/ \___/|_|\___\_\\___/\/_/ \_\ | |
Wednesdays at 7pm PT on twitch.tv/thejonanshow | |
We're talking about code schools and software. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://d24180f1.ngrok.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "rack" | |
class Application | |
def call(env) | |
status = 200 | |
headers = { "Content-Type" => "text/html" } | |
body = ["<h1>WHY?</h1>"] | |
[status, headers, body] | |
end |
I hereby claim:
- I am thejonanshow on github.
- I am jonan (https://keybase.io/jonan) on keybase.
- I have a public key ASA_37e8JDkTUCoD8_xek_SxkE4do-6pA64L_GK_jL1DQAo
To claim this, I am signing this object:
Hi Jess! Collected advice I've given friends traveling to Japan below. Have a great time :)
Get a Japan Rail Pass and a Pocket Wifi and a SIM card: https://www.japan-rail-pass.com/jr-pass
Study Japanese: https://www.wanikani.com/
Buy a hidden pocket from Eagle Creek: http://shop.eaglecreek.com/undercover-hidden-pocket/d/1130
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Pre-push check that specs have been run against HEAD. | |
# ignore projects that don't have a spec directory and spec_helper | |
if [[ -e "spec" && -e "spec/spec_helper.rb" ]]; then | |
if grep -Fxq "# Write .spec_sha for pre-push hook" spec/spec_helper.rb; then | |
local_sha="`git log -n 1 --pretty=format:%H`" | |
# if the .spec_sha file doesn't exist or the sha doesn't match run rake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. The shape inscribed in blood is two shapes within a triangle. | |
2. The outermost shape isn't a pentagram. | |
3. Of the shape inscribed in blood and the shape whose word is Ch'rulthin, one is a circle and the other is the third shape. | |
4. Neither the shape inscribed in chalk nor the third shape from the many-pointed star should have the Wyrin word spoken over them. | |
5. You should speak the words Shub rignuth over the shape inscribed in hair. |
NewerOlder