Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KE
Posts
1
Comments
43
Joined
1 yr. ago

  • Zigbee or really any Bluetooth alternative.

    Bluetooth is a poorly engineered protocol. It jumps around the spectrum while transmitting, which makes it difficult and power intensive for bluetooth receivers to track.

  • Yes. Supplier markup is 50% above cost, so set up a price watch and wait for it to go on clearance. You'll get it 50% off.

    I got mine new at Best Buy last year when they were clearing out M1 stock.

  • This post was maybe true 5 years ago, but PC laptops have really started to suck. My macbook air was only $300 and it's way better than my work's $1k+ Dell laptop in terms of performance and battery life.

  • Permanently Deleted

    Jump
  • The government had a warrant, read the article.

    It's just made confusing by the fact that the thief had signed into the victim's phone, so it makes for a good clickbait story "police got the wrong guy's data"

  • Permanently Deleted

    Jump
  • If by "when asked" you mean "given a search warrant with very clear evidence that this man had stolen a car", then... Yes? I'm not sure what you're trying to prove here.

    The ex-boyfriend had signed into the guy's phone. It's not like the police just cast a wide net and randomly got his data.

  • Permanently Deleted

    Jump
  • Re 1: People keep lumping Google with Amazon and Meta, but Google does not sell your private data and alerts you if it finds out the government to accessed your data. People keep assuming that because the general tech community sells data that Google does it too, but check their privacy policy or just ask anyone who's worked there. They don't.

    User data at Google is locked up tighter than fort knox. That's why the Snowden leak was such a huge deal, because the NSA was taking advantage of a security flaw that Google didn't know it had to scrape user data. Google patched it immediately after they found out.

    Amazon, Meta, and Uber, are much less scrupulous.

  • FWIW I don't really like tech companies in general. They're monopolies.

    That said, I really admire Google's environmental policies. I worry a lot about global warming and habitat destruction. They're doing better than any other tech company on that front.

    Other companies will just lie about their emissions. Like Amazon claiming it's 100% renewable (it's not even close). Google has been honest and clear with it's emissions numbers since the beginning. And it has never been afraid to call out when they were wrong. For example, they recently updated their numbers when they realized one of their accounting methods was wrong. No other company has kept themselves as honest as Google on environmental things.

    It's a big company with 170k employees. I can name a million examples of it doing shitty things. Like shutting down Inbox. But the environment is far more important to me than some product I didn't pay for.

  • I've been a big fan of monorepos because it leads to more consistent style and coding across the whole company. It makes the code more transparent so you can see what's going on with the rest of the company, too, which helps reduce code islands and duplicated work. It enables me to build everything from source, which helps catch bugs that would only show up in prod due to version drift. It also means that I can do massive refactorings across the company without breaking anything.

    That said, tooling is slowly improving for decentralized repos, so some of these may be doable on git now/soon.