• About Karun

    I'm a techie who likes to ramble on about the new stuff on the block. I try to keep finding new and better ways to do things writing hacks and web scrapes along the way just for fun. ;)

    http://karunab.com

    Google I/O 2013 Easter Eggs

    by  • May 1, 2013 • Hacks • 0 Comments

    Most people don’t know about this but if you head on over to the Google I/O, their 2013 event website shows big I/O images that you can click and it reads out the letters ‘I’ and ‘O’. Enter the right code and you get nice effects. Here’s a list of codes you can try...

    Read more →

    Converting FAT32 disks to NTFS

    by  • April 29, 2013 • Tutorials • 0 Comments

    There used to be a slightly long way to do this earlier but I found a simple one line command to do it. It is probably old but it’s one I didn’t know of. convert L: /fs:NTFS This converts L: to NTFS without removing any data from the drive. This process, all in all,...

    Read more →

    File list generator v1.3

    by  • April 6, 2013 • Development • 0 Comments

    I noticed that my old file list generator page didn’t have a valid link any more. Since I’d go through and upload it again, I guess it would be worth it to add some minor documentation and make the path variable optional as well :) Here are some sample scripts C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -command “& ‘C:\Users\Karun\My Scripts\filelist.ps1‘” C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -command “&...

    Read more →

    Soccer Scraper v1 Source on GitHub!

    by  • April 6, 2013 • Development • 0 Comments

    Oh yes, it’s time I started uploading some of my old code to github. It’s something I’ve wanted to do for a while. For those unaware, I use Soccer Scraper to quickly view Manchester United’s schedule in IST. The base source code (circa 2008+minor fixes) is now on GitHub. There are tons of things that...

    Read more →

    Back to blogging!

    by  • April 5, 2013 • News, Thoughts • 0 Comments

    I realize that over the past 3 and a half years I haven’t blogged as much as I used it. It’s not because I had nothing to say but was mainly because most things I had worked on were things I wasn’t allowed to talk about in public (thanks to NDAs and policies I...

    Read more →

    Movement to Bumblebee

    by  • July 16, 2012 • Events • 0 Comments

    I finally took the time out to move away from WordPress into my own server. It’s been a long time coming but it’s finally here! I hope this will stop issues for WordPress caused by shared hosting. If it doesn’t, it’s out with WordPress :) I ported over data and my database after cleaning...

    Read more →

    Make a bootable Universal Flash Drive

    by  • October 6, 2011 • Hacks, Tutorials • 0 Comments

    This is a really old trick for Universal Flash Drives (UFDs) and I’ve been using it for years. I just thought I should document the steps so it’s available as quick reference for me :) Insert your UFD and make sure all your data is backed up because we’re going to format it. Run...

    Read more →