Auster

joined 5 months ago
[–] Auster@thebrainbin.org 1 points 4 days ago

Thanks! Also will try to find info on that upcoming one.

[–] Auster@thebrainbin.org 3 points 4 days ago

Indeed seem to be few to me too. But I wonder elsewhere, like a Japanese Piefed instance and a S. Korean Mastodon instance I found before.

 

Besides lemmy.eco.br, feddit.it and lemmy.pt? Tried looking for but information seems scarce.

Also asking for someone who doesn't speak English, and no need to be Reddit-like instances specifically, so Mastodon, Peertube, BookWyrm, etc. work too.

Thanks in advance!

[–] Auster@thebrainbin.org 5 points 3 weeks ago (1 children)

I guess it's safe to assume, then, that you are indeed a forum troll, going by your insistence on deviating the topic towards bickering and how you behave in the other comments. Thanks for confirming and have a good day/night, depending on where you are. =)

[–] Auster@thebrainbin.org 1 points 3 weeks ago (3 children)

Given this has nothing to do with what I said, it sounds like an inversion to try to bait me into losing my cool, a strategy I often saw in trolls in other forums in years past. Still giving the benefit of doubt, while each person has his/her own form of taking and sharing information, I would still suggest considering how what you say could be taken as baiting or other strategies employed by trolls.

[–] Auster@thebrainbin.org 3 points 3 weeks ago (5 children)

I'd suggest to avoid using some many adjectives in so little sentences. Some may take it as a sign that you could be a forum troll trying to cause a fuss for fun, and thus be more defensive around you. And if any here in the comments are "triggered" indeed, they still seem pretty tame in their responses.

[–] Auster@thebrainbin.org 5 points 3 weeks ago (7 children)

Separating the title from the body of the post as I don't think they're directly related:

It would not sound surprising for me if staffers spied on competition to know how they can deal with competition, copy tactics, etc.

Regarding the meme itself, at least imo, having seen cases of what did seem like mass downvotings, the vote/downvote ratio doesn't seem that big.

Besides, two more things. First, some platforms seem to be more prone to mob mentality than others, so if you feel like you're targetted, maybe pay attention to where people are coming from. Second, each platform has their own cultures, so a post more negatived than the usual may simply be a termometer of a given platform's culture.

[–] Auster@thebrainbin.org 3 points 3 weeks ago (1 children)

A given AI has an interpretation of the source materials, not the raw contents to offer. If this AI's interpretation is faulty, or if another, previously overlooked interpretation could be made, it can't be made if the sources are gone and no back ups were made. Also, AI could be tinkered to give biased replies. And also if preserving a given knowledge is entrusted to AI, what to do if it is unplugged?

And unrelated to the AI point, but Reddit had plenty of useful stuff, probably due to being the biggest of its type of social media for a long while. But also it would then suffer from barely any competition, turning it further and further into the decaying platform it now is.

So I stick to my point, I hope it doesn't fall too quickly - useful stuff can still be backed up. And if an user finds something yet to be backed up, I insist he/she does it, be it with Internet Archive, Archive.Today, and/or any others he/she may use.

[–] Auster@thebrainbin.org 9 points 3 weeks ago (3 children)

Though I understand the feeling, I think that, if it must die, that it happens slowly, so people can have plenty of time to back up and/or mirror the useful stuff from there.

 

On another post, an user had asked for the filters I use, so pasting them below to make usability in Mbin better.

Some notes:

  • From what I checked from page sources of a few instances using Mbin, and considering a few of those filters were for kbin.social (RIP) and then repurposed without major adaptations, those filters shouldn't break on most Mbin instances, at least as the engine and its implementations are now.
  • Using thebrainbin.org as the site for the filters to check, but that can be replaced with the site you may be using, like fedia.io, kbin.earth, etc.
  • For disabling a given filter, or to add comments on Ublock Origin's filters page, add a ! to the beginning of the line.
  • Worth noting those filters also make the title and body of posts disappear in the posts' respective pages when active.

The filters:

Hiding specific poststhebrainbin.org##a[href="href_here"]:upward(article[id^="entry-"])

Explanation:
href_here is what appears after the domain name, so for example:
https://thebrainbin.org/m/fediverse@lemmy.world/t/545669/This-is-not-a-complaints-forum
What you want is /m/fediverse@lemmy.world/t/545669/This-is-not-a-complaints-forum, which turns the filter into this:
thebrainbin.org##a[href="/m/fediverse@lemmy.world/t/545669/This-is-not-a-complaints-forum"]:upward(article[id^="entry-"])

This filter needs to be repeated for each post you want to hide.

Probably could replace href= for href^= (matches anything that starts with what comes after it) or href*= (matches anything that includes what comes after it), if this is faster for anyone, so for example:
thebrainbin.org##a[href^="/m/fediverse@lemmy.world/t/545669/"]:upward(article[id^="entry-"])
thebrainbin.org##a[href="/545669/"]:upward(article[id^="entry-"])

Hiding communities already subscribed to or that you blocked on the Magazines pagesthebrainbin.org##span:has-text(Unblock):upward(tr) thebrainbin.org##span:has-text(Unsubscribe):upward(tr)

Hiding posts upvoted and downvotedthebrainbin.org##form[class="vote__up active"]:upward(article[id^="entry-"]) thebrainbin.org##form[class="vote__up active"]:upward(blockquote[id^="post-"]) thebrainbin.org##form[class="vote__down active"]:upward(article[id^="entry-"]) thebrainbin.org##form[class="vote__down active"]:upward(blockquote[id^="post-"])

Some filters for the defunct instances kbin.social & kbin.cafe I forgot to delete in case they're useful! Kbin Cafe - hiding liked posts: kbin.cafe##form[class="vote__up active"]:upward(article[id^="entry-"]) kbin.cafe##form[class="vote__up active"]:upward(blockquote[id^="post-"])

! Kbin Social - hiding specific posts: kbin.social##a[href="/m/memes@lemmy.world/t/951126/Totaled-Eclipse"]:upward(article[id^="entry-"]) kbin.social##a[href="/m/kbinMeta/p/6372596/at-ernest-I-m-up-to-cut-down-the-spam-from-all"]:upward(blockquote[id^="post-"])

! Kbin Cafe - hiding specific posts: !kbin.cafe##a[href="href_aqui"]:upward(article[id^="entry-"]) kbin.cafe##a[href="/m/linux@lemmy.ml/t/216192/What-is-wayland"]:upward(article[id^="entry-"])

! Kbin Social - hiding my own posts: kbin.social##a[href="/u/Auster"]:upward(article[id^="entry-"])