Usability

All posts tagged Usability

UBlock Origin logo

Software >
Brave, extensions >
Chrome / Chromium, Chrome extensions (list of posts) >
Microsoft Edge, extensions >

(on Wikipedia)
(Full - Lite)
(on the Edge Add-ons Store)
https://github.com/gorhill/uBlock

An ad blocker.


ideastocode - Enable SVG, WebP & ICO Upload

Software > WordPress > WordPress Plugins >
WordPress SVG support >

https://wordpress.org/plugins/enable-svg-webp-ico-upload/
https://ideastocode.com/plugins/enable-svg-WebP-ico-upload/

Exactly as its titled; enables WordPress SVG support, .webp and .ico

  • SVG Support has more advanced features, such as defence against XSS and Injection attacks.



Continue Reading

TL;DR - You can't use X-Face because compface isn't available, and you can't use "Face" because of file size constraints.


  • 2023-05-15 - with Claws Mail 4.1.1 on Windows 11 - Failed
  • (date not recorded) - with Claws Mail (version not recorded) on Windows (version not recorded) - Failed
  • (date not recorded) - with Claws Mail (version not recorded) on Linux (distribution not recorded) - Success, but notes were not taken. I am not sure if, and where, any data might be archived.

[unresolved] - Face

Face

1. Use GIMP to save your image as an .xbm file.

2. Launch Windows Subsystem for Linux 2

3. Use ImageMagick to convert it:

\sudo  \apt-get  update
\sudo  \apt-get  install  imagemagick

file_source="image.xbm"
file_target="image"

# Note that although 48x48 is the maximum supported, there is a serious file size constraint, and so it's best to significantly reduce the size.
\convert  ./"$file_source"  -monochrome  -resize 24x24!  "$file_target".temp.pgm
\convert  "$file_target".temp.pgm  -resize 24x24  -colors 2  -dither FloydSteinberg image "$file_target".face
\rm  --force  "$file_target".temp.pgm

\echo  "Confirm that this file is less than 725 bytes:"
\ls  -l  "$file_target".face

Unfortunately, Claws Mail requires a 48x48 image, and that cannot be generated by the above means. I also cannot create a 24x24 first, and then upscale that to 48x48. Maybe there's a way to do a more lossy conversion?

4. Configure Claws Mail:

  1. Open Claws Mail
  2. Configuration > Edit accounts
  3. Select your account and either double-click or click [Edit]
  4. Send
  5. Header: [x] Add user-defined header
  6. Click [Edit] next to Add user-defined header
  7. Header: Face
  8. Next to Value, click [Browse]

Fails because it both requires 48x48 and an image of less than 725 bytes.

[Cannot work] - X-Face

X-Face

1. Use GIMP to save your image as an .xbm file.

2. Launch Windows Subsystem for Linux 2

3. Use ImageMagick to convert it to a .xface file:

\sudo  \apt-get  update
\sudo  \apt-get  install  imagemagick

file_source="image.xbm"
file_target="image.xface"

\convert  "$file_source"  -monochrome  -resize 48x48!  "$file_target"

4. Configure Claws Mail:

  1. Open Claws Mail
  2. Configuration > Edit accounts
  3. Select your account and either double-click or click [Edit]
  4. Send
  5. Header: [x] Add user-defined header
  6. Click [Edit] next to Add user-defined header
  7. Header: X-Face
  8. Next to Value, click [Browse]

Fails because compface doesn't exist/work on Windows. :(

Android_robot_2014.png

Android >

Adjusting, reducing, increasing, customizing Android's volume.

Equalizer settings will be covered by an app, likely something like Volume+. The ones I tested were suspicious, so this will be a topic to research later.

  • If you are looking for equalizer functionality, see Flat Equalizer.
  • Android 12 has balance, volume, and equalizer functionality built in.
  • Note that Sound Assistant has "Change step volume" which might also be useful.


com.teral_soft.calllog_150x150.png

Software, Android >

(on Google Play (archive))

https://teral-soft.com/

Does things and stuff.

I needed this to clear phone logs on my Doogee X20 because it was modified by the communist Chinese to be unable to do it natively.

  • Abandoned

    • It was taken from the Google Play store, even though it's still referenced on their website.
    • It does not work on Android 12.



Continue Reading

Background Link Checker image

Software > WordPress > WordPress Plugins >

https://wordpress.org/plugins/broken-link-checker/

A tool to make it ridiculously easy to not just find and edit broken links, but has other features to apply to them, like changing their style.

Recommended by Internet Archive, which is good enough for me.




--

  • 2023-02-28 - 2.0 on WordPress 6.1.1, with PHP 8.1.16

    • I signed up to wpmudev.com but did not give my administrator credentials. I installed their plugin instead.
    • All the configuration and use are now totally different.
  • 2018-03-07 - (version not recorded) - on WordPress 4.9.4, with PHP 5.6.33

    • It's still working fine.

Configuration

Settings are under Settings > Link Checker

blog.spiralofhope.com/wp-admin/options-general.php?page=link-checker-settings

General

  • Check each link: 700

    • (this is a little less than a month)
  • [_] Send me e-mail notifications about newly detected broken links
  • [_] Apply custom formatting to broken links
  • [_] Apply custom formatting to removed links

Look For Links In

  • [x] Scheduled
  • [x] Draft
  • [x] Pending

Which Links To Check

  • [x] Plaintext URLs
  • [x] Embedded YouTube videos (old embed code)
  • [x] Embedded GoogleVideo videos
  • [x] Embedded YouTube playlists (old embed code)
  • [x] Smart YouTube httpv:// URLs
  • [x] Embedded Vimeo videos
  • [x] Embedded DailyMotion videos

Exclusion list

://blog.spiralofhope.com/wp-content/uploads/
://blog.spiralofhope.com/?p=
://example.com
://www.example.com
://subdomain.example.com
://www.wowace.com/projects/
://www.curseforge.com/wow/addons/
://archive.today/
://youtube.com/view_play_list?
://youtube.com/playlist?
://www.youtube.com/view_play_list?
://www.youtube.com/playlist?
://www.instagram.com/
://www.facebook.com/

Advanced

  • Timeout 90
  • Show link actions [x] Fix redirect

Usage

If you accidentally click dismiss link you can search your blog for removed_link.