1105
Al-generated content. You read that wrong.
(lemmy.world)
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
Related communities:
I ran into this exact scenario with an acquaintance on Facebook back when I engaged in such silly endeavors.
Her name was Al and I couldn't figure out for the life of me if it was Al or AI. I think I finally did ask, but damn I could NOT figure it out on my own. I suppose there must've been some way to copy paste it into word and configure to all caps, but the thought never occurred to me.
On PC, you can open the browser console and type in
it's usually on F12.
Simply pasting the string would give you the answer as the console uses a programming font
Fair, but I'm trying to trick them into learning js here :P
Why would you do such a horrible thing?
Well, ignoring the mire of ancient bad idea compatibility, it's nice to just have a REPL wherever you have a browser.
At least trick them into leaning ts.
Man, I wish you could just use TS without some kind of preprocessor.
But I also wish JS had less footguns like "oh, this function returns an array-like object that has half of array methods... But not the one you want right now".