I hereby claim:
- I am ckolderup on github.
- I am casey (https://keybase.io/casey) on keybase.
- I have a public key whose fingerprint is 3243 5766 65DC F5BB 8724 7BC4 15C4 8823 E7F2 0938
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ruby '2.0.0' | |
| source 'https://rubygems.org' | |
| gem 'activesupport' |
| curl -s "http://www.avatarpro.biz/avatar?s=500" | curl -s -F file=@- cga.graphics/api/convert/ > `openssl rand -base64 6`.png |
| source 'https://rubygems.org' | |
| gem 'tweetstream' | |
| gem 'foreman' |
| curl -s -S "https://hacker-news.firebaseio.com/v0/topstories.json" | jq ".[]" | xargs -I % curl -s -S "https://hacker-news.firebaseio.com/v0/item/%.json" | jq ".title" |
| Rick Wakeman – Shear [sic] Terror | |
| Juggaknots – Loosifa | |
| Clap Your Hands Say Yeah – Satan Said Dance | |
| Holocaust – Sinister | |
| Sampson, Jokez, Nokes, Zach & Jesse D – Crazymen | |
| Gravediggaz – Zig Zag Chamber | |
| Sixtoo – Caukazoid Germ | |
| Buck 65 – Chip Chop | |
| Lovage – Archie & Veronica | |
| Goodie Mob – Cell Therapy |
| pwd = Dir.new('.') | |
| pwd.entries.select do |e| | |
| next unless /^.+\.csv$/.match(e) | |
| IO.readlines(e).each do |line| | |
| arr = line.split(',') | |
| id = arr[0] | |
| source = arr[6] | |
| puts id.gsub('"', '') if /#{ARGV[0]}/.match(source) | |
| end | |
| end |
| From 9b33941fb9a4989c416c5499802e5d6592d8fac6 Mon Sep 17 00:00:00 2001 | |
| From: Casey Kolderup <[email protected]> | |
| Date: Fri, 17 Aug 2018 00:16:51 +0000 | |
| Subject: [PATCH] make lethar.gy a little more boring | |
| --- | |
| app/javascript/mastodon/locales/en.json | 22 +++++++++++----------- | |
| 1 file changed, 11 insertions(+), 11 deletions(-) | |
| diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json |
| From 96550c3a9a9ce307924f0d60246a514380a9d503 Mon Sep 17 00:00:00 2001 | |
| From: Casey Kolderup <[email protected]> | |
| Date: Fri, 17 Aug 2018 05:23:05 +0000 | |
| Subject: [PATCH] change itunes and spotify links into song.links | |
| --- | |
| app/lib/formatter.rb | 12 ++++++++++++ | |
| app/serializers/rest/preview_card_serializer.rb | 10 ++++++++++ | |
| 2 files changed, 22 insertions(+) |
As part of the technical interview, you’ll be provided with an exercise, and some skeleton code that aims to solve a problem. Over approximately 40 minutes, you’ll get to implement a solution the best way you can while walking the interviewers through your process.
You will have the choice of approaching the problem in either Ruby or JavaScript.