teawrecks

joined 2 years ago
[–] teawrecks@sopuli.xyz 1 points 20 minutes ago

They should lead the ICE agents into the cell, lock it, and say, "immigrants contained. You're welcome."

[–] teawrecks@sopuli.xyz 5 points 1 day ago (1 children)

You'll be hoping for a while. This ain't 2005 anymore.

[–] teawrecks@sopuli.xyz 9 points 1 day ago

It's an arms race, the arms just keep moving deeper into the stack system. Used to happen entirely in usermode, one process poking in and reading/writing memory of the game, so anti-cheat started keeping an eye out for malicious processes. Then at some point someone patched their kernel to cheat in a way the game couldn't possibly detect from usermode, so someone made an anti-cheat that ran at the kernel level too.

Modern KLA is basically a fully fledged rootkit, living in your system from boot, doing absolutely anything they can to try and make sure nothing has been tampered with. Validating signatures on bins, hooking memory mappings, watching for anything that might try to read/write the kernel or game's memory space unexpectedly.

[–] teawrecks@sopuli.xyz 6 points 1 day ago (1 children)

Casuals stop playing games when cheaters prevent them having fun, and it's the casuals they need to keep happy to keep their game alive.

IMO the answer is to internally maintain a "fun to play with" metric. It would be specific to the game, but each player's actions and interactions with other players would be evaluated to determine how "fun" they are to play with (might need to be multidimensional, since different players like having different types of interactions). It doesn't matter if they're cheating, or if they're just really good, or if they use cheesy strategies, etc, if the person isn't fun to play with, then match them with other people who are similarly unfun to play with.

This would cover your point that, if there's a cheater in the lobby, and their behavior somehow makes everyone have more fun, then who cares?

[–] teawrecks@sopuli.xyz 11 points 1 day ago

We have memory security, virtualization and antitampering features

As someone who games entirely on Linux and wants multiplayer to work out, the features you're referring to are for keeping the application contained by the kernel, not the other way around. On a system where the user has full autonomy, no application should be able to know what is going on outside of its user space, and I don't want it to.

It'd be nice if it was a solved problem, but it's not. From consoles to phones to windows, currently the industry relies on you not having autonomy over your device for anti-cheat to work. Every other solution is either expensive (obfuscation arms race), or untenable (real time, high resolution server side validation of every property of every player).

[–] teawrecks@sopuli.xyz 8 points 2 days ago (1 children)

Kind of a trend on lemmy, I'm noticing...

[–] teawrecks@sopuli.xyz 1 points 2 days ago

If it just looks like a stream of TLS packets, so the content is encrypted, what would DPI be able to see? I feel like if it could detect it as a VPN, that's just a bug that needs fixing, not an inherent weakness in the protocols involved.

[–] teawrecks@sopuli.xyz 7 points 2 days ago

Steam hardware has so far been pretty niche, though. If the user experience is smooth enough, a SM could replace many people's xbox/playstation.

We're like 5y into the PS5/XBSX, new games are jumping up to $70-100 each, and hardly any are platform exclusives. Msft have all but canceled the next Xbox, and if Sony tries to push the PS6 in a few years, I think there's a world where a good chunk of people say nah.

And with the amount of attention Linux is getting from the win10 eol, we could be at the beginning of an historic inflection point in gaming.

[–] teawrecks@sopuli.xyz 2 points 3 days ago (1 children)

Yes, and the best jokes are famously the ones you need to explain. Sometimes the audience is wrong and they need to be set straight.

[–] teawrecks@sopuli.xyz 3 points 4 days ago

Very not weird behavior. Not worth the watch.

[–] teawrecks@sopuli.xyz 2 points 4 days ago

Then Minecraft is what you're looking for.

[–] teawrecks@sopuli.xyz 8 points 5 days ago

The ol' ostracize as many customer demographics as possible strategy. Bold, let's see how it works out for em.

 

I don't know how often this gets shared these days, but if one person hasn't heard it yet, it's worth posting again.

 

I'm curious what, if any, guidelines people self-impose to try and engage in a productive way online (both on Lemmy and elsewhere). "Netiquette" if you will.

