Live data from Hacker News

Lot of software engineers don't understand basic networking

oneuptime.com

1–10 of 11 posts

Re: Lot of software engineers don't understand basic networking

#3
Lots of network engineer don't understand the usefulness of a stack trace.

IOW: when my network fails "No route to host", I want to know who failed and why. Not just "hey, start the route tool on your production sever which you don't have access to, to get to know who slipped"

Re: Lot of software engineers don't understand basic networking

#7
post #3

Lots of network engineer don't understand the usefulness of a stack trace. IOW: when my network fails "No route to host", I want to know who failed and why. Not just "hey, start the route tool on your production sever which you don't have access to, to get to know who slipped"

You're kind of proving the articles point here. The networking stack doesn't surface that information to your code, because it doesn't have that information. To get that information, The various tools do a lot of extra things that don't typically happen on a normal network connection. This is kind of the like complaining that your typical release build stack trace doesn't also include profiling and debug information in it.

Re: Lot of software engineers don't understand basic networking

#8
post #3

Lots of network engineer don't understand the usefulness of a stack trace. IOW: when my network fails "No route to host", I want to know who failed and why. Not just "hey, start the route tool on your production sever which you don't have access to, to get to know who slipped"

You're kind of proving the articles point here. The networking stack doesn't surface that information to your code, because it doesn't have that information. To get that information, The various tools do a lot of extra things that don't typically happen on a normal network connection. This is kind of the like complaining that your typical release build stack trace doesn't also include profiling and debug information…

[deleted]

Re: Lot of software engineers don't understand basic networking

#9
Here you go again. Software engineers don't understand UX/UI, Sales, Customers, Networking, Technical Writings, Communication, Business Needs...

Yeah well, since you other people understand everything why don't you start developing your damn software yourselves as you please?

Post reply on HN