|
Article wrote: Microsoft and IBM Consulting announced the improved cybersecurity partnership to help enterprises with their security operations. To help enterprises with something they can't manage to do at their products / companies... what could go wrong?
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.
|
|
|
|
|
CocoaPods, an open-source dependency manager used in over three million applications coded in Swift and Objective-C, left thousands of packages exposed and ready for takeover for nearly a decade – thereby creating opportunities for supply chain attacks on iOS and macOS apps, according to security researchers. You're using the dependencies wrong (or something like that)
At least a bit of good news, "EVA's researchers wrote that they haven't seen evidence of this mess having been exploited." Of course, with so many targets, I can't imagine they've looked at all of them to see if they're being attacked.
|
|
|
|
|
And another one to Apple is safe as in Linux is safe.
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.
|
|
|
|
|
Alt+0151
Not that I need it more than a few times daily or anything.
|
|
|
|
|
Without it I couldn't use the spanish "ñ" and "Ñ" while having a german windows with german keyboard.
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.
|
|
|
|
|
AI-assisted development is now the norm - 78% of survey respondents currently use AI in software development or plan to in the next two years, up from 64% in 2023. That's strange, measuring developer productivity has always been so easy in the past
|
|
|
|
|
Kent Sharkey wrote: That's strange, measuring developer productivity has always been so easy in the past They now have the logs of the LLMs
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.
|
|
|
|
|
My internal metric is always "Plaid." Not that hard to measure.
|
|
|
|
|
I'm a bit cynical about it.
My bias notwithstanding, isn't a Gitlabs based survey a bit pre-disposed to being lopsided here?
It might not be where all the folks using AI are, but it's near certain to be where all the folks doing anything with making/using it really heavy would be?
|
|
|
|
|
And it probably still not fast enough for management.
|
|
|
|
|
New paper counts "excess words" that started appearing more often in the post-LLM era. Death to meatbags?
|
|
|
|
|
In modern software development, immutability is a powerful concept. "I can't change, I can't change. But I'm here in my mold."
|
|
|
|
|
Quote: She said, "You're strange, but don't change, and I let her"
"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
|
|
|
|
|
Kent Sharkey wrote: I can't change, I can't change.
Thanks - now I've got Saddam from "South Park - The Movie" singing in my head!
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
May I suggest as a replacement “Kyle’s Mom”?
TTFN - Kent
|
|
|
|
|
|
How would you use immutable collection in thread safe scenario?
The creating a new instance of the collection (presumably - it says it works like string)... but in the thread safe scenarios I may have dealt with, it's been that I wanted to have a single shared collection across those thread instances.
Maybe I misunderstand how it works and that's just 'taken care of' with a locking object and a 'root collection' under the hood?
|
|
|
|
|
Yes and no. For mutable objects the locking has to occur at runtime. If, however, you tell the compiler that the object is immutable it can skip outputting the locking code and assume there won't be changes to the object at runtime. Locking is an expensive operation.
|
|
|
|
|
So it's more like it can grow the collection without locking anything because it knows everything is new and immutable.
|
|
|
|
|
After recent updates, Microsoft Photos on Windows 11 takes longer to launch, but Microsoft has a solution. Latest from the rocket surgeons
|
|
|
|
|
Microsoft: I have a few ideas for you. Send me money, and we'll get right on them! We'll make things faster!
|
|
|
|
|
Great, one more thing to slow down Windows startup.
|
|
|
|
|
What do a decompression ans BitBlit have to do to become slow? How much litter do they have to add to their malware?
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
The shortest horror story: On Error Resume Next
|
|
|
|
|
LOL, they asked AI for possible fixes and that's what it told them.
|
|
|
|
|
Full system takeovers on the cards, for those with enough patience to pull it off Well it is called OPEN SSH
|
|
|
|