A couple of rules that I think are good practices, but still see too often, are:

  • don't pile onto the most downvoted comment. Kinda like don't feed the trolls, but it's more about not letting yourself get rage baited. Instead, downvote them and move on.
  • don't give a non-answer to someone's question. Ex. if someone asks how to do X, don't answer with, "Why are you trying to do X? You shouldn't want to do X. Do Y instead." Instead, explain what it would take to do X, and then offer Y as a possible alternative and why it may be a better option. But assume they already know about Y, and it doesn't fit their use-case.

For that last one, finding a thread where someone has asked the exact question you want answered, only to find a thread full of upvoted non-answers is up there with the dreaded "nvm, I figured it out - 10y ago".

 

Just ran across this in the newcommunities discussion. Figured I'd jump start a thread for people to chime in on.

  • What have you been playing lately?
  • Anything you're looking forward to?
  • What do you wish you could play, but never have the time or players?
 

I'm curious what people's thoughts are about Matter. This is the first I'm hearing of it.

I've been trying to find a way to replace my old Chromecast Ultra (because Google), but I really like having that little cast button show up in apps, even on the phones of guests. But from what I can tell, Google killed this functionality on open alternatives (ex. Raspicast) with a lockdown to the Chromecast spec.

I'm hopeful that Matter could be a way to have my devices cast streams to each other in a standardized way that wouldn't require me to rely on Google/Apple/Amazon/etc. Maybe even Newpipe could get in on the action?

I don't know how it will work, or if this "Connected Standards Alliance" (which is apparently used to be the ZigBee Alliance, also news to me) will still have to greenlight specific devices despite it being "open", which would rule out Newpipe. I would assume the official YouTube apps will be particularly resistant to supporting Matter.

Anyone have any experience here? Has anyone else successfully replaced their media device with something open that also works with the casting button in apps?

 

I'm trying to wrap my head around the pipewire ecosystem. I think it's great that we're getting a fully featured audio system with all the upsides of pulseaudio and jack, and none of the downsides (that I know of), plus a bunch of completely new features. However, I can't help but think it could have used a little more vision in its interface (or maybe just qpwGraph).

From what I've read, my mental model is that pipewire holds the graph, while a "session manager" manipulates it (create/modify/remove new nodes/ports/links/etc). That's fine. I also understand that wireplumber is such a session manager, and despite having a really convoluted config syntax, it does its job (I assume).

As a simpleton, though, I'm drawn to the wysiwyg interface of qpwGraph, but it's not clear to me how it's supposed to fit into pipewire's vision or how it interacts with wireplumber. It seems to render the current pipewire graph as it is, it can create/remove links between ports, but also it's not a session manager (right?).

I suspect that whatever I can do in qpwGraph I could also do using just wireplumber via conf files and the cli. But dragging my mouse between nodes is so much easier than learning a new syntax. But then I also don't understand what "Active" and "Exclusive" mean. I'm guessing that if Active isn't checked, it won't do anything at all, but if Exclusive isn't checked then...maybe wireplumber can override it? Does that mean if Exclusive IS checked it's able to override wireplumber (look at me, I am the session manager now)? Is that why, if I have a qpwgraph active that links VLC to both OBS and my headset, I hear/see a delay of the link to my headset when a VLC process launches? First wireplumber decides where it should link, and then qpwGraph modifies it several ms after?

I feel like it's currently not clear what qpwGraph is in pipewire terms, but it's also clearly the most intuitive way for someone to use pipewire right now. I think it would be best if qpwGraph was either a standalone, fully featured session manager (not to be used in combination with wireplumber) or just a front end for wireplumber rather than talking to pipewire directly.

Thoughts? Anyone else confused? Am I missing a piece to the puzzle?

 

Hi, I'm sure this is just a noob lemmy question. I saw on /c/newcommunities@lemmy.world that there's a new YouShouldKnow community: https://sopuli.xyz/post/675270

But when I search for it through Sopuli, it doesn't show up, and if I use the ! link in the top comment, it returns a 404 from sopuli. It seems the sopuli server doesn't know about the community yet, how is it supposed to find out about it? Thanks

 
view more: next ›