• 10 Posts
  • 58 Comments
Joined 2 months ago
cake
Cake day: January 21st, 2025

help-circle
  • I recently brought over some ideas from VanillaOS over to my Arch install.

    1. Install as much as possible via flatpak
    2. Install a bunch of other stuff in distrobox (with podman backend)

    That gives me like 50% (idk fake number) of the features from VanillaOS, but I get to keep control over my system.

    Not that I ever had any problems with native pacman installs though… so… not sure how much benefit I’m really getting from doing this. I guess my pacman -Syu command runs faster now. That’s something…


  • Convenience beats owning things. 99.999% of non-techies I’ve talked to do not want to manage their computer or media. They don’t want to learn how things work or how to fix them.

    I can’t even convince them to use my seedbox to torrent media—heck I’ve even offered that I’ll do all the work, they just have to access Jellyfin! But, no. They prefer to pay to get access to the media now instead of messaging me, waiting for me to get the media, and then watching it.

    At the same time, they’ll complain that “everything is a subscription now!” I’m like bro…





  • One time, I was at a concert at a small-ish venue. I went to see a popular-ish band that I like, place was packed. The band started like 30-45 minutes late. When they finally got on stage, I happened to yell out during a brief pause, “Finally! We’ve been waiting forever!”

    No one said anything and the show kept moving—but immediately after I yelled that the girl in front of me turned around and gave me a huge scowling look, like she was super embarrassed for me, like I had just done something really awful.

    That look has stuck with me ever since.








  • I’m like 12 hours in. It’s not going too well right now… the biggest con is that there is basically no documentation for Orchrid…

    My use case: I have Obsidian notes synced with Syncthing to a server only accessible via Tailscale. I was able to get Syncthing working by installing Syncthing GTK from Flathub (a workaround, I couldn’t figure out how to install Syncthing the normal way). But I’m still out of luck because I can’t reach the server.

    The only way to install Tailscale is via a custom image it seems. :(

    The other thing I haven’t figured out is if it’s possible to use wl-copy to copy text from a terminal. The terminal app basically opens into a container. It seems like wl-copy can’t break out of the container and affect the host clipboard.

    The container/isolation stuff seems kewl in theory, but so far I’m finding it pretty annoying.

    I’m experimenting with this because I was wondering if VanillaOS would be a good fit for my parents, which actually, it might be. They have very basic needs. All their apps are on Flathub. But for me… I think I may just go back to Arch.



  • Oh, wait. Derp. Sorry. I need to RTFM.

    $ vso sys 
    Execute system commands, such as upgrading the system
    
    Usage:
      vso sys [command]
    
    Aliases:
      sys, sys-upgrade
    
    Available Commands:
      check       Check for system updates
      upgrade     Execute system commands, such as upgrading the system
    
    Flags:
      -h, --help   help for sys
    
    Use "vso sys [command] --help" for more information about a command.
    

    The command got renamed.