hstde

joined 1 year ago
[–] hstde@lemmy.fmhy.ml 2 points 1 year ago

Yes, I think the implied sarcasm in "might" was not explicit enough. ;)

But non the less, thank you for your hint, and I mean that without sarcasm.

[–] hstde@lemmy.fmhy.ml 2 points 1 year ago

Um fair zu sein würde ich auch weiterarbeiten, wenn ansonsten die Familie auf 110000 Euro verzichten müsste und das obwohl ich gerne beim Kind bleiben würde, also ist es schon doof.

Allerdings würde ich dann wahrscheinlich größere Rücklagen haben, als es jetzt der Fall ist.

Nichtsdestotrotz bin ich eher dafür, dass die mit mehr Geld ganz verzichten, als die ohne Geld weniger bekommen.

[–] hstde@lemmy.fmhy.ml 15 points 1 year ago (3 children)

This post might be a joke, but I feel compelled to answer either way.

The terms left and right heavily depend on the country, because those terms are relative. While in the USA democrats might be left of the republicans, the democrats would be considered mid-right in Germany, because there parties that are left relative to them. This might even be more extreme in countries like Norway or Iceland.

On the other hand there republicans could be thought of as mid-right in other countries, but I tend to avoid going there.

[–] hstde@lemmy.fmhy.ml 0 points 1 year ago

Not a JavaScript dev here, but I work with it. Doesn't "==" do type coercion, though? Isn't that why "===" exists?

As far as I know the operators ">=" and "<=" are implemented as the negation of "<" and ">" respectively. Why: because when you are working with sticky ordered sets, like natural numbers, those operators work.

Thus "0<=0" -> "!(0>0)" -> "!(false)" -> "true"

Correct me if my thinking is wrong though.

view more: ‹ prev next ›