eh

@eh@nerdbin.social

eeh fuck it

he/him btw

This profile is from a federated server and may be incomplete. Browse more on the original instance.

eh,

All of these are "root" mounts. I don't explicitly mount any subvolumes (they get "implicitly" mounted as folders though)

eh,

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.

eh,

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.

eh,

alongside the others mentioned here, lemdro.id exists for Android-related stuff and lemmyrs.org exists for Rust stuff (but seems to be running an old version of Lemmy, so YMMV)

eh,

nobody (in terms of both apps or servers) uses the C2S API. the closest you can get to a "de facto" standard is unfortunately the Mastodon API.

eh,

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)

eh,

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.

eh,

.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

eh,

Not obscure but general.smoothScroll.msdPhysics.enabled=true is a must have IMO.

eh,

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.

Anyone else starting to favor Flatpak over native packages?

I am currently using Linux Mint (after a long stint of using MX Linux) after learning it handles Nvidia graphics cards flawlessly, which I am grateful for. Whatever grief I have given Ubuntu in the past, I take it back because when they make something work, it is solid....

eh,

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.

eh,

Just let some bees loose on your system for a while and they'll sort that out.
Also depending on how good your CPU is btrfs compression would also save a fair bit. AFAIK shared libraries are pretty well compressible.

eh,

Again - I have no idea how well it's hardware support is. I assume 3d accel and whatnot would be fine because it's widely used, but dunno if anyone tried running ROCm on it.

What ecosystem should I use if i want to make an app and not write boilerplate all day? (nerdbin.social)

The "native" Android ecosystem has grown way too over-complicated for my liking. I do not want to dependency inject a Reactive ViewModel Room Repository DAO Purpose Factory (without blocking the main thread), I just want to make a god damn app....

eh,

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.

eh,

.ml still seems to have the user-agent block in place but plenty of other Lemmy instances that didn't federate before seem to be federating. or at least federating enough that searching picks up their communities.

last time i tried .world was the only instance that federated with kbin properly

eh,

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.

eh,

Moreover I also have my swappiness set to 0 because I don’t want stuff swapped out of memory. If I need more memory I need more memory.

I don't think swappiness has worked that way for a while now.

https://chrisdown.name/2018/01/02/in-defence-of-swap.html

eh, (edited )

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.

Anyone hosting Lemmy and Mastodon on the same server?

I have Mastodon running on a VPS running Debian 11. Now I would like to add a Lemmy instance on the same server. I tried using the from scratch method from Lemmy documentation, but ran into errors that likely stemmed from minor version incompatibilities of the dependencies. I tried using the Lemmy easy deploy script but it wants...

eh,

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.

Why are people against big companies joining the fediverse?

Tl:dr: Perhaps I am just uninformed on the issues, but I don’t see what the big deal is with a company like Meta joining the fediverse. If anything, I think it is a very good thing, as it puts more attention and dev time into making it a more functional and better place. So what is the issue?...

eh,

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)

Can we please remember to talk about things on the fediverse besides the fediverse itself?

Having spent a lot of time on Mastodon... There are tons of people there talking about federated and self-hosted services, software freedom, censorship, encryption, tech regulation... A very narrow range of topics directly surrounding the fediverse get a lot of attention....

eh,

This seems extremely elitist, even if just for the fact that you do not know what other knowledge (and experiences and viewpoints and...) those people who'd be interested in those communities would bring.

If you want a site comprised entirely of - what it seems to me - techbros who talk about how large their homelab Kubernetes clusters are, you should do that by curating your experience with the general platform, not by excluding anyone else, which is what you're doing here even if you don't realize it.

I personally want people from all walks of life to set up shop in the fediverse (as long as they're not jerks). Even if I'll never see or interact with 99% of what they create, maybe that last 1% will solve an obscure problem I encounter, or recommend me something (whether it be a product or recipe or location or...) that will change my life for the better.

eh,

Something I want to point out is that kbin does not support authorized fetch yet, meaning there is a chunk of the fediverse (some Mastodon instances, all GoToSocial instances, and probably a few others) that it can't talk to. If you search for a Masto user or post and don't get any results this could be why.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • ethstaker
  • khanakhh
  • GTA5RPClips
  • magazineikmin
  • cubers
  • DreamBathrooms
  • Youngstown
  • slotface
  • InstantRegret
  • PowerRangers
  • hgfsjryuu7
  • kavyap
  • rosin
  • Leos
  • ngwrru68w68
  • vwfavf
  • tester
  • cisconetworking
  • thenastyranch
  • mdbf
  • everett
  • tacticalgear
  • osvaldo12
  • normalnudes
  • Durango
  • modclub
  • provamag3
  • All magazines