Startup Tips

They have a bunch of excellent startup tips over at ReadWriteWeb. Live them, breathe them and most importantly follow them – this is a list I wish I’d had when I started my first company (even though we ended up doing most of what they said, we had to learn it the hard way).

Posted in General | Leave a comment

Kensington Bluetooth 2.0 USB Adapter Model 33348 Under Vista 64-bit

To get this working with Vista x64, first run cmd.exe as administrator and run the following command inside it: bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS

After this is done grab Broadcom’s drivers for the chip and run it. This updater will download a 33mb install file that it will run automatically which will install a series of drivers and associated Bluetooth stuff. You’ll get 8 or so popups asking about unsigned drivers – hit allow for each of them. At the end of install it will bitch about not allowing one of the unsigned drivers to load – I think this is ok and is DUN related but I don’t use DUN so that feature may or may not work.

Please post your experiences in the comments.

Update 4/28/2008 – People are reporting more success with drivers linked from comments #10 and #11.

Posted in 64-bit, General | 30 Comments

09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0

Bravo Digg Personally I don’t think that DRM does anything except inconvenience legitimate users, pirates will always find a way to get the content out and it only takes one pirate to rip a movie and make it available to tens of thousands of users. I can say it sure inconvenienced me when my shiny new HD DVDs refused to play on Windows XP with WinDVD when it detected I didn’t have a HDCP compliant monitor.

Why am I posting this hex string as this blog title? I just happened to like the numbers when I saw them in a DMCA takedown notice sent by Proskauer Rose LLP on behalf of the AACS Licensing Authority. Lets forget for the moment that they’re attempting to label a number as a circumvention device. If they’re going to start putting this number in public documents I see no way they can take action against people talking about it anymore – you can’t claim that something is private knowledge when you caused it to be in the public eye (at least that’s my non-bar certified opinion). Back to the number, I know the DMCA takedown notice requires certain things in order to be used and that they had to label the number as a circumvention device in order to invoke the mighty powers of the DMCA but how can a number be a circumvention device? That’s a very good question. Now computer source code that makes use of that number could be classified as a circumvention device but where will the court system draw the line between an open source implementation of the AACS spec (based on documents the AACS has published on its website and which uses industry standard algorithms) and a circumvention device?

That my friends, is the golden question. I can only hope that if this ever becomes a case, that it makes it to a court where there is a technically competent judge or one who is willing to learn from industry veterans and not just MPAA / AACS cronies.

Posted in General | Leave a comment

64bit Vista Xbox 360 Controller Drivers

If you haven’t been able to find 64 bit Vista drivers for the Xbox 360 Controller you can download them here I randomly came across them on the Microsoft Gaming Software site – they aren’t available on the normal Microsoft Downloads site.

Note: connecting a wireless controller to a PC via a Play and Charge cable will not allow you to use it as a controller – it will only charge it. In order to use a 360 Wireless controller in Windows you need a Wireless Gaming Receiver

Posted in General | 26 Comments

64-bit Filezilla for Vista x64

So I just managed to get a 64-bit version of Filezilla to compile for Vista x64 – FTP and SFTP seem to be working fine although I haven’t had a chance to check proxy or FTP+TLS yet. I’m off to Mammoth Mountain for a weekend of boarding and then I’ll make a beta release right here for the rest of you to test. The only thing I really had to change was disabling the IDNA support (Internationalizing Domain Names in Applications) since it uses libidn which I haven’t been able to get to compile under Visual Studio.

Things would be much easier if there was a 64-bit version of gcc for windows.

Posted in Coding | 6 Comments