Category Archives: Technology
Opera Mini on the iPhone, for now
So, today(2010-04-13) it was announced that Opera Mini for the iPhone had been accepted by Apple and in deed it was revealed in the Appstore within a few hours. Many have written on the loophole that Opera used to make this happen; Opera mini isn’t technically a browser, it can probably be more accurately described [...]
Gentoo Installation Bullet-point List
I install Gentoo often enough that the Gentoo Handbook is way too verbose, but not often enough to memorize the steps involved. This list is meant mainly for me, but also for anyone who is comfortable enough in Linux to know what to do with a description like “Partition disk and create file systems”. Config [...]
C++/CLI Converting from String to wchar_t and to char*
I recently started working on a managed wrapper for the Terminal Services API, and as my C++/CLI is a bit rusty I ran into some issues which I’m sure are common when trying to handle the impedance mismatch between the managed and unmanaged worlds. I’m going to take a look at one of those issues [...]
Using the GPL as a Dual-Licensing Monopolistic Haven
Can a company control the use of their software intellectual property more completely if they release it under the open-source GNU General Public License (GPL)? I hadn’t really thought about it before, but while researching the OSS position of MySql I read an interesting post on Michael Meeks’ log that alludes to something of this [...]
Also posted in Editorial, Open Source Tagged copyright assignment, FOSS, mysql, opensource Leave a comment
Jeff Atwood of Borg-StackOverflow Careers Assimilation
I’ve found StackOverflow to be a fun and vibrant community as well as an almost daily touchstone for programming and tech problems. Because of my enjoyment of the site I’ve started listening to the StackOverflow podcast with Jeff Atwood and Joel Spolsky (my opinion of which is another post altogether). I’ve found Jeff to be [...]
Subclipse for SVN on Eclipse CDT
Subversion is a great way to work on code in a collaborative fashion. There are a couple subversion plugins that work with Eclipse, one of them is called Subclipse. To install Subclipse in Eclipse goto the Help menu and choose “Software Updates…”. Once the “Software Updates and Add-ons” window displays itself we need to add [...]
USB Communications Device Class on 64-bit Windows
There is a class of device specified by the USB-IF as a Communication Device, this class was meant to to include devices such as modems, and network adapters. This specification is detailed as the Communications Device Class (CDC). Ever since USB has replaced RS-232 as the predominant method of peripheral connection there has been a [...]
Windows 7 RC Fish
When the Win7 beta was released Microsoft had a witty default background greet new users. The background consisting of a Betta (get it? beta, Betta?) fish and 7 bubbles was a well-done, light and colorful. Now that the Win7 RC is in the hands of the masses the Betta background doesn’t seem to fit. So [...]
Posted in Technology Tagged Beta, Betta, Fish, RC, Release Candidate, Win7, Windows 7 Leave a comment
Linq Aggregate Empty Sequence