Random aside: How can Blizzard so totally screw up the Warcraft III remaster yet knock it clean out of the park with the Switch port of Diablo III?

Being a Palm OS developer at one point, I was the opposite of amused to see Garnet wither and die on the vine.

//

streakmachine.10centuries.org.

The last time I was truly impressed by HP was 1991. They had released a model of the Vectra that was only a 286 but the thing was amazingly fast and responsive.

//

streakmachine.10centuries.org.

I'll never understand how they allowed their fall from the top. Almost every wound on the way down was self-inflicted. You could write a sizable book describing each and every one.

//

phoneboy.info.

Markdown has more flavors than Baskin Robbins.

eee-eye-eee.io.

'''
[root@server ~]# ls -l install.log
-rw-r--r--. 1 root root 68933 Mar 26 2008 install.log
'''

It's a tad older than that. 5.1 was released in 2007.

matigo.ca.

The diagnosis I should give is, "Lose the RHEL 5 box".

matigo.ca.

Of course, I'm tracking down a very odd bug involving IPP print shares between Windows 10 and an ancient version of CUPS running on RHEL5.

Not like I have anything better to do.

This is now the second release MacOS release where I'm no longer paying attention. I kind of miss being "in the loop"

//

phoneboy.info.

I don't think it is possible to trivialize, more, serializing a generic collection and saving it to disk.

try {
string jsonText = JsonSerializer.Serialize<TechniqueList>(techniqueList);
File.WriteAllText(pomodoroFile, jsonText); }