The SPAM that someone tried to post to my blog this night contained the full script text.
Probably something companies akismet.com can use it to filter SPAM…
–jeroen Read the rest of this entry »
Posted by jpluimers on 2013/12/23
Brilliant:
UTF-8 explained in less than 9 minutes.
The diagram fits almost on the back of a napkin, so he explained it with a big marker on classic 132-column fan fold green-bar continuous form paper (we used to call it zebra-paper).
I’m definitely going to follow the Compuerphile videos and watch more of them.
Definitely a great addition to my UTF-8 posting category.
Thanks for everyone that pointed me to this video!
–jeroen
via: ▶ Characters, Symbols and the Unicode Miracle – Computerphile – YouTube.
Posted in Development, Encoding, Software Development, Unicode, UTF-8, UTF8 | Leave a Comment »
Posted by jpluimers on 2013/12/23
Another interesting series that just started: Understanding ARM Assembly Part 1 – Ntdebugging Blog – Site Home – MSDN Blogs.
–jeroen
Posted in ARM, Assembly Language, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2013/12/23
wget is immensely useful tool to download files using ftp, http and https, especially as it allows recursive downloads and mirroring with some very nice options.
Mac OS X doesn’t come with wget, and curl – the alternative for wget – cannot do recursion, so you need wrapper scripts for that.
Basically there are two ways to get wget installed on Mac OS X:
For both ways you need to remember that they won’t automatically update. So: keep an eye on wget security vulnerabilities, and update as soon as new ones have been found.
The first way (build from source) needs you to download and install Xcode first. Since I’m a Mac OS X developer, I already have that.
Luckily Install wget in Mac OS X Without Homebrew or MacPorts had instructions for the most current version when writing this blog entry. The binary from Tech Tach was outdated.
That, and the my feel for greater influence on the built proces makes me like the first way more.
Below are the commands I used (thanks OSXDaily!).
Check http://ftp.gnu.org/gnu/wget/ to make sure you downloaded the most current wget sourcecode. Read the rest of this entry »
Posted in *nix, Apple, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, OpenSSL, OS X 10.8 Mountain Lion, Power User, Security, wget | Leave a Comment »