Technical notes, my online memory
Friday, February 15, 2013
HOWTO disable the GPG GUI dialog prompt
›
This just annoyed me enough to figure out how to stop it. Ubuntu turns on 'use-agent' by default now: # For Ubuntu we now use-age...
1 comment:
Wednesday, February 13, 2013
Python seconds since epoch timestamp
›
Getting a 'seconds since epoch' timestamp in python is easy, but there are also some wrong ways to do it, a number of which are bein...
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...
‹
›
Home
View web version