GigglyBobble @ GigglyBobble @kbin.social Posts 0Comments 374Joined 2 yr. ago
I don't think it'll be as easy as calculating SHA256 hashes, so ASICs as small as this might never be a thing.
On the other hand, brains do use orders of magnitude less power, so who knows.
Proprietary messaging is worse though. Email is interoperable and relevant as ever. Just nobody bothered to seamlessly apply PGP for encryption (probably spy agencies actively worked against that too).
TIL IT is volunteer work.
Interesting. I see it the other way around and believe it's only AR that'll be a real benefit (once it lasts indefinitely and is tiny or even implanted some time in the future). Pulling out your phone to navigate somewhere is cumbersome, for example.
I happily shelled out $600 for the first iPhone. But $3,500? For a V1 product that will get way better (and cheaper) in the next few years?
Cheaper? When has the next gen Apple product ever become cheaper?
According to the article, WhatsApp requires the Signal Protocol for message encryption.
Signal is the single third party that shouldn't have a problem with that since it's been using that protocol before WhatsApp adopted it, too (they hired Moxi himself to help them do it, remember?)
Since Signal also uses phone numbers as account ID, you'll give that to WhatsApp at least. Then they continue to track metadata of the messages sent between you and your WhatsApp contacts and will be profiling you.
I don't see how communicating with any Meta service isn't compromising privacy. I'm a Signal user and won't connect to WhatsApp.
It's not immoral to sell a business but anybody who actually has or even founded one and has an intact moral compass would not sell in a way you described.
You have a responsibility for your customers and employees and you don't just throw it into the dumpster like that because money isn't everything.
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.
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.
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).
You clearly don't understand how that works. We can't shut up once we moved!
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.
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.
They'll only do it once though and serve regular ice after that. Or do you think the ice gourmets will notice?
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.
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.
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.
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.