• 7 Posts
  • 275 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle






  • Auditory Processing Disorder is a common part of Autism. I only speak 1 language, but frequently have difficulty understanding speech. Sometimes it can be more than 5 seconds after some has spoken that I start understanding what they just said. If I’m familiar with the person (e.g. family) it’s much easier to understand.

    I have been told that Auditory Processing Disorder can be treated with speech therapy, but it hasn’t been important enough to me to try, so I can’t give any personal opinion on that.









  • Everyone with Autism is different. What works for one person doesn’t necessarily work for another.

    Don’t focus too much on eye contact. It’s possible he listens to you better when he’s not looking directly at you.

    Routine can help a lot, and unexpected changes can cause a lot of stress. Advanced warning of changes can help, but doesn’t always.

    Not every day will be the same. He might be high functioning and extremely capable one day, and low functioning needing a lot of help with basic tasks on another.

    Exhaustion (physical or mental) and lack of sleep can exacerbate symptoms.

    Many people with Autism also have ADHD. There is also a lot of overlap in symptoms. Some ADHD strategies could also help.

    As with everything, communication is key. If he tells you he doesn’t like something, he’s right. He may not be able to tell you why he doesn’t like it, and you still need to decide whether to push him through it or protect him from it, but communication is a good start.

    You will make mistakes and get things wrong, and that’s ok. No-one can get everything right on the first try.



  • I love non-standard computer rendering methods.

    Most games use rasterisation which takes a number of triangles (polygons) and calculates where on the screen it should be.

    An alternative that’s becoming more common is ray tracing which starts with the screen coordinates and and calculates what’s in that direction.

    Rasterisation is a really clever trick to do more with less powerful computers, and was the only way to do any kind of realtime graphics in the early days of computers.

    Ray Tracing takes much more computing power, but allows for interesting things like non-euclidian geometry, 360 degree field of view, and picture-in-picture with no loss of performance (compared to ray tracing without these additions).