|
Herb Sutter, Convener of the ISO/IEC C++ Technical Committee, reports that C++ 26 will have new features including contracts and reflection. Time to reflect on a template that includes a macro that overrides a recursive function
|
|
|
|
|
.NET 8 delivers thousands of performance, stability, and security improvements, as well as platform and tooling enhancements that help increase developer productivity and speed of innovation. "If you skate, you would be great, if you could make a figure eight"
|
|
|
|
|
Quote: security improvements
Promised to be only seen by you and the community of 1 gazillion, very secure it is.
|
|
|
|
|
Not even touching it. I'll wait until .NET 20 is ready - won't be long now.
Bastard Programmer from Hell
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
Admins will now get three additional years of Extended Security Updates (ESUs) for Windows Server 2012. If it ain't broke, don't upgrade it?
|
|
|
|
|
It takes them this long to figure out how to upload all the secure passwords and keys using their security on every update...
|
|
|
|
|
Someday soon your sloshed speech may spill your secrets to your resident digital assistant as easily as you stumble through a tongue-twister. Coming soon: getting a ticket while Computing Under the Influence (CUI)
|
|
|
|
|
Quote: Coming soon: getting a ticket while Computing Under the Influence (CUI)
Surpassed my ticket, got a formal certificate, does it count for a promotion now?
|
|
|
|
|
Wait, you put a device, that records all in your home, and somehow the device is at fault? Anyone, who is even slightly a criminal, will tell you that putting an eavesdropping device in your lair is a bad idea.
As for my sloshed speech, good luck there I can't even make Siri tell me what weather it currently is.
Bastard Programmer from Hell
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
An innovative superfamily of fonts for code Because we apparently need a new font each week for the new programming language each week
|
|
|
|
|
kinda related : xkcd: Standards
CI/CD = Continuous Impediment/Continuous Despair
|
|
|
|
|
Those 4 lines of "code" made me queasy when I used the mouse wheel. They were shifting right and left.
I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.
I’m begging you for the benefit of everyone, don’t be STUPID.
|
|
|
|
|
You can click on them as well. I agree that just looks weird.
What do you get when you cross a joke with a rhetorical question?
The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism.
Do questions with multiple question marks annoy you???
|
|
|
|
|
At first, I thought this read; Moanaspace. Now, there's an idea!
|
|
|
|
|
This one for C# core 9? Does I need VS2024 to use it?
Monospace did not require improvement. 80 columns, 42 rows, that is your screen. The only improvement is a green screen.
Bastard Programmer from Hell
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
You almost had me there, but “everyone” knows that an Amber monitor is better than the green ones.
TTFN - Kent
|
|
|
|
|
Technically, green is better. Also less hurtful on the eyes. Amber burns the old tubes more easily.
There once was reasoning, instead of marketing. That is why one machine preferred a blue background with white text for its CLI. That's a Command Line Interface, describing exactly what it was, instead of using a copyrighted name to obscure it.
Of course, VHS won, not Betamax. Marketing
Bastard Programmer from Hell
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
I turn sceptical when I see something pretending to be 'everything for everyone', and yet under a single name.
Sans and serif are different worlds that will never merge! And if you call it sans, then make it sans, throughout! If you present three different variants, make sure that there is a real difference when you present them to the public.
"Monospaced fonts are generally incompatible with one another. Each one uses different metrics, making it impossible to mix different fonts" - that sounds like a suicide statement.
|
|
|
|
|
In Venice, Italy, and surroundings, "mona" is a dialect word commonly used for "vag*na". Hence "Monaspace" sounds a nice place for bored guys.
Aside that, warm welcome for another useful font!
|
|
|
|
|
When engineers start out in their careers, finding a niche and excelling in it is all-important That's where they're tall, but have a really wide head
|
|
|
|
|
Or you dress like Dorothy, Blanche and Rose. Those girls had bigger shoulder pads than Bo Jackson.
I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.
I’m begging you for the benefit of everyone, don’t be STUPID.
|
|
|
|
|
"Should develop"?
Because a non-dev knows more about programming than I do.
Yah, you should develop some skills, that's what the article is about. Written by someone who mastered none.
Bastard Programmer from Hell
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
A class action filed in a US federal court in San Jose, California, states that Intel was informed about the Downfall vulnerability in 2018, but the company didn't fix the issue in its processors and the flaw was independently rediscovered in 2023. Oh, you meant *that* flaw
|
|
|
|
|
can slow CPU performance by as much as 50% for certain "ordinary computing tasks,"
Let's be honest here, ordinary code is not full of gather instructions. How often have you even seen _mm256_i32gather_epi32 , let alone chosen deliberately to write it yourself? And yes, some compilers (not MSVC) may generate gathers even if you didn't write them, under some circumstances, not very often (and this was a mistake to ever do).
Gather was always, and still is, slow on AMD CPUs. For much more than 99% of the buyers, that is not a consideration. Even as a programmer you probably never noticed.
|
|
|
|
|
An error as small as a single flipped memory bit is all it takes to expose a private key. Nothing to PANIC! PANIC! TIME TO PANIC!
"The vulnerability occurs when there are errors during the signature generation that takes place when a client and server are establishing a connection. It affects only keys using the RSA cryptographic algorithm, which the researchers found in roughly a third of the SSH signatures they examined. That translates to roughly 1 billion signatures out of the 3.2 billion signatures examined. Of the roughly 1 billion RSA signatures, about one in a million exposed the private key of the host." <- You don't want to be that one in a million kinda guy
|
|
|
|