vepro
36
49
vepro

@lemmy.world

vepro 16 points 3 years ago

Good to see Lemmy grow, but I hope that the decentralization will work out so that the large influx of new users will spread out as evenly as possible. General purpose instances help balancing the load, and last time I checked join-lemmy.org there have been several general purpose instances, which seems promising.

path: 0 726888, hotness: undefined, score: 16, children: 7
vepro 12 points 3 years ago

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.

path: 0 64718, hotness: undefined, score: 12, children: 21
vepro 9 points 3 years ago

I assume that there is something that is O(N), which explains why wait time scales with community size (amount of posts, comments)

path: 0 131775, hotness: undefined, score: 9, children: 6
vepro 8 points 3 years ago

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).

path: 0 64718 64892 65332, hotness: undefined, score: 8, children: 19
vepro 5 points 3 years ago

I got a random "Report created" notification in the bottom left of the screen while viewing this post? Has this happened to anyone?

path: 0 82877, hotness: undefined, score: 5, children: 0
vepro 5 points 3 years ago

Try pacman -Syu or just yay, if it doesn't work after that get new mirrors from here: https://archlinux.org/mirrorlist/, and paste them into /var/pacman.d/mirrorlist. Comment out/in mirrors as needed. If you did the latter, do a full system upgrade (yay) again just in case

path: 0 506799, hotness: undefined, score: 5, children: 1
vepro 5 points 3 years ago

If you didn't tell I wouldn't even have noticed, awesome work!

path: 0 104495, hotness: undefined, score: 5, children: 0
vepro 4 points 3 years ago

Just looked. First 1/2 loads were slow but after that it's lighting fast! I think by not everyone establishing a Websocket connection and just loading once performance should increase a tad bit.

path: 0 700385, hotness: undefined, score: 4, children: 0
vepro 4 points 3 years ago

This worked, Thanks!

path: 0 3528492 3529732, hotness: undefined, score: 4, children: 0
vepro 3 points 3 years ago

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)

path: 0 64718 64892 65332 65657 65748, hotness: undefined, score: 3, children: 11
vepro 3 points 3 years ago

I wrote this more or less for fun; it is slightly more extensive than the installation guide geared for a more advanced setup. The wiki is mentioned in the article as well and is encouraged to be used too

path: 0 1529174 1542345, hotness: undefined, score: 3, children: 0
vepro 3 points 3 years ago

Lemmy also has an API that clients can get information/content from. The Web frontend (lemmy.world) is one of them. Apps like wefwef and Jerboa also ask the Lemmy API for content and display it in their own way.

path: 0 760765 761238 763165 764315, hotness: undefined, score: 3, children: 2
vepro 3 points 3 years ago

MegaHack

path: 0 556284 578137, hotness: undefined, score: 3, children: 0
vepro 3 points 3 years ago

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

path: 0 1569124 1587582, hotness: undefined, score: 3, children: 0
vepro 2 points 3 years ago

I almost never fluke, my consistency is horrible :( (with higher difficulty it easily feels like RNG and waiting for the lucky attempt)

path: 0 1479667, hotness: undefined, score: 2, children: 0
vepro 2 points 3 years ago

Maybe Guides / Information could be shown on the lemmy web frontend by default to lower the entry barrier?

path: 0 806488 806681, hotness: undefined, score: 2, children: 1
vepro 2 points 3 years ago

Community Icon Properties: <lora:openjourney:1.5> ((masterpiece)), eye of the universe, pinnacle of creativity, intricate details, divine, astral, heaven, universal, (harmony), depth of field Negative prompt: nsfw, ugly, deformed, gray, slush, grain, error Steps: 30, Sampler: UniPC, CFG scale: 7, Seed: 3943786489, Size: 512x512, Model hash: 5b2afec3d9, Model: rv.fp16, Lora hashes: "openjourney: 85f687a12336", Version: v1.3.2

path: 0 97952, hotness: undefined, score: 2, children: 0
vepro 2 points 3 years ago

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.

path: 0 64718 64892 65332 65657 65748 65853 65944 66069 66160, hotness: undefined, score: 2, children: 3
vepro 2 points 3 years ago

Yeah, and in the Open Source nature of the fediverse applications alternate frontends will also be able to thrive. (though the main fediverse app frontends come less cluttered / cleaner out of the box)

path: 0 64718 64892 65332 65657 65748 65853 65944 66069 66160 66642 66673, hotness: undefined, score: 2, children: 1
vepro 2 points 3 years ago

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

path: 0 64718 64892 65332 65657 65748 65853 65944, hotness: undefined, score: 2, children: 5

thanks for using Leebra!

go to feed...