There’s a great article over on Wikipedia about the History of programming languages.
Category Archives: Programming
Configuring PHP with php.ini
There’s some good info about common config options over here: Where Is php.ini, the PHP Configuration File?
The phpinfo() function will tell you which php.ini file applies.
16-bit C memory models
Stolen from here:

KDE Plasma Icons
I found the names of the standard icons over here: Icon Naming Specification.
ATtiny85
Found some good info concerning the ATtiny85. The ATtiny85 is an 8-bit RISC based microcontroller I’m interested in.
Programming as Theory Building
I’m in the middle of reading Programming as Theory Building (which was referenced from here) but I’m weary so off to bed. Will finish reading tomorrow. Hopefully.
Nice doco
I like the look of the elixir documentation. I think having the full table of contents on the right hand side is a nice touch. You don’t often see that…
Rust
This article makes a compelling case for Rust: Why the developers who use Rust love it so much.
Also there’s a good write up about Rust features over here: Understanding Rust futures by going way too deep .
TIS-100
I have just discovered TIS-100. So much fun! It came with my Level Up and Learn: Programming Games Humble Bundle. From Wikipedia:
TIS-100 is a programming/puzzle video game developed by Zachtronics Industries. The game has the player develop mock assembly language code to perform certain tasks on a fictional, virtualized 1970s computer that has been corrupted. The game was released for Microsoft Windows, OS X, and Linux personal computers in July 2015.
phpSysInfo
I stumbled upon phpSysInfo, a PHP library for system information. Haven’t actually used it, yet.