this post was submitted on 03 Aug 2026
33 points (100.0% liked)

GenZedong

5255 readers
62 users here now

This is a Dengist community in favor of Bashar al-Assad with no information that can lead to the arrest of Hillary Clinton, our fellow liberal and queen. This community is not ironic. We are Marxists-Leninists.

See this GitHub page for a collection of sources about socialism, imperialism, and other relevant topics.

This community is for posts about Marxism and geopolitics (including shitposts to some extent). Serious posts can be posted here or in /c/GenZhou. Reactionary or ultra-leftist cringe posts belong in /c/shitreactionariessay or /c/shitultrassay respectively.

We have a Matrix homeserver and a Matrix space. See this thread for more information. If you believe the server may be down, check the status on status.elara.ws.

Rules:

founded 5 years ago
MODERATORS
 

Welcome again to everybody. Make yourselves at home. In the time-honoured tradition of our group, here is the weekly discussion thread.

Matrix homeserver and space
Theory discussion group on /c/theory@lemmygrad.ml
Find theory on ProleWiki, marxists.org, Anna's Archive

you are viewing a single comment's thread
view the rest of the comments
[–] Darkerseid@lemmygrad.ml 7 points 1 day ago (1 children)

on top of lemmygrad I find a bunch of quotes. where do I find them on github?

[–] TabularTuxedo@lemmygrad.ml 5 points 1 day ago* (last edited 1 day ago) (1 children)

All of them are loaded whenever you start the page. You can run this command on the browser console to print them out (but don't run commands from strangers, please check it):

window.isoData.site_res.taglines.forEach((element) => {console.log(element.content)})

I don't know where else to find the taglines.

[–] ComradeEd@lemmygrad.ml 5 points 1 day ago* (last edited 1 day ago) (2 children)
[–] davel@lemmygrad.ml 3 points 1 day ago

Requires curl and jq:
curl -s https://lemmygrad.ml/api/v3/site | jq -r '.taglines[] | "\(.content)\n"'