aquafunkalisticbootywhap

  • 0 Posts
  • 4 Comments
Joined 3 years ago
cake
Cake day: September 10th, 2023

help-circle
  • Those are all good questions, about the vendors the companies I buy things from, and my responsibility in their actions

    Maybe I should use less products that use AWS and you could consider your impact when using large language models to publish open source software. I’m almost certain both are in fact true statements, and if you knew me, you’d know I think “should” is strong language

    If you want me to make a list of the products and services I avoid? How about this: I feel guilt when I use a service or buy a thing from someone I know I shouldn’t. I try not to do it out of pure convenience, and I don’t try to defend the behavior when I fuck up

    Im truly sorry you suffered the ire of those who think your use of it is both wreckless and purely conveience based, but thems the breaks when you want to cut corners, dont care if its a hobby project or youre curing cancer- we can break the planet in scales previously unimaginable with our short sighted behaviour and Im about damn tired of “but everybody else is doing it”

    why not try building a community around coding and maintaing an AWS stack replacement? maybe other human beings would help you with the parts you could use some help with?



  • After being a vanilla vi then vim user for a long time before switching to neovim, I find folke’s which-key plugin to be very helpful. If i begin a key shortcut combination (or press my leader key), it shows me all the keys I can press next, and again after each additional step of a multi key sequence, and what each key sequence does. it works for mappings Ive added (usually basically the defaults for a new plugin) but also the standard built-in preset keymappings (see the ‘built-in’ plugins for which-key) for things like window mamagement and motions, using/viewing the registers (what did I just yank?), even spelling corrections, which helps you learn and build muscle memory. Often I dont use a specific mapping for a while and this helps me find it, especially when I group mappings by plugin, and/or prefix all mappings for a particular plugin or task with an additional prefix letter, so they all appear as options when I get as far as rembering “all my debugging mappings start with my leader key, followed by d.” By grouping tasks and plugins that way, I can press my leader key and see a list of where to go next, almost like browsing a menu hirearchy. “i dont remember which button to press after leader and d to toggle a breakpoint, but I know that’s where I’ll find it”