Archive for December, 2011
Lightroom, Sta.sh and OAuth
Posted by Kyle Lexmond in Programming on December 20, 2011
So, I’ve been looking through the OAuth RFC, and this actually looks doable, with copious amounts of code from the Flickr plugin bundled with the Lightroom SDK. The key thing is OAuth2 – It looks a lot simpler than OAuth1. Whereas OAuth1 needed messages to be signed, OAuth2 just throws stuff back and forth in the […]
Lightroom publishing to Sta.sh
Posted by Kyle Lexmond in Programming on December 11, 2011
So… Since my dedup program has… kinda stalled while I try to figure out how to implement the actual identifying and displaying duplicate files, I’m looking at other things to do. I finally got back to dA recently, and discovered they opened a new upload/file storage thing called sta.sh. Interestingly enough,the announcement had a developers […]
Dedup – Identifying and displaying duplicate files
Posted by Kyle Lexmond in Programming on December 11, 2011
Work on this project has… kinda stalled while I try to figure a few issues. I’m trying to write them out to get a better idea of what I’m actually trying to do. Identifying the files is fairly simple – I have the content hashes of the files which I can compare. Problem is, the […]
Rebuilding my desktop
Posted by Kyle Lexmond in Sysadmin on December 11, 2011
So… I managed to get annoyed enough enough with my desktop slowing down that I decided to just give up and (re)install Windows 7 to an extra old hard drive. (And then muck around with partitions to get the new improved system back on the faster drive. In retrospect, should have done the move first. […]
Google Analytics tracking & site stuff
Posted by Kyle Lexmond in Personal on December 6, 2011
Well, my site now has it. As provided by the simple Google Analytics for WordPress plugin. Also, I’m trying out Jetpack. Also also, I’m going to try my hand at writing a WordPress theme, so I don’t have to suffer with the existing one. It looks nice, but I’m fairly sure I can do better. […]