Posts

Showing posts with the label Technology

Link to cancel your AWS account/services

Just head over to:  https://portal.aws.amazon.com/gp/aws/manageYourAccount?#productToCancel Reference to the quick link from: http://drewsymo.com/cloud-computing/how-to-cancel-your-amazon-web-services-aws-account/ Cross Post:  http://techieconnect.blogspot.in/2013/07/link-to-cancel-your-aws-account.html

Mac OS X Lion Tweaks Tool

Mac OS X Tweaks - Very useful tool especially to show and hide hidden files. http://ifredrik.com/applications/download_step.html

Mac - dvd drive not visible in Finder

Image
In MAC, the dvd drive gets listed in finder only if a dvd is present. Else it's hidden. In some rare cases, even after you inserted a drive, the disk might not be visible in finder and since there is no eject hardware button near the DVD, there doesn't seem to be a way for removing the disk. Browsing around, found the following ways (from multiple sources) to eject the disk and re-insert it: Force restart finder. Open disk utilities (Applications/Utilities/DiskUtility) and the drive should be available there. Right click on it and select eject. Command line always rocks. Run the following in a terminal:  drutil tray eject Cross posted from:  http://techieconnect.blogspot.com/2011/11/mac-dvd-not-visible-in-finder.html

Weave - a new iPhone app from Intuit

Intuit has just released a product called weave for ios platforms called Weave (Nothing to do with Firefox sync app - weave). http://weave.intuit.com/weave/ Weave will ensure that you never forget a todo. Quickly enter todos wherever you are and get alerts when you have an upcoming todo. Good things I found: 1. Nice UI 2. Has a good first use experience. Kind of demo mode with the help links showing how to proceed to the next step. Hovers over the screen and helps in clicking around. 3. Does many things :). Has money in - money out too. 4. No Android app - opportunity for us to create a better one? :) Bad: 1. requires a login before start 2. red theme - different from Intuit blue. 3. Projects - might not be so common word for general users and doesn't gel with the Todo's being created. 4. Does too many things :). Differs from Apple mantra - Do one thing and do it well. Money in - money out could have been a separate product. 5. No Android app

Eclipse: Removing Todo: Auto-Generated comments

When you use Eclipse menus to create new class, constructor, method or even add a try/catch, typically it not only generates the functionality but also adds a TODO. This is good to indicate that the comment has to be replaced with a proper functionality. However in a team environment, it's not easy to make people delete the line and add the code. Task remains and it becomes difficult to delete it at the end. To remove the auto addition of that comment line, you have to follow the below steps: Goto Window -> Preferences -> Java -> Code Style -> Code Templates Click on Method Body. Click Edit. Remove the commented line. (Something like: // ${todo} Auto-generated method stub) Click Apply. Repeat the steps for other elements. Click save.

Open javadoc in external browser - Eclipse

Solution: http://stackoverflow.com/questions/4413883/how-to-open-attached-javadoc-in-external-browser Should we do this for each workspace?

Opening multiple instances of Eclipse on mac.

Double clicking on eclipse icon always opens the same instance on MAC. To solve this, you can open terminal (Command-Space to launch spotlight. Type in terminal and click on the top hit/Terminal link). Cd to the place where you unzipped eclipse. For .e.g,  Eclipse/Eclipse.app/Contents/MacOS/ Then run  eclipse &. (& makes sure you run eclipse in background, so that you can kill the terminal window.).

passportindia site using weak public key?

I got this error in chrome but it happily went through in IE. Server has a weak ephemeral Diffie-Hellman public key This error can occur when connecting to a secure (HTTPS) server. It means that the server is trying to setup a secure connection but, due to a disastrous misconfiguration, the connection wouldn’t be secure at all! In this case the server needs to be fixed. Chrome won’t use insecure connections in order to protect your privacy.

Printing Wikipedia articles

Typically we copy contents from wikipedia articles – paste it into word documents or other wysiwyg editors. Then format it and print. However after posting the question on facebook questions ( http://www.facebook.com/q/Is-there-a-easy-way-to-print-wikipedia-articles-without-the-sidebars-and-see-also-references-etc/10150286691460015?t=1&keep_objects=1 ), I found that there is an option right there in the sidebar to get printable version or even download it as pdf. http://techcrunch.com/2009/02/27/print-you-favorite-wikis-as-books-courtesy-of-wikipedia-and-pediapress/ has some more details on new initiatives. We can add multiple chapters into http://en.wikipedia.org/wiki/Special:Book and print out combined articles too.

BarCamp Bangalore 9th edition

BarCamp Bangalore 9th edition was held in our Intuit Campus (Bellandur, Bangalore). There was a good crowd of around 250 people. Intuit, OrangeScape and FusionCharts were the official sponsors. Attended the sessions : BigTable – Why? & How? A killer Mobile App Framework – Sencha Touch Open Discussion: Smartphone Platform Wars! Would you like something new to listen to? Visualizing Government Data How you can help Wikipedia Android Programming for Desktop Programmers Also helped Saurabh in presenting the session: Android Programming for Desktop Programmers Had very informative and entertaining sessions.... Got lots of ideas and web links to check.... Eager to attend the next one :)

Subscribing to Perforce depot changes

Command line mechanism is mentioned here: ftp://ftp.perforce.com/perforce/r97.3/doc/cmdguide/html/changere.htm Details about this are in: http://stackoverflow.com/questions/588264/perforce-getting-email-on-every-checkin   In Perforce p4v –> Click on Connection –> Edit Current User. In reviews enter the perforce depot directory ending with /… You should be getting emails for the current user email.

Technology Shift – My career change

Original post : @ 6/16/2010 10:18:00 AM After nearly 9 years of being involved in desktop software development, am finally thinking of shifting to the online/mobile space. Attended a 2 week JavaEE course and planning to start learning developing on Android platform. Hopefully can shift to that domain soon. Java EE course was good but felt I learnt the syntax and “how to do” part but not the why part. Am looking for some suggestions on learning projects for JavaEE, so if you have some cool suggestions, drop it in :)