The difference being?
Bleeding edge tech
Submitted 1 year ago by alphacyberranger@lemmy.world to programmer_humor@programming.dev
https://lemmy.world/pictrs/image/0989bab0-d196-4610-bbf0-d9ecf528643d.png
Comments
Granixo@feddit.cl 1 year ago
thisisnotgoingwell@programming.dev 1 year ago
I’m guessing he’s saying companies are still using the same human written code, but since AI is sexy right now and is being used to describe even simple programming logic, everything is “powered by AI”
andrew@lemmy.stuart.fun 1 year ago
And in 2013 the key word for marketing was algorithm. The YouTube algorithm. The reddit algorithm. Etc.
fidodo@lemm.ee 1 year ago
That was true like 5 years ago, but now companies are just irresponsibly calling out to LLMs as a function without proper safe guards instead.
kautau@lemmy.world 1 year ago
Even more likely is that AI’s that write code are trained on human created code. So they aren’t coming up with new, novel ideas to problems in most cases, they are just a far more advanced “copy and paste from StackOverflow”
r00ty@kbin.life 1 year ago
I've heard this talk where I work. Senior plebs describing things that are obviously algorithms as AI. And this of course means we had AI before it was cool.
Nothing new here. Buzzwords are the only thing senior managers can understand.
alphacyberranger@lemmy.world 1 year ago
That’s exactly the point. It’s just how companies market their products nowadays.
kittenbridgeasteroid@discuss.tchncs.de 1 year ago
I mean, true AI isn’t really a thing yet. People have been using AI wrong for a very long time now. Even ChatGPT isn’t real AI.
manitcor@lemmy.intai.tech 1 year ago
the computer wrote the 2nd one on accident when some asked it to bake a cake.
mp3@lemmy.ca 1 year ago
Bullshit vs Bullshit²
nothacking@discuss.tchncs.de 1 year ago
Is this part of a Hi-Lo implementation for blackjack? (Also, ewww mixed types)
obosob@feddit.uk 1 year ago
Yeah, just use a char for card and test
if(card < '7') count++; else count--;
Or something, don’t mix types.
Hexarei@programming.dev 1 year ago
The cards should just be numbers, and an enum should be used for display names
ImpossibleRubiksCube@programming.dev 1 year ago
Is the litmus test for programmers. When they start referring to “AI” as a clearly defined concept, you know they’re artlessly making shit up for a quick buck.
coco@lemmy.world 1 year ago
Irony i love you !!
danhab99@programming.dev 1 year ago
I hope I’m not being stupid right now, but is that the actual algorithm for counting cards in blackjack?
rho_@lemmy.world 1 year ago
Half of it. This gives you the running count. You need to also keep track of “number of decks in shoe” -“number of cards dealt since last shuffle”/52 to tell you how many decks are left in the shoe, then divide the running count by the number of decks left to gove you a true count.
True count higher than 1? Start increasing your bet accordingly.
pewpew@feddit.it 1 year ago
but the I in AI it’s actually a lowrcase L, so it’s short for Algorithm
ShortFuse@lemmy.world 1 year ago
It kinda annoys me that the lowercase
L
glyph is taller than capitalA
. I don’t mind the difference, but cap-height should be taller than lowercase letters.Illuminati