• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics in ~tech with the tag "ui". Back to normal view / Search all groups
    1. Kagi recently changed their dark mode, fix inside

      Since I know quite a few tilderinos use Kagi (far higher percentage than the standard population) I figured this might interest some of you. Kagi pushed out a new Dark theme that is not dark. It's...

      Since I know quite a few tilderinos use Kagi (far higher percentage than the standard population) I figured this might interest some of you.

      Kagi pushed out a new Dark theme that is not dark. It's possibly even worse than Googles non-dark official Dark mode.

      Here is a CSS fix you can throw in your custom css section in settings that I whipped up for some people in the Discord, should be useful.

          :root {  
        --custom-bg-color: #090c10;
      
        --search-result-gap: 20px;
        --search-result-gap-mobile: 10px;
        --app-bg: var(--custom-bg-color);
        --search-result-title: #fff;
        --primary-visited: #aaa;
        /*! --quick-search-bg: #000; */
        --color-search-input: var(--custom-bg-color);
        --result-item-title-border: rgba(255,255,255,0.25);
        --search-result-date-bg: rgba(255,255,255,0.15);
      }
      
      .__sri-time {
        font-size: 12px;
        border-radius: 2px;
        margin-right: 3px
      }
      
      .__sri-desc {
        padding-top: 3px;
      }
      
      .__sri-title {
        margin-bottom: 5px;
      }
      
      .__sri-url .__sri_url_path_box {
        margin-top: 0px;
      }
      
      @media screen and (max-width: 1300px) {
        .search-result, .sri-group {
          padding-top: 0px !important;
          padding-bottom: 0px !important;
          margin-bottom: var(--search-result-gap-mobile) !important;
        }
      }  
      

      This fixes the colors, padding, and some other general weirdness they introduced. They also don't follow their own variable specs so I introduced two new ones in there so you can modify to your liking (namely padding between links on mobile and desktop).

      26 votes
    2. Why does it seem that FOSS users don't value user-friendliness very much?

      The vast majority of free and open source software available is well known for being clunky, having very unintuitive UI/UX and being very inaccessible to non-nerds. We can see this in Linux...

      The vast majority of free and open source software available is well known for being clunky, having very unintuitive UI/UX and being very inaccessible to non-nerds.

      We can see this in Linux distros, tools, programs and even fediverse sites.

      I understand that a lot of it is because "it's free", but I also feel like a lot of people who make and use FOSS don't actually value user-friendliness at all. I feel like some of it is in order to gatekeep the less tech savvy out, and some of it is "it's good enough for me".

      What are the best theories for why this is the case?

      EDIT: A lot of replies I've been getting are focusing on the developers. I'm asking more why the users seem okay with it, rather than why the developers make it that way.

      67 votes
    3. Is macOS truly the holy grail UX for older people?

      My mother is 65+ years old and loves everything Apple, but whenever I need to touch her computer I find myself questioning that choice. The degree to which Apple abstract things from the user...

      My mother is 65+ years old and loves everything Apple, but whenever I need to touch her computer I find myself questioning that choice.

      The degree to which Apple abstract things from the user enables the most absurd behaviors. macOS gives little indication about which programs are open, and the red x on the top left corner just closes windows, not apps. Because the session persistence is so robust, the consequence is that my mother's Macbook Air keeps 12+ programs and their states open at all times literally for months. Every time she comes over from another continent, I close a bunch of stuff and get her an instant performance boost. Plus, she's never really sure if a program is open or not.

      The concept of (work)Spaces, as well as the launchpad, spotlight, or even how Finder really works is beyond her. Because of her over-reliance on the dock, she never enabled autohiding, so her screen real state is always crowded.

      Folders are entirely immaterial for her. Everything goes to "Downloads" with no organization whatsoever, and she's always looking for stuff "manually" by reading the filenames.

      Her machine is running Mojave, and right now I can only see that finder displays two "Libraries": Documents and Downloads. Linux and Windows have Videos, Downloads, Music, etc. Those are easy to make sense of. What's the supposed Mac alternative? Buy stuff on iTunes. Well, if something is not on Amazon Video or Netflix my mother is a pirate like me (hehe), so she never made sense of it and I truly despise using iTunes for doing anything at all. She also downloads a bunch of media related to her job.

      I'm not saying macOS is bad, I'm just asking: is it really the best choice for non-technical older people?

      15 votes
    4. Android aftermarket development and its boring state

      So many ROMs. So many features. But they all look the same. I mean, I love that there are many options, but aren't you bored of going to XDA and finding only ROMs that follow the [9.0] EDGY NAME...

      So many ROMs.

      So many features.

      But they all look the same.

      I mean, I love that there are many options, but aren't you bored of going to XDA and finding only ROMs that follow the [9.0] EDGY NAME IN CAPS formula?

      They all look stock. Android is supposed to be about personalization. Where are the highly customized UIs? Why are all fanboys so scared of breaking the scheme that Material has inforced upon us, and then whine about how Android is inconsistent? I wish that something like MIUI would appear again, like, a ROM made by a no name that ended up making a gigantic empire.

      I wish to see someday another developer, making its own thing.

      Breaking the AOSP UI mold.

      [NOTE] This is reposted from reddit (it was made by me tho) because I wanted to discuss it here.

      15 votes
    5. Light themes or Dark themes?

      Traditionally I've used dark themes for everything I could on all of my devices, as I found it easier on the eyes when I'd usually use my computer (evening - night). Recently, I made the switch...

      Traditionally I've used dark themes for everything I could on all of my devices, as I found it easier on the eyes when I'd usually use my computer (evening - night). Recently, I made the switch back to light stuff as I've been using my computer more for notes and assignments I'd normally hand-write, and I find I get drowsy less and have an easier time using the computer in a bright room than before - I just switched my theme on a whim one morning, so I wasn't expecting that at all!

      So now I'm rethinking all my previous bias about dark themes being 'better' regardless of the situation, and I'm curious if anyone here had any thoughts and/or could point me to some reading on the subject (the subject being the effects of light/dark colours in work or concentration). It's something I realize now might be fairly important, as I'm looking at my screen for most of the day, but never really gave much thought before outside of tracking down the 'Dark' theme switch.

      34 votes