Det er forståeligt, du er selvfølgelig meget velkommen :)
- 248 Posts
- 2.3K Comments
Man er da en kedelig voksen hvis man ikke synes Legoland kan være sjov uden børn!
Jeg tror kun jeg har været der en gang før som barn. Jeg husker bare at der var massiv kø til alting.
Thanks for the clarifications and thoughts!
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?
Definitely agree moderation is important. I want to ensure moderation is well supported with good moderation tools.
if the system allows formatted posts, a formatting bar is necessary (Lemmy is a great model). Then we should figure out whether to use Markdown or a more precise simplified HTML (BBcode is not the best)
I think you need a WYSIWYG editor. That’s what normal people expect.
I’d like to support polls and events. As said before, I want to support all kinds of content ideally.
circle management (like those of Friendica)
What is a circle in Friendica? I’m not familiar.
I’m planning and architecting the system to support filtering and good search functionality. Everything is accessible via the backend API (how else?).
Cool! Det er jo også noget man i sidste ende kan komme på CVet.
Tillykke med din uspecificerede optur!
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.
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 https://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 the post above. 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 https://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.
Specialet blev lidt noget lort
Husk at alt over 02 er spildt arbejde 😉 og der er meget få mennesker der går op i hvilken karakter du har fået, så længe du har diplomet. Tillykke med det forresten!
I think “hundreds of thousands and even millions” is a bit of a stretch. Wikimedia’s annual report mentions donors at a level of “$50,000+”, and I’m guessing most of those are probably closer to 50,000 than to 100,000. Tbf I suppose that’s over just one year, so perhaps your statement isn’t entirely inaccurate.
I suppose this community is as good as any. But it’s difficult to talk in general about this as each fediverse app has different performance needs/characteristics, so I’m not sure if you can extrapolate anything in general. But perhaps?
Why shouldn’t the donation model keep working? Wikipedia works on donations, why can’t the fediverse?
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.
SorteKanin@feddit.dkMto Feddit.dk@feddit.dk•Når Black Mirror møder Orwell – og vi stadig tror, vi ser The Handmaid’s Tale.4·3 days agoJeg håber virkelig også at det er et wake-up call til resten af verden. Desværre har det også fodret en Trump-lignende tendens i Europa, se fx Polens nye præsident eller AfD i Tyskland.
I thought I would be able to miss my home country when I left. Now I can only mourn that what I left doesn’t exist anymore.
Mit forsøg på en oversættelse: “Jeg troede jeg ville være i stand til at savne mit hjemland da jeg forlod det. Nu kan jeg kun sørge over at hvad jeg forlod ikke findes mere.”
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 :)
SorteKanin@feddit.dkMto Feddit.dk@feddit.dk•Når Black Mirror møder Orwell – og vi stadig tror, vi ser The Handmaid’s Tale.8·3 days agoJeg håber inderligt at det ikke som sådan er internettets skyld, men de store sociale mediers skyld. Deres algoritmer har ingen respekt for vores mentale velvære. Det handler udelukkende om penge. Det fører ikke noget godt med sig.
Jeg håber virkelig det er muligt for os at lave et bedre internet. Vi skylder i hvert fald hinanden at prøve.
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.
Propaganda is definitely not on the list of planned features, haha :)
Appreciate the sentiment, I hope it will one day be worthy of donations :)
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.
But does it though? Far as I’ve read, it’s only about 1% of cars that actually have experienced the fault. You only hear about the people who experience it because nobody goes online to tell a story about how their ICCU is still working.