Click here to Skip to main content
15,887,683 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.

 
Generalworldle 465 1/6 Pin
jmaida1-May-23 15:29
jmaida1-May-23 15:29 
GeneralWindows is now written in Rust Pin
jschell1-May-23 11:31
jschell1-May-23 11:31 
GeneralRe: Windows is now written in Rust Pin
theoldfool1-May-23 12:40
professionaltheoldfool1-May-23 12:40 
GeneralRe: Windows is now written in Rust Pin
charlieg1-May-23 16:12
charlieg1-May-23 16:12 
GeneralRe: Windows is now written in Rust Pin
Kornfeld Eliyahu Peter1-May-23 18:54
professionalKornfeld Eliyahu Peter1-May-23 18:54 
GeneralRe: Windows is now written in Rust Pin
RickZeeland1-May-23 19:03
mveRickZeeland1-May-23 19:03 
GeneralRe: Windows is now written in Rust Pin
Kornfeld Eliyahu Peter1-May-23 19:13
professionalKornfeld Eliyahu Peter1-May-23 19:13 
GeneralRe: Windows is now written in Rust Pin
obermd2-May-23 4:56
obermd2-May-23 4:56 
Kornfeld Eliyahu Peter wrote:
(safe code should not be a function of language)


While true to a point, safe code is darn near impossible in C, C++, and any other language that uses null terminated strings and uncounted buffers. Microsoft's own reporting shows that about 70% of their security vulnerabilities are the result of mishandling memory, including buffers (string or otherwise) and free after deallocation errors. Digital Equipment Corporation showed us how to write safe code back in the 70s with their VMS system. All buffers were OS level descriptor managed and all parameters to system calls were validated, throwing an exception if the parameters weren't valid. K&R, while successful at creating an OS (Unix), should be demonized for doing so using what was known at the time to be unsafe computing methodologies.
GeneralRe: Windows is now written in Rust Pin
jschell2-May-23 11:08
jschell2-May-23 11:08 
GeneralRe: Windows is now written in Rust Pin
Jeremy Falcon2-May-23 8:55
professionalJeremy Falcon2-May-23 8:55 
GeneralRe: Windows is now written in Rust Pin
jschell2-May-23 11:10
jschell2-May-23 11:10 
JokeRe: Windows is now written in Rust Pin
FreedMalloc2-May-23 12:34
FreedMalloc2-May-23 12:34 
GeneralRe: Windows is now written in Rust Pin
GKP19922-May-23 18:14
professionalGKP19922-May-23 18:14 
GeneralRe: Windows is now written in Rust Pin
jschell3-May-23 9:41
jschell3-May-23 9:41 
GeneralRe: Windows is now written in Rust Pin
Mike Hankey2-May-23 5:44
mveMike Hankey2-May-23 5:44 
GeneralWordle 682 Pin
Sandeep Mewara1-May-23 10:50
mveSandeep Mewara1-May-23 10:50 
GeneralRe: Wordle 682 Pin
StarNamer@work1-May-23 13:08
professionalStarNamer@work1-May-23 13:08 
GeneralRe: Wordle 682 Pin
Amarnath S1-May-23 14:39
professionalAmarnath S1-May-23 14:39 
GeneralRe: Wordle 682 Pin
Peter_in_27801-May-23 15:11
professionalPeter_in_27801-May-23 15:11 
GeneralRe: Wordle 682 Pin
Shane01031-May-23 18:10
Shane01031-May-23 18:10 
GeneralRe: Wordle 682 Pin
OriginalGriff1-May-23 18:55
mveOriginalGriff1-May-23 18:55 
GeneralRe: Wordle 682 - 4 4 me Pin
pkfox1-May-23 19:44
professionalpkfox1-May-23 19:44 
GeneralRe: Wordle 682 Pin
ChandraRam1-May-23 20:49
ChandraRam1-May-23 20:49 
GeneralRe: Wordle 682 Pin
Sander Rossel1-May-23 21:25
professionalSander Rossel1-May-23 21:25 
GeneralRe: Wordle 682 Pin
Cp-Coder2-May-23 1:23
Cp-Coder2-May-23 1:23 

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.