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

help-circle


  • Only if you have the appropriate level of privacy settings enabled (and extensions installed) in your browser. Your IP address actually has very little to do with ID-ing you, since most trackers will use hundreds of different fingerprinting methods to create “shadow accounts” of you using things like your system information, screen resolution, installed locales, etc.

    This doesn’t mean a VPN doesn’t help, though. Just pointing-out that you probably won’t be asked if you’re a bot if you go on Google while logged-in to a Google account, regardless of whether your VPN is on or not.


  • Disclaimer: This is speculation, because I haven’t read the actual law (and I’m not Italian, so it’s not like I really have a reason to).

    I would assume that they will handle it like this:

    To be able to sell your VPN service in Italy, you’ll have to get accredited. Since you’re now taking Italian customers’ money, your company’s dealings in Italy fall under Italian law. They might be able to extradite you, depending on what country you operate from, but realistically most businesses don’t want to get involved in that kind of stuff, because even if you don’t get extradited, no one wants to be put in a situation where they need to actively avoid a country.

    This leaves free VPN services, right? Well, since ISP and “legal” VPNs need to conform to the new law, the Italian government could blacklist those VPNs’ websites (which all ISPs and legal VPNs are required by law to block within 30 minutes of them being added to the block list). So now, you’re in an awkward position as an Italian if you want to get a VPN that doesn’t follow those laws.

    I’m not sure at what extent this law goes, or how they handle people who are paying to circumvent it (because you might have bought a VPN before this), but they might simply require that banks refuse to process payments from VPN providers that refuse to get accredited.

    Obviously, they can’t really block this thing without going the Great Firewall route (and even that has ways of being bypassed), but that’s not really their goal here. Their goal is to establish a stranglehold on what the everyday citizen does. It’s to put a framework in place that allows them to quickly and efficiently block content they deem you shouldn’t be able to see. It’s a disgusting display of a government overreaching and censoring what their citizens’ have access to on the web.




  • It’s not that we want to ignore warnings.

    Speak for yourself, I promise you the team I work on actively ignores warnings and doesn’t even want to solve them as they pop-up. Being told you can’t compare doubles (because of precision loss) and ignoring it is on the developer and isn’t even that hard to fix. Most of our warnings come from shit like that.

    Like, I get it. It’s probably not worth it to hunt down every “unused variable” warning (especially in an API where we used to have a variable for it and we don’t use it anymore and we don’t want to break the existing API so we just leave it there), but there’s things that are just trivial to fix when you’re working on code that’s right next to it.


  • Oh yeah, I’m genuinely about to hand-in my resignation as soon as I find another job over this kind of shit. I keep being told that the business is really trying to clean-up its act when it comes to coding practices, but they keep putting some of the most incompetent people I’ve ever worked with in charge of shit (because they do promotions based on years of experience instead of actual actionable experience). It’s awful.


  • First thing I do on my projects is enable warnings as errors and increase my warning levels when reasonable.

    Unfortunately, the same can’t be said on the projects I work on at work. Drives me crazy that we get likes 300+ warnings whenever we run the app and that we can’t change it because "they’re just warnings*.