ASIO4ALL

The [Propellerhead forums] made a reference to [ASIO4ALL], which is a program that lets you tweak your audio devices and place them on a single device driver. This is especially useful for programs like Reason Record. The best part is this is a free driver. It works on Windows-7 64-bit and the control panel shows in the system panel as soon as the device driver is in use.

ADO.Net SL3 and Cross Domain Support

Unfortunately, I found today that when using ADO.Net in Silverlight 3, some policies weren’t being used preventing cross domain data services from working. There are two policies that can enable cross domain usage. [ClientAccessPolicy.XML and CrossDomainPolicy.XML] each can enable cross domain features, but these are not used by Silverlight 3. There’s a [big workaround] but it’s not what I’m looking for. I’ll catalog this failure with [SL3 not supporting LINQ joins].

Luckily [Silverlight 4] will have “enhanced” support for cross domains and ADO.net.

Development Update

Last week I was working on a unit placement feature in a level editor. I made a nice painting feature for doodads. Doodads are random stuff that appear a level that don’t do anything other than display a graphic. Doodads are stuff like bushes, or trees, or rocks. The feature paints the ground anywhere you place a doodad. For example, if you place a tree, leaves would be painted on the ground around the tree. This week, I’m working on fences, roads, and railroads. For the last year, I have mainly been using C# and [Unity3d].

LINQ

I started doing some strange C# LINQ coding today. The syntax compared to the usual C# that I’m used to is unusual.

var record = from a in Service.tbl_a
   join b in Service.tbl_b on record.field equals b.tbl_a.field
   where record.boolField
   orderby record.field
   select record;

Scripting Games

I recently used a brand of Selenium to script a web based game. [Molybdenum] uses an XML based recordings and runs them as tests. In my case, I played a web based game and recorded some common actions. Like buying hammers and putting money in the vault. I put a [Loop] around my script and now every 10 minutes the game is automatically running my script. Molydbenum runs as a Firefox add-on and is super handy.

Replace LAN Phone with VOIP for $7.95 a month

I was paying $60 a month to keep my LAN phone and I didn’t want to cancel because I would lose my home phone number. [3JAM] let me port my local phone number and forward calls from my home phone to [SKYPE] for just $5 a month. With Skype for just $2.95 a month you can make unlimited and local and long-distance calls. 3JAM let’s you connect to one Skype account. If you want forwarding to more than one Skype account, for $2,95 a month you can get a Skype virtual number and have 3JAM call forward to the virtual number when calls go to your home phone number.

Mouse rant

I got a bluetooth mouse from Amazon. It’s a Logitech mouse V470. I couldn’t tie the middle mouse button to a middle click given the software. I sent this rant to Logitech support.

——

I can’t believe that this product was shipped. You have a 3 button mouse. There’s really no excuse that you didn’t check that all 3 buttons work.

The software only allows the middle mouse button to be tied to zoom functionality.

I want to tie the middle mouse button to the middle click. This isn’t rocket science.

Please post a software update to this trivial problem.

Peeved customer,

~Tim Graupmann

—–

Reference #
090626-001959

—-

And of course right after I send the mail, I figured out how to assign the key. Doh! Bad interface design.

Vista SP2 (bad idea)

I installed Vista SP2 and that was a bad idea. I can no longer connect to my network via the [Netgear WN121T adapter]. I get an error [The system cannot find the file specified]. Be sure to install that Netgear (optional) network Windows Update or you may find yourself stuck.

This device is not working properly because Windows cannot load the drivers required for this device. ([Code 31])

Click ‘Check for solutions’ to send data about this device to Microsoft and to see if there is a solution available.

It turns out Vista SP2 failed to install. [122602]

Service Pack did not install. Reverting changes. Do not turn off your computer.

I’ll try installing the SP2 from Safe Mode. No luck.

Service Pack did not install. Reverting changes. Do not turn off your computer.

Good thing they have a SP2 readiness tool:

=================================
Checking System Update Readiness.
Binary Version 6.0.6001.22375
Package Version 5.0
2009-06-24 10:20

Checking Deployment Packages

Checking Package Manifests and catalogs.

Checking package watchlist.

Checking component watchlist.

Checking packages.

Checking component store
Summary:
Seconds executed: 2429
 No errors detected

Synergy

[Synergy] is a great open source tool that ties your keyboard and mouse input together across multiple computers as though it was the same computer. Synergy runs a client and server and sends network traffic over TCP which connects Windows and Mac input together. You can even share clipboards. [Engadget] has a detailed article on how to setup your configuration.