Skip to main content

Old and new - 2000 to 2015

I dropped off my family's primary car, a 2011 Subaru Legacy, for a repair and picked up a rental car. They gave me a 2015 Toyota Corolla S. My other car is a 2000 Corolla (without the S). 

The car felt as big as my Subaru and it had some features that I liked. The ride was zippy and comfortable, turns were smooth and air condition was good. I had a good view to both my sides when I needed to switch lanes. The seats were stiff and I feel they could have been a lot more comfortable without adding cost. The look of the car could have used a little more creativity.

I tried the sport button on an open stretch of road and loved it. The car just took off. There was a rear camera that popped up when I switched to reverse. Parallel parking was a breeze. The was Bluetooth integration with my phone took less than 30 seconds to setup and start streaming pandora. Seamless integration and usability out of the box. Now, that is cool. 



Popular posts from this blog

Create #VirtualPrivateCloud, NAT Instance and NAT Gateways on @AWSCloud

Create a Virtual Private Cloud, NAT instance and the new NAT Gatweay ... and making it all work. This is a YouTube playlist of three videos.

Cheat sheet to create a #VPC and Subnets on @AWSCloud

One of the critical things to remember for working with a AWS VPC is creating and using it. I had hard time remembering how to do it, so, I wrote down a cheat sheet for myself.  If anyone wants to follow along, just navigate to the VPC page on the AWS Console and start with 'Create VPC' button. Please note that this may cost some dollars if you are not on the free tier. If you are on the free tier and make mistakes, it may cost some dollars. In the steps below, we will be creating the following on a new VPC: An internet gateway One public subnet with routes for accessibility from the internet One private subnet without any routes One EC2 web server with Apache installed in it and serving a sample html page - using the public subnet. One EC2 server with the private subnet and security group that allows access to resources running on the public subnet only.  Create VPC Name tag: myVPC CIDR Block: 10.0.0.0/16 Tenancy: default (Must have default. Otherwise, i...

Trying @teamcity for #ContinuousIntegration - Part 1

Teamcity is a continuous integration software application from JetBrains . I am a Jenkins expert. I use it at work and I go deep into it with custom plugins and custom code to orchestrate builds and deployments. I use CircleCI and TravisCI for my github projects and these are just for fun. All these products are good in their own way. Jenkins is the mother of all CI tools. CircleCI and TravisCI are simpler to use and I really like the speed and agility of these tools. I would use Jenkins for enterprise and CircleCI/TravisCI for open source public domain projects. I didn't realize that there is a free version of Teamcity until last night and the features are fairly decent. There is a 50% discount for startups and free for open source projects. This is welcoming. Installation Jumping right into it. I downloaded the windows version and the installation was fairly simple with the executable, but I could not get it to work. The browser would just show a blank page. I qu...