Skip to content

Instantly share code, notes, and snippets.

@msolli
msolli / ruby-install
Last active November 15, 2017 17:21
Install Ruby 2.2 on OS X Yosemite with Fish shell
brew update
brew install chruby chruby-fish ruby-install openssl readline libyaml gdbm libffi
# Optional:
brew cleanup
# https://github.com/raggi/openssl-osx-ca
brew tap raggi/ale
brew install openssl-osx-ca
echo ". /usr/local/share/chruby/chruby.fish" >> .config/fish/config.fish
@msolli
msolli / flows.json
Last active August 29, 2015 14:19
FINN oppdrag Sales Bell
[
{
"type": "tab",
"id": "3a9c537c.c563ac",
"label": "FINN oppdrag Sales Bell"
},
{
"id": "7003d90b.8ffc28",
"type": "arduino-board",
"device": "/dev/cu.usbmodem1421"
{-|
Solutions in Elm for challenges 1, 2 and 3 from
http://bartoszmilewski.com/2014/11/04/category-the-essence-of-composition/
-}
import Graphics.Element exposing (show)
{- id is called identity i elm-core -}
id : a -> a
id x =
@msolli
msolli / .flowconfig
Last active January 13, 2016 13:18
Flow JSX attributes weirdness
[ignore]
[include]
[libs]
[options]

Keybase proof

I hereby claim:

  • I am msolli on github.
  • I am msolli (https://keybase.io/msolli) on keybase.
  • I have a public key ASB2wgBQ9h_nJ3rK0t6OthAIyQgkZOV110pgeTEJIvJc0Qo

To claim this, I am signing this object:

@msolli
msolli / SketchSystems.spec
Last active November 1, 2018 12:04
Positions
Positions
Unpublished*
publish -> Active
schedule -> Scheduled
archive -> Archived
Active
expire -> Expired
unpublish -> Unpublished
archive -> Archived
@msolli
msolli / SketchSystems.spec
Last active August 28, 2019 08:11
Applications
Applications
Active
# Only when deleting account and archiving positions
archive -> Archived
# Applicants can withdraw, but not archive directly
withdraw -> Inactive
# "Hard no": Recruiter doesn't want this applicant in candidate pool
reject -> Rejected
Started*
complete-survey -> Survey-Completed
@msolli
msolli / SketchSystems.spec
Last active September 19, 2018 08:03
Candidates
Candidates
New*
rate -> Rated
reject -> Rejected
Rated
rate -> Rated
reject -> Rejected
hire -> Hired
@msolli
msolli / SketchSystems.spec
Last active September 19, 2018 08:04
Candidates
Candidates
New*
rate -> Rated
reject -> Rejected
Rated
rate -> Rated
reject -> Rejected
hire -> Hired
@msolli
msolli / SketchSystems.spec
Last active March 4, 2019 11:32
Candidates
Candidates
# Candidates that are visible to the recruiter
Active
# Should send out rejection notice by email
reject -> Rejected
# Send email to applicant: congratulations, also: withdraw
# other applications/processes? This is not an explicit action
# by the recruiter, but happens as part of the close process action.
hire -> Hired