BrikoX
Have strong opinions, but I welcome any civil fact-based disscussion.
- 0 Posts
- 11 Comments
BrikoX@vlemmy.netto
Lemmy@lemmy.ml•federation issue searching for communities hosted on my instance?English
2·3 years agoThere 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.
BrikoX@vlemmy.netto
Lemmy@lemmy.ml•federation issue searching for communities hosted on my instance?English
3·3 years agoIt works if I search for it on my instance where I’m logged in.
BrikoX@vlemmy.netto
Lemmy@lemmy.ml•federation issue searching for communities hosted on my instance?English
3·3 years agoFails on both for me. I think you need to be logged in for it to pull it. And as you are from
programming.devit works for you there. And since I’m from neither it fails on both.
It goes to all mods on that community no matter what instance they are on.
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.
BrikoX@vlemmy.netto
Lemmy@lemmy.ml•I think [@lemmy](https://lemmy.ml/c/lemmy) [@lemmyworld](https://lemmy.world/c/lemmyworld) might not get the support Mastodon got because Twitter is more seriously used by some people and needed an ur
5·3 years agoIt 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.
BrikoX@vlemmy.netto
Lemmy@lemmy.ml•Is there an alternative to wefwef.app for desktop to have single front-end for multiple accounts?English
2·3 years agohttps://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.
BrikoX@vlemmy.netto
Lemmy@lemmy.ml•How to See All Comments on Lemmy and Avoid Missing Out on Content?English
1·3 years agovlemmy.nethas 0 blocked instances. There is also this tool that could be useful https://vlemmy.net/post/337010
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; }