❤️ sex work is work ✊

  • 0 Posts
  • 31 Comments
Joined 3 years ago
cake
Cake day: June 3rd, 2023

help-circle
  • It did load homedepot.com when I tried it just now, but I don’t have a mouse or keyboard attached, and the monitor isn’t touchscreen, so I have no idea how it performs when scrolling. Probably terribly.

    IIRC, mine is an earlier version of this one: https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/. It has 1GB of RAM, and a 64GB sdcard (which is honestly bigger than it needs), with basic Debian Bookworm installed. It runs essentially nothing except sshd, xwindows, and Openbox configured with the following autostart script:

    xset -dpms
    xset s off
    unclutter -display 0:0 -noevents -grab
    export DISPLAY=:0 && firefox-esr --kiosk $URL_TO_VISIT &> /dev/null & disown &> /dev/null
    

    Where $URL_TO_VISIT is a panel on my local Home Assistant.

    Granted, it’s not exactly doing much other than showing a single page all the time, and sometimes it does freeze and require a manual restart every few weeks (hence why I said it’s only “running okay”). It does work though, and I expect that an rPi 5 would be a good experience for actual browsing, especially if you used one of the 4GB or higher versions.

    If you aren’t already, I recommend running a blocker like adguard on your network. Aside from making the internet more pleasant to look at overall, it might help with making sites more responsive.





  • Luke@lemmy.mltoProgrammer Humor@lemmy.mlWebp
    link
    fedilink
    English
    arrow-up
    23
    ·
    4 months ago

    Incompatible with every website in which browser? It works for years in both Chrome and Firefox. Is this a meme for Safari users only?

    The fact that Google invented this format is the most annoying thing about webp, but the complaints in this image haven’t been an issue for a very long time in my experience.




  • You have a lot going on there all at once that could be contributing to the whole thing failing.

    If it were me, I would try to get caddy working independently of everything else first, since it was your original problem, then layer in the other containers one by one in case you’ve got configuration problems in them too.

    Caddy by itself is super easy to verify with something like a browse directive pointed at an empty directory.

    Then add your tailscale container and configs, and check that you can still access the browse page from caddy.

    Then add your Jellyfin container and adjust the Caddyfile to proxy to it.


  • Luke@lemmy.mltoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    13
    ·
    6 months ago

    Also, Plex email blasted a few weeks ago about how nobody can share their libraries anymore without paying for a subscription. That was the push I needed to check out Jellyfin again, and the experience ranges from “good enough” to “that’s better than Plex” for me and my buddies.





  • People need to stop posting content to YouTube. Quit giving them new leverage.

    Even the linked article whines about how they don’t want to use Peertube because “the audience for the content is 100x smaller” but that’s at least partly a self fulfilling situation. Of course they aren’t going to have a large audience on Peertube when they don’t post anything there. Mirror your old content there. Upload new content there instead. Advertise your Peertube channel instead of YouTube.

    There’s not going to magically be a huge audience out of nowhere on alternative platforms, it takes content creators to migrate first.





  • Luke@lemmy.mltomemes@lemmy.worldBuzz Buzz
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    10 months ago

    Humans also carry diseases and destroy the landscape and each other. By your logic, we shouldn’t care about anyone dying, or try to empathize with anything outside of ourselves. Seems like a sad perspective, IMO.




  • Unfortunately, there doesn’t seem to be anything better than Calibre at the moment. (Though, I’m happy to be proven wrong!) Nothing against Calibre, it’s functionally amazing free software and it works very well; I said “unfortunately” because the interface is extremely dated and clunky and confusing to operate. Once you get it working, it’s very nice though. As long as you never have to go fiddling with it again, because every time you’ve gotta reacquaint with it’s weird UI. Still, it really is the best available at the moment, and it’s free so that’s awesome.

    My favorite way to set it up is using the linuxserver image, which has a web-based VNC built into it, so you can remotely run the app on a headless server and then use your browser to interact with it.

    I have Calibre configured to monitor a folder for new stuff I throw into it, where it’ll automatically fetch metadata and put it into the database. Calibre also has an OPDS server built in, to which I point a nicer frontend for reading comics. Currently that is Kavita which provides a decent web UI for both books and comics.

    Anyhow, I believe you could enter data about your physical comics into the Calibre database, and then view the metadata with something like Kavita, though of course you’d be skipping the reading features.