Cryptography nerd

Fediverse accounts;
@Natanael@slrpnk.net (main)
@Natanael@infosec.pub
@Natanael@lemmy.zip

@Natanael_L@mastodon.social

Bluesky: natanael.bsky.social

  • 9 Posts
  • 549 Comments
Joined 3 years ago
cake
Cake day: August 16th, 2023

help-circle


  • If you don’t have strong consumer rights enforcement you have to do a lot of research in advance. Even then you can be hit by companies changing model later.

    In B2B, if you’re in charge you need to negotiate in terms to be able to break the contract if the other side don’t deliver what they promised. If you’re just an employee, you can’t do much about your bosses making stupid decisions. They might have thought they would save money, or gotten kickbacks, and you’re stuck with the consequences.

    And yes, dishonest people should be filtered out.










  • The ship of theseus says hello

    You have to decide what it is that defines the entity

    The title of “my gaming PC”? Whatever which holds the title is that PC at any given moment.

    Defined by some property? Desktop setup, game/file collection, hardware type (whichever has the hardware most suitable for the task, eg. the most capable PC being your gaming PC, etc)

    Defined by substance/components? OS image, motherboard / CPU, or even just the case, etc…

    You can even use all definitions at once with completely different choices in each, because your current gaming PC might become your next home server as you buy a new PC, then you move around some components like RAM, reinstall a device, make one a media center for your TV, etc…





  • There’s things built for entirely different reasons that can be used as a federated Wiki if you wish, like Fossil (a federated version control system with a Wiki)

    https://www2.fossil-scm.org/home/doc/trunk/www/index.wiki

    Note that Wiki federation has a whole bunch of potential issues if you try to allow automatic updates from arbitrary users. Wiki servers rely heavily on antispam measures which often require a lot of analysis of the user’s connection, data which often isn’t available over federation, so submissions by others have to be validated manually. Fossil being a version control system means it is more of a mirroring friendly Wiki than truly federated, but you can set it up so that mutually trusting mirrors can replicate each other’s validated commits/updates.