this post was submitted on 09 Mar 2023
1 points (100.0% liked)

technology

22683 readers
1 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 4 years ago
MODERATORS
 

I'm a CS student, I have some time before I graduate and have kind of dipped my toes in various things without specializing in anything. I would like to know what would be useful for the movement, so that I can use my skills to contribute.

And before people say "everything is useful"...well yeah but it's nice and fulfilling to have specific ideas I can work on learning/building myself.

Also where can I find leftist open source projects? I know lemmy and this website for one are open source but not sure of others.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 years ago

No tech project is going to build socialism. Many Occupy Wall street era people tried it and it went no where. That said, in the course of building a socialist movement IRL, you'll find having tech skills are occaisonally useful, either to have an online presence like a website or to automate tedious computer work.

  • deploy a static site with github or gitlab pages
  • DNS management.
  • manage a linux cloud VM. ssh and bash etc.
  • deploy services to a VM with docker-compose. Eg self host wordpress
  • Processing datasets like membership lists. VBA, python, R etc.
  • web scraping whatever data you'll need.

I cannot emphasize this enough, the less code the better. Keep project small and tight. Try to leverage existing functionality as much as possible.