this post was submitted on 22 Feb 2024
355 points (95.4% liked)

linuxmemes

21031 readers
880 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     

    a meme with two halves.
    on top is a screenshot of the terminal with the following text:

    Generated ~/.config/emacs/.local/env
    Installing plugins
    > Installing straight...
    > Installing packages...
    > Updating recipe repos...
    > Cloning Llink-hint.el...emacsmirror-mirror. ..
    > Building link-hint...
    > Building link-hint > Cloning avy...
    - Checked out avy: be612110cb116a38b8603df36794
    > Building link-hint > Building avy...
    > Building link-hint...
    > Cloning drag-stuff.el...
    > Building drag-stuff...
    > Cloning company-shell...
    

    the lines installing straight and building drag-stuff are highlighted in red.
    on the bottom is Confused Nick Young face

    you are viewing a single comment's thread
    view the rest of the comments
    [–] dan@upvote.au 64 points 8 months ago (3 children)

    I think some people don't understand that software can be complete/finished and not need any more updates unless a bug is reported. Software doesn't have an expiry date.

    [–] marcos@lemmy.world 35 points 8 months ago (1 children)

    That's not true if people keep making breaking changes to your platform. Some people only ever experienced those platforms, so they can't understand it.

    [–] dan@upvote.au 9 points 8 months ago (1 children)

    Oh yeah, I didn't consider the fact that emacs might have a lot of breaking changes (I don't use it). Thanks.

    [–] mexicancartel@lemmy.dbzer0.com 4 points 7 months ago (1 children)

    This is about emacs not having breaking changes and most other platforms(like android) requiring constant updates and maintainance due to their changes in it.

    [–] dan@upvote.au 1 points 7 months ago* (last edited 7 months ago) (1 children)

    I don't use emacs so I didn't know that, but on Android I have apps that haven't been updated in a long time (games I purchased as part of Humble Indie Bundles that just came as APK files) that still work fine.

    [–] mexicancartel@lemmy.dbzer0.com 2 points 7 months ago

    Android does a pretty decent job in making the old apps work but for devs its hard to keep supporting new versions of android. Devs have to use the new apis to be able to release in play store. They have to constantly raise their target SDK version for play store to accept any kind of updates, but to raise sdk version, they have to update the implementation, etc. Then when a new android version release, it have the next sdk version and some apis might be removed and/or deprecated. The newer android can run the apps built for older versions usually fine except if some new android limitation was introduced. But the thing is it needs to be changed when updating target sdk version(play store enforces that you have to make the taget sdk corresponding to quiet recent android version).

    [–] flamingos@ukfli.uk 29 points 8 months ago

    Sure, but software that targets a moving platform like Emacs can often break. I'm commenting on how stable Emacs is, even past major releases (25->29 in this case).

    [–] eager_eagle@lemmy.world 3 points 8 months ago (2 children)

    there are always bugs, it's just a matter of finding them

    [–] flying_sheep@lemmy.ml 3 points 7 months ago (1 children)

    Well, if you find a TeX bug, Don Knuth will send you a cheque for $327.68. good luck!

    [–] eager_eagle@lemmy.world 2 points 7 months ago

    As of October 2001, Knuth reported having written more than 2,000 checks, with an average value exceeding $8 per check.[3]

    Unfortunately he stopped doing it.

    https://en.m.wikipedia.org/wiki/Knuth_reward_check

    [–] dan@upvote.au 2 points 8 months ago

    but if the bugs are low-priority and have easy workarounds, it's not so bad.