u/lukmly013 💾 (lemmy.sdf.org)

I like computers, trains, space, radio-related everything and a bunch of other tech related stuff. User of GNU+Linux.
I am also dumb and worthless.
My laptop is HP 255 G7 running Manjaro and Linux Mint.
I own RTL-SDRv3 and RSP1 clone.

SDF Unix shell username: user224

  • 0 Posts
  • 79 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle


  • If you’re already using Ubuntu, I don’t think it’s worth it. They’re fairly similar. Then again, I didn’t even get to install Ubuntu in the first place, the installer kept crashing.

    Unless the laptop is a potato and you don’t have a better computer, you can try Mint, or any other distro in a VM to see for yourself.

    And welcome to Linux. If someone recommends you Arch Linux, Gentoo or LFS as other newbie-friendly option, it’s a joke.







  • Termux: “Look at what they have to do to mimic a fraction of our power”

    Maybe they could rather fix AOSP. Based on that recent LTT video Google doesn’t really give a fuck about it anymore.

    I just recently bought 2 phones (one returned, other isn’t far from that), one with A14 the other with A13. Changing minimum width to >600dp (to simulate a tablet (larger screen) and trigger tablet mode) has very wild results now. I mean like overlapping icons in notification shade, completely non-functional 3 button navigation, app tray squished to less than width of 1 icon (completely unusable), icons getting off-screen, gesture navigation occasionally not working either, notification shade icons and notifications offset from their background (just a visual problem) and a lot of wasted space everywhere.

    Sure, it’s in developer settings, but so far whenever I did something to this in up to Android 11 including, the phone just beautifully adjusted to this and everything suddenly made more sense on a large screen.
    Though maybe I was just lucky?

    I am currently typing this on an old Moto G5s Plus (2017) with the now discontinued PixelExperience (11) ROM. My last bug-free Android experience. I can even route hotspot over a VPN, how cool is that.



  • something that isn’t an SD card to the /sdcard directory?

    Could be.

    On my phone (Poco X3 Pro - stock Android 11, MIUI 12) the /sdcard is a symlink pointing to /storage/self/primary which itself is a symlink pointing to /storage/emulated/0, which is /data/media, the user-accessible portion of internal storage.
    Though from what I can find it anyway is just emulated FAT filesystem which is actually ext4 under that.

    Something about backwards compatibility as the directory used to actually be used for SD cards in the past.