Click here to Skip to main content
15,910,083 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: Strange invoice from Verizon Pin
GuyThiebaut26-Feb-15 3:12
professionalGuyThiebaut26-Feb-15 3:12 
GeneralRe: Strange invoice from Verizon PinPopular
JimmyRopes26-Feb-15 3:14
professionalJimmyRopes26-Feb-15 3:14 
GeneralRe: Strange invoice from Verizon Pin
Cornelius Henning26-Feb-15 3:19
professionalCornelius Henning26-Feb-15 3:19 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 3:54
professionalDaniel Pfeffer26-Feb-15 3:54 
GeneralRe: Strange invoice from Verizon Pin
JimmyRopes26-Feb-15 4:00
professionalJimmyRopes26-Feb-15 4:00 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 4:20
professionalDaniel Pfeffer26-Feb-15 4:20 
GeneralRe: Strange invoice from Verizon Pin
newton.saber26-Feb-15 4:29
newton.saber26-Feb-15 4:29 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 5:34
professionalDaniel Pfeffer26-Feb-15 5:34 
newton.saber wrote:
That is crazy. Hex representing decimal values, before converting from hex.

It actually makes a lot of sense, considering that operations must be performed in decimal, rather than binary:

* Multiplication and division by powers of 10 are trivial
* Numerical fields of arbitrary length may be defined (just terminate the last byte with C or D)
* Extraction of single digits (e.g. for display formatting) is very fast
* Values may be verified at a glance in the core dump (no interactive debuggers in those days...)

All this at a minor increased cost in complexity and storage requirements.

Our predecessors may have worked on (by our standards) underpowered processors with primitive tools, but never assume that they were stupid!
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack.

--Winston Churchill

GeneralRe: Strange invoice from Verizon Pin
newton.saber26-Feb-15 8:09
newton.saber26-Feb-15 8:09 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 22:18
professionalDaniel Pfeffer26-Feb-15 22:18 
GeneralRe: Strange invoice from Verizon Pin
JimmyRopes26-Feb-15 4:32
professionalJimmyRopes26-Feb-15 4:32 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 5:43
professionalDaniel Pfeffer26-Feb-15 5:43 
GeneralRe: Strange invoice from Verizon Pin
JimmyRopes26-Feb-15 17:12
professionalJimmyRopes26-Feb-15 17:12 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 22:14
professionalDaniel Pfeffer26-Feb-15 22:14 
GeneralRe: Strange invoice from Verizon Pin
Sander Rossel26-Feb-15 8:07
professionalSander Rossel26-Feb-15 8:07 
GeneralRe: Strange invoice from Verizon Pin
jschell26-Feb-15 10:18
jschell26-Feb-15 10:18 
GeneralRe: Strange invoice from Verizon Pin
Nagy Vilmos26-Feb-15 3:24
professionalNagy Vilmos26-Feb-15 3:24 
GeneralRe: Strange invoice from Verizon Pin
harold aptroot26-Feb-15 3:25
harold aptroot26-Feb-15 3:25 
GeneralRe: Strange invoice from Verizon Pin
Slacker00726-Feb-15 3:28
professionalSlacker00726-Feb-15 3:28 
GeneralRe: Strange invoice from Verizon Pin
GenJerDan26-Feb-15 3:29
GenJerDan26-Feb-15 3:29 
GeneralRe: Strange invoice from Verizon Pin
Evil Iceblock26-Feb-15 3:30
Evil Iceblock26-Feb-15 3:30 
GeneralRe: Strange invoice from Verizon Pin
Cornelius Henning26-Feb-15 3:39
professionalCornelius Henning26-Feb-15 3:39 
GeneralRe: Strange invoice from Verizon Pin
Evil Iceblock26-Feb-15 3:44
Evil Iceblock26-Feb-15 3:44 
GeneralRe: Strange invoice from Verizon Pin
Cornelius Henning26-Feb-15 4:03
professionalCornelius Henning26-Feb-15 4:03 
GeneralRe: Strange invoice from Verizon Pin
Evil Iceblock26-Feb-15 4:06
Evil Iceblock26-Feb-15 4:06 

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.