File name, spelling, and dictionary completion exist too. This is tortured, but combining them makes a meta point? The “meta” is hard to convey, but completion doubles as a way of finding, changing, and passing keywords around. Terminals are fair game too. That’s basic completion in a nutshell (minus the magic).
Command line completion is
probably another
lesser known one. The command line window is minimized, but typing q:
(commands) and q/
or q?
(search forward/backward) opens it up completely.
Wild mode configures its
behaviour.
Abbreviations are
another completion
primitive in Vim. Since it’s full auto, it wants to be
magical. <Key>
presses and scripts can be replayed. Paired with
custom completions
and output from external tools, it transforms into advanced witchcraft and/or
cursed sorcery. In my case, it just expands acronyms.
Here’s Vim editor thesaurus completion. This kind of completion has its various limitations that I might detail later. I mentioned thesauri in passing but my Internet connection is pitiful and writing about editor meta feels a bit bizarre.
More Vim editor meta? Since posting a video of my LaTeX/Vim shenanigans, queries for tips arrive occasionally. Completion and whole line completion are boilerplate hammers. The more buffers and windows loaded, the more “robust”.
Banana trees are kind of invincible. Here’s what happens if you chop a sufficiently radioactive one clean across the mid…
I caught a glimpse of an interesting thing by chance.
Meta Platforms
Facebook hid the x
from their login prompt on
public pages–including government pages, then brought it back. ‘Twas on the
desktop before mobile and perhaps (who knows) for a subset (as a test). A “login
only public page” is for a near–distant future, set. Seriously though;
developer documentation will become my
final excuse to visit Facebook.
Isn’t this a beautiful lithographic painting? (Don’t worry, I got permission from the relevant authorities to post this)
The Chrome experimental recorder tool has been around for a long while. I thought it was still mostly but I got schooled and apparently, this is a more faster way to jump–start a puppeteer script/test:
Browser rendering engine feel: Webkit (Safari), Blink (Chrome) or Gecko (Firefox)?
Which browser engine “paints” the smartest on my device? In the clip below; Surf substitutes for Safari and Chromium for Chrome. My blog is the testee since there’s guaranteed cache control and jitter.
Surf and by extension Safari (or any Webkit–based browser) wins . Webkit feels smooth (sneakily, too smooth). It’s probably partly why Safari on macOS/iOS feels so fast. Chrome (not Chromium) is almost on par or so I’ve been told. Not exactly web dev but interesting huh?