Posted in Linux, Software, Windows

New Linux Mint convert

Last Christmas I bought a new ASUS TP200SA netbook(?) for my wife. It was familiar as I have the ASUS C100PA Chromebook, and I love it. This ASUS however came with Windows 10. She wanted it as a windows box as she was sure she needed windows to do some of the work she wanted to do. A false premise, I know, but one that a lot of people have.

And it worked Ok, at first, however Microsoft should never get into specing hardware, in this case, in an effort to produce a Chromebook ‘killer’ that used a similar specification. duo-core, 2GB ram and 32GB of storage. And while this works for a lightweight OS like ChromeOS, this is nowhere near adequate for windows 10. And the issue raised it’s ugly head with the first ‘Update’ that Microsoft forced down on the users who own these.

It doesn’t work, would never have worked, so MS has produced another dud of a product. Don’t buy one of these for Windows 10, you will hate it.

The good news is that I did my research beforehand on this laptop, and there were several people managing to get Linux to boot on them. Mosly having to delete the entire windows 10 partition. So knowing I had a solution I bought this. And when the wife finally got too frustrated with making Windows work, she ask me to convert it.

The previous Linux geeks were using things like Fedora but I wasn’t enamored of that distribution. So I tried out my favorite Linux Mint 18.2 and performed the steps I found here: TP200SA Linux Success! except where they used Fedora I used a live USB stick for Linux Mint 18.2. This work great, and I showed my wife how to use the install after she tried out the live USB.

Everything when great, and the install worked even the touch screen, a good surprise. However on the first reboot to the internal ‘ssd’ in the TP200 the track pad did not work, the touch interface work and I assumed that there was a setting that needed to be changed. Not! But after googling the Elan touchpad, I found this: Elantech Touchpad not working

had the same problem. After googling a lot I found a workaround: in /etc/defaut/grub

sudo nano /etc/default/grub
I added i8042.reset to the line GRUB_CMDLINE_LINUX_DEFAULT

GRUB_CMDLINE_LINUX_DEFAULT=”i8042.reset quiet splash”
and then

sudo update-grub
Finally after a restart the touchpad works fine (multitouch included).

And then after I rebooted, it all worked. It does not auto switch to ‘Pad’ mode, but the wife never used that feature anyway, she is delighted to have dumped Windows, and with the addition of the Chromium Browser it synced up with her other Sony Laptop, and she’s using the touch screen all the time. Win!

Posted in history, IT Issues, Personal, Software

I.T. as street vendors

Yesterday while talking with a colleague, I was trying to get a cross the idea the most ‘programmers’ don’t understand what goes on inside a computer. And his response was, “Does it matter any more?” and while it took me back, I had to respond, “No!”  After sleeping on it, I came to a revelation of sorts.

Current IT is equivalent to being a Hot-dog vendor on the street.

And while we IT/CS folk might try and elevate our profession to that status of demigod status we are merely vendors of what the computer can DO!‘  We don’t create the computer, we splash condiments on the hot-dog, and sell it as computing.  We don’t even make the condiments anymore, call them libraries, functions written by gnomes in dark caves.  And don’t even mention the buns, the dressing ,the cover, beyond us.

In the early days of computing, the common question was, what do I use my computer for. And the first answer often was, you could put your cooking recipes in it.  Creating the first cookbook you needed to plugin. The computer is still the same, just that the cookbook has gotten more sophisticated.

I have harped for years that the ‘hardware’ of computing has crippled real advances in computing, more and more systems are opting for generic in their selection of Hot-dog instead, choosing to dress it up with more and intriguing spices and toppings, things like AI and Neural Networks.  While these latter are more sophisticated and sexy, they are more or less toppings on the same Hot-dog.

Posted in history, Software

MicroSoft Weasel Words

The boys at the office have been experimenting with Redis at the office however the server they were using was a Windows Server, and therefore the Redis database was running on Windows. So I took a look at the ‘release notes’ from Microsoft and their ‘Lawyer Speak’ was all over it.

 

MSOpenTech™ Redis on Windows

We strive to have a stable, functionally equivalent and comparably performing version of Redis on Windows. We have achieved performance nearly identical to the POSIX version running head-to-head on identical hardware across the network. Aside from feature differences that help Redis take advantage of the Windows infrastructure, our version of Redis should work in most situations with the identical setup and configuration that one would use on a POSIX operating system.

Having seen this type of language from Microsoft before, in ‘Open’ products like LDAP and ODBC where Microsoft would alter the implementation specification standards to suit themselves, I am wholly obliged to translate their opening paragraph into English for those who don’t ‘get it’. The paragraph should read as follows:

Microsoft’s Proprietary version of Redis for Windows
We have not managed to achieve a stable, functional equivalent or comparably performing version of Redis on Windows yet. We have managed to produce performance almost as good as a POSIX version running head-to-head on identically throttled networks connections. Aside from the changes we had to make to enable it to work within a Windows infrastructure, our version of Redis (using a Microsoft infrastructure) could almost perform using a setup and configuration that looks like a Posix operating system.

Reads a bit differently doesn’t it.

I have warned the developers here not to implement a production system based upon Microsoft’s version of Redis. I do not have anything against Redis, just the dark hole MS expects developers to jump into again.