Some food for thoughts
Pat highlighted one of the many good points from the video
Some food for thoughts
Pat highlighted one of the many good points from the video
twitter.com
is mapped to 127.0.0.1 on my machine. Means I have to stay hungryâŠ
Then learn to use tools like nitter.net
you can just do s/twitter.com/nitter.net/
and it will work.
@heckflosse nitter might help with any issues you have with twitter?
Nitter is a free and open source alternative Twitter front-end focused on privacy. The source is available on GitHub at GitHub - zedeus/nitter: Alternative Twitter front-end
- No JavaScript or ads
- All requests go through the backend, client never talks to Twitter
- Prevents Twitter from tracking your IP or JavaScript fingerprint
- Unofficial API (no rate limits or developer account required)
- Lightweight (for @nim_lang, 60KB vs 784KB from twitter.com)
- RSS feeds
- Themes
- Mobile support (responsive design)
- AGPLv3 licensed, no proprietary instances permitted
Iâd tend to agree with the idea that if you have to read the manual to learn to use a program for general use, itâs user unfriendly.
I constantly think of ways to improve the onboarding process in Filmulator. My first approach was to make sure tooltips explain not just âwhatâ but also âwhyâ⊠but Iâm not entirely sure the people who need their guidance the most will find it.
Maybe I should have a global âhelpâ button that outlines every item that has a tooltip and causes all tooltips to appear without delay.
More recently I added import presets and explanatory text in empty spaces that describo how to use the workflow and gives keyboard shortcuts. I probably need user testing to see what else I may need to add to those.
Though this is a good advice, the tone of the advice (Then learn to useâŠ) is not good Maybe learn to be be more diplomaticâŠSorry for not being diplomatic in this case, probably my fault.
Thatâs a remarkably rich video!
If I were to design a program, I would include the manual as a searchable and hyperlinked pdf within the program, and put a little âiâ or â?â button next to each module linking to the relevant section in the pdf. The alternate would be for that button to display the tooltip. I personally donât like tooltips that automatically display on mouse hover.
Some programs put the tooltips directly on the element you interact with.
In Filmulator I made sure anything you might leave your mouse stationary over when interacting, like sliders, donât activate the tooltip.
If I add this button I might make normal tooltips delayed a bit longer so they get in the way less.