How to access the RQM (Rational Quality Manager) API with Basic Authorization

To make a GET request to an RQM server you need to set four HEADER values Accept: application/xml Content-Type: application/rdf+xml OSLC-Core-Version: 2.0 Authorization: Basic BASICAUTHTOKEN The generate the BASICAUTHTOKEN, perform the following operation [credit] String userpass = username + “:” + password; String basicAuth = “Basic ” + javax.xml.bind.DatatypeConverter.printBase64Binary(userpass.getBytes()); The endpoint will look something like… Continue reading How to access the RQM (Rational Quality Manager) API with Basic Authorization

Bosch EL-51253 Power Max 30 Amp Electric Vehicle Charging station wall installation

I had a very difficult time finding installation examples for the Bosch EL-51253 Power Max, so I want to add this image to the collection for future references: My house was pre-wired with 8 gauge wire to a 40amp breaker. The wires comes out at an electric box, so to run the flexible conduit into the… Continue reading Bosch EL-51253 Power Max 30 Amp Electric Vehicle Charging station wall installation

Oval clocks: realtors treat house images like online dating profile pictures

I’ve seen using Redfin and Zillow to look for houses. It seems that realtors like to lie about the size of the houses they are selling. It’s like someone taking a deceptive pictures to use in an online dating website. This has led to a rather funny item you always see in houses: oval clocks.… Continue reading Oval clocks: realtors treat house images like online dating profile pictures

How to sign aws elasticsearch service requests with elasticsearch-ruby using IAM

AWS ElasticSearch Service allows you to secure connections to your amazon elasticsearch servers in two ways: Restrict by IP Sign your request with IAM Using the restrict by IP option is easy, but it won’t work in places like Heroku, where you don’t have control of the IP address of your app. So you are… Continue reading How to sign aws elasticsearch service requests with elasticsearch-ruby using IAM

Gchat vs Hangout

I just found out that I can revert back to gchat, instead of using the new hangout. The new hangout sucks. Here is the comment I left for them in their feedback form.   This new Hangout replacement for Gchat is super bogus. Here is why 1) Why does hangout need to be in a… Continue reading Gchat vs Hangout