SorteKanin
@SorteKanin@feddit.dk
- Comment on Voting in the threadiverse 1 week ago:
This also presumes mods are, by default, inherently non-biased, held to a standard, and never have vendettas of their own.
Of course mods are not always like that. But if mods are like that, just go to another community. If mods are bad, just leave. On the fediverse, you “vote” with where you participate.
- Comment on Search sucks! Yeah, it does, and here's why. 1 week ago:
The solution is not to build this yourself. If you are sitting and building features yourself for search, stop. Use a dedicated search database instead.
- Comment on Voting in the threadiverse 1 week ago:
I honestly personally preferred Reddit’s sorting algorithm. Lemmy’s algorithm is a bit too slow to update for my taste. This is kind of part of Lemmy’s design though. My problem with Reddit was never it’s sorting algorithm (honestly that was a big part of its strength!), it was just all the ways they enshittified later on.
- Comment on Voting in the threadiverse 1 week ago:
Yea, the best solution is:
- Keep votes “semi-public” (visible to mods/admins) to aid in moderation and avoid vote manipulation.
- Make it very clear to users that votes are not private.
As long as users know that votes are not private, it should be okay.
- Comment on Friendica's marketing is terrible. 1 week ago:
Private message here on Lemmy or just a comment here is fine :)
- Comment on Friendica's marketing is terrible. 1 week ago:
Thanks for the clarifications and thoughts!
- Comment on Friendica's marketing is terrible. 1 week ago:
after seeing this, I do not want to get my hopes up… 😂😂😂
That’s fair haha. I definitely understand that. Building open source software, or really any software, is frought with possibility of failure. I don’t claim to be the survivor who will get through it all, that would be incredibly naive of me to claim. I’m just trying, just like others have tried before me :)
optimal management of Activitypub groups
I definitely plan to support groups. Do you mean anything in particular with “optimal” management? I mean what would be “suboptimal” management? Do you just mean an incomplete implementation?
optimal management of the DB: Piefed has made great strides, while this remains the Achilles heel of Friendica
Are you mostly talking about performance here? Or how do you mean?
Definitely agree images are important. I honestly question the value of RSS feeds. It’s not something “normal” users use. It’s very much a techy thing. I don’t know any non-technical person who even knows what RSS is or has ever even heard of it.
a registration system that combines the features of Mastodon and Lemmy
I plan to support applications and/or invitation trees (like lobste.rs uses). But more could be added I suppose. What features are you thinking of?
- Comment on Friendica's marketing is terrible. 1 week ago:
I hope it’s clear that this is a “methodological distrust”, but I’m rooting for you!
Honestly not really clear - what do you mean with “methodological distrust”? What method would be trustworthy? :)
A Fediverse project really needs a team. One-man-show projects are too risky and emotionally draining
I agree, bus factor is a problem. But I feel like projects like this are very hard to start without starting as one person. I mean it’s hard to gather people around something without having anything to show at first. I’m hoping to establish something and then attract people who might be interested to contribute.
Can I ask you to create a Lemmy community or a Friendica group? It would be nice to discuss in one place
I feel it’s too early for that (again, don’t want to shout about it yet). But eventually I would definitely like to do that.
- Comment on Friendica's marketing is terrible. 1 week ago:
Hi, thanks a lot for your detailed message!
I totally understand the lack of faith - I mean I’ve shown nothing to earn any faith so that’s completely fair. I also share your frustration with existing apps that have shown to not improve or be good enough. That’s part of the reason why I wanted to try my hand at it myself. I feel that the status quo is not good enough and I believe in the mantra that “if someone else is doing something that you think you can do better, you should do it”.
forumverse (or threadverse) projects like Lemmy have received the main damage precisely from the incompatibility wanted by Mastodon against them;
Not sure what you mean with “damage” here, but my plan is to support all kinds of ActivityPub content, both the microblog stuff that Mastodon is known for, the forum stuff that Lemmy does and anything else from other apps. I don’t want my app to feel limited like Mastodon or Lemmy. Mastodon is very microblog-focused, Lemmy is very forum-focused. I want something that can do both and more. In some ways, this makes it harder, in other ways it makes it simpler. For instance, Lemmy makes a difference between “posts” and “comments”; they are not the same thing in the database. But in my app, comments are just another post, much like how posts work in Mastodon.
new very interesting projects like Bonfire (the only software together with Friendica and Hubzilla to manage the “circles”) are being developed with difficulty and are made up of many modules and above all do not have a decent app.
I’ve heard of these projects, but haven’t studied them in detail. I find bonfire especially confusing. I can’t seem to grok what it is - is it a server, or a framework for a server, or an app? For instance there’s this app but the code link goes nowhere. There’s also this repo with commits that look super weird. Honestly just confused about it. Anyway.
I agree that having good mobile support (including an app with great UX) is super important.
Finally, the impression I had is that even among the most famous developers of the Fediverse there is a bit of ignorance about Activitypub, about other platforms and about how other developers have solved the same problems; also it seems that the “Masters of the Fediverse” are always in a bad mood and have less and less desire to learn new things (a praiseworthy exception is Matthias Pfefferle).
I’ve tried to learn a lot about ActivityPub and I understand it fairly well at this point I would say. I’ve participated a bit at socialhub.activitypub.rocks where ActivityPub is discussed at length. I’m not sure what “Masters of the Fediverse” refers to but I definitely am a curious soul and I think continuous learning is super important :)
Creating a federated software is therefore not a very simple thing neither technically nor psychologically, but if you feel capable of doing it, perhaps it could be advisable to test yourself a bit:
- developing some web utilities, some plugins or less ambitious projects
- actively contributing to other existing projects (Friendica? Bonfire?)
- getting familiar with both the Mastodon API (which is an industry standard) and with the development and definition of APIs in general: when someone wants to write an app for your software, they will look at your code and in two minutes they will decide if it is worth doing!
I appreciate your concern, but I am a professional software engineer so I’m not so worried about the scale of the project. Rest assured, I have worked on very large projects professionally and built plenty of things in side projects, most of them related to the web. I also administrate Feddit.dk so I have experience with hosting a Lemmy instance and all the complexity that brings.
I particularly enjoy Rust, and I did actually look into contributing to Lemmy (since that uses Rust in the backend) at first before I started my own project. Unfortunately, Lemmy’s code is… not where I would like it to be (both of Lemmy’s main devs learnt Rust while working on Lemmy, and it unfortunately shows in the code quality), and the direction of Lemmy is not the direction I want to take my project, as stated above. I want something more general than a Reddit clone, though it will be inspired by Reddit/Lemmy in some ways (I plan to use up/down votes to sort content, for instance).
I have no interest in contributing to Friendica, as the direction seems bad, as noted in that post where you saw my comment. Besides, it’s PHP and I really don’t want to touch that. Hubzilla is also PHP and seems much to technical for general users, so once again not viable. Bonfire seems to be Elixir which I don’t know either, but again I am super confused about what Bonfire even is. All these reasons and other reasons are why I wanted to do my own project.
I don’t agree with you that the Mastodon API is an “industry standard” - it may be widely used, but Mastodon is continually forcing its own ideas of the Fediverse on the rest of the ecosystem, which I don’t like and is something that is often bemoaned on socialhub.activitypub.rocks. But rest assured that I am very familiar and comfortable with APIs (again, professional software engineer 🙂). I care about documentation a lot and from the start, my prototype backend has exposed its API via an OpenAPI specification so that clients can be easily generated. I’m actually about to use this OpenAPI spec to generate a client myself as I start work on the frontend 🙂.
Again, thanks a lot for your thoughts and attention! If you have any concrete feedback on the UI and/or UX of Lemmy, Mastodon, Friendica or other apps, I’d love to hear it, as I’m starting work on the UI for my own frontend these days. For instance, any favourite UI of a fediverse app, any preferred features or any common mistakes or pitfalls that should be avoided, if you have any thoughts along that direction.
- Comment on We have to solve the money problem! 1 week ago:
Feddit.dk is not a huge Lemmy instance but I’ve managed to not have to pay anything so far due to generous user donations. It works quite well I think. I think Mastodon is just not quite as effective in gathering people like this to donate, that’s my guess at least.
- Comment on Friendica's marketing is terrible. 1 week ago:
It’s very early. I have a prototype backend server and I’m currently starting work on the frontend. If you have any inputs on features, UX, UI, or anything else that you maybe are missing from existing fediverse apps, I’d love to hear from you, as some preliminary feedback. But again, it’s early so there is not much to track yet. But thank you for the interest :)
- Comment on Friendica's marketing is terrible. 2 weeks ago:
But you’re not saying it’s just “precursors” - it sounded like you were saying the fediverse will never become mainstream. Never is a long time, I would say.
- Comment on Friendica's marketing is terrible. 2 weeks ago:
Propaganda is definitely not on the list of planned features, haha :)
Appreciate the sentiment, I hope it will one day be worthy of donations :)
- Comment on Friendica's marketing is terrible. 2 weeks ago:
Don’t want to shout too much about this yet as it’s still super early but I am actually working on a new fediverse app that I plan should be covering the same sort of use cases as Lemmy, Mastodon and Friendica, all in one application. With a big focus on user friendliness, easy onboarding and such.
It’s still super early but drop me a private message if you’re interested in helping or just hearing more.
- Comment on Friendica's marketing is terrible. 2 weeks ago:
I don’t think that’s true. That’s just defeatism talking.
- Comment on Slrpnk instance is down till mid July; they might relaunch their server on piefed. 2 weeks ago:
That is, in theory. In practice, it can make a big difference. Source: Worked professionally with large services built in Python and Rust.
- Comment on Besides mod logs, is there a better way for the Fediverse to keep track of malicious actors, such as Kiwi farms members and genocide deniers? 2 weeks ago:
I meant more like trust in communities and admins. If you can trust that the admins and moderators will do their task well, you shouldn’t have to worry about keeping track of these users yourself.
Karma in the style of reddit is not and has never been a great proxy for whether a user is “good” or “bad”. It mostly just says something about how active a user is and for how long they have been active, and how much they agree with the hivemind. Agreeing with the hivemind is not necessarily the criteria you want, as that just leads to more echo chamber situations.
- Comment on Besides mod logs, is there a better way for the Fediverse to keep track of malicious actors, such as Kiwi farms members and genocide deniers? 2 weeks ago:
Sorry, Shaun who? 😅
- Comment on Besides mod logs, is there a better way for the Fediverse to keep track of malicious actors, such as Kiwi farms members and genocide deniers? 2 weeks ago:
Trust built up over a long time through well moderated communities is my bet.
- Comment on Besides mod logs, is there a better way for the Fediverse to keep track of malicious actors, such as Kiwi farms members and genocide deniers? 2 weeks ago:
Not sure I like this though. That kinda stuff can just as easily be used to enforce echo chambers and censorship.
- Comment on Will all my uploaded images be deleted once lemm.ee shuts down? 2 weeks ago:
This depends on the settings of the other instance. Some instances copy images, others don’t.
- Comment on lemm.ee is shutting down at the end of this month 3 weeks ago:
actually starting a new instance on the same domain name would be… very weird, potentially extremely problematic. The system would not be able to tell apart users from the old site and the new site.
- Comment on lemm.ee is shutting down at the end of this month 3 weeks ago:
On the other hand, as far as I can tell, they only called for new admins/mods 4 months ago and not since then. I agree that if you care about something, you should support it and not wait until they cry for help, but there is also a matter of being proactive and transparent about how volunteer recruitment is going (well or badly).
- Comment on lemm.ee is shutting down at the end of this month 3 weeks ago:
I don’t believe admins should voice their opinion in this way
Why not? Not every instance has to be neutral on all points.
- Comment on lemm.ee is shutting down at the end of this month 3 weeks ago:
That is a terrible and wildly inaccurate analogy. Running an instance is not comparable to a nature reserve
- Comment on lemm.ee is shutting down at the end of this month 3 weeks ago:
Don’t feel bad, it’s not like it’s your fault. Just keep it in mind for the next instance you join, if they seem to be struggling or call for help.
- Comment on lemm.ee is shutting down at the end of this month 3 weeks ago:
I think they just mean that it’s heavily moderated and principled. Which is fine and kind of the point.
- Comment on lemm.ee is shutting down at the end of this month 3 weeks ago:
A lot of those people would be correct :)
- Comment on lemm.ee is shutting down at the end of this month 3 weeks ago:
I think you’re retroactively reinterpreting your vague phrasing, but whatever dude. I don’t think that particular post has anything to do with it.
- Comment on lemm.ee is shutting down at the end of this month 3 weeks ago:
That’s four months ago. Unfortunate that they didn’t call for more urgent help after that. But I suppose it’s too late now.