• 0 Posts
  • 437 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle

  • Some of these key findings seem a bit overblown. The number of domains persistently connected to shouldn’t really matter - one is enough. Update checks are standard for software. Unique IDs/device fingerprinting are so common that browsers build in ways to try to prevent it at scale. JWTs are standard authentication tools - who’s the security concern for? ByteDance? Or are you saying the JWTs are from the local machine? And MessagePack isn’t exactly a secret format either.

    The TL;DR of this seems to be that ByteDance’s AI IDE collects a crazy amount of data and offers free AI services in exchange. I’m not really sure why you’d want those services, especially at the cost of all your code potentially being stolen or other data being collected, but it should be obvious that nothing in this world is truly free.









  • I’m not sure what you want me to respond with. Do you want me to tell you that you can walk in and demand a compensation at the start of your interview or something? Most individuals don’t have the bargaining power to do that. If you are desirable enough that the company wants to pay you whatever you ask for, then sure. Go in and talk about money right away.

    For most of us, we are competing with thousands of others for one of maybe a few positions. The onus is on us to prove that we are desirable and will provide value, and asking about compensation first does not usually give that impression.


  • Can’t speak for everywhere, but in the US, if your first questions are about salary, they’re going to be left wondering if you’re even qualified for the job and if money is all you care about. Even if it is (which is fine most of the time), that’s not really the impression you should give if your goal is to be hired.

    Asking about salary later on is usually a much better idea. You know whether you actually are interested in working there, the interviewer knows if they are interested in you, and wanting money it isn’t the first impression you give.

    As for Python - leetcode style interviews are common, but almost always worthless. The only real value the company gets from something like that is to check that you actually can write code. They’re pointless beyond that, and a company doing leetcode interviews should be a red flag.



  • Discord comes with other issues, but I would be fine with services offering an ad-supported free tier and an ad-free paid tier. That’s been a thing for a while. If Nitro gets rid of these ads, then that seems like a possibly sustainable approach to me.

    Of course, this is ignoring Discord’s other issues, like their handling of user data. I’d love a service like Discord that was fully e2ee, even if it had an ad-supported free tier (without tracking) and a paid ad-free tier. Existing alternatives often lack some Discord features, like screen sharing and voice chats.








  • TehPers@beehaw.orgtoProgramming@beehaw.orgRust is the New C
    link
    fedilink
    English
    arrow-up
    7
    ·
    24 days ago

    You can manage Python packages? When I try to pip install -r requirements.txt, it fails because I’m on Python 3.12 instead of 3.11, except it doesn’t tell me that’s why so I spend the next hour debugging that only to later find out that I also installed the packages globally instead of in a venv and now I need to uninstall them to unfuck my other environments.

    But hey, if it works for you, then that’s great.