Introducing rm-r.org

(Hopefully) making the world a better place

Andrei Șova

rm-r.org is a collaborative website where people can write articles, build software, and discuss with other like-minded people.

Values

If you feel like you align with these values, you are welcome to send me an email and/or get involved with rm-r.org! If not, that's not a big deal, feel free to stay and look around or interact with us as long as you're being respectful.

What you can do here

You can take a look at the harmless list

You can check out how to contribute to this site yourself by looking at the about page

FAQ

Q: How do I submit an article

A: Open a pull request on Github

Q: Why is every page an index.html

A: Because that makes the entire structure of the website recursive and simplifies the static site generator a lot. I wanted to create the simplest ssg possible for this project, which now sits at just under 100 lines of python. Additionally, this means that different parts of this site can be thought of as their own "namespace"