If you have the ability, please learn to code.
I haven't seen many posts about this, but part of the reason radical feminists and women in general are getting effectively silenced is because men control tech, and there are few women with the skills to set up our own networks.
I'm not saying learn to code and get a job in tech, but your activism can be so much more effective if you have a solid coding foundation. Need a list of all the Crisis Pregnancy Centers (fake abortion clinics) in the USA, in a data format that's easy to track and update with new info over time? That would take hundreds of hours manually. I can write a scraping script, set up a local sqlite database, and get running in a weekend. If I want to make that list public-facing, but don't want the hassle of setting up a more robust database like PostgresQL or MySQL, I can export a JSON file and make a web page that generates listings for each entry in the file.
Automating manual data entry saves so much time. Web scraping saves so much time. Knowing how to access APIs to get the data you need saves so much fucking time.
I highly recommend Python as a beginning programming language. It's a mature language that is still updated, has wide support, has a lot of free learning materials aimed at people who are new to programming, has intuitive syntax, and it has a ton of libraries and frameworks that cover the spectrum of tech needs. If you want to do it, there's probably a way in Python.


















