HiringSolved challenge
My solution to the HiringSolved challenge. If anyone from HiringSolved is reading this, my actual site is at https://www.shore.co.il/blog.
-
Math challenge:
I did it in my head.
-
Haystack challenge:
I googled the question and copied the answer from https://puzzling.stackexchange.com/a/59513.
-
Breadcrumbe challenge:
For this I wrote some Python. The code is in
breadcrumbs.py
and to run it you need Python 3.6 and pipenv (I also use direnv for convience). To use it runpipenv run ./breadcrumbs.py
. -
Monster challenge:
From reading the cookies from the previous challenge, I searched the DOM for
true
and foundtrue-blue
, took the color hex from there and added to the URL. -
Post challenge:
Not much of a challenge. I fiddled a bit with
curl
and posted using the following command:
curl -XPOST 'https://challenge.hiringsolved.com/REDACTED?hirable=true&name=Nimrod+Adar&email=nimrod@shore.co.il&website=https://github.com/adarnimrod/hs-challenge'