Spyke

Replies

lemmy

Comment on

Do your part, try not to lurk!

I think, for mass appeal lemmy will ultimatively need communities for popular topics (games, trends, etc.), which can bring in lots of new users. From what I've seen so far the topics are still rather niche, or can't compete with identical communites on major platforms. When the traction starts getting big enough, it might just run on its own.

This comment is also more or less a test, trying out the platform.

lemmy

Comment on

Do your part, try not to lurk!

Reply in thread

I first saw lemmy a few months ago, but forgot about it. The recent Reddit events have sparked interest again, and I am feeling adventurous. Major Social media platforms seem to collapse / mess up one after the other now, and the concept behind federation is very intriguing (especially that part that even different applications can communicate with each other thanks to ActivityPub).

lemmy

Comment on

Do your part, try not to lurk!

Reply in thread

Another problem I see is monopolization. If there is only one platform with no competition, there is no incentive to innovate. Good example is YouTube. No one can just afford tbps of bandwidth and exa or even zettabytes of storage, so federation (PeerTube) is a way to balance and distribute the load over many individual servers/nodes. (PeerTube also uses a p2p streaming mechanism to reduce strain on the server)

Comment on

I wrote a Guide on how to install Arch Linux with BTRFS and (almost) Full Disk encrytion

Reply in thread

You might install an older kernel version from /var/cache/pacman/pkg and then regenerate the initramfs. If not using NVIDIA, it's very easy to have multiple kernels installed (e. g. linux, linux-lts) to have another option if one kernel causes trouble.

I'd generally recommend having the lts or mainline kernel additionally if you use custom kernels, like zen or self compiled

lemmy

Comment on

Do your part, try not to lurk!

Reply in thread

Then one must either resort to the official youtube frontend (which is still bearable as long as content blockers work normally, I could not imagine getting spammed with ads) or using other ways of watching like PeerTube. Circumvention should always be possible in a way though as long as Google doesn't employ DRM on YouTube videos.

lemmy

Comment on

Do your part, try not to lurk!

Reply in thread

Google might start messing up the alternate frontend Invidious too (the exception The video returned by YouTube isn't the requested one. (WEB client) (VideoNotAvailableException) started appearing, which is still fixable though), which is a nice option to view yt without the clutter, especially when not logged in.

In case you know the media player mpv, you can pass yt links directly into it and view just the video through it. You need to have yt-dlp installed for this. Then you can type

$ mpv 'https://youtube.com/watch?v=....'

This is more for Linux though, idk how it is for Windows