@postroutine emacs has a fine implementation of the OpenSpritz approach to speed reading. https://github.com/emacsmirror/spray
good stuff. I appeciate the distinction of AWK vs SED, which I've been fuzzy on
---
RT @threadreaderapp
@sangram3078 Halo! please find the unroll here: Wanna up your Linux game? This will be an evolving 🧵 of commands I… https://threadreaderapp.com/thread/1435606180794097667.html Enjoy :) 🤖
https://twitter.com/threadreaderapp/status/1435654605581455365
@freemo Oh, no. Gnome is terrible. I'm with you on that one.
@freemo That's how I felt about Gnome. With KDE, it was the grid workspaces and the extensive customizability that had me on it for years.
@freemo aww!Don't be hating on KDE. When I have to use a GUI WM, it is far and away my favorite.
Nice on the I3, though. Before I found EXWM I enjoyed playing with that one.
@debacle you bet. It does require w3m to be installed to the system, but that's part of the reason it is good.
@debacle okay... upon reading, some of that isn't actually relevant stuff. Sorry!
@debacle W3m-emacs integrates perfectly. No problems, and all the benefits you want. I made some customizations to make it a little more comfortable for me, but nothing except customizer stuff. This is my relevant setup in straight:
```lisp
(use-package w3m
:straight (emacs-w3m :type git :host github :repo "emacs-w3m/emacs-w3m")
:demand t
:defines w3m-filter-configuration
:bind (("C-x M-e" . tsa/transient-w3m)
:map w3m-mode-map
("R" . tsa/w3m-toggle-readability)
("e" . tsa/transient-w3m)
("M-o" . ace-link-w3m))
:custom
(w3m-search-default-engine "duckduckgo")
(w3m-quick-start nil)
(w3m-display-mode 'plain)
(w3m-use-title-buffer-name t))
```
@debacle I used eww heavily for a few years. I am also an exwm user. The main reasons I switched to w3m were speed. No more eww stalling my entire emacs process while it loaded something. Plus, some things are rendered better in w3m. I am still getting back the eww readable mode, though.
RT @CarstairsIrene
Once a librarian called me a nerd. A LIBRARIAN.
It remains my proudest moment. https://twitter.com/kireishima39/status/1435626341257265158
@writh oh. A single checkbox. Nice!
@writh that's lovely! I saw the option somewhere, but don't remember where
Full Stack Clojure web app engineer