At the top menu bar there should be Create Community
button or you can go to the direct link. If you don’t see it then you instance has probably disabled the functionality.
Have strong opinions, but I welcome any civil fact-based disscussion.
At the top menu bar there should be Create Community
button or you can go to the direct link. If you don’t see it then you instance has probably disabled the functionality.
There are a lot of add-ons and userscripts that reformat the links automatically, not sure if or when it’s planned to be part of Lemmy.
It works if I search for it on my instance where I’m logged in.
Fails on both for me. I think you need to be logged in for it to pull it. And as you are from programming.dev
it works for you there. And since I’m from neither it fails on both.
A feature I found particularly interesting is the ability to view community posts which I haven’t seen in any other frontends.
Invidious supports community posts.
I don’t know the specifcs, but there are strict rules and requirements on how the data has to be stored if you process any of it, then there is complience issues with laws like GDPR and you have to be a registered entity as far as I know. It’s just too much legal paperwork for most FOSS projects.
It goes to all mods on that community no matter what instance they are on.
Top comment made me smile
You are unlikely to find FOSS alternative that is not for cryptocurrencies as the regulations around credit card data processing makes it hard.
@xaxl@lemmy.world Did some testing and it seems that it doesn’t load images through RSS but if you select load webpage, it will show the image.
Check out similar post https://lemmy.ml/post/1442545
Since all posts/comments are public, all you need is some kind of indexer to organize them and a list of all the instances. There are people working on it right now. But in the meantime you can just add (intext:"modlog" & "instances" & "docs" & "code" & "join lemmy")
to your search queries to search all Lemmy instances.
Proton with paid plans supports it or Windscribe.
It doesn’t need to replace Reddit. All it needs is a small active userbase which it got from the migration and just slowly grow into something new.
I had more interesting coversations in 2 weeks here than in 10 years on Reddit, so can’t say I agree.
Could be. I haven’t tried with Lemmy. Will try later and mention you with my results.
In settings under sources, you can try changing the default target to load the full content if the images are not shown. It depends on the RSS implementation.
https://github.com/diamondburned/slemmy does but it doesn’t work with anything above 0.18 version at the moment. There is a list of different frontends listed in this blog post.
Add custom CSS to your userstyles manager.
/* NSFW automatic un-blur */ /**************************/ .img-blur { filter: none !important; -webkit-filter: none !important; -moz-filter: none !important; -o-filter: none !important; -ms-filter: none !important; }