Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.

Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!

I � Unicode!

  • 0 Posts
  • 47 Comments
Joined 3 months ago
cake
Cake day: June 21st, 2024

help-circle










  • Interesting… I got the retail version back then and it was bundled with Steam and did check your account on every start (or required a steam client running with the title in the library). It even had a warning label on the box stating that it needed a steam account and that the CD key would be linked to your account. But I do not remember it using Securom. Which checks out, as I vaguely remember buying I after Christmas.

    Maybe it got removed later? I can find some discussions in the steam forums arguing about the drm from about 10 years ago, and other more recent discussion where people are wondering why it has no more drm - e.g. this comment describing the same procedure as I did above

    Fun fact: My Steam accounts lists that it was created in July 31st 2004, although Steam was released on September 12th 2004. I guess they just added a random date on old accounts that didn’t have a date registered?







  • elvith@feddit.orgtoTechnology@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    12
    arrow-down
    2
    ·
    23 days ago

    It’s encrypted anonymous communication capabilities.

    Unless you enable it for every single chat (and IIRC only available for chats with only two persons, not group chats) there’s no encryption. Or did they change that? The only encryption that applies to most chats on that platform should be transport encryption via TLS.




  • Basically it means to not have a special designed hardware for task X but to do much of it in software which gives you more flexibility. And also let’s you configure and use X a bit more flexible.

    E.g. software defined networking: If you run several virtual machines on a server, you may define the whole network between them virtually in software instead of doing it on the hardware side. Sure, you still need an ethernet card in your server to connect it to other servers and the internet, but all load balancing, switches, firewalls, VLANs, etc. between the virtual machines (or containers) on your server are virtualized in software - or maybe eben between servers.

    Same goes for e.g. Software Defined Radio. In the early days you had dedicated hardware to control the mobile network and the antennas and such. Today you “just” have the antenna and a transceiver that is capable of producing and receiving a wide range of signals and modulations. All encoding, decoding and interpretation the signals is done in software. If your hardware is capable enough, the upgrade from e.g. 4G to 5G may only be a software update for all base stations.