Technical notes, my online memory
Wednesday, January 9, 2013
Standard time format ISO 8601
›
I'm often forgetting what this standard is. Here are some code snippets to generate ISO 8601 compliant datetime strings. Python In ...
Sunday, December 23, 2012
Fintek IR receiver and XBox remote to control MythTV: fail
›
So I'd gotten the Fintek IR receiver to work previously under ubuntu , but the upgrade to precise broke it. Little did I know that thing...
Thursday, December 13, 2012
Python sqlite3
›
Some notes on using sqlite3 from python. First, lets create a table in an in-memory database: import sqlite3 DB_TABLE_NAME = 'cache...
Wednesday, December 12, 2012
Python: else clause on a for loop
›
From the "huh, I didn't know you could do that" files: In [41]: list=[1,2,3] In [42]: for x in list: ....: print x ...
Thursday, December 6, 2012
Facebook BigMac Ruxcon presentation
›
Nice security presentation from Facebook . Of interest to the mac security world: basic persistence (launcha/launchd etc.) logged and white...
Tuesday, December 4, 2012
Ubuntu Unity/Compiz disable workspace switching animation
›
Disabling the horrible compiz workspace switching animation in Ubuntu precise is doable, if not particularly easy: sudo apt-get install co...
1 comment:
Wednesday, November 21, 2012
Sophail: Tavis and Sophos
›
Tavis continues his damning analysis of Sophos AV. The latest full disclosure post has a good summary, and includes links to sophail1 and...
‹
›
Home
View web version