• 0 Posts
  • 971 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle












  • When I was in graduate school, I used to call the 700 Club’s prayer hotline and talk about my dissertation. To their credit, those people were remarkably patient and would only occasionally attempt to steer the conversation back in the direction of Jesus and his need to have some of my money. “Oh, I don’t have any money. Anyway, it turns out that there’s a perfect correlation between the giving of dowries and engagement in plow-based agriculture.” Completely true but for some reason they didn’t really care.






  • Back in the year 2000 I was writing intranet apps for a big corporation, using Visual Basic and classic ASP (lol) and IE6 (lolol) for the UI. A very handy if not indispensable tool for this sort of work is the ability to View Source on the generated pages, which popped up the HTML in Notepad. One day for me this simply stopped worked entirely – hitting View Source did nothing and I couldn’t fix the problem on my computer no matter what I did (other people’s computers still worked fine). I even switched to a different computer, set up all my tools and programs as normal, and got the same problem with View Source not working at all. I went like this for six months, and it was a real challenge to debug problems.

    Eventually I discovered the problem from a forum post: I had a shortcut to Notepad on my desktop. For no reason I can possibly imagine, this prevented View Source from doing anything at all. It didn’t even have to be a shortcut to Notepad proper; any shortcut that happened to be named “Notepad” would cause the break even if it was a shortcut to some other program. Renaming my shortcut to “NotepadX” fixed the problem. I would LOVE to have some old MS engineer explain to me what the living fuck was going on here.



  • follows design and accessibility standards

    Ah, this reminded me of another reason this dude hated me. One of my responsibilities with this gig was ensuring that the client’s mobile apps passed accessibility testing. Making an app accessible is tedious work and every time we released an update the accessibility would be broken again. I tried to get this dude to bake the accessibility requirements into the design documents themselves on the off chance that the other developers would actually read the documents (lol as if) and make accessibility work from the get-go. He wasn’t having it and couldn’t be convinced that it mattered if blind people could use the apps or not. I had to sic the client (who faced enormous fines for failed accessibility tests) on him to get him to do it.