Live data from Hacker News

Docker for Windows won't run if Razer Synapse driver management tool is running

twitter.com

151–160 of 191 posts

Re: Docker for Windows won't run if Razer Synapse driver management tool is running

#151

This has been fixed in 2018!!! Why is this here? https://github.com/docker/for-win/issues/1723

Amusingly, one of the linked issues from that one notes that a third piece of software made the same mistake - "Thunderbolt software by Intel" ( https://github.com/docker/for-win/issues/1301#issuecomment-3... )

Re: Docker for Windows won't run if Razer Synapse driver management tool is running

#152

> homework assignment for all programmers reading this thread: Think about how you'd find this bug in your own programs. You copy/paste the code, it seems to work, and you don't realize it's broken because you don't run either of these programs which made the same mistake. Wait... WHAT?? Who the hell copy pastes code into their program without first examining and understanding what each step is actually doing, how an…

Developers at Docker and Razer, among others.

Re: Docker for Windows won't run if Razer Synapse driver management tool is running

#153

> homework assignment for all programmers reading this thread: Think about how you'd find this bug in your own programs. You copy/paste the code, it seems to work, and you don't realize it's broken because you don't run either of these programs which made the same mistake. Wait... WHAT?? Who the hell copy pastes code into their program without first examining and understanding what each step is actually doing, how an…

>Who the hell copy pastes code into their program without […] The developers of Docker for Windows and the Razor Synapse driver management tool. Among others.

Heh, I read your comment after I posted almost the same thing word for word.

Re: Docker for Windows won't run if Razer Synapse driver management tool is running

#154

Earlier quoted context omitted.

Why not add a fifth point about contribute with a better answer if you know better? It feels wrong looking down on people just trying to help.

The problem is stackoverflow seems designed to avoid "better answers". Questions are often long abandoned, and the original questioner won't come back and choose a new correct answer. On a rarely looked at question, it would take years for a correct answer to raise up the ranks. I've seen various answers which used cryptography dangerously, and asked if there was any way they could be fixed, and I just got the answer…

It suffers from a similar problem to Wikipedia, namely that the likelihood of your information being prominent is a function of how well you rules lawyer, rather than how good your information is.

Re: Docker for Windows won't run if Razer Synapse driver management tool is running

#155
post #79
post #66

Earlier quoted context omitted.

How many times have you run `npm install` or used literally any programming package management system without personally reading every line of code that you're installing?

Well, if you are going to be passing something as your own work, you better understand it well. Also, you should look at least at the docs of the packages you install.. And since most SO answers are shorter that introductory section of most docs, this means reading and understanding entire answer.

> Also, you should look at least at the docs of the packages you install

There was a post recently that noted that React is up to over 800,000 dependencies. Good luck with that.

Re: Docker for Windows won't run if Razer Synapse driver management tool is running

#156
post #82
post #44

Earlier quoted context omitted.

I agree: Recently I found an interesting snippet of C code which was using an sprintf to write a string into a char array. Unfortunately, it contained an off-by-one error where the null terminator would be written outside the char. I proposed to fix the answer, but for incomprehensible reasons the edit was rejected (!)

See https://meta.stackexchange.com/a/164449/192171 If an answer is factually wrong (as opposed to just poorly formatted or missing a few details), generally its better to leave a comment rather than try to edit it. I agree its not ideal, but suggested edits go into a site-wide review queue, so not everyone reviewing them will necessarily be familiar with C. This makes edit reviews a poor tool for evaluating factual c…

"We must fix grammatical errors and must not fix technical errors" agrees with my experience on stackoverflow perfectly.

Re: Docker for Windows won't run if Razer Synapse driver management tool is running

#157
post #20

> homework assignment for all programmers reading this thread: Think about how you'd find this bug in your own programs. You copy/paste the code, it seems to work, and you don't realize it's broken because you don't run either of these programs which made the same mistake. Wait... WHAT?? Who the hell copy pastes code into their program without first examining and understanding what each step is actually doing, how an…

Say hello to `pasteoverflow`: Paste code from Stackoverflow directly into your editor. https://marketplace.visualstudio.com/items?itemName=matsz.pa...

Reminds me of this beauty: https://gkoberger.github.io/stacksort/

Re: Docker for Windows won't run if Razer Synapse driver management tool is running

#158

I am a somewhat active SO user and one thing I see other contributors repeating over and over is "stackoverflow is not a code writing service". Usually this comes up in the context of some kid posting their college assignment and asking people to solve it, but I think it should extend further. Do not copy/paste code from stackoverflow. SO is not a code writing service. It is a problem solving/question answering servi…

[deleted]

Re: Docker for Windows won't run if Razer Synapse driver management tool is running

#159

Ha, stackoverflow is a great tool, but... the more answers I see on an area I’m experienced in, the more I realize how wrong they can be. Sure, the answer usually gets the job done, but everything else about it might not be right. If I need to use stackoverflow, these days I make sure I do a few things: - read a number of answers, comments included. Just because an answer is accepted doesn’t mean it’s the best one -…

You must feel good that you have hours to fix things then. Unlike a large number of people here.

Re: Docker for Windows won't run if Razer Synapse driver management tool is running

#160

Earlier quoted context omitted.

Mouse./keyboard customisation software seems universally bad / lowest-bidder style. Logitech's mouse button configuration tool for example weights over 400MB. Literally for a tool which requires a few dropdowns.

It's not limited to mice and keyboards. Pretty much every device or peripheral out there is infected with that, from printers to graphics cards to headphones, etc..

Nearly every hardware manufacturers software is a giant steaming pile.

I suspect that most hardware companies cultures treat software engineering as as second class activity.

Post reply on HN