

Reading glasses. They’re like €5.
Reading glasses. They’re like €5.
All of these were taken by the state, not the workers, which was the question.
I know it’s asking a lot, but you could give an example instead of insulting me. ¯\_(ツ)_/¯
I can’t think of any examples. Taking over the company requires capital, which is the one thing that capitalists constantly extract from workers so they don’t have any.
The workers of xs4all tried when their new corporate owners, KPN, decided to dissolve them. But a combination of lack of funding and unfriendly courts prevented that. They did end up starting a new company though…
We’ve already got free software for filing taxes, kthxbye!
Is it? Almost every time I use it I end up hitting a bug or missing feature. Just last week I was trying to get Word in Office365 to keep some lines together. I followed the instructions from Microsoft’s help and it didn’t work. Last month I was trying to get “slide M of N” on the bottom of PowerPoint in Office365, but apparently getting the N is just not supported.
LibreOffice almost always works for me, far more often than Microsoft Office.
I don’t think that raising kids was ever easy.
I run my own email and I have to say I wouldn’t recommend it.
The biggest hassle is dealing with either Spamhaus or Microsoft, who apparently at random decide to put my IPs on blacklist, and who provide hurdles to working around this (for Spamhaus) or just say “no” (for Microsoft).
I was about 80% successful switching to Signal from Telegram. So worthwhile.
A huge portion of the Netherlands works part time by choice. So, yes, many people voluntarily waive parts of their salary.
Meh. I’m over 50 and my knees are fine.
There’s always a chance to get swallowed by a wormhole and get retrofitted by a machine civilization.
Can you? When all businesses start using AI for customer interaction…
I just use restic
.
I’m pretty sure it uses checksums to verify data on the backup target, so it doesn’t need to copy all of the data there.
Yeah I did the same. Pity!
Many laws are written to give the executive branch leeway in defining the details of how a law is to be implemented. This makes sense, assuming everyone is acting in good faith; technologies, science, standards, and best practices all evolve over time.
Laws are usually written in a way to ensure Congressional oversight, to prevent the executive either intentionally or accidentally from subverting their will. But with a treasonous President and a complicit Congress, here we are… ¯\_(ツ)_/¯
Caves of Qud. I don’t even like it much, but for some reason I can’t stop.
My point is that if your variable can be None
then you need the same pattern for the length check.
So for the Pythonic version:
if (foo is not None) and not foo:
...
For the explicit length check:
if (foo is not None) and (len(foo) == 0):
...
Honestly you’re probably better off using type hints and catching such things with static checks and not adding the None
check.
You’d need to explicitly check for None if using the len() construct as well, so this doesn’t change the point of the article.
Probably you mean 85% of infrared, not 85 parts per thousand (or 8.5%) of ultraviolet?