Comment on: Prime numbers.
Avoid square roots if possible. They cost a lot more in processing and you can easily replace the condition in your for loop with b*b < a.
Edit: Forgot there's no ^ operator in C.
Comment on: Linux marketshare doubled since five years ago. From 1% (July 2011) to 2%, July 2016.
Woah.
Comment on: xmake: The Automatic Cross-platform Build Tool is released
Oh gooooood. More prerequisites to install because devs couldn't stick to make.
Comment on: 'goto' in Python by re-writing the bytecode
Yay! Finally an easy way to write spaghetti code in Python!
Comment on: How Google's New Logo Can be Just 305 Bytes
They still use a PNG version anyway, which is over 12kB.
Comment on: What music do you code to?
Not really music but, as a pluviophile, I often go to asoftmurmur.com when I code.
Is lisp a good language to pick up? Any advantages over python?