|
The vulnerability could let attackers hijack network traffic; iOS, Linux, and Android devices may be affected. How did Windows manage to duck this one?
Or was it already exploited and fixed?
|
|
|
|
|
Kent Sharkey wrote: How did Windows manage to duck this one? Are they not speaking about smart phones?
And yes... I saw linux in the list, but I had to ignore it for the sick of the joke
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.
|
|
|
|
|
A new major revision of the C language standard, C23, is due out this year. We'll tour the highs and lows of the latest draft and then drill down on the mother of all breaking changes. "Fire, I'll take you to burn"
|
|
|
|
|
Article wrote: and then drill down on the mother of all breaking changes. I don't like how that sounds...
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.
|
|
|
|
|
a=malloc(...) then b=malloc(...) then if (a<b)... is a recipe for conflagration, and it's impossible to implement the standard memmove() function efficiently in standard C.
Pointers to free'd memory are akin to uninitialized pointers, so free(p) followed by if (p==q) is an instrument of arson. Things need not be so.
None of these criticisms make any sense at all for anyone who actually knows how to program in C and what a pointer is.
Developers should also note that C23 has drifted further from C++ than the earlier C standards. The notion that C is (mostly) a subset of C++ is further from reality than ever before. It was wrong before, it became wronger and wronger as C++ evolved in its own direction. C ha nothing to do with that.
The entire article has been written by someone who shouldn't work with C in the first place.
GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++* Weapons extension: ma- k++ F+2 X
|
|
|
|
|
"wE aRe GoInG tO mAkE iT eAsIeR tO wRiTe SaFe CoDe. AlSo OuR nEw AdDiTiOn MaCrOs ReTuRn FaLsE tO iNdIcAtE sUcCeSs."
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius
|
|
|
|
|
The new file limit means you can't actually use the storage you buy from Google. 30TB, or 5 million files, whichever comes first
People have more than 5 million files. What are they doing? Storing their node_modules folders there?
|
|
|
|
|
Have you checked a SVN repository where the full VS dirs (not only the ones with source code) and some Siemens projects are inside?
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 company looks at things like how likely you are to interact with a user in the future and what communities and tweets are trending. Now you can create your own
"author_is_elon",
candidate =>
candidate
.getOrElse(AuthorIdFeature, None).contains(candidate.getOrElse(DDGStatsElonFeature, 0L))),
Of course that's in the big-big-big switch statement. Along with "is_democrat", and "is_republican". I wonder what they do for non-'Merkans?
|
|
|
|
|
Kent Sharkey wrote: I wonder what they do for non-'Merkans? block them... those comunists "§$$%§$'()%&=*"
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.
|
|
|
|
|
Google in trouble for auto-deleting chats needed as evidence in Epic Games case. Do no^H^H some evil?
|
|
|
|
|
Yet they fought hard against the "right of oblivion" mandated from EU.
GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++* Weapons extension: ma- k++ F+2 X
|
|
|
|
|
Google's corporate motto: Do No Evil
|
|
|
|
|
A new report from SlashNext shows that 43 percent of employees were found to have been the target of a work-related phishing attack on their personal devices. They're just trying for a work-life balance
|
|
|
|
|
That's exactly why I totally refuse to do any kind of work on my personal devices. It's a perfect excuse to not have the personal time impounded by the company.
GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++* Weapons extension: ma- k++ F+2 X
|
|
|
|
|
I prefer to have it in the cloud... It is easier to say "it was them"
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 other 29% don't have their work email on their phone.
|
|
|
|
|
Tracking down the source of that bug took more than a week of investigation and experimentation, but ultimately was fixed in a pull request that changed fewer than 10 lines of code! So that they're the right 10 lines?
"That commit message describes in great detail a process—which I haven’t found documented anywhere else" <-- hurrah for proper commit messages
|
|
|
|
|
and this is a good example about the nonsense difficulty of code metrics / productivity scores...
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.
|
|
|
|
|
Sometimes you can spend hours thinking and exploring and the eventual fix turns out to be one or two lines! Yet to the outside observer it looks like you've been bone idle.
Kevin
|
|
|
|
|
Truth!
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment
"Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst
"I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
|
|
|
|
|
Next week: How I spent a week undoing a 10-line code change.
|
|
|
|
|
Alphabet's Google Cloud has accused Microsoft of anti-competitive cloud computing practices and criticised imminent deals with several European cloud vendors, saying these do not solve broader concerns about its licensing terms. If you can't compete, get a government involved (Cloud Edition)
|
|
|
|
|
Takes one to know one.
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment
"Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst
"I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
|
|
|
|
|
All the up-votes!
TTFN - Kent
|
|
|
|