shrugal

joined 1 year ago
[–] [email protected] 14 points 3 months ago (4 children)

An app to manage important config and unit files (fstab, hosts, sysctl, systemd units, ...), and present them as settings menu or editor with auto completion and tooltips. Kinda like how VSCode handles settings, where you can use the GUI or a context-aware text editor.

[–] [email protected] 7 points 7 months ago

Starting your own instance doesn't solve the problem of big communities being reliant on the one specific instance they are hosted on to not go down or rogue.

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago)

I imagine it like friend requests between communities: [email protected], [email protected] and [email protected] could send each other friend requests and merge into one federated meta-community about x. Then if one instance goes down the other two are still there to keep the meta-community alive, and if one goes rogue the others can just unfriend and keep going without it.

The nice thing about manual federation is that the communities don't have to have exactly the same name, and the mods can keep malicious or troll communities out. And ofc you could still have client-side control if you want to, e.g. add or remove a community just for you locally, or create your own local meta-community.

[–] [email protected] 5 points 7 months ago* (last edited 7 months ago)

The database, storage and network are usually the bottlenecks in these kinds of websites, not the programming language. It might add a few ms of latency, but the big lags come from congestion or bad db queries.

[–] [email protected] 2 points 7 months ago

Fedora as well, with drivers from RPM Fusion.

[–] [email protected] 5 points 7 months ago* (last edited 7 months ago) (2 children)

I've been using Nvidia+Wayland+Gnome with two different monitors for a while now, and never had any problems with this setup. The X11 setup before that had some issues years ago, but worked fine for the last few years before switching to Wayland.

I also connect different external monitors to my Intel-based laptop fairly often, and it works 99.9% of the time.

Multi-monitor is really just plug and play nowadays.

[–] [email protected] 4 points 7 months ago (1 children)

There's UnifiedPush to let you choose a push provider, including hosting your own.

[–] [email protected] 2 points 8 months ago

Most point and click adventures take about 6-10 hours in my experience. My favorites are the Monkey Island and Deponia games.

[–] [email protected] 5 points 8 months ago

Oh, he is even "urging" them, so brave!

[–] [email protected] 3 points 8 months ago
[–] [email protected] 5 points 8 months ago

I've literally never seen anyone say this except FediPacters as a strawman.

I've seen that quite a few times already, mostly in the form of "it's stupid to preemptively defederate, we can always defederate later".

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

There is so much wrong with this that I don't even know where to begin.

I don't intent to be rude, but this is just not how you build a decentralized/distributed system. The network would grind to a halt if every user app had to search recursively through a portion of the network, and aggregate & rank posts by itself. Aggregate values (communities, votes and so on) would never be right, because you'd never be able to acually gather all events for a particular entity in time. This might work in a local network of 10 nodes, but not on a global scale.

On top, who would pay for those nodes you are querying? There is no relationship between the users and the nodes, so why would anyone just run a node for others or be willing to pay anyone else in this scenario? Servers cost money and stuff. And your spam filtering and moderation solution would be the exact same as with instances, so nothing is gained here.

Maybe have a look at the Session messenger and their Oxen network. They go to great length to make sure the work is equally distributed among nodes and they are compensated fairly. This doesn't just happen magically by itself, and there are many bad actors who will try to exploit any weakness they can find.

So I just think it's impossible to create something like lemmy in an anonymous way, because content moderation is a human decision. There is no one correct mathematical solution, and I also can't send some kind of filter query to a server to do it for me. All I can do is read the general rules that another human being has wrote up, subscribe to their moderation "service", see how they are doing, and decide to stay or switch to another.

Similarly, if I don't want to aggregate all the posts in the world by myself (as you are suggesting), then I'll have to fine someone to do it for me, and somehow pay that someone for their service. This part is actually kind of solvable (again look at Session), but it is not straight forward at all! It would involve crypto currencies, mining/staking, and some kind of client-side monetization. For this part I think trusted instances are just a much better solution, because we are building a social structure here anyway.

view more: next ›