

I think the idea is to pressure the partners of Collective Shout, per the url in the comment. Those might not necessarily agree with what they’re doing in this case, and if they see it’s making waves, reconsider their partnership.
I think the idea is to pressure the partners of Collective Shout, per the url in the comment. Those might not necessarily agree with what they’re doing in this case, and if they see it’s making waves, reconsider their partnership.
Oh yeah, agreed. I was just irked by the wording a bit
Thinking about work is not the same as working
I mean that depends entirely on what your work is and what you mean by “thinking”. As a designer/developer, just letting thoughts come and go without forcing it during off times is absolutely productive work that gives me a head start the next time I’m back at work “properly” again.
And as a CEO/business owner your job is making decisions for the most part, and thinking about those decisions should better be a big part of that
Unfortunately not. You do get a warning that it’s an unchecked cast at least.
Granted, the issue here is generic type erasure, which was a tradeoff that was decided on for backwards compatibility when generics were first introduced to Java, so it’s not like an actually desirable feature of the language. But the point is that this wouldn’t be reason for anyone to not call Java and Kotlin not statically typed, their type system is just a bit weaker than others in certain aspects
I get your point, but that’s not a great example. Kotlin is a statically typed language, and this compiles (and runs!) just fine:
val test: List<String> = listOf(1) as List<String>
println(test) // prints "[1]"
Even val test: String = 1 as String
will compile, but at least gives you an exception at runtime, which the equivalent typescript wouldn’t.
There are tools that can change the colors of your screen to simulate different kinds of color blindness, that makes it pretty easy to test for the basics. I’ve been using this one in the past: https://colororacle.org/
But in general, it’s also just a good guideline to never rely only on color to communicate important information, and always also have a graphical or textual cue to go with the color.
It doesn’t need to be the latest android version per se, but I wouldn’t want to use a phone that’s not getting security patches anymore
Well, yeah, kind of at this point. LLMs can be interpreted as natural language computers
It’s not about that, it’s about “% per 100k” making no sense as a unit. It’s either just %, or an absolute number per 100k. Mixing both together like this makes it seem like you’ve clearly messed something up and don’t quite understand what you’re actually talking about.
I mean, for most people I’d wager that “degoogling” is mostly about stopping your data from flowing to them, not your money. And since just the hardware itself is (presumably) not spying on you, that’s probably an okay tradeoff to make for many
the quality of Lego bricks is far superior to any of their competitors
That is flat out wrong. It was true a couple of years ago, but things have changed rapidly recently.
Lego’s quality has dropped quite a bit in the last 40 years, while some competitors have caught up and superseded. Sure, it’s still mostly pretty good, but things like brittle brown or the lime bionicle joints should be ample evidence that Lego is by far not infallible.
And if you look at the quality of current day bricks - Lego is having huge consistency issues, especially when it comes to certain colors, but also the bricks themselves. Running over the flat back of my Tudor Corner with a fingernail reveals inconsistencies in the width of regular bricks. Huge visible mold marks are everywhere. These issues were much less present 40 years ago, and high-quality competitors like Pantasy or Lumibricks are currently outcompeting Lego on basically every quality metric (except maybe glossy tile surfaces), at half the price.
Bluebrixx is still somewhat hit-or-miss when it comes to quality. If you want to see the best and most consistent stuff out there, give Pantasy or Lumibricks (previously Funwhole) a shot!
Watch time is pretty important on YouTube afaik, initial clocks themselves don’t count for that much
Kids will do stupid things sometimes, no avoiding that. In Germany you can pass a stopped bus on the other side of the road, but if it has its hazards on, you can’t go faster than walking speed.
https://lemmy.world/comment/18463624