this post was submitted on 15 Jul 2026
-9 points (38.5% liked)

Linuxsucks

390 readers
11 users here now

For knowledge and awareness about what using Linux is really like and pointing at its cultish toxic community. We also cover FOSS /FLOSS failures, and issues with GPL since it relates to Linux. Moderation is heavy handed to appeal to our target users.

Rules:

  1. FOSS (especially GPL) advocates and Linux (specifically GNU/Linux) evangelists aren't welcome (GNU Hurd will count as Linux). -We ask that you block us and we will perma-ban for violations of this rule.
  2. Try to stay on topic (that is LINUXSUCKS!). No bashing other OSs or each other. We aim for a cohesive non-toxic community with the interest of cautioning people / would be victims from Linux. At our discretion, we will remove what we consider pollution.
  3. Moderators run the sub, not the users. It's not democratic, and we don't care how you think it should be run. -Feel free to make and run your own community.
  4. "Not your Billboard" -Over-represented companies will have positive posts removed and appropriate bans may be issued. -Those companies included so far will be Valve/Steam/Proton, Google, and Brave (browser).

⚠️Collection of Articles

Linux/FOSS can damage hardware or firmware

Linux Community Advice Breaks Windows

Mixing Apps Bloats LiGNUx

Linux running servers isn't a brag

Is Linux Running Games Near Windows Performance Impressive?

Wasted Ram on Different Toolkits and Distro-Agnostic Packages in Linux

Critical ISS Systems do NOT run Linux

Abandoned Software is Dangerous (and common on Linux)

FOSS Devs Quit and Sellout on Unappreciative Userbase

Firmware Flashing is Riskier on Linux

Linux Community Toxicity Ties Directly into Inferiority Complex Psychology

The Positives of Telemetry

Game Performance Impressive?

Failures of Proton

How Linux Stores Browser Passwords is a Security Issue

The Psychology of Conspiracy Thinking

Rabid LiGNUxers Ignorantly Get Angry at Devs

Does Linux Dominate SuperComputers? -Yeah, but So What!

Linux Myths Compilation

The Linux Cult - Religious Parallels

Before Wayland: “Linux is secure, Windows is insecure.” -(Selective Dishonesty)

Why Wayland is Taking so Long

Major Desktop Applications Missing on Linux

Sudoedit vs Edit as Root

Linux is NOT Great for Developers

Kernel Level Anti-Cheat is fine!

The Privacy / Security Paradox

Linux Storing Passwords as Plain Text

How to Continue Using Unsupported Windows Online on Old Hardware

Don't Trust Desktop Marketshare

Piracy is Less Harmful than GPL

🛠️Checking for Linux Hardware Compatibility is Bullshit!

founded 2 years ago
MODERATORS
 

LaTeX is not a text editor: It's a typesetting language. It's basically HTML + math + academia trauma. (Normie confusion is justified.)

It's a programming language for documents. If you just want to write text, it's absolutely the wrong tool. LiGNUts often recommend it because they conflate "editing text" with "producing documents." -It's like how they think Libre Office is a drop-in replacement for Office, or GIMP is a professional grade raster image editor.

LaTeX actually is

  • A markup language (like HTML)
  • You write plain text with commands like \section{}, \begin{itemize}, \textbf{}
  • Then you compile it into a PDF
  • It's used for:
    • Academic papers
    • Math-heavy documents
    • Scientific journals
    • Theses
    • Anything requiring precise layout

It is not used for:

  • Notes
  • Normal writing
  • Editing text files
  • Anything casual
  • Anything you want to finish quickly

Linux culture: "Text editing" = "editing plain text files that eventually become something else."

So, they apparently think Markdown is HTML, and LaTeX is PDF. (Can we please stop calling them nerds or geeks?)

LaTeX gets recommended because it's 'pure text', 'powerful', 'open source', and 'better than Word' for people who haven't used Word in decades.

But for normies, LaTeX is verbose, cryptic, full of weird syntax, dependent on packages, and prone to compiler errors.

To use it, the normie need to learn a bunch of new stuff including the LaTeX language, document class system, compiler, error logs, etc.

Better tools:

  • VS Code
  • Kate
  • Gedit
  • Sublime Text
  • Notepad++ (via Wine)
  • Obsidian

LaTeX is for publishing, not editing.

you are viewing a single comment's thread
view the rest of the comments
[–] certified_expert@lemmy.world 6 points 1 week ago* (last edited 1 week ago) (1 children)

You con setup a handful of templates and be set for most of your work. then you just type and let the magic happen...

LaTeX is superior.

Now, if you wanna do something easy, just use emacs org-mode and export to latex