I’d welcome actual AI. What is peddled everyday as “AI” is just marketing bullshit. There’s no intelligence in it. Language shapes perception and we should take those words back and use them according to their original and inherent meaning. LLMs are not AI. Stable diffusion is not AI. Neural networks trained for a singular task are not AI.
Master of Applied Cuntery, Level 7 Misanthrope, and Social Injustice Warrior
- 7 Posts
- 468 Comments
I’m doing a combination of 3 to 6.
Hasse zu brechen es dir: Bote sind motorisiert mit Verbrennungsmotoren und ein Kanal in Venedig vergleichbar mit Straße in anderen Städten.
_cnt0@sh.itjust.worksto Ask Lemmy@lemmy.world•What do you hope to achieve in the next 5 years?17·10 days agoDo you have an HR fetish or something?
_cnt0@sh.itjust.worksto World News@lemmy.world•Alberta's measles outbreaks surpass case counts reported for entire U.S.English60·27 days agoDoes the US still have a working reporting system?
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#)
_cnt0@sh.itjust.worksto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower1·1 month agoAt this point I assume ignorance and incompetence of everybody talking about benefits of “AI” for software development.
_cnt0@sh.itjust.worksto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower1·1 month agodeleted by creator
_cnt0@sh.itjust.worksto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower351·1 month agoI’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.
_cnt0@sh.itjust.worksto ADHD memes@lemmy.dbzer0.com•You know you're going too far when you're using square bracketsEnglish3·1 month agoHot damn (I’m so [so] “guilty” of this); seriously – it’s no even (or odd) funny!
_cnt0@sh.itjust.worksto Technology@lemmy.world•AI Utopia, AI Apocalypse, and AI Reality: If we can’t build an equitable, sustainable society on our own, it’s pointless to hope that a machine that can’t think straight will do it for us.English9·1 month agofixed 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.
_cnt0@sh.itjust.worksto News@lemmy.world•Gunman started Idaho blaze and then fatally shot 2 firefighters in ambush attack, officials say11·1 month agoAfter 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 ;-)
_cnt0@sh.itjust.worksto Lemmy Shitpost@lemmy.world•Why American Films Are Objectively The Best, post # 1/174·2 months agoWatching that movie was a drug-infested nightmare. The drugs were my fault, the nightmares were on the movie. The fire extinguisher scene went on for what felt an eternity. Showing the head for punch after punch after punch after punch after punch after punch after punch after punch after punch after punch after punch after punch after punch after punch after punch after punch after punch until it was a pulpy mess not recognizable as a head with blood seeping out of it. Actually, I think the right-hand side of the meme is a pretty apt categorization for that movie, except, maybe, the unenjoyable part. Enjoyability just depends on your own perversions and morbidity. And the title of the movie is a lie. I reversed the fire extinguisher scene: it becomes a love story of a kind and dedicated fire extinguisher reconstructing a dead man’s head. I sometimes masturbate to that.
_cnt0@sh.itjust.worksto Lemmy Shitpost@lemmy.world•Why American Films Are Objectively The Best, post # 1/1710·2 months agoTell me you haven’t seen the uncut version of Irreversible without telling me you haven’t seen the uncut version of Irreversible. That’s like, peak entertainment. Thank me for the trauma later.
_cnt0@sh.itjust.worksto News@lemmy.world•Nearly 800 infant remains found in septic tank at nun-run Irish unwed mother and baby home8·2 months agoNot 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.
_cnt0@sh.itjust.worksto News@lemmy.world•Minnesota politician shot and killed, another injured in "targeted political violence"3·2 months agoYah, we’re on the interweb. For all I know he could be Drath’nor.
https://en.m.wikipedia.org/wiki/Intelligence
Take your pick from anything that isn’t recent and by computer scientists or mathematicians, to call stuff intelligent that clearly isn’t. According to some modern marketing takes I developed AI 20 years ago (optimizing search problems for agentic systems); it’s just that my peers and I weren’t stupid enough to call the results intelligent.