• 0 Posts
  • 48 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle
  • it makes ZERO sense to me that the U.S. hasn’t provided everything possible to push Russia out.

    Israel

    China

    Venezuela getting prepared to invade one of its neighbors.

    Couple of nations in Africa are getting ready to go to war too, I forget what the name of it was, Uganda? They’re wanting to get a path to the ocean.

    The United States needs to be ready not only to fight in Ukraine, but also about four other places in the world right now. I’m in full support of giving them everything possible, but there’s a lot of valid reason not to go full of ham.















  • bioemerl@kbin.socialtoProgrammer Humor@lemmy.mlVery clever...
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    9 months ago

    Vim absolutely chews through anything you throw at it. Lots of times we need data formated or lots of SQL queries and I’m the go to guy because I understand vim macros.

    Especially if you have any form of RSI.

    I wonder if it would be possible to make a user accessable way to expose similar power to the common user.


  • bioemerl@kbin.socialtoProgrammer Humor@lemmy.mlVery clever...
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    9 months ago

    Those features aren’t enabled nor integrated. They’re added to Vim at its extensibility points.

    And that has to be just about one of the pettiest to distinctions known to man.

    It’s still built to write code. Yes text is code, but vim is not a text editor in general,. It’s made for programmers, nobody else is crazy enough to learn such obtuse syntax or want to have a developer with a scripting language built into it.

    The features are in the editor. They are integrated with the editor. Yes, it’s through plugins, but they’re still part of the editor instead of part of some different program.

    The word integrated literally just means you don’t go into some other program to run your build.

    It’s an integrated environment for development.

    It’s an IDE!

    It has debuggers.

    It has syntax highlighting

    It has compiling.

    Even if you have to install them as plugins, it’s designed to be doing all of those things.


  • bioemerl@kbin.socialtoProgrammer Humor@lemmy.mlVery clever...
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    9 months ago

    Vim isn’t designed to facilitate the use of vimscript, vimscript is just an extensibility feature of Vim.

    Vim is designed to edit code, by the people who were doing it back in the 70s and all of its features are there to enable better, faster, and more efficient editing.

    It has scripts for the sake of those scripts enabling integrated developer features. Because they’re part of vim they’re in the environment and the program is used predominantly for development.