Live on a thumb drive?

With USB drives of 128-256MB now commodities, is it possible to carry your: Internet Favorites, My Documents, Outlook .pst and Outlook settings on your keychain? The real question is whether its possible to either:

  • set the appropriate user directories to a drive that disappears when the flash drive is removed …
more ...

The OneNote API: Hints Only

Donovan Lange has posted the first concrete info on the OneNote Service Pack API. Unfortunately, he doesn't quite give enough details for even a hacking attempt: we'll need the XML schema that describes import data and how to construct the GUID required by the "navigate to page" function.

more ...

Microsoft and The World Poker Tour

There's a show called World Poker Tour. Every week they show the final table of 9 players from a tournament in which a couple of hundred people compete. Week after week, this is what you see:

  • A small elite of tournament pros who get to the final tables time after …
more ...

Cruel and Unusual Music

From the AP wire:

FALLUJAH, Iraq - In Fallujah's darkened, empty streets, U.S. troops blast AC/DC's "Hell's Bells" and other rock music full volume from a huge speaker, hoping to grate on the nerves of this Sunni Muslim city's gunmen and give a laugh to Marines along the front …

more ...

NCollection

This is quite interesting. Open source Implementations of the missing data structures of the FCL: linked list, doubly linked list, tree, skip list, heap, etc... Focus is made on robustness, standard conformance, documentation and testing of the collections.  via [Sam Gentile's Blog]

\<

p dir=ltr> So the cool kids have …

more ...

Longhorn Sample: RSS Reader (Like, Out Loud)

Jason Nadal has posted an RSS reader that uses the Longhorn text-to-speech APIs to actually read you the morning news while you do other things. Includes sourcevia [Marquee de Sells: Chris's insight outlet]

I love sample code that is actually helpful...

more ...

Web Wizards, without the mess

via William Bartholomew:

Fritz Onion has posted an interesting article about how to write ASP.NET projects without using Web Projects and the associated bindings to IIS etc.

http://staff.develop.com/onion/Samples/aspdotnet_without_web_projects.htm

TTFN - Kent

via [Kent Sharkey's blog]

I've had this post in …
more ...

Win32 to .NET Cross Reference

I haven't seen this referenced before:

Microsoft Win32 to Microsoft .NET Framework API MapMicrosoft Win32 to Microsoft .NET Framework API Map

via [Eric Gunnerson's C# Compendium]

Nor have I.
more ...

Efficiency of iteration over arrays?

Which one of these three loops is the most efficient? How can I prove the answer?

I've listed the source code below. The three loops are:

  1. ::: {.MsoNormal} Foreach over an int array :::

  2. ::: {.MsoNormal} Simple for over an int array :::

  3. ::: {.MsoNormal} For over an int array, hoisting out the length value …

more ...

$14 DIY steady-cam

Some guy managed to build a DIY "steady-cam" for \\(14 (those things which help keep TV crews keep their videocameras from shaking while they're running around shooting reality shows), which might not sound like a big deal until you realize that a professional Steadicam (that's the brand name) costs around …

more ...