this post was submitted on 05 Nov 2025
544 points (99.3% liked)

Microblog Memes

9624 readers
2403 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] AliasVortex@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (1 children)

That's completely fair! I was just noting that notepad++ and some whitespace has almost entirely replaced Word in my writing workflow, since I don't tend to write anything with the intent of printing it (mostly just personal notes and programming documentation). Plus, my train of thought was along the lines of a bulleted outline that's meant to be replaced in situ with actual writing.

That said, I have used LaTeX a bit though and I remember it being super neat once I got the hang of it! I had some grad school papers that needed journal style formatting and slapping an import at the top of the file and moving on with my life was far and away easier than fighting with Word. Come to think of it, it might be worth taking a stab at formatting my resume with LaTeX, just to see if document parsers have an easier time with it...

[โ€“] xxce2AAb@feddit.dk 4 points 1 week ago* (last edited 1 week ago)

Oh, I quite agree. Always use the right tool for the job. As Einstein put it, "Everything should be made as simple as possible, but not simpler".

If you're thinking of jumping back into typesetting because you have the occasional need for that too, you might want to have a quick look at the aforementioned Typst, which aims to be a modernized successor to LaTeX. It can't compete with the sheer volume of work people have done in TeX over the years to typeset everything from manuals to orchestral note sheets, but it is considerably more humane to work with. In the simplest use cases, it's not that far from markdown, really. It's also very nice that content and presentation is entirely decoupled.

I think chances are good that you'd like it.