logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 6969a5e789ee065a07c114695ead7c94ffd87a9c
parent 75560c01ec04b44726a5e0618dd6a756db41a3a0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  9 May 2020 01:59:11 +0200

decreases of usability: Add anchors

Diffstat:

Mdecreases of usability.shtml10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/decreases of usability.shtml b/decreases of usability.shtml @@ -9,18 +9,18 @@ <main> <h1>Decreases of usability</h1> <p>Inspired by <a href="https://datagubbe.se/decusab/">The Decline of Usability | datagubbe.se</a>, which I would recommend reading.</p> - <h2>Progress bars</h2> + <h2 id="ProgressBar"><a href="#ProgressBar">§</a> Progress bars</h2> <p>Few decades back progress bars often used to have nice separation with blocks so you could notice progress and count rough percentage easily if a number wasn't present. Nowadays if you don't only get a spinner or some waiting screen (games…) you have a simple-ass line, if there is no percentage next to it, you're basically lost with something where you can only get an idea of the quarters instead of a good indication of the dozens. Imagine having something like your mercure-based thermometer with no units on it.</p> <p>Nowadays you basically have to keep the pointer on the progress bar to notice progress. Great, as if doing separators was any kind of an hard thing to do.</p> - <h2>Documentation</h2> + <h2 id="documentation"><a href="#documentation">§</a> Documentation</h2> <p>I know, 90% of folks do not read them. But it doesn't means that it's completely useless, documentation can allow to repair a program or reimplement it (software rot). Some programs have litterally no documentation for their settings, Firefox is one example of that, specially for the <code>about:config</code>, meanwhile the linux kernel, the thing supposed to be hard to configure, like if you would need to be a confirmed wizard? Well each setting has a nice documentation, there is some pre-made configs for you, you can export/import your settings, and there is <a href="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Documentation?h=v5.6.11">/Documentation/</a> which is useful for the runtime configs or APIs, including internal ones.</p> - <h2>Scrollbars</h2> + <h2 id="scrollbars"><a href="#scrollbars">§</a> Scrollbars</h2> <p>I think Ubuntu introduced this one, scrollbars that have something like 5 pixels width maximum and with poping alien buttons when you manage to hover it. Name of the thing was something like <code>liboverlay</code> or <code>libunderlay</code>, and gess what? It looks like it got adopted elsewhere because I have it in NetBSD with Xfce, at least not on my main machines (running Gentoo with XMonad or Sway).</p> <p>As datagubbe pointed out there is also contrast or even just indication issues, sometimes you're left wondering which part is the background and which part is the foreground.</p> <p>Want some system where the scrollbars are glorious? Plan9. Like the rest of the system the UI is simple as fuck but presents everything well. You get to choose how much to scroll on each click based on the position in the scrollbar or directly at a precise position with another click, meanwhile I had to hard-modify my current mouse so I would have less to no friction on the wheel.</p> - <h2>Behaviours from other platforms into yours</h2> + <h2 id="NonNativeBehaviour"><a href="#NonNativeBehaviour">§</a> Behaviours from other platforms into yours</h2> <p><a href="https://www.jwz.org/blog/2012/04/why-i-use-safari-instead-of-firefox/"><cite>jwz: Why I use Safari instead of Firefox</cite></a>: <q>I don't <i>want</i> your Linux in my Mac. I want my Mac to behave like a Mac. That's why I bought a Mac.</q>. Well Firefox… I don't want your Windows into my Linux (or Unix), if you don't want to maintain behaviour consistent to the platform, maybe keeping on simply using GTK or making a small wrapper, or another toolkit would have been better, but no, you did you own <abbr title="Not Invented Here">NIH</abbr> with XUL, which you're doomed to be the only one using.</p> - <h2>Gtk3 ColorChooser</h2> + <h2 id="GtkColorChooser"><a href="#GtkColorChooser">§</a> Gtk3 ColorChooser</h2> <p>GTK 3 came with the deprecation of the GtkColorSelection, which looks like basically any other colorpicker, you have a colorwheel, a way to tweak your color, optionnally a palette, a picker to grab a color from elsewhere, say your design guidelines and you have an entry where you can put a name or a <abbr title="Red Green Blue">RBG</abbr> hexcode.</p> <img src="/images/GtkColorSelection.png" /> <img src="/images/GtkColorSelection_palette.png" /> <p>And next you have this bullshit, which is a huge usability failure. You are greated with a palette, now I don't know about everyone but how I do is usually pick a color close enough and adjust it with the color wheel. A bit like painting, you pick some pre-made color and you adjust it. Of course you still have the color wheel by pressing the Plus(+) button at the bottom but no way to go back.<br />