« Archives in March, 2018

LA County Airshow, 24 Mar 2018

Weekend Project: Raspberry Pi Cluster

This device will not self destruct in 10 seconds (fingers crossed). So what is it?

It’s a super-computer! Well, okay, not entirely. It *could* be a cluster supercomputer, if these raspberry pi’s came with more ram. Each board actually has enough processing power to make a decent cluster. However, each board only has 1GB worth of RAM, and there’s no easy way to upgrade this – the architecture of these single board computers isn’t very extendable in that respect.

If you could get a raspberry pi with expandable memory slots, or if each came with, say 8GB of RAM, you could chain them to form a very nice supercomputer cluster.

So why do I want it? (Because I’m a neeeerd.) It is set up like a supercomputer. Right now I have the one head node (hedgehog), and two computing nodes (hedgehog_n1 and hedgehog_n2). I intend to play around a bit with the high performance computing software libraries (MPI, petsc, and so on) at use at work on a “supercomputer” that I own and control. I also want to further self-educate on how to set up, administer, and write software for supercomputers.

Further evidence of my nerd credentials: Stare into the abyss that is my desktop. Yes – that is an image of several VNC sessions with the nodes of my device, running inside a linux virtual machine, running inside my main windows PC.

Computers all the way down!

Computers all the way down!

The total cost of this project, btw, is ~$150. If I want to start throwing together a real supercomputer, I imagine the software and architecture will be the same, I’d just need to upgrade the hardware. (There are nice higher power small-form-factor fanless computers available from IBM, but they’re more expensive.) I figure I’ll shake the software products out first, then scale up.

Electronics Lab Pics

Finally found where I had stashed these photos:
October 2017: I’m reassembling my electronics lab in the new house I’m renting.
Here is that 3d printed dowel-truss shelf that I made. I wrote some python scripts that create STL files for dowel-truss brackets. You specify the nodes, it gives you what to print, then you cut the dowell rods and assemble.

Electronics Lab

Electronics Lab

Here is the older, messier version: 2016

20170506_184343

Petrified Forest: Sep 2017

These are some pictures taken at the petrified forest, as I traveled from Ohio to Palmdale CA for my new job. I actually zigzagged around the country a bit to visit some friends and family in Kentucky, Colorado Springs, and Los Alamos.

Pictures were taken 26 Sep 2017. It’s been about a year: I really need to buckle down, sort these things and post them, like I told myself I would. 😛

Brief stream of consciousness on driver-less cars

Every so often I’ll see an article extolling the future of driverless cars and threatening the obsolescence of people owning and controlling their own vehicles. The fact that all of these articles are playing on fear is telling: They aren’t enticing customers, they are threatening them. Nevermind the technical issues surrounding attempts at autonomously navigating a chaotic and complex world: My problem with the way “driverless cars” are being pushed is that they’re being *pushed*. They aren’t being sold to customers the way any of industry’s great success stories are being sold. Think about the personal computer. Think about the internal combustion engine.

Think about the way Windows 7 was sold to customers as a personal operating system, vs. the way Windows 10 was pushed on them (breaking computers and wrecking data in a process that I’m amazed Microsoft got away with legally). The way users are constantly being threatened with “dumb info-appliance terminals that you can rent as a service”, aka “you don’t need that much computer.”

—–

With any successful product which actually changes the world, people have an incentive to buy it because it is a tool they can use to solve their problem. It is *their* tool which *they* can use to solve *their* problems. If someone comes up with a driverless system that lives in the dashboard of a car the user owns, (and therefore *controls*) that the user can turn on and off at will – a sort of advanced cruise control (and given the limitations of computers understanding the world, that will be *necessary*): That would be a way to sell automated cars to customers. Pushing for a utopian (almost all utopias are dystopias because they are fundamentally disempowering) future where “you don’t need a car, you can rent from some fuedal overlord who owns all the cars” is exactly as attractive to me as the people pushing dumb terminals “you don’t need a whole personal computer – what are you going to do with it? Just rent applications from the cloud.”

In one presentation by a grad student working on an avionics problem, a business jet crash was outlined: A pilot was trying to land a business jet but couldn’t deploy the landing gear. The jet continued circling the tower while the pilot fought with his computer. Apparently the avionics were programmed so that the pilot couldn’t deploy the landing gear if the flight computer thought it was above a certain altitude. The alitmeter wasn’t working because the pitot probe got clogged with something while flying. Eventually the pilot ran out of gas and had to make the attempt: He belly slid across the runway and spun out into a hangar.

The lesson the person doing the presentation *wanted* us to take from this was “we obviously need *smarter* avionics that can combine two or more pieces of info!” A professor from the combustion lab stood up and asked the obvious: “Why didn’t the pilot have an override?!” The grad student stared at him like he had grown two heads: “Why would you even *want* that?!”

There seem to be two deep philosophies at war in how products and systems are being designed in the modern world. In one, technology is supposed to empower the user to do something, in the other technology is supposed to control the user and funnel him into some pattern of working or living that the designer wants. One is something people will actually buy of their own free will. The other is something they’ll have to be forced into somehow. (Or perhaps, one is something the operator would buy, the other is something someone who thinks they ‘own’ the operators might buy if they are sufficiently arrogant about “replacing them”.)

There seems to be a fundamental lack of respect for the customer, owner, operator, pilot, what have you.