Computers and the internet gave you freedom. Trusted Computing would take your freedom.
Learn why: https://vimeo.com/5168045

  • 2 Posts
  • 410 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle


  • Changing the “id” like the MAC address or the IMEI has no impact on any system.

    On the system none, yeah. But if you pick an IMEI that’s also used by an other phone, that is what can cause trouble, as I know. It’s the same as when multiple devices have the same MAC or IP address on the same network.

    For example, when a client device gets its IP from the dhcp server on a router, which allocates a random ip from a specific pool, it does not influence anything like ip packets routing…

    That’s because it is not random. The DHCP server keeps track of the addresses it has assigned to someone, and will never tell the next new client to use an IP it has already assigned someone.
    But if you set your IP statically and pick an IP that is used, or if you run multiple DHCP severs for the same network without coordination, then problems will come.




  • Ater purchasing and downloading a game from Steam, the Steam client is not actually needed for it to be playable. Of course it will try to start up Steam, and if isn’t installed then it will complain, but if use use a “steam emulator” that can be worked around.
    This is useful if you don’t want Steam to track how much and when do you play, when is it that you are online, what achievements you got and such. This is afaik also the only way to say no to forced automatic game updates.

    One such emulator is Mr Goldberg’s steam emu.
    It has a bunch of configuration options, per-game settings, optionally portable settings, windows+linux support, and I think it’s even open source.

    Using the Goldberg emu is not piracy, neither DRM circumvention. The Steam API is not a DRM, most Steam games just make the Steam client a hard dependency, not bothering with making it work without it.
    When the game is protected by DRM (this should always be marked on its store page), the steam emu won’t be enough, but you would also need to patch it’s DRM protection. Sometimes that’s easier, sometimes harder.

    Steam emus may or may not work with multiplayer games.
    The Goldberg emu has a replacement Steam’s own multiplayer network communication system, which works through the local network or a selfhosted wireguard-like VPN, but with big centrally hosted multiplayer games you’ll run into licensing validation problems or such.