this post was submitted on 08 Dec 2023
31 points (100.0% liked)

Autism

8317 readers
347 users here now

A community for respectful discussion and memes related to autism acceptance. All neurotypes are welcome.

Community:

Values

  • Acceptance
  • Openness
  • Understanding
  • Equality
  • Reciprocity
  • Mutuality
  • Love

Rules

  1. No abusive, derogatory, or offensive post/comments e.g: racism, sexism, religious hatred, homophobia, gatekeeping, trolling.
  2. Posts must be related to autism, off-topic discussions happen in the "Hey What's Going On!" daily post.
  3. Your posts must include a text body. It doesn't have to be long, it just needs to be descriptive.
  4. Do not request donations.
  5. Be respectful in discussions.
  6. Do not post misinformation.
  7. Mark NSFW content accordingly.
  8. Do not promote Autism Speaks.
  9. General Lemmy World rules.
  10. No bots. Humans only.

Encouraged

  1. Open acceptance of all autism levels as a respectable neurotype.
  2. Funny memes.
  3. Respectful venting.
  4. Describe posts of pictures/memes using text in the body for our visually impaired users.
  5. Welcoming and accepting attitudes.
  6. Questions regarding autism.
  7. Questions on confusing situations.
  8. Seeking and sharing support.
  9. Engagement in our community's values.
  10. Expressing a difference of opinion without directly insulting another user.
  11. Please report questionable posts and let the mods deal with it.

.

Helpful Resources

founded 2 years ago
MODERATORS
 

I have this huge desire to learn programming but its stopped by me not being able to sit down and say "now its studying time" any advice is appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] What083329420@lemmy.world 2 points 2 years ago

Get a cool project to build. I do advent of code (it's a tough one though, so don't expect to get very far. The first few days are easiest.)

Another project I build that I liked was: Build a green window with a grey square (Bunny in a field) Make the square move around randomly Make dark green squares (plants) If the bunny comes within x distance of a plant it goes there to eat it.

Then I started complicating things with generating random ponds the bunnies couldn't cross. Creating a fox that ate the bunnies. Bunnies procreate. Etc.

I liked that project and I learned a lot while building it.