From 7505bdbfa7243cbb6ed16c84284dedae86a8313c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sapka?= Date: Sat, 11 Feb 2023 17:39:02 +0100 Subject: feat: article for 2023-01-11 --- .../2023/all-hail-my-new-trackpoint-overlord.md | 24 ++++++++++++++++++++++ extract_covers | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 content/2023/all-hail-my-new-trackpoint-overlord.md diff --git a/content/2023/all-hail-my-new-trackpoint-overlord.md b/content/2023/all-hail-my-new-trackpoint-overlord.md new file mode 100644 index 0000000..40af2b4 --- /dev/null +++ b/content/2023/all-hail-my-new-trackpoint-overlord.md @@ -0,0 +1,24 @@ +--- +title: "All Hail My New TrackPoint Overlord!" +category: "blog" +abstract: ThinkPad touch pad is useless so I move to TrackPoint +date: 2023-02-11T17:34:24+01:00 +year: 2023 +draft: false +tags: +- ThinkPad +- TrackPoint +- touch-pad +--- +Hey, guess what? It's another ThinkPad update! + +I don't know if it's the device or how Linux handles it, but the touch pad is terrible. I get more unexpected movements of the cursor than expected. In Firefox, the scroll two-finger gesture very often ends in zoom control. The button underneath the touch pad is stiff and not pleasurable to use. Say what you will about Macbooks, but they mastered the touch pad. + +So, I've done what any sane neckbeard would do and disabled it completely. When I'm in laptop mode, I'm using TrackPoint, and when docked, I rely on a trusty old mouse either way. + +{{< img-center "22-thinkpad-nub.jpg" "ThinkPad's TrackPoint">}} + +And boy, does Trackpoint has a stiff learning curve. Having the cursor move in the expected direction is easy, but having any precision? Contrary to any logic, the speed is not controlled by the horizontal force but by the vertical. So, one needs to press the nib more and not lean it more. Or at least I think so. + +But here I am, two days after relying only on TrackPoint, and it's near the point when I'll actually enjoy it. + diff --git a/extract_covers b/extract_covers index ba613de..8245ae0 100755 --- a/extract_covers +++ b/extract_covers @@ -6,5 +6,5 @@ do echo "Processing $id"... wget --output-document "assets/ytcovers/$id.jpg" "https://img.youtube.com/vi/$id/hqdefault.jpg" - magick convert "assets/ytcovers/$id.jpg" "assets/partials/play-button.png" -gravity center -geometry 150x150+5+5 -composite "assets/ytcovers/$id.jpg" + convert "assets/ytcovers/$id.jpg" "assets/partials/play-button.png" -gravity center -geometry 150x150+5+5 -composite "assets/ytcovers/$id.jpg" done -- cgit v1.2.3