|
Has Windows 11 Cortana (or the smart Clippy or something like that)?
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
To talk about C++’s current safety problems and solutions well, I need to include the context of the broad landscape of security and safety threats facing all software. C+=safety
|
|
|
|
|
Sorry, C and C++ can never be type safe languages.
- Buffer overruns will always be possible when using null terminated buffers.
- Use after Free errors for objects will always be a possibility without a run time enforced memory allocation and garbage collection.
Is it possible to write provably memory safe code in C and C++? The answer is Yes, but only in a very small subset of use cases where all the dynamic memory is allocated at program startup and never deallocated. Stack based variables are generally safe as long as they don't point to memory that wasn't allocated at startup.
Mr. Sutter ignores the fact that nearly 90% of exploited vulnerabilities actually stem from memory management errors. The chart in his article shows this as well.
|
|
|
|
|
Yeah, I think he's just feeling stuck after n^2 years of being in the C++ space. So, he feels the need to try to make do with what he's got.
TTFN - Kent
|
|
|
|
|
Here you can find everything there is to know about the first version of Windows. Never mind keeping your Windows 10 running, go really old school
|
|
|
|
|
I used 1.0 on my xt pc. Ran Aldus Pagemaker on it - yes I did. DesqView ultimatly won out and remained the victor until windows 3.0 came out.
|
|
|
|
|
I didn't know those even existed... I jumped from Spektrum 128k (DOS) to Windows 3.11 (actually was my brother PC) and Win 95
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
I started with Windows 286 with Word. (Word for DOS was horrific.)
|
|
|
|
|
Damn! I used to have the source code for Word 1.0 laying around somewhere. Now I have to go see if I still have it.
|
|
|
|
|
Hopefully found with a magic wand as well.
|
|
|
|
|
|
Damn, I would have reported this as spam if it weren't for the very modern, graphics card chowing look.
|
|
|
|
|
JetBrains has unbundled its AI Assistant from the IDE, in a new beta of IntelliJ IDEA, which is also the basis for many other developer tools. Back to natural intelligence
|
|
|
|
|
Kent Sharkey wrote: Back to natural intelligence But only for this time... eh?
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Bad radio propagation means Googlers are making do with Ethernet cables, phone hotspots. Maybe they should Google 'wave interference'?
|
|
|
|
|
|
That's CEO secret weapon so that workers spend less time looking at their phones...
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
At the heart of AI, matrix math has just seen its biggest boost "in more than a decade.” Unfortunately, no one can be told what the multiplication method is. You have to discover it for yourself.
|
|
|
|
|
"It's just a dot - how hard could it be?"
|
|
|
|
|
Oh, the number of undergrads who have spoken that...
TTFN - Kent
|
|
|
|
|
Yeah, I semi-remember those days...
|
|
|
|
|
Kent Sharkey wrote: no one can be told what the multiplication method is will it change if you look at it too?
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
The European Commission, the regulatory body of the European Union that frequently launches investigations of major tech companies, including Microsoft, now finds itself on the other side of this fence. Who will fine the finers?
|
|
|
|
|
"He who fights with monsters might take care lest he thereby become a monster. And if you gaze for long into an abyss, the abyss gazes also into you."
|
|
|
|
|
The EC extortion machine has problems.
|
|
|
|