Skip Navigation
Question: Is btrfs's compress-force=zstd compatible with x-systemd.automount?

I couldn't find any documentation about this anywhere, but it seems like they do NOT work together

``` % rg -i storage /etc/fstab UUID=7c16eaa0-a423-4e51-aa5c-116adf806511 /storage/disk1 btrfs noatime,lazytime,compress-force=zstd:9,x-systemd.automount 0 0 UUID=567c5fc4-3cc5-4572-9d45-01e55d30647c /storage/disk2 btrfs noatime,lazytime,compress-force=zstd:9,x-systemd.automount 0 0 UUID=d0e1ec15-2699-4afa-9393-60ae3d4370b7 /storage/disk3 btrfs noatime,lazytime,compress-force=zstd:9,x-systemd.automount 0 0

```

``` % mount | rg -i storage systemd-1 on /storage/disk1 type autofs (rw,relatime,fd=52,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16608) systemd-1 on /storage/disk2 type autofs (rw,relatime,fd=53,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16614) systemd-1 on /storage/disk3 type autofs (rw,relatime,fd=54,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16620) /dev/sdc1 on /storage/disk2 type btrfs (rw,noatime,space_cache=v2,subvolid=5,subvol=/,x-systemd.automount) /dev/sdb1 on /storage/disk3 type btrfs (rw,noatime,ssd,discard=async,space_cache=v2,subvolid=5,subvol=/,x-systemd.automount) /dev/sda1 on /storage/disk1 type btrfs (rw,noatime,space_cache=v2,subvolid=5,subvol=/,x-systemd.automount)

```

running Arch (btw), if that makes any difference

5
is it likely that embedded videos will ever be a part of the lemmy experience?
  • Storage space is one issue. Bandwidth (how many TB/mo goes out the server) is another. And for any "serious" use case transcoding would also be important (so you can keep the other two down for everyone except Apple users who are stubborn to adopt VP9/AV1, and to provide multiple quality options), which unlike the other two requires powerful hardware most instances do not have.

  • is it likely that embedded videos will ever be a part of the lemmy experience?
  • It uses WebTorrent for distribution between viewers watching at the same time which can temporarily help with the load on popular videos, but there still needs to be at least one source instance that's sharing the video "regularly" (for unpopular or old stuff), which ends up having the same bandwidth issues you'd get with any other video platform.

  • TIL: Dark mode causes eye strain
  • 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.

  • Help me understand this Fediverse thing
  • 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)

  • What obscure about:config settings would you recommend changing?
  • You have to actually toggle to see it but IMO it massively improves how scrolling feels.

    There are a few more scrolling-related options out there on the net if there's a particular "feel" you want to go for. https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js provides a couple you can try out, and most of these custom scrolling options use msdPhysics as a baseline.

  • I feel like I'm missing out on the hype using kbin.social
  • .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

  • What happened to vlemmy.net?
  • 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.

  • Is it possible to change lemmy's domain?
  • It's possible by having the webfinger endpoints at the "root" while keeping the rest of Lemmy on a subdomain. The main thing that determines the domain in your username is webfinger.

    No clue if Lemmy or kbin support this config though, but quite a bit of the microblog-only parts of fedi do, and it's a widely used thing.

  • Anyone hosting Lemmy and Mastodon on the same server?
  • 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.

  • How much swap?
  • 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.

  • Why are people against big companies joining the fediverse?
  • People aren't against companies, people are against Meta. In the wider fediverse, anyway.

    A while back there was talk of Tumblr potentially joining the fediverse, and it was met with neutral to positive reactions. No idea what happened there, maybe they're still working on it, but I do not expect a "fedipact against tumblr" to gain as much steam (if any) when they decide to announce they're ready to flip the ActivityPub switch.

    (no idea if my other comment got sent out, this may be a duplicate)

  • What do you think is responsible for lemmy’s growth over other alternatives like KBin and Tildes?
  • Tildes was always invite only. Granted it is (or was at the time, maybe they slowed down with the influx) really easy to get your hands on one by just asking on r/tildes (or email).

    Hell, the site being readable by the general public is a relatively recent introduction compared to it's history.

  • Deleted
    *Permanently Deleted*
  • Tumblr - both as the userbase and as the company - has been pretty "cool" compared to Facebook/Instagram (which isn't a high bar, really). I think most people are indifferent to favorable on letting them in here if they decide on doing that.

    I think they're "getting their feet wet" with federation with an official WordPress plugin (Tumblr is now owned by the company that develops WordPress) first, before deploying it on Tumblr.

  • What would a hybrid between Lemmy and booru-style image boards be like? Why doesn't it exist?
  • You could represent booru tags as hashtags, and PixelFed already shows how image sharing can be done.

    All that's left is someone to do the hard work of patching together a booru UI for ActivityPub. Hell, considering the use case it could be a frontend for an already existing backend-only AP software like GoToSocial. That would make the implementation drastically simpler as you wouldn't need to deal with any of the AP parts at all.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EH
    eh @nerdbin.social

    eeh fuck it

    he/him btw

    Posts 1
    Comments 20