this post was submitted on 27 May 2025
679 points (99.0% liked)

memes

15076 readers
4047 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
top 34 comments
sorted by: hot top controversial new old
[–] fckreddit@lemmy.ml 32 points 1 week ago* (last edited 1 week ago) (1 children)

Haha for real though πŸ˜…

[–] fayoh@sopuli.xyz 25 points 1 week ago

Badness is over 9000

[–] jagungal@lemmy.world 24 points 1 week ago

You didn't even do \LaTeX

[–] XM34@feddit.org 22 points 1 week ago (2 children)

I've completely switched over to Typst and it's so much better. All of the typesetting capabilities of LaTex but without 99% of the headache. Now all it needs is all of the neat little edge case extensions that LaTeX has gathered over the years. And possibly a real scripting language interface like LuaTex.

[–] gnutrino@programming.dev 4 points 1 week ago (2 children)

Interesting, not seen that before. I guess my main concern is whether it has enough community support to keep going if the business part of it goes under?

Also is there a particular restriction to the claimed scripting language that makes it not "real"?

[–] XM34@feddit.org 3 points 1 week ago (1 children)

I would say the general design philosophy. It works pretty much perfectly for what it's supposed to do. But the strong suit of LuaTex is that it can execute pretty much any code you want. So, you could in theory execute a fluid simulation each time you compile your document and insert the result as an image. The Typst Scripting language obviously can't do that because it's locked into the typst sandbox.

My particular use case is that I have some data accessible via an open API and I would love to skip the step where I update the data CSV every day or week. So, not really a breaking feature, but nice to have nonetheless.

[–] Gobbel2000@programming.dev 2 points 6 days ago (1 children)

At this point a regular Makefile might be in order that can do any data fetching or preprocessing before calling the typst compiler.

[–] XM34@feddit.org 1 points 6 days ago

Yeah, there's a lot of ways to do this. As I said, it's more of a nice to have feature rather than anything else.

[–] circuitfarmer -4 points 1 week ago (1 children)

business part of it

This is the part I don't want.

[–] XM34@feddit.org 5 points 1 week ago (1 children)

Yeah well, too bad. Even open source needs money. If you don't want to support the team, then don't. But quit whining. Typst is completely Open Source.

Their business model is providing a cloud hosted platform for your projects. But if you don't want that then you can just run it offline on your local machine.

I swear, some people here remind me every day why a significant portion of the population hates us leftists!

[–] Sergio@slrpnk.net 19 points 1 week ago

Nah, the image wouldn't be on the cover, it'd be three pages later.

[–] rustydrd@sh.itjust.works 7 points 1 week ago (2 children)

That hbox is much more than 9.895pt too wide.

[–] ftbd@feddit.org 3 points 6 days ago

badness 10000

[–] tiramichu@lemm.ee 6 points 1 week ago

Maybe it's a really really small book

[–] some_guy 7 points 1 week ago (1 children)

I don't use Latex, but I have a ton of O'Reilly books and the Orly made me laugh hard.

[–] CaptainBlagbird@lemmy.world 10 points 1 week ago (1 children)
[–] some_guy 3 points 1 week ago

Fantastic, thank you! I need my copy of Blaming the User right away.

[–] Tetsuo@jlai.lu 2 points 1 week ago (1 children)

My CV is still to this day in LateX and I still kinda regret that decision.

It just brought more headaches.

I've just converted some Latex university notes into slides using AI. It was butter smooth.

[–] qevlarr@lemmy.world 1 points 1 week ago (3 children)

I never did figure out how to not get overfull hbox errors, does anyone know?

[–] pmk 1 points 6 days ago

It's because LaTeX has abstracted away all the lovely plain TeX macros and people treat it as a way to not have to think about typography. This is a good explanation: https://tug.org/TUGboat/tb14-2/tb39taylor-para.pdf

[–] Pretty_Critter@lemm.ee 1 points 6 days ago

The microtype package helps a bit by squeezing letters.

[–] enumerator4829@sh.itjust.works 2 points 1 week ago (1 children)
[–] bleistift2@sopuli.xyz 4 points 1 week ago (1 children)

Aaah, LaTeX, where you don’t have to care about the formatting, but do have to care about which words to use so you don’t have to care about the formatting.

I also hate that warning, but it’s basically ”Can’t fit your text, with the font and properties you specified, into the box you specified without making it look like ass”

Easiest way to preserve formatting is to reword the text. Then again, would be nice if it didn’t happen all the time in my normal paragraphs as soon as I use a word with more than 10 characters…

[–] auraithx@lemmy.dbzer0.com -5 points 1 week ago

AI is great for this btw.