• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: December 24th, 2023

help-circle
  • What you don’t get is you can’t take away the version history of a given program and expect it to just work without constantly explaining things. There’s a reason there’s not windows 9 - because too many people wrote compatibility checks checking if the version started with “Windows 9” to distinguish 95 and 98 from the NT line back in the day and having an actual Windows 9 could have broken things.

    Granted, Windows 2 is much older and it would be unlikely, but why do you insist of risking something at all when there are better ways?

    You could have just said, oh, if there already was a version 2, let’s just call it “Windows Gen2” instead of getting belligerent.





  • I’m like that and one of my friends as well. We’re both not diagnosed but strongly suspecting AD(H)D, and I’m also diagnosed with autism.

    I can’t count the times I started trying to learn programming and ended up quitting for that very reason - but every time I did I knew a little bit more. So I just tried to learn my way and next time I wouldn’t need to look up asuch and got a little farther. But I also have the luck of having programmer friends who don’t mind trying to answer my sometimes very unusual questions, and over the several attempts I’ve learned enough to be able to work in test automation.

    If you have patient and encouraging people around you you’ll eventually get there :) don’t go for ui at first, look for console programs so you can get to things like conditions and loops quickly. That’s where the meat is for me.