Auster

joined 3 months ago
[–] Auster@thebrainbin.org 8 points 2 days ago

If anything can be salvaged, I'd suggest backing those up, and then proceeding to make a fully fresh install. That will ensure you don't come across issues inherited from the previous blunders, and also, I think, will give you the chance to take the same steps, but wiser than before, and so able to avoid the issues you either caused or came across. (Also something I'd recommend maybe around every 1~2 years, precisely because of being able to restart but wiser)

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

You'll lose all your local data as the bootloader gets unlocked, so back them up.

Tutorials on modding phones, from my experience, are fairly obtuse despite the process itself usually being rather simple and straight forward.

If you want to go as privacy-oriented as possible, you'll likely pick a vanilla system (that is, as close to AOSP, "Android Open Source Project"), and will often be on the lookout for software that is either DRM-free (no dependency on 3rd party software), or open source / FOSS ("Free and Open Source Software"). Also VPNs to mask your online usage may come with their own set of cobsiderations, like some sites breaking, some others considering it ban-worth, and others setting prices, languages, etc., to a given region.

[–] Auster@thebrainbin.org 8 points 2 days ago

I'm more biased against Google than against Microsoft, and as mentioned in another comment, the search engines are proxies of the respective companies, so it's hard to give an objective opinion.

Now, what I would suggest, trying to be as neutral as possible, is to test both and see which fit your needs more. After that, use mainly the better one and keep the other as a fallback option.

[–] Auster@thebrainbin.org 5 points 2 days ago (1 children)

Though I learned Spanish over a decade ago, I barely used it since. So as I found someone who I talk to also speaks Spanish, I asked if we could interact in that language so I could train, and we have been talking mainly in Spanish since.

I also try to exchange some messages with a Norwegian I talk to in his native language, though I'm not quite there yet so non-English exhanges tend to be short. He also comments in a direct and (to my understanding) polite way when I make mistakes. =)

Both text only.

[–] Auster@thebrainbin.org 1 points 2 days ago (1 children)

Feels like something !weirdcore@sopuli.xyz would have.

[–] Auster@thebrainbin.org 7 points 5 days ago

It may be a good idea to launch the game through the terminal for troubleshooting when it doesn't launch through the UI. More often than not on Linux, the terminal carries very useful info, of which often you can find solutions online once you spot a suspicious line. And for Steam games specifically, to not change the test environment too much, the command for starting a given game is steam steam steam://rungameid/[game_id], where [game_id] is the number that appears in a given game's page on Steam, e.g. 211820 for Starbound, making the command steam steam://rungameid/211820.

[–] Auster@thebrainbin.org 3 points 1 week ago

Maybe flashcard programs could be good? For things like Anki, I presume you could find packs for a given language, specially French, rather easily.

[–] Auster@thebrainbin.org 1 points 1 week ago

Even if the "grace period" (aka "offline mode"), Steam also times out without connection, and if market coverage statistics are to be believed, most people don't seem to use services that provide DRM-free gaming. And as Steam also provides movies and series (they still do, right?), the situation is worse as barely any stores offer DRM-free videos.

(On an upside, at least musics seem to be fairly common DRM-free, including on Steam.)

[–] Auster@thebrainbin.org 1 points 1 week ago

Never paid much attention to that feature, but it sounds similar to microblogging, e.g. Twitter's posting system. And given that, maybe you'd be interested in checking Mbin (has Reddit-like UI/UX), Piefed (dev says microblooggin is in the roadmap), Mastodon (Twitter-like UI/UX) and/or Misskey (also Twitter-like UI/UX)?

 

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-"])

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

On a more personal take, I prefer Mbin because "it just works", I use far more RSS than the sites directly, and when I use them directly, I use an UBlock Origin filter to hide posts I either vote up or down (very responsive =D ) and block sites I recognize as manipulative (rather common sadly). That also makes so I end up not missing much on Lemmy's functions.

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

Not familiar enough with PieFed to give an opinion, but among Lemmy and Mbin, of things I can observe:

  • Lemmy has far more visual candies / visual noise than Mbin, whose UI rather barebones
  • But as Mbin has a more basic UI, it tends to break less and be more compatible with user scripts and filters
  • On RSS, from my experience, Mbin links to posts properly through RSS, while, maybe it's version-dependent, Lemmy sites seem to have a bit of trouble with linking posts with links attached to their titles, usually opening the title's attached link instead
  • However, Mbin doesn't seem to be able to fetch the post's body through RSS
  • On newer versions of the Lemmy engine, you can block instances and hide posts, but not block domains linked in posts
  • On Mbin, afaik, you can't block instances nor hide posts (both requiring browser modifications from my tests), but you can block domains
  • On Lemmy, also maybe version-dependent, but it seems that instances don't host RSS for federated communities, while Mbin does (good for redundancy, I think)
  • For microblogging, RSS doesn't work on Mbin (might in the future?) despite other microblogging alternatives having them, and integration of microblogging to Lemmy only happens indirectly
  • On Lemmy, some communities seem to have an extra step to subscribing where you need approval after applying, while Mbin doesn't
  • Specific to Mbin, but the error 404 issue from Kbin when blocking or subscribing to an user or community seems to be extremely rare with its successor
  • Lemmy allows visualizing how formatting will look like before posting, while Mbin doesn't
view more: next ›