Microsoft .NET now Open Source?

This is a turn up for the books. Who would have thought this would even have been a option a few years back. Microsoft is open sourcing .NET, making the source available on GitHub, and even plans to make the framework cross platform to run on Linux and Mac – more here.

One can only speculate that they feel pressured to do this for .NET to stay relevant, and/or to expand it’s usage to other platforms outside of Windows? Given the accelerating trend to deploy to the cloud on virtualized platforms (in most cases on OSes almost certainly not to be Microsoft Windows), maybe Microsoft sees this as a strategic move for them to keep their development framework an option in this changing landscape?

Mac OS X Yosemite

Ars Technica has a fantastically detailed review (25 pages) of the latest OS X release, Yosemite. I’m browsing though the article as my 5.1GB download is slowly coming across the tubes. Maybe sometime tonight it will have completed and I’ll be ready to install 🙂

In the meantime, I’m wondering whether I like the ‘flat’ UI look, and prefer the 3d style icons and shadows in my dock, but I’m sure I’ll get used to it.

Mounting Atari ST floppies on Ubuntu

I’m transferring some apps downloaded for my Atari ST (don’t ask) to floppies that are formatted with 80 tracks and 8 or 9 sectors, on double density disks (formatted on the ST). From what I understand these are MS-DOS readable but not exactly FAT format. Anyway, they don’t seem to mount by default on Ubuntu as it doesn’t know what format they are, but forcing a mount with this seems to work:

sudo udisks --mount /dev/fd0

seems to do the job (tip from here)