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?
@streakmachine Being a Palm OS developer at one point, I was the opposite of amused to see Garnet wither and die on the vine.
// @matigo @phoneboy
@streakmachine 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.
// @matigo @phoneboy
@phoneboy 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.
// @matigo
@matigo
'''
[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.
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.
@phoneboy This is now the second release MacOS release where I'm no longer paying attention. I kind of miss being "in the loop"
// @matigo @streakmachine @peemee @joeo10 @axodys
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); }