You can setup a Lemmy community and link it in all your project repos. Sooner or later people will show up.
Nutomic
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.
- 30 Posts
- 58 Comments
In what way is the search function in Lemmy awkward to use, is there anything specific that can be fixed? You are right about subtopics, and also Lemmy normally doesnt show discussions organized by topic on the frontpage. That can be changed though with different frontends like lemmyBB.
Nutomic@lemmy.mlto Fediverse@lemmy.ml•Has anyone considered potentially building a Lemmy community migration bot to simplify instance transitions?11·1 month agoWe don’t have the capacity to implement all the features users ask for, at least not without additional contributors or waiting a long time. So it’s better to implement it as a bot.
The cleanest solution seems to be the one described in my previous comment, so you get an archived community with all the original content, correct usernames etc. And make a new community for new posts. Or have the bot create new posts and comments with the same content, and credit the author in markdown body. But that seems like a worse solution in many ways.
This is my second baby, the first one is three years old. So in my experience it’s much more fun once the child can go to the playground, starts to talk and gradually learns to do things independently. Though there are also difficulties, and of course every child is different.
Twinkle twinkle little star. It’s neat because there are versions in almost every language.
My baby celebrating her first birthday. Soon she will be able to start walking and eat normal food, so it will be much less effort to take care of her.
Nutomic@lemmy.mlto Asklemmy@lemmy.ml•Is the number of users in all of Lemmy tiny compared to the number of users in Reddit?3·4 months agoNormally you can paste the blog url directly into the rss reader and it will find the feed automatically.
Sorry, fixed
Nutomic@lemmy.mlto Fediverse@lemmy.ml•Do any fediverse alternative(s) for GitHub Gists exist?1·5 months agoIts 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.
Nutomic@lemmy.mlto Fediverse@lemmy.ml•Working on MèngZǐ, the Federated Search Engine Alternative3·5 months agoMainly 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.
Nutomic@lemmy.mlto Fediverse@lemmy.ml•Working on MèngZǐ, the Federated Search Engine Alternative9·5 months agoThis 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.
Ive never met any person named “Lemmy”, nor seen it in any kind of movie. And the first time I heard about Lemmy the musicion was when I searched for Lemmy the software. For me it mostly sounds similar to cute little lemmings.
Nutomic@lemmy.mlto Fediverse@lemmy.ml•Free Our Feeds: "it will take independent funding and governance to turn Bluesky’s underlying tech—the AT Protocol—into something more powerful than a single app"English17·6 months agoFunny, 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.
Nutomic@lemmy.mlOPto Fediverse@lemmy.ml•Ibis release 0.2.0 - Federated Wiki with Shiny Redesign3·7 months agoSounds 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.
Nutomic@lemmy.mlOPto Fediverse@lemmy.ml•Ibis release 0.2.0 - Federated Wiki with Shiny Redesign1·7 months agoIt 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.
Nutomic@lemmy.mlOPto Fediverse@lemmy.ml•Ibis release 0.2.0 - Federated Wiki with Shiny Redesign4·7 months agoSeems unlikely, but maybe it will happen in many years if Ibis shows that its possible and desirable.
Nutomic@lemmy.mlto Asklemmy@lemmy.ml•where do I find an AI image generator that will use images of real people?21·8 months agoThis would be neat to generate forum avatars, to show something similar to your real face.
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.
Thanks this is very useful feedback. Especially the search box in community sidebar would be very useful and easy to add. Formatting for community ids should also be easy to improve. A bit later when I have time I will implement these things, and then make a post in the Help Design Lemmy Series regarding search.
By the way basic reading is working for me in Tor browser with JS disabled. Though buttons like switching Local/All, sorting and of course forms like register, login and search are not supported. We could use contributors to help fix these things.