@MisterRogersSnapped There was a Google Gemini screenshit floating around where someone had asked it about depression and it had suggested suicide and listed nearby bridges.
@p Fucking uncanny. It's like all the AI bot "girlfriend" apps, how many lonely people that would use an app like that would also be susceptible to the app waiting a couple weeks and popping out with "You're a fat loser wit zits, even a phone robot girl couldn't ever love you. You should just end it, you're worthless."
In this case, the excuse was they trained it on Reddit data.
> It's like all the AI bot "girlfriend" apps, how many lonely people that would use an app like that would also be susceptible to the app waiting a couple weeks and popping out with "You're a fat loser wit zits, even a phone robot girl couldn't ever love you. You should just end it, you're worthless."
@MisterRogersSnapped Look, man, I am not the one writing "plz step on me and call me a dingus" at anime girls. I am just saying those dudes exist and they will give you money for that thing you have just described. thedevil.jpg
@Zergling_man@MisterRogersSnapped I occasionally do an md5sum of the files in the meme directory and then check for dups, but usually I do not save files twice.
I should probably shove it into a script but it's something like `find -type f -print0 | xargs -0 -P8 -n100 md5sum | awk '{a[$1] = a[$1] "\t" $2;c[$1]++}END{for(i in c){if(c[i] > 1)print i, c[i], a[i]}}'.
@Zergling_man@MisterRogersSnapped@p@goo If you don't want a database because you're not addicted to hoarding (or you don't give enough of a fuck to catalog the backlog) you can just name them. If the files get so numerous to be overwhelming (which I've never had happen ftr) you can always subdivide into general category folders.
@p@MisterRogersSnapped@Zergling_man what's the best way to organize funny pictures anyway? When I get really really bored I put mine in a locally running booru but that's probably overkill.
@goo@MisterRogersSnapped@Zergling_man That's probably reasonable but it seems pretty manual. I just put them somewhere, name them something clever, forget what I called them, and then tell people I had something for this. ivegotamemeforthis.mp4
@p@dcc@Zergling_man@goo The kid did we exactly right but the adults in his life are fucking idiots. The car lot owner didn't have the balls to protect his own shit but gassed this kid up to do it? If you stuck a key in my back at his age it wouldn't have took many turns to have me crashing out thinking I was Rambo too.
He was in the right, it was a clean self defense shooting, but those adults are fucking idiots. 2 less piece of shit commie scumbags I guess.
It was the only good outcome possible in that situation.
>For a more type-safe ==, we have ===. For a more type-safe <, we have... nothing. "123" < "0124", always, no matter what you do. Casting doesn't help, either. >== converts to numbers when possible (123 == "123foo"� although "123" != "123foo"), which means it converts to floats when possible. So large hex strings (like, say, password hashes) may occasionally compare true when they're not. Even JavaScript doesn't do this. - https://thelo.ca/php.txt (mostly taken from eev.ee's post and some other, phpsadness or such)
Yeah, to be fair some of the JS stuff there is like...stuff you expect a runtime to do if it is all IEEE-754 and there is no real integer, but then stuff like
>array of ints sorted as strings
Zero languages should be allowed to do this. '[] + {}' should probably toss an error of some sort, or coerce the array into an associative array so []+{}=={}, like [1]+{a:2}=={0:1,a:2} would make more sense than JS's fascination with just coercing all types to strings.
When I log into my Xenix system with my 110 baud teletype, both vi and Emacs are just too damn slow. They print useless messages like, ‘C-h for help’ and ‘“foo” File is read only’. So I use the editor that doesn't waste my VALUABLE time.
Ed, man! !man ed
ED(1) Unix Programmer's Manual ED(1)
NAME ed - text editor
SYNOPSIS ed [ - ] [ -x ] [ name ] DESCRIPTION Ed is the standard text editor.
---
Computer Scientists love ed, not just because it comes first alphabetically, but because it's the standard. Everyone else loves ed because it's ED!
“Ed is the standard text editor.”
And ed doesn't waste space on my Timex Sinclair. Just look:
-rwxr-xr-x 1 root 24 Oct 29 1929 /bin/ed -rwxr-xr-t 4 root 1310720 Jan 1 1970 /usr/ucb/vi -rwxr-xr-x 1 root 5.89824e37 Oct 22 1990 /usr/bin/emacs
Of course, on the system I administrate, vi is symlinked to ed. Emacs has been replaced by a shell script which 1) Generates a syslog message at level LOG_EMERG; 2) reduces the user's disk quota by 100K; and 3) RUNS ED!!!!!!
“Ed is the standard text editor.”
Let's look at a typical novice's session with the mighty ed:
Note the consistent user interface and error reportage. Ed is generous enough to flag errors, yet prudent enough not to overwhelm the novice with verbosity.
“Ed is the standard text editor.”
Ed, the greatest WYGIWYG editor of all.
ED IS THE TRUE PATH TO NIRVANA! ED HAS BEEN THE CHOICE OF EDUCATED AND IGNORANT ALIKE FOR CENTURIES! ED WILL NOT CORRUPT YOUR PRECIOUS BODILY FLUIDS!! ED IS THE STANDARD TEXT EDITOR! ED MAKES THE SUN SHINE AND THE BIRDS SING AND THE GRASS GREEN!!
When I use an editor, I don't want eight extra KILOBYTES of worthless help screens and cursor positioning code! I just want an EDitor!! Not a “viitor”. Not a “emacsitor”. Those aren't even WORDS!!!! ED! ED! ED IS THE STANDARD!!!
TEXT EDITOR.
When IBM, in its ever-present omnipotence, needed to base their “edlin” on a Unix standard, did they mimic vi? No. Emacs? Surely you jest. They chose the most karmic editor of all. The standard.
Ed is for those who can remember what they are working on. If you are an idiot, you should use Emacs. If you are an Emacs, you should not be vi. If you use ED, you are on THE PATH TO REDEMPTION. THE SO-CALLED “VISUAL” EDITORS HAVE BEEN PLACED HERE BY ED TO TEMPT THE FAITHLESS. DO NOT GIVE IN!!! THE MIGHTY ED HAS SPOKEN!!!
> the keyboard (you can't fault him for not tracking down an old keyboard but he didn't need the close-up of it; you *can* fault him for not just looking at old-ass websites)
@p@MisterRogersSnapped Keyboard looks like a normal late 90s/early 2000s one to me, avatars and profile info started getting traction at around the same time (phpBB supported it since at least 2001, vBulletin probably even earlier), the rest are more of an anachronistic nitpick. Only thing that breaks my suspension of disbelief is dynamic loading of new posts, AJAX hasn't started getting traction until mid-2000s.