Click here to Skip to main content
15,892,072 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: Shout out to Noam Chomsky Pin
BillWoodruff14-Feb-20 22:23
professionalBillWoodruff14-Feb-20 22:23 
QuestionBuilding your own? Pin
Sander Rossel13-Feb-20 23:03
professionalSander Rossel13-Feb-20 23:03 
AnswerRe: Building your own? Pin
CPallini13-Feb-20 23:16
mveCPallini13-Feb-20 23:16 
GeneralRe: Building your own? Pin
Sander Rossel13-Feb-20 23:38
professionalSander Rossel13-Feb-20 23:38 
GeneralRe: Building your own? Pin
k505413-Feb-20 23:47
mvek505413-Feb-20 23:47 
GeneralRe: Building your own? Pin
BillWoodruff14-Feb-20 0:35
professionalBillWoodruff14-Feb-20 0:35 
GeneralRe: Building your own? Pin
Mark_Wallace14-Feb-20 7:18
Mark_Wallace14-Feb-20 7:18 
AnswerRe: Building your own? Pin
lopatir13-Feb-20 23:36
lopatir13-Feb-20 23:36 
it was common on linux because of different platforms, c/c++ compiles down to native machine code and linux (more so unix) runs on many different hardware from PDP to IBM. Even on the same architecture a lot had to be handled before compiling such as byte order, sizeof's (32/64 bit ints)....

the unix way was also often "here's my answer, feel free to take it as is, or improve it for yourself/purpose.

a lesser (later) reason was the "what's really inside" worries - compiled to native even decompiling/disassembling didn't tell you much (or being assembly told you way too much in painfully simple detail... MOV 1 A, CMP A B... 325,000 lines, is there a trojan in there somewhere?).

when windows came out compilers were both expensive and uncommon but it was only one architecture (ms introduced it's own hacks for 32 bit code on 64 bit machines) so giving compiled code was fine as long as you trusted the author/download site (and enough others had tried it and didn't get ransomwared.)

A few unix folks jumped into some windows dev, their habits often didn't change (i.e. provide the source: use as is or mod it yourself.)
after many otherwise intelligent sounding suggestions that achieved nothing the nice folks at Technet said the only solution was to low level format my hard disk then reinstall my signature. Sadly, this still didn't fix the issue!

GeneralRe: Building your own? Pin
Sander Rossel13-Feb-20 23:41
professionalSander Rossel13-Feb-20 23:41 
GeneralRe: Building your own? Pin
kalberts14-Feb-20 2:29
kalberts14-Feb-20 2:29 
AnswerRe: Building your own? Pin
Daniel Pfeffer13-Feb-20 23:41
professionalDaniel Pfeffer13-Feb-20 23:41 
GeneralRe: Building your own? Pin
Sander Rossel13-Feb-20 23:44
professionalSander Rossel13-Feb-20 23:44 
GeneralRe: Building your own? Pin
BillWoodruff14-Feb-20 0:33
professionalBillWoodruff14-Feb-20 0:33 
GeneralRe: Building your own? Pin
Sander Rossel14-Feb-20 1:38
professionalSander Rossel14-Feb-20 1:38 
GeneralRe: Building your own? Pin
User 991608014-Feb-20 3:30
professionalUser 991608014-Feb-20 3:30 
GeneralRe: Building your own? Pin
BillWoodruff14-Feb-20 14:35
professionalBillWoodruff14-Feb-20 14:35 
GeneralRe: Building your own? Pin
W Balboos, GHB14-Feb-20 4:24
W Balboos, GHB14-Feb-20 4:24 
GeneralRe: Building your own? Pin
den2k8814-Feb-20 0:33
professionalden2k8814-Feb-20 0:33 
AnswerRe: Building your own? Pin
OriginalGriff13-Feb-20 23:45
mveOriginalGriff13-Feb-20 23:45 
GeneralRe: Building your own? Pin
CPallini13-Feb-20 23:50
mveCPallini13-Feb-20 23:50 
GeneralRe: Building your own? Pin
glennPattonWork314-Feb-20 0:31
professionalglennPattonWork314-Feb-20 0:31 
GeneralRe: Building your own? Pin
CPallini14-Feb-20 0:44
mveCPallini14-Feb-20 0:44 
GeneralRe: Building your own? Pin
glennPattonWork314-Feb-20 0:53
professionalglennPattonWork314-Feb-20 0:53 
GeneralRe: Building your own? Pin
CPallini14-Feb-20 0:59
mveCPallini14-Feb-20 0:59 
GeneralRe: Building your own? Pin
glennPattonWork314-Feb-20 1:15
professionalglennPattonWork314-Feb-20 1:15 

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.