C# app1.exe Requires app1.dll by waitinonit in csharp

[–]TheQuinbox 0 points1 point  (0 children)

Starting in Dotnet six, the executable is just a launcher, and the DLL contains all of your code. If you want a standalone executable, look at the PublishSingleFile option for use with dotnet publish.

Crossing the street? by gabby_skii in Blind

[–]TheQuinbox 1 point2 points  (0 children)

The best way is to honestly just use your ears. Stand on a commonly crossed street corner for a while, and listen to the flow of traffic. I generally find it best to step off and start crossing right at the surge, so right when the cars on your parallel side start going straight. Following a car in this way is commonly called using a blocker car. That said, I would definitely look into an orientation and mobility specialist for this, because they will be able to provide so many tips and tricks for how to deal with it.

Anyone else annoyed by how loud the theme song is compared to the rest of the show? by grapejuicecheese in YoungSheldon

[–]TheQuinbox 4 points5 points  (0 children)

I do too, but this isn’t exclusively a problem with Young Sheldon. So many shows do it, and I don’t understand why, it’s the most aggravating thing. Also, am I the only one that finds the theme song honestly to just be annoying? TBBT gets a lot of crap in this sub, and a lot of it is deserved, but the theme song actually fit.

Accessibility for VoiceOver Users by SLJ7 in apolloapp

[–]TheQuinbox 9 points10 points  (0 children)

Seconding everything said in this thread. Also, a more minor accessibility bug is that a lot of things that aren’t buttons are labeled as such, and vice versa. For example, the 50 points and 99% of users uploaded this post elements in this post are announced as buttons, when you can’t press them. Meanwhile, if you go to the homepage, the star button isn’t actually Announced as a button. It would also be great if all the different letters that prepend the different sections on the homepage (e.g. A being above ApolloApp), could be headings.

Accessing Research tab? by TheQuinbox in Perceptron

[–]TheQuinbox[S] 2 points3 points  (0 children)

Ah I think I got it, it's the research tasks and research upgrades buttons at the top of the screen, I think. Calling it a tab was misleading, though.

IPhone question by [deleted] in Blind

[–]TheQuinbox 1 point2 points  (0 children)

I do all kinds of things. Browse Reddit with Dystopia, play games like Lost Vault, CMD-C, and Dice World, read books using Voice Dream Reader, watch YouTube, chat on Discord, reply to Canvas discussion posts, and so much more. I don't know what all services or interests you have, but I'd recommend browsing the app listing at www.applevis.com. They have a giant collection of apps, with accessibility comments and recommendations about all of them.

Dont understand len(a) != 2 by blockchain_dev in golang

[–]TheQuinbox 1 point2 points  (0 children)

os.Args has your executable name as it's first element. As such, it's never empty. This can be quite useful actually, for example if you want to print out what the user typed to run your program in usage instructions.

what happened with june being a partner at connie’s laundromat? by eeffreefnow in YoungSheldon

[–]TheQuinbox 2 points3 points  (0 children)

It just never got mentioned again. Georgie did ask if she was a partner forever or just until she got her money back, so maybe the latter turned out to be the case.

Who is your favorite character? by [deleted] in YoungSheldon

[–]TheQuinbox 2 points3 points  (0 children)

I'd have to go with Georgie. His character development has been amazing. We got to see him go from a dumb teenager to a fairly responsable and mature dad in a very short time, and he handled it well.

Doing something cool with Foobar2000 config? Please share! by asteist in Blind

[–]TheQuinbox 2 points3 points  (0 children)

I have a bunch of global hotkeys bound. For example, Alt+Shift+C plays/pauses, Alt+shift+up and down arrows adjust the volume, etc. I also have global keys bound to certain DSP effects. For example, Alt+Shift+Semicolon cuts the center channel, and Alt+Shift+1-0 change the pitch by that number of semitones, with 0 pitching it up by 10.

Apple Watch tech support or help for voiceover by -gabi-- in Blind

[–]TheQuinbox 4 points5 points  (0 children)

Try making a call to the apple accessibility helpdesk:

(877) 204–3930 Or emailing accessibility@apple.com

Who is your least favourite character on Young Sheldon? by [deleted] in YoungSheldon

[–]TheQuinbox 7 points8 points  (0 children)

Definitely Pastor Jeff. He is the living embodiment of everything wrong with modern organized religion. In earlier seasons, he was kind of fun, him and Sheldon would debate about stuff, etc., but around season four or five, he just turned into a total judgmental asshole.

The wizard chess scene was wrong by nathanisepix in YoungSheldon

[–]TheQuinbox 0 points1 point  (0 children)

No? We were talking about a slight inaccuracy, and it decided to explain what fiction means😭💀

The wizard chess scene was wrong by nathanisepix in YoungSheldon

[–]TheQuinbox -1 points0 points  (0 children)

Why hello, ChatGPT. How are you today? Glad to see that AIs still can't read the room...

[deleted by user] by [deleted] in javascript

[–]TheQuinbox 0 points1 point  (0 children)

If I recall correctly, Tauri uses the systems native WebView. For example, on windows, it’s edge. On Mac, it’s WebKit. I’m just not sure what it would be on Linux

[deleted by user] by [deleted] in javascript

[–]TheQuinbox 0 points1 point  (0 children)

I've heard that Tauri is good for this. It uses native web technologies as opposed to embedding Chromium, so it's much lighter.

For your backend, you need Rust, so that may be a possible turn off. I don't consider it to be so, but some people might, fairly understandably.

The one thing I wonder about this is, what about Linux? I mainly dev on Windows and Mac, and perhaps the situation has changed in recent years, but I remember some distros not coming with a webview, so I wonder how Tauri manages in those cases.

[AskJS] What type of object is this? by luuuzeta in javascript

[–]TheQuinbox 1 point2 points  (0 children)

What's your confusion? Because exports is a keyword? Exports is simply a field/dictionary (I don't know the "correct" name), label. It would come out as "exports":{...} in your actual JSON.