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

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

help-circle


  • these only handle crypto. they’re not a replacement for stripe, and saying that it is is a very large stretch. stripe is used for handling fiat payments, and there’s a reason even Liberapay only supports that and Paypal: because all others are worse or questionable.

    such services (recurring payment services) can’t really make use of crypto right now anyway, can they? they would either need to store your keys, or create a specialized wallet program and stop being a service, but the latter would also remove any possible transparency that the donation receiver may want to provide













  • Usually you would only need to reboot if you want to use the new kernel right away after an update.

    and the new version of all the software that is still running with the old version.

    For most of the programs, you don’t even need to restart them if they’re already running.

    how? won’t they keep being the old version?

    However, if you restart them they will run as the newer updated version.

    oh, yeah, we agree on that. but my point is that in my experience, a lot of software gets very confused if some libs it would use or resource files have changed after they were started. often that’s also the reason why holding back a package’s version makes trouble over time (because certain other packages can’t be updated either), or same with using custom repos that have a different release schedule or maybe are not even in sync with your distro



  • Not completely but kind of, all those poweroff, reboot etc. tied to systemd, though I believe this is mostly related to polkit run out of time.

    that’s right, but as I remember the error was talking about being unable to launch that KDE-specufic countdown overlay. journalctl has shown such an error for every time I tried to stop the session in any of the ways.

    Normally updates don’t change a thing on Linux since the system runs on RAM.

    that’s not how I understand the system is working. could you elaborate?