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

Finally managed to write a post about experiment I did past few days.

Built a #JSON5 parser in Kotlin just by using Agents, and it worked.

Read the post if you are interested. GitHub project available at https://github.com/hossain-khan/json5-kotlin

#VibeCoding #BlindCoding

(via Bluesky πŸ¦‹)

GitHub - hossain-khan/json5-kotlin: JSON5 implementation for Kotlin/JVM

JSON5 implementation for Kotlin/JVM. Contribute to hossain-khan/json5-kotlin development by creating an account on GitHub.

GitHub
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

@hpux735 a cloud editor can break the constraints of being on an iPad, e.g. Codespaces:

https://dev.to/cubikca/using-github-codespaces-on-ipad-5412

https://github.com/features/codespaces

There’s a technical preview of CoPilot Voice that might help, since that works with VSCode, and that’s the IDE in Codespaces:

https://githubnext.com/projects/copilot-voice/

#CoPilotVoice #Accessibility #VisuallyImpaired #BlindCoding #SpeechToText #TextToSpeech

Using GitHub Codespaces on iPad

I only today ran across GitHub Codespaces while lamenting the inability to write code on my iPad,...

DEV Community
If there are any blind coders out there, who code in react native, can you please recommend an accessible react native editor for macOS? Thank you for all your help. #blindgeek #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