this post was submitted on 30 Dec 2024
437 points (100.0% liked)
196
17655 readers
1233 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
Other rules
Behavior rules:
- No bigotry (transphobia, racism, etc…)
- No genocide denial
- No support for authoritarian behaviour (incl. Tankies)
- No namecalling
- Accounts from lemmygrad.ml, threads.net, or hexbear.net are held to higher standards
- Other things seen as cleary bad
Posting rules:
- No AI generated content (DALL-E etc…)
- No advertisements
- No gore / violence
- Mutual aid posts are not allowed
NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.
If you have any questions, feel free to contact us on our matrix channel or email.
Other 196's:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I made that decision with a Game Boy emulator project. I got to a certain point of implementing op codes, and realized that I was bound for a long list of tedious but simple code. The stuff I did do worked as far as it went. The world does not need another Game Boy emulator; there are tons of good ones out there already. I had learned enough to get an idea of how emulators function, and that was good enough for me.
I did the same thing! Pro tip, look into code generation if you ever take it on again