Click here to Skip to main content
15,893,508 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: It's Not A Number Pin
Sander Rossel20-Jul-21 1:49
professionalSander Rossel20-Jul-21 1:49 
GeneralRe: It's Not A Number Pin
5teveH20-Jul-21 1:19
5teveH20-Jul-21 1:19 
GeneralRe: It's Not A Number Pin
CodeWraith20-Jul-21 1:47
CodeWraith20-Jul-21 1:47 
GeneralRe: It's Not A Number Pin
Slacker00720-Jul-21 1:51
professionalSlacker00720-Jul-21 1:51 
GeneralRe: It's Not A Number Pin
Daniel Pfeffer20-Jul-21 2:12
professionalDaniel Pfeffer20-Jul-21 2:12 
GeneralRe: It's Not A Number Pin
Keith Barrow20-Jul-21 3:09
professionalKeith Barrow20-Jul-21 3:09 
GeneralRe: It's Not A Number Pin
obermd20-Jul-21 3:19
obermd20-Jul-21 3:19 
GeneralRe: It's Not A Number Pin
PIEBALDconsult20-Jul-21 3:31
mvePIEBALDconsult20-Jul-21 3:31 
About ten years ago I had to interface with a third-party system via sockets. The specification for the socket API specified that each message had to be identified by a ten-digit ID -- any ten digits would do, it just had to be unique. I decided to use the first two digits to identify (to myself) what type of message it was. For most messages I used "00", but for some special messages (like when querying the health of the other system) I used "99" or "98". BOOM! The response was always that the message was invalid and the system was resetting.
I contacted the developer at the vendor (the guru who developed and documented the API) and he said that my messages should have been valid and he had no idea why the system was behaving as I had described it to him.
A few days later he told me the reason -- the developers of the application hadn't understood the API specification and had assumed that the ID was a 32-bit integer (!) and they were trying to parse the ten digits Sigh | :sigh: . Once he got them straightened out they fixed their code and all was good after we installed an update. Whether the fix was to use a string or a 64-bit integer on their side I will never know.
GeneralRe: It's Not A Number Pin
Sander Rossel20-Jul-21 9:37
professionalSander Rossel20-Jul-21 9:37 
GeneralRe: It's Not A Number Pin
Mycroft Holmes20-Jul-21 12:13
professionalMycroft Holmes20-Jul-21 12:13 
GeneralRe: It's Not A Number Pin
Sander Rossel20-Jul-21 23:40
professionalSander Rossel20-Jul-21 23:40 
GeneralRe: It's Not A Number Pin
Mycroft Holmes21-Jul-21 12:28
professionalMycroft Holmes21-Jul-21 12:28 
GeneralRe: It's Not A Number Pin
englebart20-Jul-21 14:18
professionalenglebart20-Jul-21 14:18 
GeneralRe: It's Not A Number Pin
Sander Rossel20-Jul-21 23:39
professionalSander Rossel20-Jul-21 23:39 
GeneralRe: It's Not A Number Pin
Leo5621-Jul-21 0:30
Leo5621-Jul-21 0:30 
GeneralRe: It's Not A Number Pin
Sander Rossel21-Jul-21 4:28
professionalSander Rossel21-Jul-21 4:28 
GeneralRe: It's Not A Number Pin
Bruce Patin21-Jul-21 3:45
Bruce Patin21-Jul-21 3:45 
GeneralRe: It's Not A Number Pin
Sander Rossel21-Jul-21 4:27
professionalSander Rossel21-Jul-21 4:27 
GeneralCCC 2021-07-20 Pin
Peter_in_278019-Jul-21 21:58
professionalPeter_in_278019-Jul-21 21:58 
GeneralRe: CCC 2021-07-20 PinPopular
pkfox19-Jul-21 21:59
professionalpkfox19-Jul-21 21:59 
GeneralRe: CCC 2021-07-20 Pin
Peter_in_278019-Jul-21 22:03
professionalPeter_in_278019-Jul-21 22:03 
GeneralWhat's your biggest Solution?! Pin
Super Lloyd19-Jul-21 14:00
Super Lloyd19-Jul-21 14:00 
GeneralRe: What's your biggest Solution?! Pin
Mike Hankey19-Jul-21 14:14
mveMike Hankey19-Jul-21 14:14 
GeneralRe: What's your biggest Solution?! Pin
Super Lloyd19-Jul-21 14:22
Super Lloyd19-Jul-21 14:22 
GeneralRe: What's your biggest Solution?! Pin
BillWoodruff20-Jul-21 20:32
professionalBillWoodruff20-Jul-21 20:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.