Tuesday, November 1, 2011

Open Terminal window here - Mac OS X

It isn't as easy as updating registry key in windows (or atleast I don't know). Found this link to be good source for app to do that.

https://sites.google.com/site/michaelsafyan/software-engineering/open-in-terminal
Chose the one with customized terminal window icon.
If the folder Finder doesn't exist in your 'Application Support' directory, then do create it.

If you have any other easy ways of doing this, let me know.

Mac DVD Not visible in Finder

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:

  1. Force restart finder.
  2. Open disk utilities (Applications/Utilities/DiskUtility) and the drive should be available there. Right click on it and select eject.
  3. Command line always rocks. Run the following in a terminal: drutil tray eject

Wednesday, April 20, 2011

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.

Monday, April 4, 2011

Ugadi wishes

Wishing everyone a very happy Ugadi !!!

Tuesday, March 1, 2011

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?

Function key on aluminium keyboards - MAC

Seen that many people do not find the Fn key in the new aluminium keyboard for mac and end up setting "use default functionality of function keys" in system preferences. However this affects the laptop keys too and might not be preferred by all.

Solution: There IS a function key in the keyboard. Not in the place we expect it though. Look for the key under F13. :-)

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.).

Friday, November 19, 2010

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.

Thursday, November 4, 2010

Tuesday, November 2, 2010

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.

Thursday, October 14, 2010

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 :

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 :)

Saturday, October 9, 2010

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.

Monday, September 20, 2010

Technical sites that I Like

Original post: @ 7/22/2010 03:45:00 PM

I typically start office time with browsing my office mails followed by gmail and live mails. This is now invariably followed by 30 mins of browsing technical sites and I have kind of grown addictive to these:

Regularly visit:

Few other sites I visit occasionally:

Few more which I rarely visit:

Trying to avoid mention of FaceBook, Orkut and Twitter where I spend considerable time too :)

Different Personal and Professional news streams for Facebook?

Original post: @ 7/16/2010 04:08:00 PM

In FaceBook

  • You share a lot of technical stuff …. links relating to the work you do, company info, competitors products info etc etc….
  • Then there is the personal front – snaps. ..outings.. .your philosophical notes, ramblings etc etc ….

Two different streams or a classification of the news stream would be a good way to get the relevant information displayed to the correct audience of your co-workers/family/friends :).. Hope FaceBook implements it soon!

Win 7 – Few useful tricks

Original post : @ 6/18/2010 03:45:00 PM

  1. Right most spot on the taskbar is the equivalent of “Show desktop shortcut in quick launch”
  2. Win + 1 to 9 can be used to open the application ordered by the entry in the taskbar. Multiple windows of the same application? Then the hover gets displayed.
  3. Shift + Right Click on folder gives “open with command prompt” option.
  4. press the shift key and the icon in task bar to launch one more instance of the application.
  5. Alternatives for Alt-Tab; most of us are familiar with the WIN+ tab – This displays 3D tab feature. You can also use WIN + T to display the hover windows in the taskbar.

Other links:

Simplified version from: http://clubhouse.microsoft.com/public/post/261c40ef-ed74-4113-a8a7-5d26c9792228

Another good one: http://lifehacker.com/5390086/the-master-list-of-new-windows-7-shortcuts

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 :)

Office worker Ribbons for computer users

Original post: @ 2/25/2010 12:08:00 PM
Surprised with the number of people fascinated by the ribbons they get on online social games on FaceBook like Farmville, zoowold, cafe world, etc., I was wondering why we couldn’t use the same and give ribbons for most effective users of the pc/laptop.

For a software engineering team, we could decide ribbons for people who spend more time on visual studio or eclipse or any other development tool they work on {Ribbon: Workaholic}. They get bonus ribbons for surfing websites like msdn/stackoverflow.com {You are a technical help seeker}, if they contribute articles on web {Techno sharer ribbon} etc.

Wouldn’t this be interesting to share not only colleagues but also to all your friends on the social networking site?

Business Idea: Outsourcing Farmville, café world e.t.c.,

Original post : @ 2/02/2010 10:08:00 AM

Read that the FaceBook app Farmville has more users than the “in-thing” twitter. It’s a good time-pass activity but I think it’s the competitive spirit that drives it rather than the interest on the art of farming – plowing/ buying seeds/harvesting.


Even with the vehicles like Tractor, Seeder and Harvester, it’s really tedious to harvest plants, plow the land and again put seeds. There are lot of cheat sites, tricks for Farmville which suggest plant different kind of plants with different harvest times so that you won’t get bored :)… Same applies for the different dishes in café world.


Well, one easy solution is to outsource it! I am sure there are tons of people who would be willing to pay a small amount for their farms to be harvested before they get withered, when they are having a good sound sleep. Read that one of my senior colleague was doing the farming as her son had to go on a school trip and he didn’t want his crops to be withered out. I am sure she or for that matter anyone who is going out on trip or busy for few days won’t mind shelling out bucks for this :)


What do you guys think?

My new domain – www.cmohan.info

Original post: My new domain – www.cmohan.info @ 1/18/2010 11:32:00 PM

 

Registered domain – www.cmohan.info from godaddy.com. Got a offer right now for 1.07$.. Actual is 9.99$ per year. But it means next year onwards I have to pay 9.99$ if I have to keep it :(

Just redirecting my blog (http://bschandramohan.blogspot.com) to this for now… Blogger allows custom domain. Details on how to do that can be found here. If you are stuck, just leave a comment and I can guide you :-)

Patents - how do I find out how it works! or what is patentable?

Original post @ 1/13/2009 12:38:00 PM

Nope... I am not talking about "How patents works?"  google search or in HowStuffWorks.com.

Some people tend to not like software patents as it kind of restricts the features being used widespread. Mostly OpenSource minds tend to believe nothing should be patentable and any new idea/tech should be reusable. Though makes sense, in this cut-throat competition world, don't see that as a possibility.

Now coming to the actual questions - I am still figuring how things work in the patent world. I see some cool ideas not getting patented or then some "not-so-cool" ideas getting patented and lying with no-one using them. Should all patents be productizable? Not definitely. Swype as a product - not sure if it will definitely catch on, but atleast with the patent, it knows there cannot be 100s of imitations of that in the market or a larger organisation adding it into their product and not paying any royalty to the actual idea generators.

Some companies just file patents to get richer by filing lawsuits against larger corporates who might be using the some rudimentary ideas which have now been granted to them.

There are both pros and cons... but given a chance, I believe people should get their ideas patented if applicable.. ..