View on GitHub

Quorten Blog 1

First blog for all Quorten's blog-like writings

Wow, it’s been a really long time since I haven’t written this down. On installing operating systems. How do you do it? That depends on the operating system. What holds consistently across all operating systems, though, is that the number of steps to do so is subject to vary. At first, the process was simple. It only involved a small handful of steps. But then as the software involved got more complicated, the steps increased to a point where people developed automated installers to help them out. Yet, here’s an even more subtle point. What do you do when you’re just before the point where you should develop an automated installer? Do you create the automation system, or do you push on, just doing one more step manually? This is a really hard question to answer. It is even harder when you try to put a beginner in this position. Oh, they weren’t considering beginners. Or oh, yeah, they’d like to develop an automated installer, but it’s easier to just type the commands manually one more time than to develop the automation system. Or maybe they really want to understand how the system works internally, and to do so, they prefer to do more steps manually.

It depends on how rapidly they want to grow their community. If they are not anticipating community growth, then the commands will remain long and baroque. Plus, there will be very little in the way of documentation. If they can barely afford one techie, and that one techie manages to work in that environment, that’s all that matters, the cheap do-getters say. And going cheap economically sometimes makes sense, they say. Yes it does.

Read on →

Why is it so hard to get a Libre smartphone? I guess for now, I’ve just got to assume that there are no perfect solutions at the moment.

The Neo FreeRunner has been discontinued. You’ll have to look elsewhere for a Libre smartphone.

20150906/https://en.wikipedia.org/wiki/Neo_FreeRunner
20150906/https://en.wikipedia.org/wiki/List_of_open_source_mobile_phones
20150906/https://en.wikipedia.org/wiki/Replicant_%28operating_system%29

Oh yeah, this is a great article to show to newcomers who are anticipating designing a user interface.

20150906/http://www.itworld.com/article/2977757/windows/its-still-windows-95s-world-we-just-live-in-it.html

What is inventory?

2015-09-06

Categories: inven-sys  
Tags: inven-sys  

What is an inventory? Well, an inventory is different things to different people. To an insurance company, it is a listing of things for which replacements may need to be purchased. For a police department, it is a listing of belonging that may need to be recovered in the event of a theft. For a business, it may be a list of goods that are ultimately going to be sold or consumed in a business process. For a theater technician, it is a list of props or artifacts that are needed for a play or movie. It could also be asset tracking. My inventory system aims to be a general purpose solution that is suitable for all of those things and more. Yes, I know, very ambitious.

So, you were talking about different density levels for data on objects in inventory? Talk ABC analysis, as in “A items,” “B items,” and “C items.”

20150905/https://en.wikipedia.org/wiki/Inventory
20150905/https://en.wikipedia.org/wiki/ABC_analysis
20150905/https://en.wikipedia.org/wiki/Stock_Keeping_Unit
20150905/https://en.wikipedia.org/wiki/New_old_stock

Do you feel like someone is remotely jittering your mouse? Well, for one time that I felt like that, I created this HTML page to try to communicate with them, which they would purportedly see through their remote desktop access to my work computer. Note that this works well with high school computers, but in the end, there probably wasn’t anyone on the other end with remote desktop access to my work computer. What I now learned that was probably happening was due to the particulars of my hardware setup. I had monitors connected via DisplayPort/Thunderbolt plugs. Thunderbolt is a high-performance DMA-based protocol. This means that glitches on the wiring and interface can mess around quite a bit with the state of the computer itself. Or, even more likely was that the Mac’s touch pad design has a tendency to glitch up due to sub-optimal thermal design eventually causing random glitches on the touch pad.

But, anyways, here is the HTML that I’ve written that you might take interest in reusing. A nice snippet to start with, I must say.

notifier.html:

Read on →