I regret nothing. Say what you want.

Edit: I just saw the two typos. If you find them, you’re welcome to keep them.

  • killeronthecorner@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    I coded several of my early mobile app releases entirely in gedit. Good times.

    I sometimes forget how good we have it now. I wrote those apps around 2012 and the DX for the platforms was basically non-existent. Virtually every platform had shit documentation, shit version management, a shit IDE with minimal refactoring features, a shitty debugging experience, and everything felt like it was being botched together by 3 guys in their spare time.

    It’s incredible now that we have things like hot reloading. You can literally save a change and BAM it’s on the screen seconds later. On native platforms no less. Astounding.

  • blaue_Fledermaus@mstdn.io
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Code in MS Word because it handles tabs correctly, unlike all code editors.

    Tab means “move to the next tabstop”, not “advance a fixed amount”.

    (I don’t do it, I’m not THAT insane)

    • ValiantDust@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 month ago

      Me: hits return.

      Word: “Sure, here, a new line. I already indented it for you, same as the one before. Like a good IDE.”

      Me: “That’s nice of you, Word, but I want this one to be indented one tab stop less than the line before.” Hits delete.

      Word: “Delete, you say? Sure, back to the line before.”

      Me: “No, no! Just delete one tab! Maybe, if I select the line and hit dele…”

      Word: “Why of course!”

      Me: “Shit, it’s gone. Undo! Hmm… Move the thingy here on top?”

      Word: “Move all the lines you say? No problem!”

      Me: “Nvm, I’ll just indent everything by hand with spaces.”

  • hperrin@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    I write all my code on paper and use OCR to convert it. It almost works sometimes.

    • Rikudou_Sage@lemmings.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      Pff, real programmers use butterflies. We open our hands and let the delicate wings flap once. The disturbance ripples outward, changing the flow of the eddy currents in the upper atmosphere. These cause momentary pockets of higher-pressure air to form, which acts as lenses that deflect incoming cosmic rays, focusing them to strike the drive platter and flip the desired bit.

          • Radioactive Butthole@reddthat.com
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            1 month ago

            It is a text editor from the 50s or 60s, so right off the nat you aren’t getting a product you’re at all familiar with. Its been a while since I cracked it open but from memory you can only view one line of code at a time. You have to specify the line of code that you want to view, the commands are esoteric, and there is no help available in the application itself. As I recall it was pretty much immediately replaced with better editors, such as og vi.

            Its sort of like programming in sed. Sure, you can, but why?

            From Wikipedia:

            Known for its terseness, ed, compatible with teletype terminals like Teletype Model 33, gives almost no visual feedback, and has been called (by Peter H. Salus) “the most user-hostile editor ever created”, even when compared to the contemporary (and notoriously complex) TECO. For example, the message that ed will produce in case of error, and when it wants to make sure the user wishes to quit without saving, is “?”. It does not report the current filename or line number, or even display the results of a change to the text, unless requested. Older versions (c. 1981) did not even ask for confirmation when a quit command was issued without the user saving changes.

            https://en.m.wikipedia.org/wiki/Ed_(software)

    • zod000@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Oh, I remember ed! He’s the talking horse from that old black and white show, right?

        • zod000@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          1 month ago

          Perfect! Though we shouldn’t give Netflix and co any ideas on more classics to dredge up and ruin.

  • Black616Angel@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    And then there is a colleague who programs in Notepad++ directly on the test server and then just copies his code to prod.

    (yes, he works alone on that project)

    • IndustryStandard@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      I recommend “micro” which is like Nano but uses modern shortcuts. Making it a terminal editor which feels more like using notepad than something esoteric.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      I used to copy code into nano over ssh. Then I randomly tried pasting the server address in my file browser and it connected over SFTP. This was ages ago. I was using Crunchbang Linux, maybe around 2011 or so.