• 3 Posts
  • 443 Comments
Joined 7 months ago
cake
Cake day: June 9th, 2024

help-circle
  • One thing you probably need to figure out first: how are the dgpu and igpu connected to each other, and then which ports are connected to which gpu.

    Everyone does funky shit with this, and you’ll sometimes have dgpus that require the igpu to do anything, or cases where the internal panel is only hooked up to the igpu (or only the dgpu), and the hdmi and display port and so on can be any damn thing.

    So uh, before you get too deep in planning what gets which gpu, you probably need to see if the outputs you need support what you want to do.






  • Those both have a Ring 0 component, which is essentially presented as required for the crap to even work.

    The argument being that you have to have that level of access for the anti-cheat software to be able to actually be able to do it’s thing, since if you just ran it with a normal user’s permission, it’d be subject to numerous ways you could have a cheat tool simply bypass it.

    They’re probably not wrong about that, but doesn’t mean that we should have to essentially install a rootkit on our hardware to play online games.



  • Something that’s made shockingly unclear, for anyone who might be interested: you only need to have subscribed for a single month to have all the subscriber gated stuff unlocked.

    I don’t really know how that’s a viable business model, but pay $14 or whatever, get all the expansions and inventory and whatnot unlocked, and then don’t worry about it until there’s another expansion you want.




  • Then the correct answer is ‘the one you won’t screw up’, honestly.

    I’m a KISS proponent with security for most things, and uh, the more complicated it gets the more likely you are to either screw up unintentionally, or get annoyed at it, and do something dumb on purpose, even though you totally were going to fix it later.

    Pick the one that makes sense, is easy for you to deploy and maintain, and won’t end up being so much of a hinderance you start making edge-case exceptions because those are the things that will 100% bite you in the ass later.

    Seen so many people turn off a firewall or enable port forwarding or set a weak password or change permissions to something too permissive and just end up getting owned that have otherwise sane, if maybe over-complicated, security designs and do actually know what they’re doing, but just getting burned by wandering off from standards because what they implemented originally ends up being a pain to deal with in day-to-day use.

    So yeah, figure out your concerns, figure out what you’re willing to tolerate in terms of inconvenience and maintenance, and then make sure you don’t ever deviate from there without stopping and taking a good look at what you’re doing, what could happen if you do it, and coming up with a worst-case scenario first.


  • What’s your concern here?

    Like who are you envisioning trying to hack you, and why?

    Because frankly, properly configured and permissioned (that is, stop using root for everything you run) container isolation is probably good enough for anything that’s not a nation state (barring some sort of issue with your container platform and it having an escape), and if it is a nation state you’re fucked anyways.

    But more to your direct question: I actually use dns scopes and nginx acls to seperate public from private. I have a *.public and a *.private cname which points to either my external or internal IP, and ACLs in the nginx site configuration to scope where access is allowed.

    You can’t access a *.private host outside the network, but can access either from inside it, and so (again, barring nginx having an oopsie somewhere) it’s reasonably secure and not accessible, and leaves a very clear set of logs (and I’m pulling those logs in and parsing them for anything suspicious and doing automated alerting if I find anything I would not otherwise expect) so I’m happy enough with the level of security that this is, when paired with the services built-in authentication options.





  • They did it at their general direction, but almost certainly not at their explicit instructions.

    These takedown factories use ‘how much shit we got taken down’ as a metric, regardless of what it actually was, and LOVE spamming out thousands and thousands of reports at providers until providers do what they want and take shit down.

    My personal favorite one was a bunch of morons who didn’t understand how IPFS gateways worked, and would send literal, actual, we-counted thousands of reports over pirated ebooks that were “hosted” on the gateway.

    Except, of course, this isn’t how any of this works and while we did push back and argue over months and months about this, not every provider is willing to invest the time it takes to fight these shits.

    Also, if you want super giggles, you should look up the standard text that Web Sheriff sends, which claims all sorts of human right volations and human slavery offenses when someone infringes a trademark for their customers. Absolutely unhinged, and there’s dozens and dozens of these companies filling up your average provider’s inbox every day knowing full well that just being annoying ENOUGH will get them a +1 in the takedown metrics.

    It’s really got nothing to do with what Funko might actually really be after, and everything about how they can bill Funko more while just using automated scrapers, automated webforms, and people in the Philipines or similar making pennies to just reply to providers with pretty much the same script until the hosting provider gives up fighting and does what they want just so they’ll go away.




  • There was a recent video from everyone’s favorite youtube Canadians that tested how many USB devices you can jam onto a single controller.

    The takeaway they had was that modern AMD doesn’t seem to give a shit and will actually let you exceed the spec until it all crashes and dies, and Intel restricts it to where it’s guaranteed to work.

    Different design philosophies, but as long as ‘might explode and die for no clear reason at some point once you have enough stuff connected’ is an acceptable outcome, AMD is the way to go.