Technical notes, my online memory
Monday, April 25, 2011
Dropbox authentication issues
›
There has been some discussion of whether the dropbox authentication system is a vulnerability , or just as insecure as everything else. At...
Wednesday, April 13, 2011
#ifdef DEBUG print statements in C
›
The #ifdef DEBUG design pattern for debug output is extremely common in C code. Here is a nice DEBUG macro I have used in the past: #ifde...
Mingw example makefile for console app and DLL
›
Here is a basic Makefile to use with mingw to compile some common types of windows binaries - a windows console app, a non-console 'wind...
Using a word macro to run an executable on Windows 7, Office 2007
›
To write a macro in Office 2007, you'll want the developer tab in the ribbon. Turn it on by clicking the Office icon in the top left co...
1 comment:
Sunday, April 3, 2011
Streaming internet radio with MythTV
›
Streaming internet radio with mythtv is, sadly, still confined to the realm of hacks. One simple solution is to just drop ".pls" ...
3 comments:
Saturday, March 12, 2011
HOWTO Troubleshoot windows sound problems (for parents using google video chat)
›
The good people at google, have a nice parent-friendly intro to video chat . Unfortunately, getting to the point of having a gmail account ...
HOWTO Create multiple chrome and firefox profiles on linux
›
I like using multiple browser profiles for security reasons. I keep my valuable cookies, such as those for email etc. in one profile, and d...
‹
›
Home
View web version