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

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

help-circle
  • FDE requires third-party software (veracrypt)

    There’s bitlocker, I think it was added in 7 or Vista. What do you mean?
    But other than that, I would rather use VC too.

    standard system utilities (think ssh, git etc.) are not available on a fresh install

    Hmm, depends. It has a built in openssh client and server, but the “feature” (automatically installing package) is off by default. It can be enabled at install time with the use of the standard windows image modification tools (DISM I think?)

    And then you’re supposed to download and install .exe files from the internet? Since microsoft controls what goes in the windows store

    I think it’s better that Microsoft does not have that much control over software distribution.

    But again, most things you want aren’t there, and you can’t even trust the things that are there.

    Of course you can’t, nobody can tell by looking at the store page if it was modified by anyone, including Microsoft.
    The amazon app store for android explicitely tells that they are adding tracking code to every uploaded app, and to make this possible they replace the digital signature of apps uploaded. Google with the play store does not tell anything like this afaik, but for a few years now it also basically compromised the digital signatures of developers, by requiring the private keys to be mandatorily handed in for continued app updates.
    I don’t trust that these companies that already rely on mass surveillance as a revenue stream, they won’t add tracking code to apps unauthorized by the devs. If not right now, it will happen in the future.

    For some reason, a billion dollar company cannot curate a software repository of the same quality as the ones maintained by unpaid volunteers in the Linux world.

    Besides quality, I think open source distro’s repository and it’s packagers are largely more trustable. They are not motivated financially to modify the packages in unwanted (by the user) ways, and they are transparent.

    So yeah, I think it’s just not there yet. Maybe in a few years windows will be a viable alternative for desktop systems.

    I think they are drifting farther and farther away.
    It was an option. But the shitshow of 11… thanks that’s too much. I’m not installing that for anyone. And 10 is soon end of life…


  • ReversalHatchery@beehaw.orgtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    1 month ago

    imagine KDE would actually run well as it doesn’t need all the bells it offers and is actually a well written performant DE.

    RAM usages on a 8GB system, 4 hours after boot.

    • plasmashell: 312 MB
    • kwin_wayland: 165 MB
    • akonadi_* summed: ~2 GB
    • kded5: 130 MB
    • kalendarac: 119 MB
    • xdg-desktop-portal-kde: 107 MB
    • kwallet5: 103 MB (unused)
    • kaccess: 103 MB
    • kiod5: 103 MB
    • polkit-kde-auth: 101 MB
    • X, Xwayland combined: 202 MB
    • org_kde_powerdevil: 48,5 MB
    • kactivitymanagerd: 40 MB
    • startplasma-wayland: 39 MB

    There’s also various other things too. Now obviously, looking at the total used counter, these cannot be just summed up, there must be some overlap through shared libraries and such, because if I close my web browser and all I have open is Konsole, total memory usage drops to 2,35GB. 3rd party programs, like opensnitch and syncthing, only contribute 400 MB (opensnitch is surprisingly fat, but it’s UI is not efficient with the CPU either), so the system itself needs around 1,9 GB, but that’s a lot when all you have is 2 GB RAM.
    Then, my system uses an additional 2 GB for cache purposes. Such an old system will probably have an older, much slower storage (unless upgraded, fortunately that’s often easy), and won’t have nearly any capacity to keep a filesystem cache.

    I’m only using a single widget on the desktop to periodically run a command and display it’s results. Other than that, the taskbar panel has the default widgets.


  • I think you can disable most of the toolbars in the main screen if it helps.
    You can do that in the “Docks” menu in the topmost bar, unticking any you don’t need.
    I think you can freely hide these, maybe more: stats, audio mixer, scene transitions, sources (after you have set up your capture source), scenes.

    Then if it’s still a lot, you can untick these in the View menu besides Docks: scene/source list buttons, source toolbar, status bar.

    At that point you only have the controls dock, the preview, and the thin top bar.
    Don’t forget to reenable the sources dock and the audio mixer if you want to change those settings, though.








  • ReversalHatchery@beehaw.orgtoLinux@lemmy.mlDisk imaging
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 months ago

    Definitely ddrescue. Unlike traditional dd, it can deal with failing drives, it’s operation is resumable, and has some other features that’s helpful. I would recommend using it even if your drive is fine.
    What it produces is a byte for byte copy just like dd.