GigglyBobble

joined 1 year ago
[–] [email protected] 7 points 9 months ago

they get lazy about using/doing non device things.

That's the key. Over the generations media (from books to smartphones) got more sophisticated in grabbing our attention to the point that addiction really has become a problem. While everything fun can be somewhat addictive we now have corporations optimizing their products in that way.

I'm sure kids can develop healthy habits with phone and internet consumption but I also believe they need help by restricting exposure in order to play "conventionally". It's similar to sweets - if you leave kids to just eat whatever whenever they want, they'll stuff themselves with candy until they vomit repeatedly.

[–] [email protected] 6 points 9 months ago

I just wanted Windows and none of the Linux substitutes were it.

Of course not. At the very least you have to be fed up with Windows before moving elsewhere. If you want Windows, stay with Windows.

You shouldn't continue using Windows 10 after end of life though. Once it doesn't get security patches anymore, it is a time bomb. And since the code base is easily 80-90% the same across versions, new vulnerabilities patched on newer versions are just hints for malware devs making the obsolete version even more likely to be attacked.

[–] [email protected] 10 points 9 months ago* (last edited 9 months ago)

Isn't the just based on a matrix server connecting to all your accounts?

What the EU forces them to do is to be able to send messages across service borders, so you could communicate with someone on WhatsApp, for example, without having an account there yourself.

I do share the most upvoted comment's skepticism though - Meta and Apple will fight this tooth and nails and make it so cumbersome (and opt-in, of course), it will have no relevance in practice.

As a Signal user I'm also not happy that the very least I have to share with Meta is my phone number (that's also criticism towards Signal though, I guess).

[–] [email protected] 4 points 9 months ago (1 children)

You clearly don't understand how that works. We can't shut up once we moved!

[–] [email protected] 13 points 9 months ago* (last edited 9 months ago) (17 children)

I don't remember that. Where is it from?

Microsoft never liked competing browsers (not even in the pre-IE6 era when all they had was crap), so it's hard to believe it came from them.

[–] [email protected] 23 points 9 months ago (7 children)

I think it's alpha but α is annoying to write (outside Greece at least).

But yeah, grouping people in generations isn't really explaining much beyond "people of different ages view this new situation differently". I think it's a very American thing. We don't care as much about generations in Europe and hardly ever name them.

[–] [email protected] 7 points 9 months ago

They'll only do it once though and serve regular ice after that. Or do you think the ice gourmets will notice?

[–] [email protected] 3 points 9 months ago

Playing poker on a wooden bench with a single light bulb next to the beach

Yep, done that. And I agree it's great. I need a plane to visit the beach though.

[–] [email protected] 11 points 9 months ago* (last edited 9 months ago)

And the whole implementation of is-number which is at version 7.0.0:

module.exports = function(num) {
  if (typeof num === 'number') {
    return num - num === 0;
  }
  if (typeof num === 'string' && num.trim() !== '') {
    return Number.isFinite ? Number.isFinite(+num) : isFinite(+num);
  }
  return false;
};

The node.js ecosystem has always been madness.

[–] [email protected] 6 points 9 months ago

what jobs does MIT’s president imagine will be created for 60 year old truckers if they’re replaced with autos? Do we get the funny joke where people suggest truckers should learn programming?

The way it's developing, programmers will be replaced before drivers.

[–] [email protected] 9 points 9 months ago* (last edited 9 months ago) (6 children)

The only things I probably want in terms of future tech is

And how would you know? Before cars nobody anticipated them. Same with planes, computers, smartphones... You won't anticipate close to all new tech by extrapolating what we have.

[–] [email protected] 14 points 9 months ago (2 children)

Lots of added tech makes these more likely to fail. And I don't think they'll be cheap to replace.

view more: ‹ prev next ›