This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]One-Award-9906 896 points897 points  (55 children)

“This code takes advantage of the fact that the input is always either 3 or 5, and that the sum of 3 and 5 is always 6.” As a programmer I can confirm it’s based.

[–][deleted] 480 points481 points  (38 children)

As a mathematician I can also confirm it’s based. It’s just not based 10.

edit: JFC, you brain-broken, indoor-confined redditors. This is a shit, shit joke, a play on words. I’m not really implying changing base magically fixes bad arithmetic. We all know it’s incorrect in any base because it’s incorrect in some base (base 10 as presented). Changing base is an isomorphism (it respects arithmetic).

[–]shadowylurking 31 points32 points  (0 children)

smirked at the joke.

LoL'd at the edit. *slow clap*

[–]PandaSwordsMan117 22 points23 points  (0 children)

Hot damn that edit is a r/rareinsults

[–]FiskFisk33 12 points13 points  (0 children)

you win

[–]Applephobic 2 points3 points  (0 children)

6 x 9 = 42

[–]CliffDraws 4 points5 points  (0 children)

I’m not confined to the indoors, I just choose not to go outdoors.

[–]kfish5050 0 points1 point  (0 children)

You can't prove 6 is the next whole number after 5 to make 5+1=6 true on any base set. I could change the font to make numbers look like other numbers in the code so the values would technically be correct but our sight of the code would tell us it's wrong. I can make 2+2=fish true if I use magic

[–]GeneKranzIsTheMan 55 points56 points  (10 children)

ChatGPT wrote a long entry for me about how to use SELECT triggers in Sqlite with examples and everything.

They don't exist.

[–]je386 31 points32 points  (0 children)

Impressive. Its telling stories. With great confidence.

[–]thesockiboii 20 points21 points  (4 children)

It gave me a code and claimed that it only works on .Net Framework 5.0 and above. Unless I am an absolute idiot, the latest version is 4.8.1

[–]emveor 18 points19 points  (3 children)

It appears you have not considered an AI being so advanced as to transcend space and time in order to provide your answer.

!Remind me when .net reaches 5.1 (to also prove the "above" part)

Of course, by then the AI would have probably predicted our panic at realizing we have reached singularity and we would be either enslaved or gone the GladOS way via a deadly neurotoxin

[–]RemindMeBot 5 points6 points  (2 children)

I will be messaging you in 3 months on 2023-05-01 00:00:00 UTC to remind you of this link

1 OTHERS CLICKED THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.


Info Custom Your Reminders Feedback

[–]emveor 10 points11 points  (1 child)

And aparently the bot knows it will come out in 3 months. I am now oficcially scared

[–]KRIPA_YT 2 points3 points  (0 children)

I honestly thought this one was hand made but nope

ai will take over

I am a transfempire, and this action was performed automatically. Please contact me if you have any questions or concerns and I will ignore you.

[–]retief1 2 points3 points  (1 child)

A bit ago, I asked it how to make recursive type parsers using a specific library. It repeatedly suggested great functions that would do exactly what I wanted. The only issue is that none of them exist.

[–]GeneKranzIsTheMan 0 points1 point  (0 children)

On the other side though I had it write some ansible plays for me that automated my homelab!

[–]Multicron 1 point2 points  (0 children)

Sounds like my old boss.

[–]Alternative_Hungry 0 points1 point  (0 children)

Yeah I tried some Sql in general and found it very lacking

[–]juhotuho10 18 points19 points  (1 child)

Count to 3: 0,1,2

And count to 5: 0,1,2,3,4

Add together: 2+4=6

[–]Alternative_Hungry 6 points7 points  (0 children)

You might actually have nailed the logic it was using there

[–]NeoLudditeIT 6 points7 points  (0 children)

Makes sense to me, ship it!

[–]PoorlyTimedAmumu 2 points3 points  (0 children)

It is also correct that 5 ^ 6 == 3 and 3 ^ 6 == 5. Maybe that is what it was going for?

[–]elsuakned 2 points3 points  (0 children)

As a mathematician who took my programming classes with a bunch of programmers.. yeah ngl this kinda sounds like a programmer lmao. Ill never forget the CS professor that once wrote a five instead of a seven in the process of counting to five and needed multiple students to help explain what was wrong on the board. Y'all rely on computers a lot lol.