When you print "hello world" in Python, it sets in motion a lot of things under the hood. Dive in!
https://asawicki.info/articles/Hello_world_under_the_microscope.php5
| Web | https://beej.us/ |
When you print "hello world" in Python, it sets in motion a lot of things under the hood. Dive in!
https://asawicki.info/articles/Hello_world_under_the_microscope.php5
"The Many Flavors of Hashing"--lots of info on lots of types of hashes.
Hacking a cat feeder to hand out candy every time you make a commit.
https://www.sensibledefaults.io/blog/reverse-engineering-cat-feeder/index
Big bunch of Linux user/dev books for $40...
#linux
https://www.humblebundle.com/books/linux-no-starch-press-books
How we interact with programming environment matters more than the language, but such interaction has never been widely studied. Inspired by the idea of 'complementary science', this essay recovers interesting ideas from how programming used to be done using Commodore 64 BASIC. Reading about interactions is not enough and so this interactive essay lets you build a small Breakout game using a simple Commodore 64 BASIC simulator.
It's a little mathy, but this article talks about how the common practice of using mod to limit a random integer range can result in a very non-uniform distribution. And talks about ways to fix it. #programming #mathematics
Stuff you probably didn't know cURL could do. #curl
The Advanced Bash Scripting Guide. https://tldp.org/LDP/abs/html/