Everyone is laughing at Ted Nugent for saying "why no lockdowns for COVID-18", but people aren't likewise laughing at tech CEOs for saying "we can do X online but not vote?".
The answer is because a small amount of fraud/mistakes are acceptable for X, but not for voting.
Credit card fraud accounts for like 0.5% of all purchases. Imagine if 0.5% of votes where fraudulent. Uber is full of GPS problems (arriving and getting you to the destination), and drivers routinely game the system to get the most profitable riders.
Moreover, the most important part of the voting system is trust -- trust that the system hasn't been hacked either by foreign hackers or the elites who run/administer it. That's vastly easier to demonstrate with a paper trail than the magic of computers.
In the 2020 US President election, the loser spread conspiracy theories about how election systems were hacked. This was easily debunked in places like Georgia because it had a robust paper trail.
To vote online or via mobile, you first need a political process to change fundamental requirements for voting, like issuing a national ID card in which people are forced to register with the federal government every time they move, and weakening protections of "secret ballot".
Instead of listing all the things we can do via Internet/mobile, let's list all the things we can't do. We can't deliver vaccines via mobile. We can't even schedule vaccine appointments reliably via Internet/mobile.
• • •
Missing some Tweet in this thread? You can try to
force a refresh
The effort to dig tunnels depends upon the size of the tunnel -- but this grows faster than you think. Twice the width of the tunnel means FOUR TIMES the effort to dig it. You can see that with the following circles: the larger is twice the width of the 4 smaller ones
Subway tunnels to fit rail cars are often around 28 feet, Elon's trying to get his tunnels below 14 feet. This means creating tunnels with ¼ the effort, a quarter of the cost. Instead of $200million for the Las Vegas project, $50million.
College programming courses are horribad. They are college -- they attempt to teach you the theory of coding rather than practice. Thus, they leave you totally unequipped to actually code.
To be a good coder you need both theory and practice, so I can't say that colleges are wrong in focusing on theory. I'm just saying that you need practice. If you enter college having already practiced, the theory will make much more sense.
If you try to learn coding by picking up a college textbook and all that theory looks like gibberish, drop it and find a book that focuses on practice instead. But later, go back to that college textbook and learn theory. Both are needed.
If you go back through my feed, you'll see tweets like this one. I'm rabidly pro-vaccine, but also supportive of the fact that there's two sides to the question, that instead of bullying people for questioning vaccines, we should empathize with them:
Sometimes a feel alone. All I see on my twitter feed is toxic bullying of those who have questions about vaccines -- without anybody actually answering those questions. Am I wrong? Should I be bullying instead of empathizing?
Please get your covid vaccine as soon as possible. Those aren't "side effects" -- those are the "effect" of the vaccine that tricks the body into feeling sick without making it sick. So brief fatigue/headaches/mild-fever are normal right after -- it means it's working.
So let's explore why Tim Cook is stupid about thinking we can vote from phones.
To make internet voting work, you first need to have a national ID card. This is ironic because in the above interview, Tim Cook criticizes the Georgia voting law that has an ID requirement, then proposes Internet voting that needs more of an ID requirement.
Online banking works because banking tracks every transaction back to the user. The principle of voting is that you cannot track votes back to the person who cast them. Voting is anonymous: you can track the fact people voted, but not who they voted for.
I interpret this as answering the question whether all this mask wearing, social distancing, and lockdowning actually works to stop the spread of disease. I think the answer is conclusively that it does.
I interpret this as answering the question whether the covid was no worse than the flu. This shows that the covid was wildly more infectious than the flu.
This.
First, find people of your same level to hang around with, that can explain things in your own terms (experts explaining things over your head really sucks).
Start "sysadmining" the Raspberry Pi. Find fun projects. At some point, start playing around with networking on it. Explore all the fun command-line tools, like 'traceroute'. Use 'openwrt' as your home router and "netadmin" that heck out of that.
Now install web services on your RPi and play around with that, watching how your web server can serve raw HTML containing CSS and JavaScript. Create your own website. Now buy a domain name and push out to an AWS server. Make a LAMP app that serves stuff from an SQL database.