Robert LaThanh
Just sharing my findings, mostly. There's a little bit more about me on my About Me page.-
Recent Posts
Top Posts & Pages
- HTTP Status Codes 401 Unauthorized and 403 Forbidden for Authentication and Authorization (and OAuth)
- Beware of DVI-I Cables (they are Not Compatible with DVI-D Devices)
- AT&T U-verse -- A Network Geek's Perspective
- s3nukem - Delete large Amazon S3 buckets
- Fixing the Google Android USB driver to work with the NOOK Color ADB on Windows
Author Archives: Robert
Containerized Passenger Transportation
Getting someone from point-A to point-B will often — even in the distant future — involve a variety of methods of transport. For example, getting someone from their home in San Francisco to an office in Los Angeles might primarily … Continue reading
Posted in Futurism
2 Comments
Schrödinger’s Laugh
Schrödinger’s Laugh [shroh-ding-ers laf] -noun The strong expression by one that paradoxically may be either laughing or wailing, this being tied to an earlier random event. It creates an awkward period during which the observer does not know which and … Continue reading
Posted in portmanteau
Leave a comment
HTTP Status Codes 401 Unauthorized and 403 Forbidden for Authentication and Authorization (and OAuth)
When a client requests a resource from an HTTP server and it’s not allowed to access that resource, the client needs to know enough about why in order to present the right message or options to the user. Basically, we … Continue reading
Posted in Networking, Software Development, Web Technology
Leave a comment
Protected: Now Entering Germany
There is no excerpt because this is a protected post.
Posted in Personal Technology
Enter your password to view comments.
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
11 Comments
OpenVPN over DSL with PPPoE
I work remotely and use OpenVPN to access development services such as SVN and our file server, both of which are at our colocation facility. While at a new location, I first encountered a problem trying to do any SVN … Continue reading
Posted in Networking
2 Comments
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
1 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
1 Comment
GSmartControl for Hard Disk S.M.A.R.T. Information and Tests
It’s surprising how few good tools there are for Windows for hard drive Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) functionality. In addition to providing basic attributes like ‘Power-on Hours’ or ‘Temperature’, SMART can also include self-test ability and logs … Continue reading
Posted in Windows Tech Support
Leave a comment