this post was submitted on 15 Nov 2025
584 points (98.5% liked)

Funny

12301 readers
1871 users here now

General rules:

Exceptions may be made at the discretion of the mods.

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] Enzy@feddit.nu 7 points 13 hours ago

I'm gonna use it manually but in the wrong — places.

[–] JackbyDev@programming.dev 17 points 23 hours ago* (last edited 20 hours ago) (3 children)

One of my colleagues submitted a PR with a bunch of emojis in the readmes and log statements and I'm just so infuriated with it.

[–] pftbest@sh.itjust.works 5 points 18 hours ago (1 children)

I just made a CI pass to forbid non ASCII characters in the code. Found a lot of em dashes :(

[–] JackbyDev@programming.dev 3 points 15 hours ago (1 children)

There are plenty of non ASCII characters that are okay in code. ñ comes to mind. There are also box drawing characters.

[–] pftbest@sh.itjust.works 3 points 14 hours ago (1 children)

We don't use them in my project, I only added an exception for ©®™ and such. You can easily whitelist any character range you need. My command looks like this:

- (! grep -r -I -P '[^\x{00}-\x{7f}©®™°]' src)
[–] JackbyDev@programming.dev 3 points 9 hours ago

This is goofy, I'm not gonna fail a build because somebody used some random Unicode character. That's draconian.

[–] wilfim@sh.itjust.works 6 points 19 hours ago

I literally see it everywhere in my companies' documentation

[–] vala@lemmy.dbzer0.com 2 points 22 hours ago (1 children)
[–] JackbyDev@programming.dev 9 points 22 hours ago* (last edited 20 hours ago) (1 children)

Yeah, they used ⚠️ in a warning.

[–] RagingRobot@lemmy.world 1 points 3 hours ago

They add excessive logging too. I had cursor write some UI code and I thought my console was going to explode. Console logs each step of the way haha. I guess that's the easiest way for it to debug its own code

[–] QueenHawlSera@sh.itjust.works 7 points 22 hours ago (1 children)

AGI is science fiction and never happening

[–] AppleTea@lemmy.zip 10 points 19 hours ago* (last edited 19 hours ago) (1 children)

I wouldn't say never, but certainly not this century. Probably not the next one, either.

And at this point we might as well refer to it as something like "Machine Consciousness", because "AI" an any derivatives of it have been rendered garbage for actually talking about the sci-fi concept.

[–] SkunkWorkz@lemmy.world 4 points 13 hours ago* (last edited 13 hours ago) (1 children)

AI was never used to refer to human like intelligence anyway in the AI field. Like any form of computer “intelligence” was called AI. Like chess machines or NPC logic in a game were called AI. It just needs to seem intelligent like the word artificial implies. It’s only now with these LLM peddling companies that suddenly the general public thinks AI refers to reaching human intelligence.

[–] AppleTea@lemmy.zip 4 points 8 hours ago

AI has been used to refer to human like intelligence in fiction for at least half a century.

[–] lmmarsano@lemmynsfw.com 7 points 1 day ago* (last edited 1 day ago) (1 children)

Bad news, everyone: your AI detection skills are now useless. Every comment here including mine is AI slop.

[–] Bennyboybumberchums@lemmy.world 2 points 7 hours ago

Dude, Ive been writing for a couple of years now. And I use em dashes, probably because all the authors I like use them. As soon as this AI thing started doing it, everything Ive ever written turned into AI slop over night lol.

[–] finitebanjo@lemmy.world 27 points 1 day ago (1 children)

OpenAI in 2020: Proves its own models will never, ever, reach 95% human accuracy.

https://arxiv.org/pdf/2001.08361

DeepMind: Corrects their math, limit is still <95% with Infinite power and training.

https://arxiv.org/pdf/2102.06701

Investors: "SHUT UP AND TAKE MY MONEY!"

[–] jali67@lemmy.zip 10 points 20 hours ago

Totally not a bubble! Just a few thousand more data centers!

[–] leftzero@lemmy.dbzer0.com 11 points 1 day ago (1 children)

Just a few billion more..? 🤲

[–] jali67@lemmy.zip 5 points 20 hours ago

I heard Altman wants a trillion $ bailout

[–] AtariDump@lemmy.world 20 points 1 day ago (10 children)

Ok, what the heck is an em-dash?

[–] Mostly_Gristle@lemmy.world 23 points 1 day ago (3 children)

There are two types of dashes. One is the "n-dash" (or "en-dash"), which takes up one space, and is most often used to hyphenate words; and the other is the "m-dash" (or "em-dash) which takes up two spaces, and is most often used to bracket off parenthetical information within a sentence, like kind of a lighter weight parentheses. Em-dashes get used a lot in novels and other published writing that is subject to correction from a professional copy editor, but very rarely in the daily typing of regular people. So now when people see it getting used they just assume it must be a clanker.

[–] AppleTea@lemmy.zip 3 points 18 hours ago

Thank you for the synopsis. However;

This is a clanker:

and this is software:

[–] Thalfon@sh.itjust.works 37 points 1 day ago (1 children)

A slight correction, en-dashes are used mostly to indicate ranges like Mon–Fri. Hyphens are a separate third thing, smaller than an en-dash.

- hyphen
– en-dash
— em-dash

They get their names originally from having the same width as the letter n or m respectively in typesetting (though not all fonts follow that necessarily).

[–] AtariDump@lemmy.world 7 points 1 day ago

Thank you for this!!!!

[–] Zapados@sh.itjust.works 3 points 1 day ago

M-dashes are super useful for setting off parentheticals nicely.

[–] dditty@lemmy.dbzer0.com 6 points 1 day ago* (last edited 1 day ago) (1 children)

You should be able to figure it out—even if you don't know what you're looking for—if you're sent the proper response ;)

[–] TheMinister@sh.itjust.works 7 points 1 day ago (1 children)

Didn’t even use em dashes lol

[–] dditty@lemmy.dbzer0.com 5 points 1 day ago* (last edited 1 day ago)

Lmao fat-fingered my keeb when typing. Edited my original comment. I should have coffee before posting first thing in the morning :)

[–] lmmarsano@lemmynsfw.com 1 points 1 day ago

What is a search engine?

load more comments (7 replies)
[–] N0body@lemmy.dbzer0.com 69 points 2 days ago

A development this groundbreaking is definitely worth another 12-figure investment.

[–] 200ok@lemmy.world 42 points 1 day ago* (last edited 1 day ago) (2 children)

I'm just mad I can't use dashes as punctuation anymore 🫩

*Without it looking like I'm using chatgpt

[–] CatsPajamas@lemmy.dbzer0.com 1 points 4 hours ago

Same. Same.

[–] Kolanaki@pawb.social 12 points 1 day ago* (last edited 1 day ago) (1 children)

Now you can't write without using em-dashes or you'll be called a bot.

[–] turdcollector69@lemmy.world 2 points 17 hours ago

Looking pretty sus there using a dash in emdash

[–] TropicalDingdong@lemmy.world 45 points 2 days ago (2 children)

So is there a sea horse emoji or not?

[–] lacktoes_but_tolerant@sh.itjust.works 8 points 1 day ago (1 children)
[–] Creosm@lemmy.world 2 points 20 hours ago

Close enough 🤣

[–] Dialectical_Specialist@quokk.au 14 points 1 day ago (1 children)

wait, why isn't this a thing tho?

[–] Kolanaki@pawb.social 25 points 1 day ago (2 children)

Because then we would need a pregnant male seahorse emoji and the world isn't ready for that.

[–] Rose_Thorne@lemmy.zip 12 points 1 day ago

That makes me want it more.

load more comments (1 replies)
[–] CptOblivius@lemmy.world 2 points 1 day ago

Open ai is a joke.

[–] biofaust@lemmy.world 5 points 1 day ago

By now, I feel they are just straight trying to appeal to scammers.

[–] A_norny_mousse@feddit.org 9 points 1 day ago* (last edited 19 hours ago) (1 children)

Fuck that stupid AI/AGI narrative, even if this is meant as a joke. They're LLMs. Some of them not even so large. A bunch of if statements with access to all the data that advertising companies like Google have harvested for decades.

load more comments (1 replies)
load more comments
view more: next ›