I am:
@clb92@feddit.dk (MAIN LEMMY PROFILE)
@clb92@mastodon.social (Main Mastodon profile)
@clb92@lemmy.world
@clb92@lemmy.ml
And /u/clb92 on Reddit (and many other places)

  • 4 Posts
  • 284 Comments
Joined 3 years ago
cake
Cake day: June 2nd, 2023

help-circle






  • Didn’t know about it. Using OpenVibe now, which is generally happy with, but I might try flare.

    EDIT: Okay, I’ve set it up and browsed around a bit now.

    • Everything takes up too much space, in my opinion. I have to scroll much more per post in the feed, compared to OpenVibe. Also, posts in the feed have a margin in the sides, but there’s an extra margin outside that as well for some reason, which means only ~85% of my screen width is really being used for post content, which is a waste of space.
    • Parent posts (that a person I’m following has replied to) come before the reply, in the feed, which trips me up when I’m used to them being nested like they were on Twitter. Just a personal preference, though.
    • I can’t find the “For You” Bluesky feed anywhere either.












  • Does windows call it “Android file system”? Because as far as I know, Android usually uses EXT4, which is also what many Linux systems use by default. But it could also be corrupted filesystem or dying drive.

    Try booting into a Linux USB. Linux in general can in some cases be more forgiving with failing hard drives, whereas Explorer in Windows sometimes just freezes until it gets a response from the drive.

    If you can’t see and mount the filesystem (preferably as read-only), take a look at tools like ddrescue (better than plain old dd with dying drives) and testdisk (to recover data from corrupted partitions). The “proper” procedure is to make a full disk image (or as much as it can read) and then try to recover the data from that disk image, so the potentially failing drive is used as little as possible.