I take my shitposts very seriously.

  • 1 Post
  • 189 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle









  • F-droid exists as an alternative. Manually installing APK files is also an alternative. You can have a full and complete experience without ever touching Google Play or Google services.

    This is why nobody likes stallmanites. You can nitpick as much as you want with that attitude and find something non-free somewhere in the ecosystem, but that does not mean that the entire project is now non-free. Again, you are arguing in bad faith against the first guaranteed freedom of free software.



  • rtxn@lemmy.worldtoPrivacy@lemmy.mlIs GrapheneOS not actually FOSS?
    link
    fedilink
    English
    arrow-up
    37
    ·
    edit-2
    1 month ago

    You can install and run non-free applications (like games or the nvidia driver) on Linux distributions. Does that make Linux non-free?

    I would argue that restricting an OS to run exclusively FOSS code robs the user of the first guarantee of free software: “the freedom to use the program for any purpose”.


  • This. I’ve had issues at work while imaging classroom computers where some would finish in ~30 minutes and a few would need hours. All of the computers used Cat6 cables. This being a classroom, and students being absolute wankbags, they kept yanking the computers and kicking the cables, so the wires came loose from the plugs. I later used ethtool to debug the slow computers – the switch would only allow 10baseT link modes.



  • Modern, performant computer graphics is an incredibly complex topic full of hacks, workarounds, and edge cases. It’s possible that an update to DirectX/OpenGL/Vulkan caused some edge case interaction between the application and the graphics pipeline to fail somewhere. Updating the GPU driver (mesa, nvidia, amdgpu, or whatever Windows equivalent) could mitigate that failure.

    I remember having to update the Nvidia Windows driver when Cyberpunk 2077 was released to fix an issue related to transparent foliage (transparency is always a pain in the ass to deal with).






  • I just simply set up a script to export my Trilium notes

    edit the notes with an external editor, and then you can just re-import the note

    Those two lines right there.

    I value interoperability between software. Using a container format to store plaintext files and metadata introduces an XKCD 927 situation where it’s just another reinvention of the wheel that requires additional software support or a whole other workflow for no real benefit. Why is it necessary, for example, to store plaintext data and the related hierarchical structure in a container format when the same feature is already present in the filesystem with files and directories? It adds unnecessary complexity, roadblocks, and points of failure.

    I’m using QOwnNotes at the moment. If I want to edit a note, for example, using neovim through SSH, all I need to do is navigate to the markdown file and open it. No scripts, no export/import. Only text files, and that is all it ever needs to be.