this post was submitted on 12 Jul 2024
1 points (100.0% liked)

GenZedong

4302 readers
25 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.

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 4 years ago
MODERATORS
 

Help me out.

I want to start a Lemmy with a focus on American and Indigenous history through a communist lens.

Among other things.

I'm willing to learn coding, tbf.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 4 months ago (1 children)

I'm hoping that Windows is supported.

I tried to install Linux in the computer but my dyslexia got the best of me.

[–] [email protected] 0 points 4 months ago* (last edited 4 months ago) (1 children)

I’ve never run Lemmy myself. It would be somewhat easy for me to run it, but that’s only because this kind of stuff was my job. But even then I’m sure it would be a lot of work. People who say it’s easy don’t remember how much latent knowledge they already have that makes it easy for them.

This search returns no hits, so I wouldn’t even consider running it on Windows: https://join-lemmy.org/docs/index.html?search=windows

Lemmy isn’t just this one app that you run; it’s several that interoperate with each other, including a database server (PostgreSQL):

$ curl -sL https://raw.githubusercontent.com/LemmyNet/lemmy/main/docker/docker-compose.yml | yq '.services | keys'
[
  "lemmy",
  "lemmy-ui",
  "pictrs",
  "postgres",
  "proxy"
]

Each of the above represents its own Linux virtual machine running one or more services.

[–] [email protected] 0 points 4 months ago

People who say it’s easy don’t remember how much latent knowledge they already have that makes it easy for them.


Yeah, there's the rub; it's like a boomer forgetting what he went through when he was young or in his twenties/thirties.


"Lemmy isn’t just this one app that you run; it’s several that interoperate with each other, including a database server (PostgreSQL):"


Right off the bat, that sounds more complicated.