Software update

Time for the annual update on software I use. This time, I’ve got Wakoopa to help me with the relative usage as well. Here’s the top 100 software / web apps I’ve used recently, and how long I spent on them. Gmail 186361 seconds Notepad++ 130641 seconds Google Chrome 79879 seconds GitHub 43780 seconds Windows Command Prompt 40967 seconds Microsoft Excel 32578 seconds Microsoft Word 27067 seconds Microsoft PowerPoint 27059 seconds Windows Explorer 20902 seconds Google Docs 17989 seconds Foxit Reader 17001 seconds Microsoft Outlook 15855 seconds Internet Explorer 15830 seconds Google Search 15616 seconds Skype 14423 seconds Media Player Classic 14159 seconds Google Groups 7061 seconds Google Calendar 5531 seconds Wesabe 2814 seconds Google Analytics 2665 seconds TeamViewer 1985 seconds RGui 1875 seconds LinkedIn 1528 seconds YouTube 1400 seconds Stack Overflow 1167 seconds Acrobat Connect 964 seconds Kongregate 914 seconds HTML Help 871 seconds PicPick 790 seconds Zoundry Raven 684 seconds Mockingbird 657 seconds Twitter 655 seconds iStockphoto 590 seconds 7-Zip 584 seconds Buzznet 552 seconds Inkscape 516 seconds Bitbucket 499 seconds Microsoft Visio 496 seconds Paint.NET 474 seconds IrfanView 461 seconds Tableau Public 436 seconds µTorrent 435 seconds HandBrake 422 seconds Check Point Endpoint Security 411 seconds Windows Task Manager 385 seconds Microsoft Project 372 seconds IETester 347 seconds Google Maps 340 seconds eBay 310 seconds Spokn 270 seconds Firefox 269 seconds Google Calendar Sync 259 seconds Windows Calculator 247 seconds PayPal 246 seconds JsonView 220 seconds Windows Live Writer 184 seconds Junction Link Magic 152 seconds WinDirStat 142 seconds Kindle 139 seconds XAMPP 127 seconds Wakoopa 105 seconds Dropbox 100 seconds Office Help Viewer 99 seconds PrimoPDF 94 seconds PuTTY 84 seconds Python 80 seconds Flavors.me 75 seconds Google Sites 71 seconds Process Explorer 70 seconds Windows Volume Control 63 seconds Wikipedia 58 seconds Nitro PDF Reader 57 seconds Management Console 47 seconds PythonWin 45 seconds Windows Based Script Host 45 seconds WinDiff 45 seconds VLC Media Player 39 seconds ClipX 35 seconds Windows Installer 35 seconds The Internet Movie Database 32 seconds ImageShack 31 seconds WordPad 25 seconds TeraCopy 22 seconds Skype Portable 22 seconds Picasa Web Albums 20 seconds Syncplicity 17 seconds Google Reader 16 seconds Google Talk 15 seconds VirtualDub 12 seconds Adobe Manager 10 seconds FreeCall 10 seconds Notepad 8 seconds Codebase 5 seconds eTrust ITM 5 seconds Google Checkout 5 seconds GDI++ Tray Notifier 5 seconds ImgBurn 2 seconds Virtual Desktop Manager 2 seconds Tesseract201 2 seconds TortoiseHg 0 seconds Comments Somnath 1 Mar 2011 4:38 pm: More time on Gmail than browsers - how are you accessing Gmail then? S Anand 6 Mar 2011 8:51 pm: @Somnath, mostly breaking through proxies – see http://goo.gl/6wyg0 and http://goo.gl/DNtui. @Thej, no idea I’m afraid, but before I used Wakoopa, I was using https://gist.github.com/857652 which worked just fine, except that it wasn’t social and didn’t have the pretty charts. You might want to tweak that for Linux. Thejesh GN 5 Mar 2011 5:29 pm: It doesnt run on Linux (only PC n MAC). Anything for me? Shankar V 28 Feb 2011 3:10 am: hi Anand how do you generate this list? Wakoopa is blocked at Infy. So could not check that one out. Also, surprised to note that you are a Chrome user against FF. I have used both and my preference is still FF. S Anand 28 Feb 2011 6:38 am: I work out of client sites – so sites aren’t blocked. Plus, it includes software from my home laptop. I shifted to Chrome a while ago, even for development, mostly because it’s faster than FF. The only thing I miss is Firebug, really.

Recruiting smart people in practice

Find people. Search on github by location and skill. Anand’s blog comments Reach out to people. Have a standard set of template, and track the template’s success.

The Social Network

4:00pm. Just started watching The Social Network. I’m fairly sure I won’t like the film, mostly because I’ll be jealous of Mark. About 5 minutes into the movie. I find myself rewinding to catch the dialogues. They’re very fast. Very, very fast. 10 minutes. I like the code. I stopped on a screen to start checking if it’s real code. It’s in Perl. Stopped myself before I started dry-running the code. ...

HTML 4 & 5: The complete Reference

HTML 4 & 5: The Complete Reference is an iPhone / iPad app that does exactly what it says: a reference for HTML 4 and 5. It has a list of all tags, clearly demarcated as HTML4, HTML5 or both. The application is fairly easy to scroll through to find the tag or attribute you want. Clicking on a tag, you get: a brief description of what it’s for what attributes are valid – the good part is you can see clearly which attributes are specific to the element, and which ones are common (like class, id, etc.). You can also see the possible values for the attribute, which helps. and an example of how the tag is used. The examples are quite simplistic, and there’s only one per tag, but it does have a rendered version of the code, which helps. You can also scroll through the list of attributes and see which tags they’re valid for. ...