I like computers.

Also the banner is taken from here.

  • 1 Post
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle

  • No, sorry. Airplane mode should stop all data exchange with mobile radio, but you should still be able to enable wifi and bluetooth while airplane mode is on.

    I’m pretty sure all communication with carrier is disabled when airplane mode is on, which should save more power than disabling only mobile data transfer (in this case calls and messages still get transfered and connection with carrier is active).



  • I think it’s a different story with the original seasons. The intended version was 4 seasons, but Fox being Fox aired the episodes out of order, ending whenever they wanted and that’s how 5 seasons came to be.

    One might try to call it artistic privilege, but I don’t think it holds when you’re responsible only for distribution and not making.

    I use MediaTracker which takes information form imdb and tmdb and it labels it as following:

    • original series (seasons 1-5)
    • Comedy Central (seasons 6 and 7)
    • Hulu (season 8) with season 0 (specials) containing movies like Bender’s Big Score







  • pacjo@lemmy.worldtoAndroid@lemdro.idDo you run a Custom ROM?
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    I daily drive a custom ROM with (sandboxed) gapps (currently crdroid, but also spark os, cherish os, voltage and others). I also have a tablet (old galaxy tab A) running lineage without gapps, which I use for reading ebooks.

    I can’t imagine returning to stock roms. The inconsistencies, various hacks, apps not respecting your settings and privacy invading software. What a nightmare!





  • That’s one hell of a controversial opinion.

    I personally prefer gestures. I find them quicker (you don’t have to move your fingers as much to do anything, especially back gesture) and more intuitive (like swiping on the navigation pill or whatever it’s called to quickly switch apps, much better than double clicking recents button). Gestures also integrate nicely with the rest of os (like swiping from backspace to erase whole words in gboard).

    One thing I hate and I can’t understand how that’s not fixed in stock AOSP is opening left side menus (those hamburger ones) with gestures enabled. Half of the time instead of opening the menu it will just go back, even if sensitivity on left edge is set to minimum.

    This is something that custom roms address nicely as most of the time setting sensitivity to minimum would actually disable gestures in this area (take note Google). If this is something that’s bugging anyone, you can disable gestures on left edge over adb (without root) with: adb shell settings put secure back_gesture_inset_scale_left 0 or with: su -c "settings put secure back_gesture_inset_scale_left 0" if you have root access (for more info look here).