Skip to content

Instantly share code, notes, and snippets.

View substars's full-sized avatar

Benjamin Ortega substars

  • Team MEAT MANE
  • Minneapolis, MN
View GitHub Profile
@substars
substars / hiring_places.md
Last active April 10, 2020 18:09
places that are legit hiring that I think would be worth a look for one reason or another

this is all stuff where I can think of a clear referral path

  • Protocol Labs - remote
  • GitLab - remote; they've taken down the job descriptions but are legit still hiring, join the Talent Community
  • Target - Minneapolis/Brooklyn Center, MN
  • SmartThings - Minneapolis, MN/Mountain View, CA
  • New York Times - tech stuff says NYC but is remote-friendly

Keybase proof

I hereby claim:

  • I am substars on github.
  • I am substars (https://keybase.io/substars) on keybase.
  • I have a public key ASBo9CrwC8o-3eVEKKwymz8IjniHZAXzanBWBia-p90cDQo

To claim this, I am signing this object:

#rails 2
w=`wc -l /usr/share/dict/words | cut -d " " -f3`; s= sed $(((RANDOM*RANDOM)%w))"q;d" /usr/share/dict/words | tr '\n' ' ' | xargs rails
# rails 3
w=`wc -l /usr/share/dict/words | cut -d " " -f3`; s= sed $(((RANDOM*RANDOM)%w))"q;d" /usr/share/dict/words | tr '\n' ' ' | xargs rails new