I take my shitposts very seriously.

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

help-circle






  • 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.




  • 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.


  • They all offer more or less the same network services with different UIs.

    OpenWRT is specifically designed to work as a lightweight system running on consumer-grade routers. If you want this, you’ll have to check the website’s Table Of Hardware to determine if your hardware is compatible.

    OPNsense and pfSense are general-purpose FreeBSD-based operating systems that you can run on discrete computers or in VMs that act as network gateways. All three are free/gratis, but you have to make an account and go through the store page to download pfSense.

    I personally use OPNsense in a VM.





  • That’s pretty much how he kept the public image of “eccentric genius” for so many years. I once read an article (can’t remember where, don’t care enough to search) that said that SpaceX had/has a team whose entire purpose was to babysit Musk when he had a temper tantrum. The team formed organically, like a cyst around a foreign object, and minimized damage to PR.

    When Twitter was infested, it didn’t have this immunity and now the world (or those of us who care) knows how much of a shithead he is.



  • It’s Debian-based, but Canonical has been really Microsofty about its development. They now have Snap as a universal packaging format, and have mandated that all official Ubuntu flavors (so X/K/Lubuntu and others, but not derivatives like Mint) must include Snap, and must not include Flatpak in the default installation. They’ve also fucked with APT where installing certain packages, like Firefox, would first install Snap and then the application’s Snap package, without even telling the user. They’ve had some controversy with Amazon ads in the search results, and advertising Ubuntu Pro in the fucking terminal. The default GNOME desktop also has a ton of issues.

    I, and many others, recommend against Ubuntu. Linux Mint is the most commonly recommended “just works” distro. That being said, switching to Ubuntu, if able, is still preferable to staying on Windows.