

A huge portion of the Netherlands works part time by choice. So, yes, many people voluntarily waive parts of their salary.
A huge portion of the Netherlands works part time by choice. So, yes, many people voluntarily waive parts of their salary.
Can you? When all businesses start using AI for customer interaction…
I use Edge on Linux for working with Microsoft stuff on my corporate laptop. For everything else I use Firefox there. Privacy preserved, basically.
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.
Why did you write this?
Nothing above indicates this is a new revelation.
And even if so, we should welcome new comrades to the struggle. That’s how we build solidarity.
From the link you provide:
In 2012, Australian psychologist Gina Perry investigated Milgram’s data and writings and concluded that Milgram had manipulated the results, and that there was a “troubling mismatch between (published) descriptions of the experiment and evidence of what actually transpired.” She wrote that “only half of the people who undertook the experiment fully believed it was real and of those, 66% disobeyed the experimenter”.[26][27] She described her findings as “an unexpected outcome” that “leaves social psychology in a difficult situation.”[28]
I mean, maybe it shouldn’t have been done?
Reading this made me wonder if I was having a stroke, because it seems like English but I don’t recognize so many of the words. 👴
Met CO2 het laaghangende fruit is stoppen met fossiele bedrijven subsidiëren. Dat kunnen we niet doen, waarschijnlijk. 😔
Is dat waar? Ik dacht de grootste deel van de stikstof probleem komt uit boerderijen? Dus geen oplossing zonder minder vlees productie. Klinkt moeilijk.
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.
My ad blocker has blocked all pictures on this article, so I can’t say. 😄
We’ve had a similar ban in the Netherlands for a year or two now. Mobile phones were already not allowed in classes. Kids seem to have survived.
I looked a few years ago when a friend of my partner got a Tesla a few years ago. Picking a color cost like €2000 or so.
I always look on itch.io and GoG first!
I was about 80% successful switching to Signal from Telegram. So worthwhile.