Deliverer of ideas for a living. Believer in internet autonomy, dignity. I upkeep instances of FOSS platforms like this for the masses. Previously on Twitter under the same handle. I do software things, but also I don’t.

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

help-circle












  • TrailSense, an easy to use, comprehensive wilderness tool.

    The goals of the developer are fun to consider:

    Goals

    • Trail Sense must not use the Internet in any way, as I want the entire app usable when there is no Internet connection

    • Features must provide some benefits to people using the app while hiking, in a survival situation, etc.

    • Features should make use of the sensors on a phone rather than relying on stored information such as guides

    • Features must be based on peer-reviewed science or be verified against real world data

    Likewise, the features being developed under those goals are great for getting outside:

    Features

    • Designed for hiking, backpacking, camping, and geocaching
    • Place beacons and navigate to them
    • Follow paths
    • Retrace your steps with backtrack
    • Use a photo as a map
    • Plan what to pack
    • Be alerted before the sun sets
    • Predict the weather
    • Use your phone for astronomy
    • And more







  • Dumb error messages like that have to do with the UI and UX. The user interface (UI) in APT has mostly to do with how easily users see, recognize, and understand descriptions of errors (that is, how text appears and is organized), and the user experience (UX) in APT has to do with how easily users can, say, follow-up, within the tool, to resolve those errors.

    An example of a better UI in APT could be grouping to-be installed packages with clear linebreaks and color, or highlighting how much space is to be used by bolding it. All good stuff that isn’t gonna kill my eyes when I have to scroll around to find what was / wasn’t installed properly.

    And that scrolling around is all about the UX. An example of a better UX could be installation bars rather than percentages to keep the screen from scrolling past errors too quickly, affordances for users to make decisions within APT to resolve dependency issues without it dropping back into the terminal (again, dumb error messages), or providing help within the interface without having to back out to the terminal and use APT with an operator.

    I think it would be great to keep those error messages you mention, like, front-and-center, even after an operation has wrapped up. Who wants hunt/grep through a full log?