

It doesn’t make it flawless (at all), but installing the microsoft fonts helps. Most distros have a package or helper tool for that.
Master of Applied Cuntery, Level 7 Misanthrope, and Social Injustice Warrior
It doesn’t make it flawless (at all), but installing the microsoft fonts helps. Most distros have a package or helper tool for that.
Invest in debugging and code review capabilities: With 45% of developers reporting increased debugging time for AI code, organizations need stronger code review processes. They need debugging tools specifically designed for AI-generated solutions.
Or, maybe, don’t use tools that generate garbage code.
Though, obviously I had to come up with some ridiculous solutions:
bool IsEven(int i) => ((Func<string, bool>)(s => s[^1] == 48))($"{i:B}");
This one works without conditionals :)
bool IsEven(int i)
{
try
{
int _ = (i & 1) / (i & 1);
}
catch (Exception)
{
return true;
}
return false;
}
Not to take from all the funny answers … but
bool IsEven(int i) => (i & 1) != 1;
(C#)
At this point I assume ignorance and incompetence of everybody talking about benefits of “AI” for software development.
deleted by creator
I’ll quote myself from some time ago:
The entire article is based on the flawed premise, that “AI” would improve the performance of developers. From my daily observation the only people increasing their throughput with “AI” are inexperienced and/or bad developers. So, create terrible code faster with “AI”. Suggestions by copilot are >95% garbage (even for trivial stuff) just slowing me down in writing proper code (obviously I disabled it precisely for that reason). And I spend more time on PRs to filter out the “AI” garbage inserted by juniors and idiots. “AI” is killing the productivity of the best developers even if they don’t use it themselves, decreases code quality leading to more bugs (more time wasted) and reducing maintainability (more time wasted). At this point I assume ignorance and incompetence of everybody talking about benefits of “AI” for software development. Oh, you have 15 years of experience in the field and “AI” has improved your workflow? You sucked at what you’ve been doing for 15 years and “AI” increases the damage you are doing which later has to be fixed by people who are more competent.
Same as antibiotics.
fixed title
If we can’t build an equitable, sustainable society on our own, it’s pointless to hope that a machine that can’t think
straightwill do it for us.
After reading your comment I was wondering why 24 years after the thing and not 20 or 25. “Round” numbers intuitively make more sense to me to create a connection to a previous event. Then it occurred to me, that the second and fourth letters of the alphabet are B and D, as in Dick Butler. Though I doubt Richard would have gone with that nickname. Then again, maybe him being constantly teased/bullied as the dick butler explains him going down a road of hate ;-)
Not necessarily evil. But every religious person is damaging to society and the environment out of ignorance, because, for example, their voting is based on beliefs disjunct from reality, including absolute morals that will vilify a substantial part of the populace for no sane reason.
Yah, we’re on the interweb. For all I know he could be Drath’nor.
What piece are you talking about? Statement makes sense either way.
To be fair, intelligence isn’t found in anything marketed as “AI”. This one being a scam using humans, actually featured intelligence.
I like to style visited links blue and unvisited links purple, just to mess with people.
Duh, because he didn’t do it.
In hindsight Idiocracy seems prophetic.
A total lack of competence didn’t stop Trump.