eeh fuck it

he/him btw

  • 1 Post
  • 31 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle






  • Light mode only “clicked” for me when I set my monitor’s brightness all the way down. If you’re getting “flashbanged” turn that brightness down. It helps (or maybe my monitor is just really fucking bright)

    Except Discord which somehow manages to have the worst light theme ever created by mankind. I have no idea how anyone can use light mode without going mad. Everything else’s fine.


  • Well, the “how” is technically simple. You paste the URL to the search box and you hit subscribe. You can do that right now with:

    • Lemmy communities
    • Kbin communities
    • PeerTube channels
    • Mayyyyybe a.gup.pe / chirp.social groups??? idk how well those would work

    Lemmy itself only let you subscribe to ActivityPub Group actors though, so it’s quite restrictive in that regard. kbin adds user follows and microblogging into the mix, but you can’t do those through Lemmy yet (or perhaps ever).

    However, the real “problem” is presentation. While you can, say, follow a Lemmy group from Mastodon. Mastodon is not intended for groups so it kinda breaks and ends up spamming your home timeline with all the posts and comments. Other implementations such as Akkoma or Misskey or Calckey (pending rename) might end up interacting better (because Mastodon will try to convert everything it gets into Notes in a “lossy” fashion).

    While the protocol does allow you the freedom to interact between services, you will not get the best experience if you’re not on a “similar enough” service. Although that does not stop you from following a PixelFed account from Misskey, or a Mastodon user accidentally finding their way into the Lemmy comments section. (You can tell because they’ll be the only comments that end up tagging people when replying)




  • .ml unblocked the kbinBot UA a couple days ago so as new posts and comments are made it should be syncing up. there are still a few instances out there that seem to not federate as well (in particular beehaw doesn’t seem to be federating beyond community discovery) but i believe that’s just some reverse proxy misconfiguration (the lemmy-ansible nginx config had some federation related fixes with the release of 0.18.1 they may not have applied) rather than anything intentional




  • I wonder how well it integrates with hardware. Arch with the pacman packages has been the only distro where I could get ROCm working reliably. I’d love to make a “ROCm container” and dump all that mess into it’s own sandbox.

    In fact, the thing I really want is more of a “Qubes but not for security tryhards” (aka I can actually use Wayland AND game on it) where everything gets it’s own container mainly for organizational purposes, but something like this sounds like a fair compromise.


  • There are signing keys involved, so if someone puts up a new server but uses different keys then all sorts of federation trouble will await them.

    That said it shouldn’t affect the general network, just that individual server (both the communities and the users of it)

    Edit: As for switching domains on an existing server, that would be equally troublesome as ActivityPub kinda relies on domains for all sorts of IDs.





  • jsyk, with how ActivityPub works changing the software that’s running from under it will break federation with you in all sorts of subtle ways. When you pick a thing to run under a domain you’re effectively locked into running that software under that domain. And of course there is some cryptographic verification as well so you change the keys (or you wipe or forget to back up the database) you may as well burn that domain from federating ever again.


  • eh@nerdbin.socialtoSelfhosted@lemmy.worldHow much swap?
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    1 year ago

    On a desktop or especially laptop case, it should be equal to (or larger than) your RAM if you use hibernation (as RAM gets copied to swap during hibernation)

    On my server, I set it up to be 2GBs, mostly arbitrarily. Right now it’s at 500MB, but my main memory is also only 600-800MB full out of the total 4GBs available, so I’m not running out of RAM anytime soon.

    Swap behavior seems to have changed a while ago, so consider reading https://chrisdown.name/2018/01/02/in-defence-of-swap.html on how it works right now. Hell, even that might be outdated nowadays. Up to date info on how swap works really seems hard to come by.