Click here to Skip to main content
15,887,214 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: What is the longest programming misconception you've held (that you are aware of)? Pin
David O'Neil24-Aug-20 9:07
professionalDavid O'Neil24-Aug-20 9:07 
GeneralRe: What is the longest programming misconception you've held (that you are aware of)? Pin
Dan Sutton24-Aug-20 9:26
Dan Sutton24-Aug-20 9:26 
GeneralRe: What is the longest programming misconception you've held (that you are aware of)? Pin
David O'Neil24-Aug-20 9:35
professionalDavid O'Neil24-Aug-20 9:35 
GeneralRe: What is the longest programming misconception you've held (that you are aware of)? Pin
JP Reyes25-Aug-20 7:23
JP Reyes25-Aug-20 7:23 
GeneralRe: What is the longest programming misconception you've held (that you are aware of)? Pin
  Forogar  25-Aug-20 7:35
professional  Forogar  25-Aug-20 7:35 
GeneralRe: What is the longest programming misconception you've held (that you are aware of)? Pin
JP Reyes25-Aug-20 7:39
JP Reyes25-Aug-20 7:39 
GeneralRe: What is the longest programming misconception you've held (that you are aware of)? Pin
  Forogar  28-Aug-20 3:43
professional  Forogar  28-Aug-20 3:43 
GeneralRe: What is the longest programming misconception you've held (that you are aware of)? Pin
DerekT-P25-Aug-20 7:29
professionalDerekT-P25-Aug-20 7:29 
Not strictly programming, but regarding HTTPS protocol. For a long while I was convinced that sending sensitive data in the query string of an HTTPS request was insecure, because I believed the URL (including the querystring) was un-encrypted. At the time I was working with a financial services company with many third parties sending data around in pseudo-webservices. I refused to deal with 3rd parties that insisted on passing data in the querystring, and insisted on POSTing it instead. It took a while (many months) before I realised that when using HTTPS protocols, the client and host negotiate first and the actual URL (with querystring) is only sent once keys are exchanged and can therefore be encrypted over the wire. It just seems counter-intuitive that a string I can type into the browser address bar, or into Fiddler, or set as a string for a WebRequest address, would actually get encrypted before sending.

Nobody ever actually called me out over it though, and a few companies changed their interfaces as a result. Sigh | :sigh: Blush | :O
GeneralLobbying on Youtube Pin
Eddy Vluggen22-Aug-20 18:24
professionalEddy Vluggen22-Aug-20 18:24 
GeneralRe: Lobbying on Youtube Pin
OriginalGriff22-Aug-20 20:28
mveOriginalGriff22-Aug-20 20:28 
GeneralRe: Lobbying on Youtube Pin
Daniel Pfeffer22-Aug-20 20:30
professionalDaniel Pfeffer22-Aug-20 20:30 
GeneralRe: Lobbying on Youtube Pin
Greg Utas23-Aug-20 0:43
professionalGreg Utas23-Aug-20 0:43 
GeneralI've been talking to my younger brother ... Pin
OriginalGriff22-Aug-20 5:30
mveOriginalGriff22-Aug-20 5:30 
GeneralRe: I've been talking to my younger brother ... Pin
Gary R. Wheeler22-Aug-20 9:03
Gary R. Wheeler22-Aug-20 9:03 
GeneralRe: I've been talking to my younger brother ... Pin
Greg Utas22-Aug-20 10:51
professionalGreg Utas22-Aug-20 10:51 
GeneralRe: I've been talking to my younger brother ... Pin
Gary R. Wheeler23-Aug-20 4:40
Gary R. Wheeler23-Aug-20 4:40 
GeneralRe: I've been talking to my younger brother ... Pin
Eddy Vluggen22-Aug-20 9:46
professionalEddy Vluggen22-Aug-20 9:46 
GeneralRe: I've been talking to my younger brother ... Pin
Greg Utas22-Aug-20 11:26
professionalGreg Utas22-Aug-20 11:26 
GeneralRe: I've been talking to my younger brother ... Pin
Eddy Vluggen22-Aug-20 11:34
professionalEddy Vluggen22-Aug-20 11:34 
GeneralRe: I've been talking to my younger brother ... Pin
jeron122-Aug-20 15:04
jeron122-Aug-20 15:04 
GeneralRe: I've been talking to my younger brother ... Pin
Greg Utas22-Aug-20 15:18
professionalGreg Utas22-Aug-20 15:18 
GeneralRe: I've been talking to my younger brother ... Pin
Eddy Vluggen22-Aug-20 15:35
professionalEddy Vluggen22-Aug-20 15:35 
GeneralRe: I've been talking to my younger brother ... Pin
David Crow22-Aug-20 15:41
David Crow22-Aug-20 15:41 
GeneralRe: I've been talking to my younger brother ... Pin
Eddy Vluggen22-Aug-20 15:51
professionalEddy Vluggen22-Aug-20 15:51 
GeneralRe: I've been talking to my younger brother ... Pin
Mike Hankey22-Aug-20 9:52
mveMike Hankey22-Aug-20 9:52 

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.