Nice. Software developer, gamer, occasionally 3d printing, coffee lover.

  • 0 Posts
  • 56 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle

  • Not me, but my parents, though I discovered it during a visit.

    Bats. They had a bat infestation. This was up at the highest point of the house in the loft, they were remodeling and left the walls open - a hole to the outside let one in, and I guess a bunch decided it was a nice place to hang out. There were dozens.

    As for dealing with it - bats are endangered, so you can’t exterminate them. If I remember correctly the total spend was just over 10 grand. This also included installing multiple permanent one way doors so if any bats manage to get in again, they have multiple ways to get out.






  • I’m fairly certain I annoy the people at my bank because I always insist on calling them back at their official number if they ask for any personal information. I don’t fuck around with my bank security. I did however get got a couple of more years ago back when the chrome browser window phishing attack first started and had my Steam account stolen for a solid minute.

    That’s the attack where they simulate a browser window so what you think is a oauth popup is actually just inpage javascript and CSS.



  • I hate Comcast/Xfinity with such a passion I tell myself if I had the same hatred for a person I’d be in jail for murder.

    Not only did they impose their “trial data caps” in my area and charge me out the ass for going over 2TB a month, I acceded once to being upsold and was told it was completely reversible within a month. After realizing the sales shithead lied to me about the features, I called to revert. Guess what? They couldn’t. It wasn’t something they could do. Fortunately I recorded all my calls, but even with that it took me more than 30 hours of phone and chat time to get it fixed, and the agent who finally helped me had to setup a recurring account credit to fix it. Absolutely horrid. She basically clarified, without saying it outright, that the sales shithead lied to my face because they’re practically encouraged to.

    Long story short my home purchase decision was influenced greatly by those shitheads not being in the area, and just seeing an ad makes me want to vandalize it. It’s the only thing I hate with this much passion.


  • Because there are alot of ignorant people in the world afraid of what they perceive as different.

    In your first two examples, regardless of not being politicians it’s clear that by helping put politicians in power they benefit, so whether they genuinely care or not, it’s just about money and lack of compassion to them. And continuing to drive class warfare continues to benefit them.

    In your last example, I think that person is just in the ignorant and afraid of change category with an unfortunate amount of exposure.


  • A VPN is still a good choice, in fact if you setup your own VPN on a VPS that is an even safer choice because then you (sorta) control the certificate used for encryption. True, your hosting provider could still obtain that cert if they really wanted to, and they still have the data on your IP using it and for how long / how much, but it would make obtaining your data a targeted attack.

    But there are cons to setting up your own, such as misconfiguration exposing you, or just the setup time in general.


  • Zikeji@programming.devtolinuxmemes@lemmy.worldAh yes, TempleOS, my favourite distro
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    3
    ·
    edit-2
    3 months ago

    A VPN introduces a new party who can harvest your data. It doesn’t avoid IP tracking, it just shifts it from your ISP to another entity.

    You have to trust that your VPN provider’s claims of no logging/tracking are accurate, you can usually get fairly confident with research but it’s never 100%.

    Edit: to clarify, I’m not trying to dissuade VPN use. It’s a still a great choice.



  • So far I’ve helped my team of 5 get on them. Some other teams are starting as well. We’ve got Windows, Linux, and Mac OSX that developers are running on their work machine (for now), and the only container specific issue we ever encounter is port conflicts, which are well documented with easy to change environment variables to control.

    The only real caveat right now is we have a bunch of micro services, and so their supporting services (redis, mariadb, etc.) end up running multiple times, so their is some performance loss from that. But they’re all designed to be independent, only talking to each other via their API, so the approach works.


  • Zikeji@programming.devtoProgrammer Humor@programming.devWorks on my machine
    link
    fedilink
    English
    arrow-up
    52
    arrow-down
    4
    ·
    4 months ago

    If this is your take your exposure has been pretty limited. While I agree some devs take it to the extreme, Docker is not a cop out. It (and similar containerization platforms) are invaluable tools.

    Using devcontainers (Docker containers in the IDE, basically) I’m able to get my team developing in a consistent environment in mere minutes, without needing to bother IT.

    Using Docker orchestration I’m able to do a lot in prod, such as automatic scaling, continuous deployment with automated testing, and in worst case near instantaneous reverts to a previously good state.

    And that’s just how I use it as a dev.

    As self hosting enthusiast I can deploy new OSS projects without stepping through a lengthy install guide listing various obscure requirements, and if I did want to skip the container (which I’ve only done a few things) I can simply read the Dockerfile to figure out what I need to do instead of hoping the install guide covers all the bases.

    And if I need to migrate to a new host? A few DNS updates and SCP/rsync later and I’m done.


  • Someone doxxed me and spread a photo of my face with the text “she said she was 18” superimposed on it (in meme format), and then spreading it in the community.

    All because they took issue with a friendship I had with another user who “sounded young”. Which culminated in the community leadership getting her to prove she was, in fact, not underage, “just in case” we ended up in a relationship because they “know how these things go” or something.




  • The test is simply showing two fingerprints for your browser. One, the server fingerprint, is one that any tracker can see. The other, the client fingerprint, is what can be used if you have Javascript enabled.

    Instead of inundating you with test results, this one is simple - check to see if your fingerprints change between browsing sessions. If they don’t change, that means you can be tracked. In which case you can mess with settings and try again.