Mmm, software

Wednesday, May 05, 2010

My hatred of Microsoft is justified ... yet again

›
There are two different schools of thought when it comes to being a vendor of very large software used by millions of people : Move your sof...
Tuesday, May 04, 2010

Fixing telnet disconnects

›
I've recently been working with a lot of embedded systems via telnet, and I'll frequently forget to disconnect my session before phy...
Wednesday, April 21, 2010

Resolving slow SSH login times

›
At work, like most other organizations, we have a Linux server that we access via SSH. However, lately, I've found my use of it skyrock...
Tuesday, April 20, 2010

Two bash functions that will make your software development life 10% easier

›
... if you use SSH to move between machines a lot. Which I do. I have several machines that I work on regularly, and a centralized develop...
Saturday, April 17, 2010

Copying files in linux

›
Lately I've been doing a lot of embedded development with Linux, and copying files between systems has been a bit of a pain. Fortunately...
Sunday, April 04, 2010

WTF ?! Windows (as of Vista) no longer supports multiple different monitors!? WHY ????

›
Apparently, as of Windows Vista and later, Windows no longer supports multiple video cards that don't use the same driver !! Why ? I us...
Saturday, January 23, 2010

Seeing where Perl looks for its modules on a system

›
Because we have very limited space on some embedded devices that we use that run Perl, we can only store a very few modules on these systems...

Embarking on a Perl journey

›
A long time ago, in a job far, far away, I had to deal with some Perl. I learned just enough to get me by for the duration of the task at h...
Thursday, January 21, 2010

Setting up Tomcat (5.5) on Ubuntu Server 8.10

›
I recently ran into some old quirks when provisioning a new server for our company's web applications on Ubuntu 8.10 (Intrepid Ibex). B...

Dumping just your schema with MySQL dump

›
A simple one-liner : mysqldump -u root -p mydatabasename --no-data=true --add-drop-table=false > test_dump.sql With this command, you...
Tuesday, January 12, 2010

The Curious Case of Damned DataIntegrityViolationException

›
In one of the projects on which I contract, we recently started encountering a problem importing and parsing text record files into our syst...
Wednesday, December 30, 2009

Composing XML in C# 2.0 or later

›
When testing some custom XML serialization I was writing for a project, I ran across a quirk of the XmlWriter created by XmlWriter#Create() ...
Tuesday, December 22, 2009

Visual Studio (2010?) Debugging Gotchas - Part I

›
I recently ran across a problem where I was trying to debug some code and the Visual Studio debugger wouldn't stop in my class. It woul...
Friday, December 18, 2009

Tricky styling issues in WPF

›
For about the last 8 or 9 hours (spread across two days) I've been troubleshooting a styling issue in WPF. I have a list of items that ...
Friday, December 11, 2009

Generating XML objects from a schema in .NET

›
In my last job, I frequently made use of the JAXB library provided with the Java SDK for object de/serialization. I chose to generate my sc...
Thursday, December 10, 2009

Useful GIMP tricks - Batch file conversion

›
Now that I've started having to do a lot more documenting for my job, I've found myself importing a lot of pictures taken as steps i...
Thursday, December 03, 2009

Subtleties of Perl - Reading files

›
I've recently begun a new job, and with it has come a whole new segment of the software development universe. The new job uses a lot of...
Tuesday, November 10, 2009

Tweaking visual studio

›
I've recently begun using Visual Studio 2010 Beta 2 more and more as I have increasing amounts of work that require .NET. In order to k...
Tuesday, September 29, 2009

Using the MySQL EXPLAIN statement

›
Recently I had been having trouble with queries on a certain table in a system that I've been maintaining. I had gone through just abou...
Friday, September 18, 2009

Ubuntu 9.04 servers slow to login

›
Recently our production system's servers have been getting progressively slower, and it has finally gotten to the point where it's m...
‹
›
Home
View web version

About Me

Alex Marshall
View my complete profile
Powered by Blogger.