-
Hot off the heels of the WordBop web game, @ChanceyFleet and I have yet another release! Here's WordBopper, all the same fun but now as a native #iOS app! Bop letters and make words in timed or non-stop modes, and enjoy the speed and #accessibility optimizations if playing this with #VoiceOver on! We hope you enjoy this, and would love any and all feedback or requests. https://apps.apple.com/us/app/wordbopper/id6766375951
-
Using #Codex, I started making it draft an ongoing document explaining the How and Why of the changes and updates it was making through each milestone of a project. This lets me follow along and learn about coding practices rather than just asking for things and having them magically happen. It also adds #AI accountability, because it does inevitably create bugs, and rewrite mistakes, and the #accessible markdown doc is easier to read than a standard change log. #Blind #BlindCoding
-
When vibe coding or co-coding with #AI, always keep track of your source control. I've learned to git commit early and often with each step, and to only share compiling code with the AI to help prevent doom spirals of patches and errors when it tries to solve for it's own mistakes. Be comfy with git reset, the git patching process, and paying close attention to exactly how the AI is interpreting your psuedo code and instructions, especially with big updates and refactors. #BlindCoding
-
I'm finally sitting down and working my way through #100DaysOfSwift, and have passed checkpoint 5 and managed to get through Closures. My M3 Pro is making learning this much...um...Swifter when jumping between the lessons and #Xcode while using #VoiceOver. Most of this has been review, but I really want to get comfy with this language so I can be more effective at being an iOS #Accessibility Engineer. So far so good! #Blind #BlindCoding
-
I love learning new things every time I build a new website. Recently redid all the nav bars of my main sites by loding one file in via jQuery instead of stupidly copy pastaing the code into each page. Also wrote my own JS script that applies aria-current and a CSS class to the correct link based on the page that is loaded. It's just fun to noodle around with this all even if I may be designing quite a few years behind everyone else. Still better than react! :) #a11y #BlindCoding
-
I had an #coding idea right as I got into bed, pulled out my laptop, checked out a new #git branch, researched, wrote out the code, tested, committed and merged on the first go, pushed the results up to my site, then realized it was 3am. Whoops. #BlindCoding #Flow