Tips on Buying a UPS?

After moving to Bangalore, it turns out that I would need to get one or more UPS’s for the machines at home. The place we will be moving to in a few weeks does have power backup, but if/when there is a power cut it takes a few minutes for the generators to kick in and is not instantaneous as I was thinking. I have never bought a UPS until now and don’t have any experience with it - what are the things that I need to consider?...

May 15, 2011 · Amit Bahree

Upgrading through every version of Windows

Upgrading through *all* versions of Windows from v1 thru to Win7.

March 2, 2011 · Amit Bahree

Opensource ZigBee stack?

I was planning on getting the Telegesis ETRX2USB and wanted to know if there are any open source (or shareware) open source ZigBee stacks that I can use with that? I also wanted to know if there is any opensource (or not too expensive), network management or network analyser for a ZigBee network? Essentially I want to be able to programatically view network and node information on the ZigBee network (e....

January 16, 2011 · Amit Bahree

Upgrading to WordPress 3.0.3?

The latest version of WordPress 3.0.3 and the Redirection plugin (v 2.2.3) don’t play nice together. If you upgraded to the latest version of WordPress the redirection plugin will always show only your last post on your blog’s homepage. Until the plugin is fixed, the only way around this is either not to upgrade to the latest version of WordPress (not recommended), or to disable the Redirection plugin.

December 25, 2010 · Amit Bahree

Cray XMT

As you might have heard, the Cray XMT implemented a multithreaded processor architecture (called Threadstorm); these processors are compatible with Socket F which means they can use the AMD Opteron CPUs. The interesting part however is that these Threadstorm CPU’s only execute user code and avoids memory dependency stalls i.e. when the memory dependence prediction goes wrong and stalls the specific load to ensure there is no violation. The Cray XMT does this by switching among 128 concurrent threads....

November 5, 2010 · Amit Bahree

Microsoft's Street Slide

This is quite cool – now only if MS hurry’s up and incorporated this to Bing Maps. MS Street Slide

July 28, 2010 · Amit Bahree

Hardware Chart

This computer hardware chart is quite cool. Not sure why, where and who would want to use this. But, it does beg the question – can things get any geekier? :)

June 20, 2010 · Amit Bahree

Analysis of Algorithms

If you were interested in algorithms and interested in some mathematical foundations for algorithm analysis? For example if you are interested in proof techniques, probability, Amortization analysis techniques, Case studies and Asymptotic notions (such as Big-Oh, Big-Omega, Little-oh, little-omega, Big-Theta) then check out these lecture notes (in ppt, 224kb) from California State University.

March 26, 2010 · Amit Bahree

Ubuntu on a HTC Touch Pro 2

Well this is the phone I have maybe some day I will try this - pretty geeky albeit useless. :)

March 9, 2010 · Amit Bahree

Geek moment of the day

