- Joined
- Feb 21, 2025
I am utterly devoid of musical talent, but I wish I could play the piano.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Oh boy. Have you heard about this fun group of pals who do something kind of similar without working for our reptilian overlords? They're called isis and I think you'd fit right inI wish I could go through US military training without having to spend four years in a desert shithole forcibly circumcising dune coons and laying the foreskins at the feet of the reptilians directly responsible for every single thing wrong with my country.
Despite trying, I have not learned to code. That would be a game changing skill.
Depending on just how green you two are, I have two recommendations:Programming, I'd like to get a boring but easy computer job and develop games as a hobby.
I genuinely appreciate the suggestions. I'll probably look into them but I'm pretty dumb and your big words are scaring me already. The first one seems like a good place to start.Depending on just how green you two are, I have two recommendations:
1. The Farmer Was Replaced
It's a semi-idle/incremental farming game where you control a drone in a python-based programming language. It's cheap (free if you're a pirate), easy to pick up, open ended enough to allow you to naturally figure out when one way of doing things is better than others. and though it's not 100% faithful to the language; it introduces a lot of concepts that apply broadly to just about all languages. Couldn't recommend it enough for beginners.
2. Arduino Starter Kit
You're not gonna be able to get around dropping some cash because it's physical hardware. But it's much more practical. Follow the tutorials in the kit and you'll learn the basics of DC circuits and embedded systems for consumer electronics. The code is generally gonna be pre-written for each project so it's more recommended if you're the type that likes to learn by deconstructing a working example and reapplying relevant bits to other projects. There is also an active community of people at all experience levels that can help you if you're struggling.