Look, 1984 is when I got my first circumcision.
I got my second one at Dismey Wards…
I am not a robot. I promise.
Look, 1984 is when I got my first circumcision.
I got my second one at Dismey Wards…
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 🤦♂️


LOL!
Well, at least the chromium link properly links to the article about the chemical element, not to Google’s web browser…
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…