(: ¿ɥǝ sıɥʇ sı looɔ ʍoɥ

January 15, 2010 · Amit Bahree

Allowing remote desktop with blank passwords on Win7

I finally got the time to upgrade my MCE with the RTM bits of Win7 (was running an old RC build until now). Given this is a dedicated MCE with nothing else on it and an on an isolated part of the network, I don’t have a password set for the Account I use to login (of course not a recommended practice). Now, I wanted to RDP to the machine and I realised then that Win 7 does not allow RDP with blank passwords by default (Vista behaves in the same fashion)....

December 19, 2009 · Amit Bahree

BizTalk Flat File schema optional attribute issue

I encountered this interesting issue and thanks to Colin we were able to resolve it. There will be situations you will encounter when adding additional optional attributes to a Flat File (FF) schema in BizTalk will cause problems. To get around this you basically will need to set the following properties to relax the parsing of the attributes which break. 1 2 3 - parser_optimization="complexity" - allow_early_termination="true" - early_terminate_optional_fields="true" This got me thinking more and wanting to understand what does changing these attributes mean under the covers....

December 6, 2009 · Amit Bahree

Installing OpenSceneGraph on Ubuntu

If you use the Synaptic Package Manager in Ubuntu 9.04 to install OpenSceneGraph, by default it will install version 2.4.x. However if you want to install OpenSceneGraph 2.8.1 then you need to do the following in a terminal: Modify the file /etc/apt/sources.list (make sure you run it via sudo something like: sudo gedit /etc/apt/sources.list) Add the following two lines in the end and save the file: deb http://openscenegraph.dachary.org/packaging-farm/openscenegraph/gnulinux/debian/unstable/src ./ deb-src http://openscenegraph....

October 25, 2009 · Amit Bahree

Major Network Attack

Wow! Looks like a lot of bots suddenly woke up – major attack in progress. <p> <figure> <img src="images/image_thumb.png" alt="image"/> <figcaption>image</figcaption> </figure> </p>

June 17, 2009 · Amit Bahree

Image detection - how, what, where - any insights?

I don’t have much experience with image detection in a video, and wanted to understand what options are possible – all I know it is not as simple as “CSI” makes it out to be – yet. Here is the scenario: Say I have a remote controlled aircraft (a mini helicopter) which among other things has a camera fitted which is filming over a certain area. I use a training set and somehow “train” the camera to look for certain objects and recognise data points of that object and learn it to recognize that object (for example a human in Pink)....

June 2, 2009 · Amit Bahree

Creating an Event Source via a Reg File

If you ever tried to write to the event log, without an event source for that application created you will get an exception saying something along the lines of that you do not have permissions to create the event source. If an event source does not exist, it is automatically created. The creation of the event source is a privileged operation and requires elevated privileges (a.k.a admin privileges) which of course might not always be possible if running a web application....

May 19, 2009 · Amit Bahree

Upgrading Enterprise Edition to Ultimate (Vista or Win7)

If you are ever in a situation where you want to upgrade say from Vista Enterprise edition to Win 7 Ultimate edition - by default you cannot do this. When you insert your Win7 disc you won’t find the upgrade option available and the only way you see forward is to do a complete fresh install (after backing up your data of course). However, that is very time consuming and of course generally a lot of pain....

May 18, 2009 · Amit Bahree

foldl' better than foldl

In Haskell the foldl’ function defined in the module Data.List is better than foldl because that does not use a thunk . A thunked expression requires an internal stack. As an expression can grow infinitely large, the runtime imposes a limit on the size of this stack. As the simple example below shows that given a large enough input the stack will overflow. 1 2 3 4 5 6 7 8 9 10 11 12 Prelude> foldr (+) 0 \[1....

April 4, 2009 · Amit Bahree

RAID Blues

On my machine running all the VM’s at home – one disk has failed. I have not replaced it, instead marked it as OK and am rebuilding the volume now. Second time this has happened – if it happens once more then maybe it is time to actually replace the physical disc. *Sigh* I hate disc failures.

April 4, 2009 · Amit Bahree

Vista Tip – launching apps as admin

This is probably not new, but I was not aware of it until recently. To launch an application as an administrator you press CTRL + SHIFT + ENTER when using the Search box – instead of just Enter. Pretty cool if you are a keyb guy/gal.

March 17, 2009 · Amit Bahree

MIT’s Wearable 6th Sense

MIT’s Media Lab has a prototype of a wearable 6th sense - pretty damn cool – initially seems to get you thinking “what is the point?”; but sit it out and it will all make sense! Of course the whole “6th sense” is glamorizing it a bit, it is more JIT info. I wonder what happens if your phone is not in a 3G/HSDPA coverage and what the battery drain on the phone is with the data connection always on and how big is your phone bill (most people don’t have unlimited data options on their mobile)....

March 12, 2009 · Amit Bahree

That Cern think explained

I guess since we are all alive , it will be good to understand what that Cern thing really is (pdf). 😄

February 21, 2009 · Amit Bahree

Code is King! Role of a Software Architect

I was looking for something else and stumbled upon this post from Joe where he lists the qualities that makes up a “good architect” (despite the feelings that have been expressed to me in the past ). I have to agree with him and am quite pleased to see that a “typical” Avanade architect would fit the bill. 😄 Inspire and empower people to do their best work. Oversight, but not dictatorship....

January 27, 2009 · Amit Bahree

Problems causing Win 7 to shutdown slowly

I am having issues with Win 7 – keeps hanging (will post that another time); but I like the irony of things causing this (see screen show below). BTW, if you can get to the Performance Information and Tools via Control Panel => All Control Panel Items =>Performance Information and Tools => Advanced Tools.

January 27, 2009 · Amit Bahree

EC2 for Windows now available

Amazon’s EC2 is now available for Windows – squeaking in just before PDC was to kick off. This is quite exciting as it allows you to scale out and try something at a very low cost on Windows. If you want to manage your EC2 environment, you can use the Firefox add-in called Elasticfox ; there is also a C# library which wraps EC2’s web service API making them easier to consume from ....

October 26, 2008 · Amit Bahree