• 1 Post
  • 44 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle


  • seth@lemmy.worldtoAutism@lemmy.worldWait, its all autism?
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    Really interesting! It makes me want to get scanned now bc I share a number of the same character traits that you mentioned. But, who knows how much that is just looking for a pattern/explanation or whether it’s even a common thing. Having some idea of the cost and maintenance of NMR and MRI machines, I don’t imagine many places offer walk-in elective scans for bargain prices.




  • Laying people off instead of offering to move them to the now-more-important projects has to be one of the dumbest management moves that tech companies repeatedly do. These are people already trained on all the policies and procedures and tooling and “culture” specific to your company.

    It’s going to be more expensive to hire and train new people when the dumdums in upper management finally figure out the mistakes they made that got them to a point where they decided they need to cut jobs and projects, and the ramp-up time before you actually start seeing progress on those priorities is going to be seriously lengthened. Of course they won’t acknowledge it was their fault in the first place, and again the heads roll on the wrong end of the corporate ladder.







  • LPT or masking tip? Masking makes things more bearable but I find it often prevents being able to make a genuine connection. I can mask fairly well for a couple hours but by then I’m exhausted. Trying to mask with people I see regularly inevitably ends up in ruined relationships due to internalized guilt from lying and them recognizing me as a liar. It saves time and stress to just be honest, even if that means coming off as acerbic or just eccentric.






  • I think it’s a good first language to learn. Because it’s a lower level language than most of the popular ones these days, you will learn a lot of interesting concepts and problems you wouldn’t otherwise get or even need for higher level stuff - like memory management, allocation, garbage collection and cleanup, and pointer references - but which give you a better understanding and appreciation for what’s in the black box.

    But you also learn a lot of transferable concepts like typing, mutability, objects and object oriented design, polymorphism, etc. And there are still a ton of jobs where C++ knowledge is required or at least useful.

    I have barely touched it over the years since first using it, but patterns and approaches I learned in C++ have come in handy for me a lot when troubleshooting and when reading other people’s code, and being able to recognize who is going to be a helpful person to talk to when I run into problems I can’t quickly figure out.