Title text:
‘They really shouldn’t let those small cars drive in traffic. I worry I’m going to kill someone if I hit one! They should have to drive on the sidewalk, safely out of the way.’
Transcript:
Transcript will show once it’s been added to explainxkcd.com
Source: https://xkcd.com/3167/


You’re basically asking for what slate promises to be.
Also, you totally didn’t say it, but I feel like whining about it so: A lot of people think that the infotainment in cars could be stripped out to lower the price, but a big touch screen is actually very cheap and it might even be more expensive to have a bunch of bespoke buttons per model, so really, the idea of a gutted out vehicle wouldn’t save any money. The only actual money savers would be in areas like the suspension, build quality, engine size, that sort of thing.
Perhaps, but having tactile options like buttons and dials is considerably safer as the ui can’t change and you can keep your eyes on the road
Correct me if I’m wrong, is Slate not Amazon backed? No judgement either way, I just know that rubs some lemmings the wrong way
My understanding that the “Amazon backed” was a comparatively small portion of the funding, and largely to generate an air of legitimacy for the normies.
Absolutely fair, the more I know. Thanks for the clarification!
Oh don’t worry, it isn’t! Its just backed by Jeff Bezos himself…
Yeah…
This world sucks, and sometimes you gotta make some shitty pragmatic choices. I would judge someone harshly for a Tesla but less so for Slate given that 1. Jeff isn’t so openly racist so much as being a greedy bastard of a human being, and 2. Slate is backed by him but not fully owned by him.
Ah the fun of the world we live in…
Yeah 100%, I’m fully on board with your reasoning. I’m continuously arguing with myself over a Bronco or a Tacoma (only modern backcontry capable vehicles with manuals I’m aware of), so I do NOT have a moral high ground here haha
You don’t need software developers for a button
While you do not need software devs for a button, once you have enough buttons doing enough things controlling them with a computer becomes much easier than controlling them using mechanical circuitry. This is the whole reason for SBCs like the Arduino, so people can make the transitionary step between “my project is simple enough to have physical logic built into it” and “my project is so complex it no longer makes sense for me to hand build the logic”
If you haven’t messed with physical logic gates before, I recommend it! If you don’t have a physical workspace to do it in, Minecraft actually Makes a ‘great’ sandbox for playing with logic circuits. Superflat Creative worlds are the bomb for that.
Start with a simple yes gate, then learn a not gate, then an And, then an Or, and build up from there!
You’ll find very quickly that once you need persistence involved, projects with physical logic can scale massively with each additional bit of storage added. Doing something with that storage? Good luck! As a result, nowadays we pay someone for a tiny computer they already made, and program it to make our buttons do stuff, instead of just having the buttons do stuff directly.
Edit: removed a word, analog does not mean mechanical, mea culpa.
Depends on how the button works
You need someone to figure out how to get the car to interpret that button press. Whether it’s an electrical engineer or a dev doesn’t make too much difference to the argument.
the software route actually makes a bit more sense at scale, as you can abstract all the same functions into the car’s computer regardless of what human interface device is activating that function.