Ready for IPv6?
Posted by Sysadmin on March 7, 2012
inIn anticipation of signing up for fiber internet service at the next IT show (tomorrow!), I upgraded the two WRT54GL routers that provide internet access to the house with an IPv6 ready build of Tomato. The build’s called Toastman, and finding the correct version wasn’t trivial, but I’ve got DHCPv6 related stuff appearing in Windows […]
Lightroom plugin dev environment
Posted by Programming on March 4, 2012
inI’m adding stuff to my Sta.sh plugin for Lightroom, just because I can. (And while I wait for the Sta.sh API to stabilize.) Things like Auto-updating to the latest version Debug logging & submission of logs Usage tracking New Sta.sh API features (Like folder renaming, except it’s broken as of when I write this post.) […]
Time Lapse Lessons
Posted by Photography on January 30, 2012
inI ordered an intervalometer off eBay back in December. After waiting 49 days for delivery (I even opened up a dispute case with eBay because the time limit was about to expire, then it came the very next day), I got it, and played around with it. So far, I’ve done 3 time lapses, and […]
Initial release of Lightroom Export to Sta.sh/deviantArt
Posted by Programming on January 11, 2012
inSo… a few weeks after I first thought up the idea, I’m officially releasing my Lightroom plugin for Sta.sh, as far as emailing links to people is ‘official’. The plugin exports the IPTC Title, IPTC Caption and any keywords you have tagged the image with, as well as the image to Sta.sh. From there, you […]
Lightroom, Sta.sh and OAuth
Posted by Programming on December 20, 2011
inSo, 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 Programming on December 11, 2011
inSo… 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 Programming on December 11, 2011
inWork 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 Sysadmin on December 11, 2011
inSo… 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 Personal on December 6, 2011
inWell, 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. […]