This is a new series of posts, called Crowdfunding Roundup where I list interesting projects I found on crowdfunding platforms (Kickstarter, Indiegogo…). These will be mainly code & electronics projects. This is the 2nd roundup.
I’ll probably write another article about the Choosatron, but for now, I’ll just explain how to get it working on Linux since the setup instructions on the website are only for Windows and Mac. You need to follow the previous instructions (non OS-specific) on the Choosatron website before these.
This is a new series of posts, called Crowdfunding Roundup where I list interesting projects I found on crowdfunding platforms (Kickstarter, Indiegogo…). These will be mainly code & electronics projects.
A function is defined then called. Inside the function, it calls itself twice,
in parallel (that’s what the | does) and it’s non-blocking (that’s what the
& does). This means that you can’t kill it with Ctrl-C.