Sorry, fixed
Lemmy maintainer
Sorry, fixed
It doesn’t take calls for murder or genocide. In Germany you can have your house raided for posting a meme which calls the minister of economy an idiot. The same minister of economy who doesn’t know what a bankruptcy is, and whose entire working experience is as an author of children’s books.
In another case the office of an opposition newspaper was raided, all their computers and even office chairs were taken away by police. All under the pretense that it was an ordinary association and not protected by freedom of the press. However courts found that this was unjustified, and so police had to carry all the items back inside a few days later.
NLnet. However they only fund specific types of projects, and there are many open source maintainers who are not interested in money (usually they have a well-paid job already).
I havent noticed any problems with instability, at least for web server development it is stable enough. But it may be different in other contexts like embedded. And its true that many libraries still have 0.x versions.
??? Rust 1.0 was released 10 years ago and since then there have been no breaking changes.
Its not really what you are looking for, but you could my project Ibis for this. Its a wiki so instead of separate files you could use multiple markdown code blocks. Instead of a whole new project you could possibly implement gists as a custom frontend which converts to markdown for the backend. Note that the project is still in early development, so neither syntax highlighting nor federation with other platforms are available yet.
Mainly SEO spam with text copied from other sites and lots of ads/referral links to make the owner a profit. But after thinking about it more, those would be rather easy to filter based on ad code in the HTML.
A much bigger challenge will be the ranking of search results. When searching for a term and there are 100 pages in the index that contain it, which of these pages should be shown first? Google developed the Pagerank when they started out, so that might be a good starting point to research further.
This sounds like a very interesting idea. I agree that Yacy doesnt work, when I checked it out years ago it was a completely bloated mess. Not sure how viable how your idea is, because Im not familiar with webrings, and not sure how the federation will work. Anyway the main challenge for this project will be to actually give useful search results, both early on when there are very few crawlers, and also later once spammers try to abuse it.
Funny, Mastodon just posted a similar thing about creating a foundation. But the problem is, the existence of a foundation does nothing to prevent billionaires from controlling social media. For billionaires its very easy to donate a few hundred thousand USD to the foundation and gain influence that way. I expect that Bluesky will be fine for the first years (maybe like early Twitter), but sooner or later the foundation will take decisions that the users dont like, and there is nothing they can do about it.
In my view, the only way to avoid influence from billionaires is to avoid any large centralized structures. In the Fediverse there are dozens of platforms and thousands of instances. Even if a billionaire were to take control over a couple of projects or large instances, people would create forks in a matter of days. Some admins would block these corrupted instances, and their users would barely notice that anything changed.
So Bluesky is just trying to repeat something that has already failed. The Fediverse is the future, but it will take a long time for most people to understand that.
Sounds like you are familiar with this topic. I dont have time to work more on this particular aspect (there are lots of other tasks like comment support, federation with Lemmy, etc). But contributions are definitely welcome, preferably directly to leptos_use
so that others can benefit and its easier to maintain.
It uses the browser preference for light/dark theme by default. After you click the theme toggle on the site, it keeps using that chosen theme by storing it in a cookie.
Seems unlikely, but maybe it will happen in many years if Ibis shows that its possible and desirable.
Right I will also have to make a template with these common parts of the release announcement. Instance blocking is not implemented yet, but it uses the same federation library as Lemmy so that will be easy to add when its needed.
I would be happy to give an interview, but so far no media seems particularly interested in Lemmy.
The network is called Fediverse. I don’t see the need for a separate term, there also isn’t a “Tootiverse”.
With crypto you can make international transfers within a few minutes and only pay a few cents. Using a bank account it takes multiple days, and costs a few euros at least. For me that’s a major use case and something I do regularly.
She was also on lemmy.ml for a very short time.
Lemmy 1.0 will have automatic resizing for uploaded avatars and banners. Based on your post I also added some more config options to resize other uploads (for post images and markdown embeds). As well as options to disable video/animation uploads.
https://github.com/LemmyNet/lemmy/pull/5483