this post was submitted on 11 Apr 2024
163 points (95.5% liked)

Linux

45377 readers
1266 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm curious how software can be created and evolve over time. I'm afraid that at some point, we'll realize there are issues with the software we're using that can only be remedied by massive changes or a complete rewrite.

Are there any instances of this happening? Where something is designed with a flaw that doesn't get realized until much later, necessitating scrapping the whole thing and starting from scratch?

you are viewing a single comment's thread
view the rest of the comments
[–] Hawke 16 points 2 months ago* (last edited 2 months ago) (4 children)

There are many instances like that. Systemd vs system V init, x vs Wayland, ed vs vim, Tex vs latex vs lyx vs context, OpenOffice vs libreoffice.

Usually someone identifies a problem or a new way of doing things… then a lot of people adapt and some people don’t. Sometimes the new improvement is worse, sometimes it inspires a revival of the old system for the better…

It’s almost never catastrophic for anyone involved.

[–] [email protected] 16 points 2 months ago (3 children)

Some of those are not rewrites but extensions/forks

[–] Hawke 1 points 2 months ago* (last edited 2 months ago) (2 children)

I’d say only open/libreoffice fits that.

Edit: maybe Tex/latex/lyx too, but context is not.

[–] [email protected] 6 points 2 months ago (1 children)

LaTeX and ConTeXt are both macros for TeX. LyX is a graphical editor which outputs LaTeX.

[–] Hawke 3 points 2 months ago

Yes… I’d classify context as a reboot of latex.