• 0 Posts
  • 44 Comments
Joined 11 months ago
cake
Cake day: August 25th, 2023

help-circle
  • My company has two full time staff members running point on customer service. Directing people to the 5 bullet point FAQ page is about 85% of their job.

    I dabbled with setting up an AI classifier to do this for them, and while it would remove 99% of those FAQ emails, the remaining 1% of the time it was so catastrophically wrong it made us press pause on the whole thing.







  • Windows doesn’t have ext4 compatibility. When you mount a Linux partition through WSL you aren’t actually mounting the drive itself, you are booting a VM up and piping all I/O through that VM back to an emulated disk device on the host windows OS

    You would be better off having your steam library on an NTFS partition - at least your Linux OS can read the drive natively








  • Because many apps will (or would prefer to) only be bundled as Flatpak.

    This reads like speculation to me and is directly contrary to the file counts on flathub and snapcraft. What about CLI apps and server software? How are they supposed to distribute their software if not via snap? (Flatpak doesn’t support this well)

    could just as well be a rant why Canonical shouldn’t have introduced Snaps in the first place

    You are acting like Ubuntu core (and snaps) came after flatpak? Snaps were announced almost a decade ago

    Like, I get you don’t like snaps, but your argument is basically “every Linux distribution should ship the same default software, and it should be the software I choose”


  • Why do you need to have two package formats that do the same thing installed by default? If you could install snaps and flatpaks both from the same store you could have 2 (or 3 if you also installed the .deb) copies of the same app, like steam etc installed, and user sessions and games set up on one wouldn’t be launchable from the other because they all store their state and config in different locations - the only way to know what config your program is launching with would be to inspect and rename the launcher scripts. If you are intending to support naive users this is the absolute worst case scenario. It would be like debian including pacman by default as well alongside apt for maximum user accessibility confusion.