• 1 Post
  • 88 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).











  • 18107@aussie.zonetoLinux@lemmy.mlSwitching to linux for newbies.
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    3 months ago

    I recommend dual booting Windows and Linux until you’re comfortable switching entirely. Sometimes you need to go back for just one task.

    Always back up your files before installing a new OS. Data loss is always possible during installation, and more likely if you don’t know what you’re doing.

    The Grub boot manager (included and installed by default with Linux Mint and some other distros) makes it easy to pick which OS to boot each time when turning the computer on.

    Check out Lutris for non-Steam Windows games. It uses Wine, but is a lot more user friendly to set up and use.




  • I think I have graphics driver issues, but it could just as easily be a failing graphics card without testing. Mint has a great driver manager from Ubuntu, but LMDE didn’t seem to have any driver GUI.
    The main symptom is about 30 minutes into almost any game the fps drops from 60+ to ~10. Only restarting the game seems to fix it.

    I don’t remember the other minor issues, so they’ve either been fixed, or so minor I stopped noticing them.

    I think LMDE is good enough to use as a daily driver. The installer is quite nice too.