Well Fing you too!
That’s the funniest thing I’ve read all year so far…
I am not a robot. I promise.
Well Fing you too!
That’s the funniest thing I’ve read all year so far…


I don’t participate in the slop machine yo. I’m just a regular human goober, just goofing off. I dunno how effective or not it might be, but feel free to do whatever you want, or don’t want, with my code.
Here’s an update…
Well both thank you and you’re welcome all at the same time 👍
I’ve been piddling with simple code lately, intended to be something of a start to a concept framework of code that AI probably can’t handle…


Also, how is AI gonna interpret such code without running it first?
Its kinda easy for human eyes to see what I did, but how is AI gonna comprehend what letter equals what number?


Exactly. But it totally throws off AI…
I’ve got a more extended version I’m still casually working on when I get bored, which includes ELRUIYDAMB
Care to guess what those letters mean numerically?
I’ll drop a clue, B=Billion


That’s absolutely awesome!
I’m gonna start referring to this as ‘smelling AI slop’
You got the sense to sniff it out, even without programming experience. And that’s a damn good sense to have these days 👍


This comment has been confirmed and validated by an actual human being 👍


And this is why I come up with stupid concepts like this, coding without numbers, just to fuck up artificial intelligence…
https://lemmy.world/post/43158470
Sorry I said it was Friday, it was actually Sunday 🤦♂️


That’s actually the even more proper way to handle it, thanks for the update 👍


I didn’t write the article, neither did OP.
If the article is false, well so be it, but at least the supposedly false article was archived.
Sometimes, even if an article proves to be false, readers in the future might still be curious what all the article said or claimed.
🤷


OP posted a working archive link in the comments…


You should edit your original post to use the archive link, as the main link now leads to a 404 error…
True that, I’ve seen at least one golf course closed that’s like 10 miles north of us. Do note that I’m not a golfer…
Anyways, all the more reason to open the land up to the unhoused/houseless!
Related: George Carlin - Golf Courses for the Homeless
https://youtube.com/watch?v=5x8nyw7-9QE
Skip to 5:44 for the actual bit on golf courses. He explains that there are over 17,000 golf courses in the USA, each averaging ~150 acres, all combined total a land area of about ~4820 square miles, which is enough land to make up 2 Rhode Islands and a Delaware!


Bleh, I told Oracle to literally fuck off (they redacted a couple of my messages), because I was trying to debug their Sound Blaster 16 emulation…
https://forums.virtualbox.org/viewtopic.php?t=12425
I opened that bug ticket in 2008. It’s still open today, because Oracle basically gave me the corporate version of fuckoff, while I was only acting as a volunteer debug coder.
I think I have one of the longest still open bug tickets in existence, and they can sugma…


Well you sound like a pleasant individual, happy holidays to you as well.
Whatever software you were working on, I’m pretty sure most people aren’t inclined to support douchebag developers…


Umm, okay.
Why wait? If you don’t like the fediverse, I’m sure you can find the exit…


Is that a boomerang in your pants, or are you just happy to be here?


We are SAUSAGE. You will be assimilated. Resistance is futile.
I do think that most dialects of Basic automatically zero out variables when they’re defined, but my code concept here makes no such assumptions, I assume the worst that all variables start off as random garbage.
I chose Mobile Basic because it’s easy to understand, the code concept doesn’t require any super complicated language, and I can easily piddle around with stuff like this when out and about on road trips and such.
If you like the coding idea, feel free to use it and even adapt it to other languages.
One thing I don’t exactly like about this particular version of Basic is that it’s kinda picky on what all I can and can’t do between integer vs double data types, it doesn’t allow bit shift operations using doubles, which does make sense, but some other Basic dialects do tend to allow that by simply rounding to an integer before performing bit shifts. I guess it just depends on what your calculating priorities are, decimals or integers…