HackerLangs
TopNewTrendsCommentsPastAskShowJobs

throwing_away

413 karmajoined 5 anni fa

comments

throwing_away
·4 giorni fa·discuss
Same. I write cheats for CS2 for my own amusement and it's 100% detectable by replay analysis.

If I'm reacting to information that I shouldn't have at a rate much much greater than the general population, then I'm not psychic, I'm just cheating.

This is also true for aiming, spray control, etc. All current cs2 cheaters are producing a very large and detectable audit trail of very suspicious plays in game, even if they think they're being sneaky. The resolution of the data looks like keeping track of your location and where you're aiming about every 15ms.

Here's some recent research that's related: https://arxiv.org/html/2508.06348v1

I can hide from a kernel module, but I can't hide from my own data trail.

There's only really two paths:

* We do kernel anti-cheat in trusted execution environments, which is bad for all the reasons in the article. When I break through this, you'll get the full "having a cheater" experience in your game.

* We do AI/ML heuristic-based detection to the point where cheaters are forced to behave exactly like non-cheating teammates or risk detection, cheating maybe only 10-20% above their previously established skill patterns. When I break through this, you'll have a normal game and I'll be kind of bored and nobody will be having the "cheaters in my game" experience even though I'm actually cheating.

In either case, I'm still going to try and beat the system for fun. Because video games.
throwing_away
·5 giorni fa·discuss
You guys have done such a good job that I've thought about buying one even though I don't need one at all just to support the project.

You've surely launched a generation of perhaps-someday-responsible hackers into the world.
throwing_away
·5 mesi fa·discuss
The real question is, if I buy 80% of a 3d printer to be finished on my own, does it need a Prop 65 sticker?

(The answer is actually "yes, several".)
throwing_away
·9 mesi fa·discuss
Having often thought this is how I would attempt to monetize if I built a developer tool, I'm glad to hear that it's working.

It makes good sense because companies actually have an absurd amount of liability to you if they violate your agreement.
throwing_away
·9 mesi fa·discuss
Likely both.
throwing_away
·9 mesi fa·discuss
Google Wallet also doesn't work on Graphene OS.

I just looked into this and in the US there's basically no technical answer that I'd expect to be reliable.

You've got a few choices:

* magsafe wallet (~$10) without nfc shield with a physical card

* "purewrist" prepaid debit card (would be good for a kid maybe)

* garmin smartwatch that gets linked properly like Google Pay would

If you're in the EU there are a ton more options, specifically "Curve Pay" and possibly "Amex UK".

Very annoying.
throwing_away
·anno scorso·discuss
Yes, it happens all the time, especially as the devices age.

L1 devices remotely downgrade to become L3 devices. This has different effects depending on content provided from "totally unavailable" to "lower resolution".

It's both DRM and planned-obsolescence in one.

The qualifier: https://developer.android.com/privacy-and-security/security-...

The list: https://android.googleapis.com/attestation/status

The dev docs: https://github.com/doridori/Android-Security-Reference/blob/...

I'm not sure if it's confirmed, but it's believed Level 1 video output contains a watermarking scheme that ties the key to the media, so if it's leaked they can disable the key that leaked the content.

You can search around and find tons of angry consumers shouting into the void about widevine errors on older consumer devices.
throwing_away
·anno scorso·discuss
There is 1 provider for ATSC3 DRM (which is already rolling out in major markets): Google Widevine.

There is 1 operating system for ATSC3 DRM: Android.

There are several SoCs that can be used for "Level 1 Widevine".

When a SoC is compromised and the key is leaked from the TEE, all models of that device with the key are now untrusted for Level 1.

I think people should just be aware of the state of play.
throwing_away
·2 anni fa·discuss
You can also encourage people to host your content with IPFS, removing the need for a pinning service if there's enough of them.