• 2 Posts
  • 44 Comments
Joined 1 year ago
cake
Cake day: August 9th, 2023

help-circle
  • There was a demo for a technology put out recently that circumvents this. I don’t remember the exact mechanisms, but it obscured DNS such that your ISP couldn’t see the DNS record you requested, and then used a proxy to route traffic before it hit the final endpoint eliminating exposing the IP to your ISP. It worked very similar to a VPN, but without the encrypted connection, and had some speed focused optimizations including the proxy being proximate to your ISP. It was pretty interesting.


  • JDubbleu@programming.devtoMemes@lemmy.mlYes, but
    link
    fedilink
    arrow-up
    12
    arrow-down
    3
    ·
    5 months ago

    I don’t necessarily agree. If a brand makes high quality stuff I’m not gonna avoid them just because they put their logo on their stuff. I have a kickass Adidas backpack from 2014 that is by far my favorite, and I’ll be damned if I’m gonna get rid of it just because it has an Adidas logo on it.

    I also have perfectly good clothes with various brands on them, and I’m not just gonna throw them away because that’s wasteful as hell. I don’t go out of my way to buy stuff with brands on them, but that won’t stop me from buying something I genuinely like and find to be high quality.



  • JDubbleu@programming.devtoMemes@lemmy.mlWorst day
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    6 months ago

    I often use that as a source of encouragement rather than defeat. My two favorite sports are snowboarding and muay thai which are filled with people who’ve been practicing before they formed memories. If a child is better than me then I’m almost certainly capable of becoming that good with continued practice. Even if it takes years it’s something to aspire to regardless of the relative age difference. I was one of those kids who was way better than a lot of people on a dirt bike. I was put on a dirt bike at the age of 4 and don’t even remember learning, so it’s not like it’s a fair comparison. Just run your own race and aspire to be like those around you.



  • I don’t think it’s diminishing the work of the Yuzu devs, but more so a strong belief in the capabilities of the open source community. They worked their asses off and are extremely talented, and I’m sure there are others who will hop in and carry the torch.

    I’m also curious if there’s a programmatic way to circumvent the argument Nintendo made about bypassing DMCA by separating the emulator from the code that utilizes the keys such that you can use tool A to bypass DMCA, and tool B (Yuzu with game decryption removed) to run the circumvented game. In this case tool A already exists, and tool B could be a fork of Yuzu.









  • Fair enough, but as someone who has worked closely with the Decky Loader maintainers and contributed my own stand alone plugin I get it. We basically all have day jobs as devs and it can be mentally taxing to do more PRs at home. Not to mention sometimes there’s just not enough time in the day, and I don’t even have kids.

    Maintainers are ultimately volunteers doing work with hundreds of dollars an hour for free. I’ve had some PRs take 20+ days to be looked at, it’s just how it goes.


  • From what I’ve seen one dude is salty and everyone else (including myself) is happy to have your contributions! I don’t necessarily agree with you on everything you post, but you’re respectful and actually back up what you say. I respect that a hell of a lot more than someone who I’m in complete agreement with, but plugs their ears at the first sign of pushback.






  • As long as you have the discipline to actually pay the thing off it’s fine. Many people think, “oh I have 0% interest, I’ll pay it off later” but never set aside the money to do so and end up accruing interest.

    I never buy something on them I couldn’t immediately pay off in full when I hit buy. I’ve bought things in excess of my checking balance, but that’s because I had enough in savings (separate from my emergency fund), and my incoming paycheck would put my checking balance well above my credit card balance.


  • I was gonna say SF, but now that I think about it the burger places there tend to be a bit more quaint and definitely don’t have the live laugh love shit everywhere. At least I’ve never seen one, but it’s a big fucking city so there’s almost definitely at least one.

    They were everywhere in Denver.


  • It’s ironic but makes complete sense if we’re assuming they blocked the VPN server IP.

    Say I’m a malicious user who’s using VPN server #22 from ProtonVPN (my personal favorite provider). The victim (CR in this case) isn’t going to see they’re being attacked by someone on VPN server #22 from ProtonVPN, they’re going to see the IP of that server and nothing else.

    It really doesn’t matter if they did have that information because no human will be involved. The traffic will be marked as malicious and blocked by some software designed to monitor, identify, and block traffic that looks malicious. This is almost always done based on IP. It’s usually reversed in a few days though because IP addresses change frequently, so there’s no sense in continuing to block traffic from an IP you can’t guarantee belongs to the original attacker.