diff options
author | User Mms <mms@voyager.local> | 2024-11-04 21:15:49 +0100 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-11-04 21:15:49 +0100 |
commit | 27118201f3e80b8ae7d1e79439c5e23d6eecfd15 (patch) | |
tree | f4eb735be6d649d3b91c7ded508254b67adceb95 | |
parent | 992f0b893dccc5aa71eb6846ecb5941811212458 (diff) |
feat: evil
-rw-r--r-- | assets/blog/images/evilmode.png | bin | 0 -> 2147 bytes | |||
-rw-r--r-- | content-org/blog.org | 39 | ||||
-rw-r--r-- | content/blog/2024/back-to-evil.md | 35 | ||||
-rw-r--r-- | content/blog/2024/end-of-osx.md | 1 |
4 files changed, 73 insertions, 2 deletions
diff --git a/assets/blog/images/evilmode.png b/assets/blog/images/evilmode.png Binary files differnew file mode 100644 index 0000000..842a49d --- /dev/null +++ b/assets/blog/images/evilmode.png diff --git a/content-org/blog.org b/content-org/blog.org index b724b28..2222cea 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -8,7 +8,7 @@ #+HUGO_SECTION: blog -* 2024 [92/94] :@blog: +* 2024 [90/92] :@blog: :PROPERTIES: :EXPORT_HUGO_SECTION: blog/2024 :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "blog/images" :image_max_width 600 @@ -121,11 +121,46 @@ It's small annoyance, but it shows the general direction. Microsoft GitHub is still not near the biggest sin an Open Source can commit when it comes to cooperation (that crown still goes to using Discord), but it's far from being "Open". +** DONE Back to Evil Mode +CLOSED: [2024-11-04 Mon 20:53] +:PROPERTIES: +:EXPORT_FILE_NAME: back-to-evil +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Abstract My emacs is cosplaying as Ed again +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Listening Thelonious Monk - Brilliant Corners +:END: + +It's been half a year on [[http://xahlee.info/emacs/misc/xah-fly-keys.html][Xah's Fly Keys]] and it's a wonderful bindings system. +A lot of the ideas there are amazing: shortcuts for inserting all the brackets, great case change, bookmark support, to name just a few. +It was also very /comfy/ to use with =jkli= instead of =hjkl=. + +#+attr_shortcode: :file evilmode.png +#+attr_shortcode: :alt Black and white logo "evil" +#+attr_shortcode: :class pull-right +#+attr_shortcode: :forced_width 150 +#+begin_image +noop +#+end_image +But now I'm back at Evil. +First of all, I am (once again) watching old Luke Smith's videos and became very nostalgic for the keys I've spent years learning. +Secondly, I got what I wanted out of Fly Keys - Emacs mindset. +It kinda like BSD - for the untrained eye it's Linux, but the differences go deep. +The biggest problem with FK however is that I needed to adjust every freaking thing to it, as I am not smart enough to use two similar key bindings at the same time. +Ed is everywhere - terminal, browser, remote connection and so on. +I was fighting with my muscle memory all the time, while =hjkl= were just /there/. +At the same time, Fly Keys are open-sourced Xah's workflow. +It's not a general use case, and I didn't use most od the provided functionality. +But those which I used, I /loved/. +Guess I'll need to port them to my new Evil setup. + +Currently, my brain is readjsuting and I can barely control the cursor :-) + + ** DONE MacOS X 2001-2024 CLOSED: [2024-11-03 Sun 09:42] :PROPERTIES: :EXPORT_FILE_NAME: end-of-osx +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Abstract Apple makes OS X even more closed with another step towards blocking free application. :END: #+begin_quote @@ -4776,7 +4811,7 @@ But, most importantly, The Weaver published _TWO_ new articles on computer histo -** 2023 +* 2023 :PROPERTIES: :EXPORT_HUGO_SECTION: blog/2023 :END: diff --git a/content/blog/2024/back-to-evil.md b/content/blog/2024/back-to-evil.md new file mode 100644 index 0000000..7c41dd6 --- /dev/null +++ b/content/blog/2024/back-to-evil.md @@ -0,0 +1,35 @@ ++++ +title = "Back to Evil Mode" +author = ["MichaĆ Sapka"] +date = 2024-11-04T20:53:00+01:00 +categories = ["blog"] +draft = false +weight = 2001 +image_dir = "blog/images" +image_max_width = 600 +Abstract = "My emacs is cosplaying as Ed again" +Listening = "Thelonious Monk - Brilliant Corners" ++++ + +It's been half a year on [Xah's Fly Keys](http://xahlee.info/emacs/misc/xah-fly-keys.html) and it's a wonderful bindings system. +A lot of the ideas there are amazing: shortcuts for inserting all the brackets, great case change, bookmark support, to name just a few. +It was also very _comfy_ to use with `jkli` instead of `hjkl`. + +{{< image forced_width="150" class="pull-right" alt="Black and white logo "evil"" file="evilmode.png" >}} +noop +{{< /image >}} + +But now I'm back at Evil. +First of all, I am (once again) watching old Luke Smith's videos and became very nostalgic for the keys I've spent years learning. +Secondly, I got what I wanted out of Fly Keys - Emacs mindset. +It kinda like BSD - for the untrained eye it's Linux, but the differences go deep. + +The biggest problem with FK however is that I needed to adjust every freaking thing to it, as I am not smart enough to use two similar key bindings at the same time. +Ed is everywhere - terminal, browser, remote connection and so on. +I was fighting with my muscle memory all the time, while `hjkl` were just _there_. +At the same time, Fly Keys are open-sourced Xah's workflow. +It's not a general use case, and I didn't use most od the provided functionality. +But those which I used, I _loved_. +Guess I'll need to port them to my new Evil setup. + +Currently, my brain is readjsuting and I can barely control the cursor :-) diff --git a/content/blog/2024/end-of-osx.md b/content/blog/2024/end-of-osx.md index e4bbe44..e583215 100644 --- a/content/blog/2024/end-of-osx.md +++ b/content/blog/2024/end-of-osx.md @@ -7,6 +7,7 @@ draft = false weight = 2001 image_dir = "blog/images" image_max_width = 600 +Abstract = "Apple makes OS X even more closed with another step towards blocking free application." +++ > Apple is eliminating the option to Control-click to open Mac software that is not correctly signed or notarized in macOS Sequoia. To install apps that Gatekeeper blocks, users will need to open up System Settings and go to the Privacy and Security section to "review security information" before being able to run the software. |