• ShaunKL@startrek.website
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 hours ago

    Leave it off to give myself some additional cognitive space. If my battery saver kicks on I start paying more attention, or if I see a chunk a missing I know I should probably set to charge later.

  • AAA@feddit.org
    link
    fedilink
    arrow-up
    22
    arrow-down
    1
    ·
    2 days ago

    The only advantage of “number off” is it comes with extra anxiety for free.

  • mavu@discuss.tchncs.de
    link
    fedilink
    arrow-up
    85
    arrow-down
    1
    ·
    2 days ago

    I don’t mind the one without the number, what i do mind is that SOME FUCKING ASSHOLE decided that no number is bettter and forces his FUCKING DUMBASS decision on everyone else.

    SO FUCK OFF WIHT YOUR NUMBERLESS SHIT AND TAKE ALL OF FUCKING MATERIAL DESIGN WITH YOU!

    Sorry. i have strong feelings about this topic, don’t know if you noticed.

    • ChickenLadyLovesLife@lemmy.world
      link
      fedilink
      English
      arrow-up
      23
      ·
      2 days ago

      My personal rage at the moment is this square time format with the two digit hour over the two digit minute. Obviously designed for a smart watch but Android decided it needs to be on the phones as well. I keep turning it off but every few updates it comes back – because the designers know better than me what I actually want.

      • historicaldocuments@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        2 days ago

        Try needing Julian day. If you’re coding then strftime() has supported it since 1989. All you need is “%j” and there it is, with leap year handling, etc.

        The end goal isn’t a good/flexible/powerful user experience for the person who bought the device; it’s a larger user base that can be marketed to The Machine for more money out the back end.

          • historicaldocuments@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            21 hours ago

            Sure.

            For a while now, if you needed the time from your computer, and it was running UNIX or a variant, you’d use something like gettimeofday() (it’s clock_gettime() now) which would hand you seconds since the epoch at midnight January 1, 1970 in UTC and microseconds/nanoseconds depending. You’d take the seconds, wash it through localtime_r to adjust for the local time zone, and you’d have a struct you could feed to strftime() for formatting.

            So my beef with time formats, and what I presume ChickenLadyLovesLife’s beef is, is that when the time format is “wrong” for whatever reason, given the similiarity between the backends of modern time systems, it’s “wrong” for reasons other than technical limitations. You’ve got a count in seconds since the beginning of time, and a function that’s been around for decades that can do whatever stupid stuff you want. Military time, month printed out, day of week printed out, two character years, four character years, seconds, julian day, Doing something silly like day of year, hour of day, and am/pm (“%j %I %p”) is just as easy as something practical like a large fluffy timestamp, or a minimalist four characters military time (“%H%M”). The hard part was getting the time from the GPS or cell phone tower or wherever. The easy part is the time format. Windows also exists, and uses something similar. Modern programming with C++ or Python will have libraries (<chrono> and datetime, respectively) that work the same way, and both those examples use strftime() semantics.

            So, if you’re unhappy with the way your device prints out time, the reason behind it isn’t the clock part of it, it’s the display part. There was some rationale on Android’s behalf for adopting the hour over minutes style, but it wasn’t because their available horizontal character limit dropped from four (five if you count a colon) to two. Maybe they can get more data widgets displayed around the time in a little halo? I don’t know, I don’t use android stuff anywhere. If it was apple I’d assume they did UX testing about half height characters and readability.

            So, now to the “end goal” part of what I wrote before. The hard part is done and a solved problem, and most time formats work fine for what they do. tmux is giving me (“%H:%M %d-%b-%y”) which works fine, and my desktop environment (DE) is using (“%a, %b %d %H:%M”) which is fine. The other DE is using (“%b %d %H:%M”) which is fine. All perfectly usable, all used the three character representation of the month avoiding problems between dd/mm/yy or mm/dd/yy, and all of those are adjustable to an extent with two of the three kicking back to strftime() if I needed it. So what did android get when they paid developers to make the change to hours on top of minutes? Is there a study I missed that of a group of people who’d never seen a clock before and had no concept of time found the “%H\n%M” style more easy to read? If that’s true, then was it worth irritating the subset of people who are going to care about the change to pick up the other group? I personally don’t see a point in paying to make the change unless they’re expecting to make more money from it, which at the core of a lot of things in the world these days. Here’s something that worked fine, but now it’s being changed to work differently but no better.

              • historicaldocuments@lemmy.world
                link
                fedilink
                arrow-up
                2
                ·
                19 hours ago

                I did a quick google search, and there’s a C++ boost library and a Windows API if you needed to do that. Might have a harder time finding english documentation about it, though.

    • wizardbeard@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      8
      ·
      2 days ago

      Oh my god yes. Why the hell do I have to open the notification shade to see the number, especially when it gets low?

      It shouldn’t be that hard to say, automatically show the number under a certain percentage. If it’s 10% I have around an hour left of medium usage. If it’s under 5% I have anywhere from 30 minutes to 5.

      Just show me the number motherfucker, at least when it’s important!

      • AA5B@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        I could have sworn mine does that - show the number when under 20% but I don’t see a relevant setting

      • mavu@discuss.tchncs.de
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        1 day ago

        I will pretend i didn’t read this comment, or i would have to explain to my doctor why my blood pressure exceeded the rating of a nuclear pressurized water reactor.

    • NekoKoneko@lemmy.world
      link
      fedilink
      arrow-up
      216
      arrow-down
      3
      ·
      3 days ago

      It’s actually very easy to have the number off and still get full functionality.

      I just made a 100 page booklet that shows each battery level graphic alongside the percentage, so when I want to check my battery level, I just pull out the book and flip back and forth until I find the right icon, and bam! I know my exact battery level in less than 5 minutes.

        • GreyEyedGhost@piefed.ca
          link
          fedilink
          English
          arrow-up
          19
          arrow-down
          1
          ·
          2 days ago

          Using enough power to run a house for a day (not the actual amount, don’t care) to interpret a bad graphic sounds like something Sam Altman would be proud of.

      • Zron@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        3 days ago

        I don’t care until it gets to about quarter full, that’s when I check to see what actual percentage it’s at. I’m rarely on my phone enough to drain the battery on a normal day.

        • blarghly@lemmy.world
          link
          fedilink
          English
          arrow-up
          19
          arrow-down
          1
          ·
          3 days ago

          Hey get a load of this loser! Interacting with the real world! Ha! Everyone laugh! Hahahaha!

          cries in terminally online

        • binarytobis@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 days ago

          Yeah, the only reason I would need the number always visible and not just visible on down-swipe would be if it ever ran out during the day. Probably would be necessary for people who stream videos a lot.

      • shrugs@piefed.social
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        5
        ·
        2 days ago

        counterpoint: these numbers are guesswork anyway. why pretend, you just want to know that it’s not red

          • Soggy@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            arrow-down
            5
            ·
            2 days ago

            Can you not just glance and see approximately? Can’t think visually, must convert to numerical?

            • Sonotsugipaa@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              8
              ·
              2 days ago

              Yes, if I give the screen a lil’ kiss with my eyelids I can probably see that the icon has 8 pixels in height instead of 11.

              That is not what I would call a “glance” though; I can, however, just glance and see approximately, by looking at the first digit of the number.

        • Funkt4st1c@lemmy.world
          link
          fedilink
          English
          arrow-up
          17
          ·
          2 days ago

          I more want a guesstimate of when my phone will be red, so if anything a second timer next to my clock would be best.

          …or a number that i can tune my own instincts to

            • over_clox@lemmy.world
              link
              fedilink
              arrow-up
              5
              ·
              2 days ago

              Battery Monitor - Available on F-Droid does exactly that, without having to root the phone.

              Right now my battery is 87%, 3.984V, and 99.3⁰F