A very detailed set of my Unboxing experience, it’s finally here. Worth every penny.
Related Posts
How much RAM can your 64-bit CPU address?
Your old 32-bit CPU, could address up to 2^32 memory addresses, that’s 4294967296 different memory addresses, better said, “only” 4GB, something that 15 to 20 years ago was 1000 larger than any memory created at the time. Now we have 64-bit CPUs, that means they can address up to 2^64, that’s 18446744073709551616 different memory addresses, […]
Python Reference: Binary Operators
Python binary operators are pretty much the same as in any other language, however I notice most programmers tend to waste a lot of memory by creating lots and lots of properties say in DB tables, or Objects and using the wrong datatypes. I think its elegant to use the concept of binary flags, for […]
Weekend changelog on wedoit4you.com
Changelog for the weekend of Apr 21st 2006. – Pagination used to be 1,2,3 being 1 the latest posts. This was wrong, since a page would never have the same content. So now, we make 1, the page with the first posts ever, that way search engines will be able to index content properly. – […]