(Technical) Whimsical Writings of the Web
Nobody blogs anymore, and Heroku limitations
Looking at the previous date stamp, you’d have noticed that it has been ages since I’ve written anything on this blog.
otool <=> ldd. Conditional ASAN
Figured out that otool -L has the equivalent side-effect as ldd.
-XXaltjvm, dtruss and ASAN
Been a while since I’ve posted anything technical, but in any case it is good to be back!
WinXP: Missing Registry Key HKLM\SOFTWARE\Microsoft\VisualStudio\SxS\VS7
For whatever reasons the following script in vcvars32.bat was attempting to detect the key in order to be able to run the compiler, but the key was never installed.
Redirect Chrome Through Socks5 Proxy
Another browser hack that I found useful for the VM instances I’m running these days.
Interesting Links [0x07]
For the Hallowe’en Edition(tm), we’re going to read about more scary bugs!
Choice of Containers
Really useful mnemonic on how to decide what is the right data structure to use:
Building GCC/LLVM from Sources
Mainly for own historical reference. (NOTE TO SELF: Do not ever rely on building from svn sources for LLVM lest dealing with borked Makefiles)