
Not broadband, it was when dial-up internet access became broadly available.

Not broadband, it was when dial-up internet access became broadly available.
Slight correction: sudo is the magic word to get what you ask for


Sounds like those are uncomfortable questions being raised…
I want to downvote and upvote you at the same time.


If they’re putting up barriers to selectively exclude certain voices, it becomes everyone’s problem because the outcome of the election no longer represents the will of the people.
Even if 90% of the group that they’re trying to suppress does get an ID, and 10% doesn’t, it can be enough to swing elections, especially in a winner-takes-all system that’s in place in most of the US.


This is solvable though
They don’t want to solve it… the unreasonable burden and disenfranchisement are the point.


In the EU everyone is likely to have an official ID card, so it’s a non-issue.
In the US this is not the case, and the people who do have an ID or who are likely to know what to do to get an ID probably skew a certain way. So requiring voter ID is a way of voter suppression to discourage disenfranchised groups from voting.
It is difficult to get a man to understand something, when his salary depends on his not understanding it
My salary? I am a wage slave just like everybody else.
Anyway, you didn’t address the main questions:
It seems you are the one here who is not making any effort to be understanding.
Every single problem with current rent could be solved by … [theoretical solutions]
Just because things could theoretically be handled differently doesn’t make landlords “thieves” as the title claims.
I’m currently a home owner and not a landlord, but if I would become a landlord, it wouldn’t be in my power to implement any of your solutions, leaving in the middle whether they have merit or not.
All I can do is try to live in the system that exists, and in that context there’s nothing unethical about charging rent to provide someone exclusive access to a property that I worked 20 years for to pay off plus 10 years to save for the down payment. Like, I’m just a wage slave myself and there’s literally over 250k of my own money in my house … why should I have to give that away for free? Seems to me that trying to take the fruits of my labor (i.e. the house that I worked for) for free is the thievery here.
land speculator
Tendentious language.
What service does the
land speculatorlandlord provide to the tenant?
You think providing exclusive access to a house for the renter to live in is not something that has value?
Soon I will probably become a landlord, not because I want to but because it makes financial sense. My partner and I are pooling money to buy a place together so we can live together, she will sell her apartment and I will rent out my old apartment, which I bought with my own money and worked 20 years for to pay off. Are you suggesting I should just have to give the fruit of my 20 years of labor away to someone for free?
You’re fucking insane.


There won’t be “cheap computer parts”, it will all be datacenter junk that’s useless to a consumer, like rackmounted servers with insanely loud fans and “GPUs” that can’t output an image or play games.


Exactly why I had four 1-series since 2008 (E82, E81, F20 pre-facelift, F20 facelift). Switched to a G20 3-series when the 1-series went FWD, and soon it will be all electrical and qualities like “fun”, “light” and “simple” will be a thing of the past. We adapt and move on.


Perhaps even a bit later. My 2014 F20 BMW 1-series was still pretty great. The facelift model of the same car I had after that (2017 or so) is the first one that started to include things that annoyed me.


There was really no golden period of car controls
I’m going to say there was and it was around 2010. Like maybe 2005 until 2015.
The BMWs of the E90/E87 generation that I drove in those years are still the pinnacle of automotive achievement for me. They had all the things I needed and nothing that annoyed me. Anything after that started to include more and more annoying stuff.


“Protecting the children from harmful content and predators”, “protecting people from terrorists and criminals”, “protecting users from hackers” are all forms of security, and are all used as arguments to erode freedoms.
It all boils down to: just give up this bit of freedom so we can keep everyone safe.


That’s also security.


They’re too busy forcing chat control and age gates through our collective throats.
ACID is really just an arbitrary set of requirements for databases that made sense way back in the day when things were much simpler. ACID starts to hold you back when you want to scale out, because to have consistency you have to wait for your transaction to percolate through all the nodes of your system, and it doesn’t allow for things like a replicating node to be temporarily offline or lagging behind. Turns out though that not everything needs to be strictly ACID. For example, there are many cases where it doesn’t matter that a reader node has stale data for a second or two.
The thing MongoDB does is that instead of being dogmatically ACID all the time it allows you to decide exactly how ACID your transactions and your reads need to be, through the writeConcern and readConcern parameters. If you want it to be completely ACID, you can, but it comes at a cost.
Traditionally, ACID is where relational databases shine.
Relational databases shine with ACID on single-node systems when they’re not trying to solve the scale-out problem that MongoDB is trying to solve, but when they are trying to do that, they actually do much worse.
For example: most RDBMS systems have some kind of replication system, where you can replicate your transactions to one or more backup nodes either for failover or to use as a read-only node.
Now if you consider that whole system, replicas included, as “the database”, none of them are ACID, and I don’t know of any RDMBS-es that has mechanisms to automatically recover from a crashed primary without data loss, or that can handle the “split brain” problem.
What’s the original of this copypasta?
Edit: nvm, found it!
https://knowyourmeme.com/memes/poob-has-it-for-you