I received a hacker challenge gift for Christmas. I'm no hacker, nor do I work in an IT role, but I'm trying my best. I've got a haiku:
The weary red dove fights in the empty tundra. Jasmine petals dance.
I need to convert this into an IP.
I'm 100% sure I'm supposed to install/run a program called Hipku.
https://github.com/gabemart/hipku
The installation instructions read:
"Install with npm install hipku
. index.js can also be used directly in the browser."
However, I just don't have the skills necessary to get this to work for me.
I'm using kali linux virtualised on a mac, and I've ran this command (npm install hipku
) in a shell.
The next step from the example is:
Hipku.decode('The weary red dove\nfights in the empty tundra.\nJasmine petals dance.');
However, I get this message
└─$ Hipku.decode('The weary red dove fights in the empty tundra. Jasmine petals dance.'); zsh: unknown file attribute: h
I'm not sure what I'm doing wrong.
pps. I've found this webpage of someone running through the steps of the entire challenge, but when it comes to the step of decoding the haiku, it's not helpful (for me!)