this post was submitted on 10 Feb 2026
493 points (96.6% liked)
Programmer Humor
29635 readers
1079 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Now get ready for fuzzy logic!
Also now you know more about AI than most AI bros on the internet.
Laughs in VHDL
The not so funny thing is that if you try this in scripting languages -1 and 1 are both truthy so...
Because you need to infer the fuzzy boolean as a type (I personally plan to make one that works between -127 and 127, on integers instead of floats), and then write an interpreter to use the values accordingly.