Technical notes, my online memory
Friday, August 22, 2014
Powershell and WMI cheatsheet
›
I finally bit the bullet and spent a bit of time learning some powershell and WMI querying basics. Unfortunately lots of the tutorials and ...
Friday, May 30, 2014
Cross platform python method for calculating disk free space
›
I wanted a cross platform (Mac/Win/Linux) method for calculating disk free space. For my application ideally I'd like to: read it out o...
Wednesday, May 28, 2014
Mach-O filetype identification
›
I wanted to write a quick and dirty file-type identifier for Mach-O, turns out this is more tricky than I expected. From /usr/share/file/ma...
Bash man page colours
›
There are many pages out there describing how to get coloured bash man pages. Tuxarena has one of the better ones that tries to explain...
Wednesday, May 14, 2014
Python Mix-ins
›
Python mix-ins are a handy way to augment functionality of a class. LinuxJournal has a good detailed article about them . To mix in a clas...
Monday, May 5, 2014
Don't use == for comparing secrets
›
TIL: You shouldn't use == to compare HMACs, or anything sensitive really. Doing so creates a timing side channel that can reveal the se...
Tuesday, February 11, 2014
Antennas for free-to-air broadcast TV in the US (i.e. how to watch the olympics for free)
›
Watching the winter and summer olympics is literally the only reason I have to watch TV these days, and since the content is so locked up in...
‹
›
Home
View web version