-
Recent Posts
- My Experience with Carbonite Home and CrashPlan+
- Logging Levels
- A system for getting the most out of “TODO” comments in code
- Fixing the Google Android USB driver to work with the NOOK Color ADB on Windows
- Error 1327 “Invalid Drive” while installing or updating applications in Windows
- AT&T U-verse for the Curious Consumer – The Residential Gateway and Wiring Options
- bebooper
- View Your Google Apps Calendar in Outlook 2007/2010
- s3nukem – Delete large Amazon S3 buckets
- WREST (Website REST)
Categories
Elsewhere
Author Archives: Robert
My Experience with Carbonite Home and CrashPlan+
I don’t like losing data, and I’m guessing that you don’t, either. I already do local backups, but not only can it a little cumbersome and easy to forget (not to mention drive failures), fire or theft could result in … Continue reading
Posted in Personal Technology
Leave a comment
Logging Levels
Trace/Verbose Use this logging level to help you develop or find bugs in something you’re currently working on, and when the information being logged is not useful once the current task is done. So, trace logging should usually be removed … Continue reading
Posted in Software Development
Leave a comment
A system for getting the most out of “TODO” comments in code
Annotating code with “TODO” can help remind us what code needs attention. It’s easy, however, for them to build up, get out of hand, and no longer be useful. Below is a system I came up with to keep TODOs … Continue reading
Posted in Software Development
Leave a comment
Fixing the Google Android USB driver to work with the NOOK Color ADB on Windows
Symptoms When attaching a Barnes & Noble NOOK Color to a Windows computer for app development, Windows is not able to automatically install a device driver that allows ADB to communicate with the NOOK Color. You may see a message … Continue reading
Posted in Software Development
Leave a comment
Error 1327 “Invalid Drive” while installing or updating applications in Windows
Symptoms When trying to install or update an application, you receive an error message similar to the following: Error 1327. Invalid Drive: Z: I’ve encountered this error installing Google Earth and another application, and it also apparently happens with many … Continue reading
Posted in Windows Tech Support
5 Comments
AT&T U-verse for the Curious Consumer – The Residential Gateway and Wiring Options
AT&T U-verse is an Internet, TV (IPTV), and phone (VOIP) service delivered primarily by fiber and existing copper. This article is targeted at consumers who would like a little bit of light shed on the in-home hardware (what it does, … Continue reading
Posted in Personal Technology
Leave a comment
bebooper
bebooper [bee-boo-per]: beep + boop + computer -noun Those things in movies that look like computers, but beep or boop every time something is clicked on, whir whenever there’s a progress bar, or ever show an “ACCESS DENIED” message in … Continue reading
Posted in portmanteau
1 Comment
View Your Google Apps Calendar in Outlook 2007/2010
Microsoft Outlook (2007 and 2010) and Google calendar both support the iCalendar format, which means you can view your Google calendars in Outlook. This is great if you, for example, want to be able to see your Google Apps personal … Continue reading
Posted in Personal Technology, Web Technology
6 Comments
s3nukem – Delete large Amazon S3 buckets
s3nukem is a slightly improved version of s3nuke, a Ruby script by Steve Eley that relatively quickly deletes an Amazon Web Services (AWS) Simple Storage Service (S3) bucket with many objects (millions) by using multiple threads to retrieve and delete … Continue reading
Posted in Web Technology
4 Comments
WREST (Website REST)
WREST [rest] = Website + REST -noun A RESTful API service that is made available to its own website. The distinguishing behavior from a regular RESTful API is that calls coming from the client are identified the same way as … Continue reading
Posted in Web Technology, portmanteau
Leave a comment