I found a thread on r/blind the other day. Someone asked a very valid question: how should they, being blind, deal with dangerous critters like venomous spiders or scorpions? Every answer was either get traps/cats and hope for the best, or move somewhere else. With all our technology, you'd think this would be a solvable problem, but it's not. I have no idea how one would even begin to address it.
Is there an accessible JSON viewer for Windows? I give it a file or paste the code in, and it gives me some kind of tree I can navigate? Maybe a text field I can tab to that shows the description of the focused object, if set, for use with things like OpenAPI schemas?
Twice today, linuxize.com has popped up a thing telling me to verify I'm human. This wasn't While I was paying for something, or logging in, or anything like that. I was just trying to read an article. That's all. I searched, found the site, wanted to read the content, and was told to prove I'm a human. No, linuxize.com. You pull this, and I'm leaving your site to find my answers elsewhere. I'll also actively avoid you in the future. Nice job.
@Marco Thank you, that makes perfect sense. We don't use pull requests at work yet, and work is where I interact with Git most of the time. I didn't consider pull requests at all.
There's always confusion about writing dates, especially between Britain and the United States. Month day year, or day month year? Slash, period, or hyphen as the separator? I wish all countries would adopt the obviously superior year-month-day format. It's unambiguous, save to use in file names (slashes aren't), and, if leading zeros are included, sorts by date even if sorted as string values. Happy 2023-11-06, everyone.
Did NOT sleep well or long. Chair is comfortable. Room is perfect temperature. House is quiet. Working from home. Keep almost drifting off to sleep. Long day ahead. Body has always been unaffected by caffein. Is today over?
I was just reading a query. I half drifted into a daydream, imagining the text of the query grabbing the data out of the tables and tossing it off to its left, where the data bounced on the ground. You guys, I don't know if I'm gonna make it through today.
I want to have VSCode use PHP in a Docker container as its executable. I'm also using Debian 10 in WSL. My setup:
* In VSCode, php.executablePath is set to "\\\\wsl.localhost\\debian\\usr\\local\\bin\\php". * That file is a simple bash script:
``` #!/bin/bash docker exec -t php-dev php $@ ```
* If I run `php --version` in WSL, I get a valid response. My script and container seem to work. * VSCode says the path isn't a valid PHP executable. * My script has 777 permissions.
I just realized something. I'm so used to working in Debian that I forgot VSCode is running from Windows, so of course it doesn't know how to work with my bash script. I'll try turning this into a bat file instead.
I have a computer science degree and work in IT. I'm a fan of Apple, but not to an extreme. I enjoy playing acoustic guitar and electric bass. I'm blind.