• 0 Posts
  • 70 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle
  • More vulnerable, probably yes. Phones are very locked down and secured (unless you root or install custom firmware).

    But, they are still worse for privacy due to how they’re used. The phone (and thus Google and Apple and Facebook and others) has access to your location all the time - your computer doesn’t. The computer is only vulnerable when on - the phone is always on.

    The threats are different and from different sources. Random hackers mining shitcoins on your computer, big companies knowing what you’re doing when you carry your phone.



















  • There’s a great test for programmers called FizzBuzz. It’s an extremely easy task - print some numbers (maybe 1 to 100), but replace them with Fizz if they’re divisible by 3, by Buzz if they’re divisible by 5, or by FizzBuzz if they’re both.

    Many reasonable people consider it way too easy - if you can write this, it doesn’t mean that you can write complex programs, or that you know the applicable languages, or that you know anything about the business domain.

    But interviewers know that it’s a great test because a lot of so-called programmers still fail it.