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:
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 |
[ | |
{ | |
"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 = |
[ignore] | |
[include] | |
[libs] | |
[options] |
I hereby claim:
To claim this, I am signing this object:
Positions | |
Unpublished* | |
publish -> Active | |
schedule -> Scheduled | |
archive -> Archived | |
Active | |
expire -> Expired | |
unpublish -> Unpublished | |
archive -> Archived |
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 |
Candidates | |
New* | |
rate -> Rated | |
reject -> Rejected | |
Rated | |
rate -> Rated | |
reject -> Rejected | |
hire -> Hired |
Candidates | |
New* | |
rate -> Rated | |
reject -> Rejected | |
Rated | |
rate -> Rated | |
reject -> Rejected | |
hire -> Hired |
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 |