Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Vim's lead maintainer has fully lost his goddamn mind

Vim's lead maintainer has fully lost his goddamn mind

Scheduled Pinned Locked Moved Uncategorized
134 Posts 70 Posters 403 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mirabilos@toot.mirbsd.orgM mirabilos@toot.mirbsd.org

    @barubary some of that are admittedly good points.

    • website doesn't work over https

      That’s only semi-true for the old main mirror (it does, but TLSv1); there’s a TLSv1.2+ mirror mbsd.evolvis.org which the packagers just need to plug into the homepage fields.

      It also does work over plain http, which is a bonus, especially for the “smallweb”.

    • there is no documentation (for jupp, that is; there is a joe man page, but it says it's a different "flavor")

      Yes. Writing a proper mdoc(7) page for jupp is on my TODO. To my excuse, it has been this way when I forked it off joe, whose jstar flavour is similarly underdocumented, and the keybindings are documented in the on-line help (press Ctrl-J once you started it), which I extended, are very similar to editors like DR DOS’ or Borland’s, and the jupprc file is not hard to read to figure out things either.

      I know, all merely excuses, and, yes, it is on my TODO. (The problem being, I do so much FOSS, and I also have to earn a living… you know.)

    • "ASCII text screen editor" doesn't sound great (you need a special option just to make 8-bit charsets work; Unicode/UTF-8 aren't even mentioned)

      Hmm, that’s probably old docs? Maybe from CP/M times? It runs in UTF-8 mode by default. If your display charset does not match the locale’s, you can export JOECHARMAP to override it, and ^OE sets the charset of the file (so you can even edit files not in the current display charset).

    • it doesn't support regular expressions

      This is plain wrong. I use regular expressions in it daily, especially to fix up erroneous whitespace at EOL/EOF (which I bound to the ^K] shortcut so I don’t have to type it all the time).

      The 2.x version for DOS even supports them, up to a point.

    • the search/replace interface is broken (according to the documentation, it prompts separately for the search pattern and the replacement part)

      Where is that “broken”? The majority of editors does that, and it saves having to reserve a char for separator, just pressing Enter (here twice, as before the replacement pattern it also asks for options, like, whether to actually replace or just search (with a suitable default based on the key combination you used to invoke it), case sensitivity, whether to limit to the highlighted block, etc.) will do.

    But thank you for an honest attempt at a first review, and for even considering doing that much, and my apologies for the website and manpage issues.

    (Edit: (hopefully) improved Markdown rendering. I hate Markdown.)

    @nuintari @KatS @lhp @AndrewRadev

    barubary@infosec.exchangeB This user is from outside of this forum
    barubary@infosec.exchangeB This user is from outside of this forum
    barubary@infosec.exchange
    wrote last edited by
    #125

    @mirabilos Re: regex, how do you do set union or alternation, a.k.a | in most regex flavors? I did see the Kleene star (spelled \+ for some reason) in the manual, but | was missing.

    mirabilos@toot.mirbsd.orgM 1 Reply Last reply
    0
    • barubary@infosec.exchangeB barubary@infosec.exchange

      @mirabilos Re: regex, how do you do set union or alternation, a.k.a | in most regex flavors? I did see the Kleene star (spelled \+ for some reason) in the manual, but | was missing.

      mirabilos@toot.mirbsd.orgM This user is from outside of this forum
      mirabilos@toot.mirbsd.orgM This user is from outside of this forum
      mirabilos@toot.mirbsd.org
      wrote last edited by
      #126

      @barubary yeah, alternation doesn’t exist, similar to POSIX BRE which also lacks it.

      The spelling is “everything special with backslash” so that everything not backslash-prefixed is just a normal string, which is unusual if all you know is unixoid RE flavours, but workable. (The on-line help card that appears when you press ^J while in the RE prompt explains it, too.)

      mirabilos@toot.mirbsd.orgM barubary@infosec.exchangeB 2 Replies Last reply
      0
      • goose@fosstodon.orgG goose@fosstodon.org

        @eljojo @penny @dirtside where did Penny lack in engagement? Being pessimistic about your ability to use conversation for any alternative conclusion isn't a poor decision. There's more than enough people applying rigour before despising AI intrusion. You can't just label every aversion to AI as prematurely taken bigotry. It's an aversion of exhaustion for many, and you don't seem to know how to embrace that exhaustion in others.

        eljojo@ruby.socialE This user is from outside of this forum
        eljojo@ruby.socialE This user is from outside of this forum
        eljojo@ruby.social
        wrote last edited by
        #127

        @goose penny literally threw a copy paste and then blocked me without caring what I had to say about it. LOL -- not too long after attacking me that my opinion was impossible to change L O L

        1 Reply Last reply
        0
        • mirabilos@toot.mirbsd.orgM mirabilos@toot.mirbsd.org

          @barubary yeah, alternation doesn’t exist, similar to POSIX BRE which also lacks it.

          The spelling is “everything special with backslash” so that everything not backslash-prefixed is just a normal string, which is unusual if all you know is unixoid RE flavours, but workable. (The on-line help card that appears when you press ^J while in the RE prompt explains it, too.)

          mirabilos@toot.mirbsd.orgM This user is from outside of this forum
          mirabilos@toot.mirbsd.orgM This user is from outside of this forum
          mirabilos@toot.mirbsd.org
          wrote last edited by
          #128

          @barubary (just checked, nvi uses POSIX BRE, at least by default)

          1 Reply Last reply
          0
          • andrewradev@hachyderm.ioA andrewradev@hachyderm.io

            Vim's lead maintainer has fully lost his goddamn mind

            chris_e_simpson@hachyderm.ioC This user is from outside of this forum
            chris_e_simpson@hachyderm.ioC This user is from outside of this forum
            chris_e_simpson@hachyderm.io
            wrote last edited by
            #129

            @AndrewRadev for dog's sake! I'm getting so fed up with Jet Brain's slipping standards due to their focus on (and undoubtedly use of) AI that I was gonna switch to vim (or maybe neovim).

            1 Reply Last reply
            0
            • mirabilos@toot.mirbsd.orgM mirabilos@toot.mirbsd.org

              @barubary yeah, alternation doesn’t exist, similar to POSIX BRE which also lacks it.

              The spelling is “everything special with backslash” so that everything not backslash-prefixed is just a normal string, which is unusual if all you know is unixoid RE flavours, but workable. (The on-line help card that appears when you press ^J while in the RE prompt explains it, too.)

              barubary@infosec.exchangeB This user is from outside of this forum
              barubary@infosec.exchangeB This user is from outside of this forum
              barubary@infosec.exchange
              wrote last edited by
              #130

              @mirabilos That's what I mean. If it doesn't have at least | and * in some form, it's not regular.

              mirabilos@toot.mirbsd.orgM 1 Reply Last reply
              0
              • barubary@infosec.exchangeB barubary@infosec.exchange

                @mirabilos That's what I mean. If it doesn't have at least | and * in some form, it's not regular.

                mirabilos@toot.mirbsd.orgM This user is from outside of this forum
                mirabilos@toot.mirbsd.orgM This user is from outside of this forum
                mirabilos@toot.mirbsd.org
                wrote last edited by
                #131

                @barubary ok, then let me restate as, it’s got search and replace operations that are a superset of POSIX Basic Regular Expressions.

                It has \[…] (POSIX […]), if that suffices.

                mirabilos@toot.mirbsd.orgM 1 Reply Last reply
                0
                • lhp@mastodon.socialL lhp@mastodon.social

                  @theorangetheme @KatS @barubary @AndrewRadev I do wonder if it would make sense to mail rms and ask him to not allow it? I can't stand the guy, at all, he held free software back by decades by being <we all know what he is>, but he has veto powers in GNU and might be swayed my moral arguments...

                  theorangetheme@en.osm.townT This user is from outside of this forum
                  theorangetheme@en.osm.townT This user is from outside of this forum
                  theorangetheme@en.osm.town
                  wrote last edited by
                  #132

                  @lhp @KatS @barubary @AndrewRadev That sounds entirely sensible.

                  1 Reply Last reply
                  0
                  • mirabilos@toot.mirbsd.orgM mirabilos@toot.mirbsd.org

                    @barubary ok, then let me restate as, it’s got search and replace operations that are a superset of POSIX Basic Regular Expressions.

                    It has \[…] (POSIX […]), if that suffices.

                    mirabilos@toot.mirbsd.orgM This user is from outside of this forum
                    mirabilos@toot.mirbsd.orgM This user is from outside of this forum
                    mirabilos@toot.mirbsd.org
                    wrote last edited by
                    #133

                    @barubary I read a bit about CS-theoretical REs, and apparently it does not suffice. Oh well.

                    Then it’s an RE subset just like POSIX BRE.

                    mirabilos@toot.mirbsd.orgM 1 Reply Last reply
                    0
                    • mirabilos@toot.mirbsd.orgM mirabilos@toot.mirbsd.org

                      @barubary I read a bit about CS-theoretical REs, and apparently it does not suffice. Oh well.

                      Then it’s an RE subset just like POSIX BRE.

                      mirabilos@toot.mirbsd.orgM This user is from outside of this forum
                      mirabilos@toot.mirbsd.orgM This user is from outside of this forum
                      mirabilos@toot.mirbsd.org
                      wrote last edited by
                      #134

                      @barubary (but then, in practice I even call shellglobs REs, even if very limited ones)

                      1 Reply Last reply
                      0
                      • R relay@relay.infosec.exchange shared this topic
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups