It’s the only voting system in existence where ranking someone higher on the ballot can cause them to lose the election.
Interesting… Do you have an example of this?
Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @dan@d.sb
It’s the only voting system in existence where ranking someone higher on the ballot can cause them to lose the election.
Interesting… Do you have an example of this?
I don’t understand why the USA doesn’t use preferential voting like Australia does: https://www.chickennation.com/voting/
Instead of just picking one candidate/party, you number them based on your preferences. First all the #1 votes are counted. If no party gets the majority (over 50%) of votes, the party with the least number of votes is removed, and for everyone that voted for them, their #2 votes are used. Repeat until someone wins.
Independents (what you call “third-party” in the USA) can win, and any party that gets over 4% of the #1 votes gets election funding from the government (a fixed amount per vote).
The worst is when you expect an existing test to fail, but it passes, and it turns out the test wasn’t actually properly testing the code. Fixing the test finds a bunch of broken edge cases.
The first “temporary hack” I ever wrote for my current job (~January 2014) is still in the codebase.
It’s about the same population as San Francisco.
San Jose metro area is enormous though. For example I’d consider Gilroy (which is famous for its garlic) as being completely separate from San Jose even though it’s well within San Jose’s metro area.
Windows itself is technically running in a VM if you have Hyper-V enabled (not quite that simple, but that’s a reasonable approximation). Hyper-V is a type 1 hypervisor which means it runs directly on the underlying physical hardware, and both Windows as well as any VMs you create are running on top of Hyper-V.
I’ve ran Docker in LXC in a KVM before. I used LXC to have multiple containers on a VPS. Then I had to run something that works best with Docker, so I stuck Docker in an LXC.
What do you consider small? A lot of people know Cupertino California because Apple are based there, but it’s only got a population of 57k. It’s arguably more recognizable than the closest major city (San Jose), which has a population of nearly 1 million.
850k isn’t really small though.
And then let me guess… Of course the QA testers get the blame, when in reality it’s either management or marketing that wanted to pushe the app out.
Friendica and GNU Social/StatusNet date back to 2010. That’s nearly 15 years ago. Diaspora is also from around the same era, which IIRC was aiming to be something more like a decentralized Facebook (with groups and stuff) rather than just status updates like Twitter.
I don’t think I know enough to answer that question, sorry!
They use a mixture of Windows and Linux. They do use Linux quite a bit, but they also have a lot of Hyper-V servers.
The GUI is optional these days, and there’s plenty of Windows servers that don’t use it. The recommended administration approach these days is PowerShell remoting, often over SSH now that Windows has a native SSH server bundled (based on OpenSSH).
Linux isn’t a UNIX flavor. It’s UNIX-like.
Microsoft could technically get Windows certified as UNIX.
I don’t think they could now that the POSIX subsystem and Windows Services for UNIX are both gone. Don’t you need at least some level of POSIX compliance (at least the parts where POSIX and Unix standards overlap) to get Unix certified?
Sounds like you did a thorough job as a QA tester. As a software engineer, I love to see it.
Thanks for the links. I appreciate it! Now I understand the issue.