Live data from Hacker News

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

twitter.com

11–20 of 191 posts

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

#11

> 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…

[deleted]

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

#12

> 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…

you forgot to add /sarcasm

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

#13

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 -…

- read a number of answers, comments included. Just because an answer is accepted doesn’t mean it’s the best one

Agreed. I find that the "accepted" answer usually gets refined/improved/made more generic after acceptance.

This usually means that the "best" solution over all similar problems is usually further down the list of answers.

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

#14

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 -…

The accepted answer is the answer selected by the questioner to fix its problem. OP is often not the most knowledgeable person is the room. The real work come from the answer. Show, explain and prove that you understand the problem before answering.

It is a good thing to test and to do more research, it is even better to add them to the post. Share your knowledge :)

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

#15
post #13

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 -…

- read a number of answers, comments included. Just because an answer is accepted doesn’t mean it’s the best one Agreed. I find that the "accepted" answer usually gets refined/improved/made more generic after acceptance. This usually means that the "best" solution over all similar problems is usually further down the list of answers.

Isn’t there a “law” that states the best way to get a correct answer is to post the wrong one first? I feel that should be in mind whenever reading through StackOverflow answers.

* * Cunningham’s law is the one I’m thinking of. https://meta.m.wikimedia.org/wiki/Cunningham%27s_Law

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

#16

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 -…

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.

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

#18

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 -…

That is how I feel when doing code reviews of offshored projects, problem is, it doesn't scale so the code does the job and stays until something like this blows up.

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

#19

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 -…

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.

This is the whole point of a community. Especially if you’re sure that the answer is slightly wrong, you can definitely fix it yourself, which is the best part of StackOverflow. There’s no point in even leaving a comment like “X should be X.Y”

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

#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...

Post reply on HN