• 0 Posts
  • 350 Comments
Joined 10 months ago
cake
Cake day: January 3rd, 2024

help-circle






  • “border authorities and their supporters in Congress are continuing to promote unproven, AI-driven technologies as the latest remedy for years of failures, including the ones voiced in the memo obtained by NBC News. These systems involve cameras controlled by algorithms that automatically identify and track objects or people of interest. But in an age when algorithmic errors and bias are being identified nearly everyday in every sector including law enforcement, it is unclear how this technology has earned the trust of the government.”

    It’s easy to conclude that the intent here was always to establish an automated general threat of harm - to all poor people in sight of these towers.

    We’ve known for almost 20 years that it’s not converging on anything like a solution to the excuses given for setting it up.

    But spending that money starts to make sense when examined through a lens of a mindset of open class warfare.













  • Is there a .vimrc that already maps all the standard notepad++ keybindings in one go ?

    You may find someone who has one, but I just did the ones I found myself missing as I encountered them.

    I tried someone’s all-in-one .vimrc, but it broke too many community recipes while rebinding a bunch of shortcuts that weren’t in my muscle memory anyway.

    I kept adjusting my .vimrc as my muscle memory transitioned. So having less to fiddle also made it easier for me to keep my .vimrc tuned to my muscle memory.

    For example, I was using / instead of Ctrl+F because I liked it better within a month or two.


  • what’s good about neovim?

    • NeoVim supports plugins written in modern languages without a Vim script shim. Vim script is utterly awful, and the sooner we can all pretend it never happened, the better the world will be.
    • NeoVim can be configured and extended with lua a language that many people actually like to use.
    • NeoVim is built client/server style, like VSCodium, so it can do the same remote/local mix and match tricks. Notably, VSCodium works nicely as a front end for editing files with NeoVim.
    • NeoVim is somehow actually faster. vim was no slouch, but a full rewrite seems to have added some…ahem…vim.