|
C++ has enough issues with complexity as it is.... but one thing that irritates me to no end are developers who say they know C++, but when you look at their code, it's just C. Yeah, I know C++ is just a better C compiler (was told this one time), but in the world I live in, most cannot spell "class".
Charlie Gilley
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759
Has never been more appropriate.
|
|
|
|
|
charlieg wrote: but one thing that irritates me to no end are developers who say they know C++, but when you look at their code, it's just C
I'm half guilty of that because I do embedded, which often requires me to forgo the STL for want of a compliant version, if it exists at all. And even if it does, it's not set up for multiple heaps, nor using tiny heaps responsibly. While I could make custom allocators for everything, it's often just easier to use the C functions for what I need. I still make judicious use of class, struct, and template.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix
|
|
|
|
|
This is where I live as well, so it explains a lot. But in the herd of engineers I work with, I'll come across a mishmash of coding styles. In 20 years, the group has never been able to standardize on coding standards let alone development philosophy. And, as you say, one must be very careful using C++ features in an embedded RTOS environment. If those support libraries aren't coded correctly, you'll lose too much performance.
Ah well, on 6/27, you'll find me by the pool.
Charlie Gilley
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759
Has never been more appropriate.
|
|
|
|
|
charlieg wrote: Ah well, on 6/27, you'll find me by the pool.
Vacay or retirement?
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix
|
|
|
|
|
retirement... for at least 3 months, we'll see how it goes.
Charlie Gilley
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759
Has never been more appropriate.
|
|
|
|
|
In this blog post, we will highlight some of the most notable improvements that you can experience in version 17.10, such as faster Windows Forms designer loading, faster Razor colorization, quicker solution loading, and reduced DLL overhead. Not just bigger, but faster too (in places)
|
|
|
|
|
It now crashes much faster
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
|
|
|
|
|
A research team from MIT announced a new programming language. Finch, its creators say, is “a simple bytecode interpreted, purely object-oriented, prototype-based, dynamically-typed programming language.” For those about to chirp, we salute you
|
|
|
|
|
Great, another bird-brained language.
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.
|
|
|
|
|
The US is still regulating some enriched uranium based on an analysis from the 1950s. And hopefully not *be* one
|
|
|
|
|
Really, really old sci-fi book "When Worlds Collide" I believe had atomic rockets in it. Yep I found them
When Worlds Collide - Wikipedia[^]
and
After Worlds Collide - Wikipedia[^]
Now try to find them in a library.
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.
|
|
|
|
|
I would have expected those to be on Project Gutenberg, but no luck (nor at my library, double drat)
TTFN - Kent
|
|
|
|
|
Found them here
When Worlds Collide book by Philip Wylie[^]
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.
|
|
|
|
|
They are available as Kindle books.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
Regarding the usability of not highly enriched uranium, there is a paywalled article in the current edition of Science:
https://www.science.org/doi/10.1126/science.ado8693[^]
It tells us that uranium enriched to more than 10% U-235 can be used to build a bomb, but you may need a ton of it.
On the other hand, when such 10-20% enriched uranium is used - and thus produced - for commercial purposes, the currently clear line of distinction of "weapon uranium" and "civil uranium" gets blurred, and non-proliferation checks fail.
Oh sanctissimi Wilhelmus, Theodorus, et Fredericus!
|
|
|
|
|
A new model lets scientists run ions through thousands of supercapacitor pores instead of just one at a time. Is it a diode? A relay? No, it's SUPERcapacitor
|
|
|
|
|
With a name like Kent, that reference doesn't surprise me.
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.
|
|
|
|
|
We built a new benchmark called "Bug In The Code Stack" (BICS) to test how well LLMs can find syntactic bugs in large Python codebases. After it put them in there?
|
|
|
|
|
Hmm .. did anyone commit code with syntactic bugs ?
|
|
|
|
|
How did this iconic screen saver come to be? Wait for the tea pot
|
|
|
|
|
Oracle has started to dispatch Java audit letters to Fortune 200 companies for the first time, according to one licensing expert. "May we see your papers, please?"
Seems like I'm running on a WWII movie theme. Must have been the recent D-Day commemorations.
|
|
|
|
|
Oracle: "We need money, cause that's what we need. We need money, cause we full of greed..."
|
|
|
|
|
An experienced MySQL database engineer has questioned whether Oracle might unintentionally kill off the open source database with its preference for adding features to its proprietary systems. Has he considered investing in a support contract?
Some days I'm ashamed of my running gags, some days I just have to run with them.
|
|
|
|
|
|
Security researchers are reporting that a “significant volume of data” has been stolen from hundreds of Snowflake cloud storage customers via compromised login credentials, with the incident being linked to massive data breaches at Ticketmaster and Santander Bank. But all the breaches are unique
|
|
|
|