Three-Valued Logic: AND - OR With NULL?!

SQL has THREE truth values: TRUE, FALSE, and UNKNOWN (NULL)! AND/OR with NULL creates logic that breaks everything! Watch!

#sql #sqltricks #database #sqltutorial #threevaluedlogic #null #sqlquiz #codingchallenge #sqlshorts #sqlbugs #booleanlogic #sqlwtf

https://www.youtube.com/watch?v=Dg3yabp9sa4

Three-Valued Logic: ANDOR With NULL?! #sqlwtf

YouTube

Any and All Functions: Boolean Logic SHORTCUTS!

Python's any() and all() vs PHP's loops - which is more elegant? This changes EVERYTHING!

#php #python #phpvspython #anyfunction #allfunction #booleanlogic #shortcircuit #viralcoding #pythonmagic #syntaxelegance #programmingtricks #mindblown

https://www.youtube.com/watch?v=Zu3XwqOhr08

Any and All Functions: Boolean Logic SHORTCUTS! #phpvspython

YouTube

AND/OR With NULL Breaks Logic!

SQL boolean logic with NULL creates chaos! AND/OR operations with NULL give results that make NO sense. This is why queries fail! Watch now!

#sql #sqltricks #database #sqltutorial #booleanlogic #nullhandling #sqlquiz #codingchallenge #sqlshorts #sqlweird #databasequeries #sqlbugs

https://www.youtube.com/watch?v=pv9zJoXjPF8

AND OR With NULL Breaks Logic! #sqltricks

YouTube

I just published a post on an interesting MSc thesis I supervised. Arvid Rydberg and Selina Sand Engberg took on the computational challenge of level-p-complexity (D_p(f)) of Boolean functions.

They optimised the algorithms using hash-consing & normalisation, and developed tools for exact calculations using algebraic numbers.

Details:
https://patrikja.owlstown.net/posts/4554

#Haskell #CompSci #BooleanLogic

I presented earlier work (from before this MSc thesis) at ICFP 2024: https://www.youtube.com/watch?v=mxDjPTDwbGE

🌟 Oh wow, yet another deep dive into the riveting world of #RISC-V instructions! Who knew translating conditions to booleans could be so thrilling? 🎉 If you're still awake, congrats—you've truly reached the pinnacle of engineering enlightenment. 😴
https://www.corsix.org/content/riscv-conditional-moves #DeepDive #EngineeringThrills #TechEnlightenment #BooleanLogic #InstructionSet #HackerNews #ngated
RISC-V Conditional Moves

That XOR Trick

There are a whole bunch of popular interview questions that can be solved in one of two ways: Either using common data structures and algorithms in a sensible manner, or by using some properties of...

2B Or Not 2B? 🤔
Boolean logic meets Shakespeare.
if (2b || !2b) return "That is the question."

🔗 https://techgeeksapparel.com/2b-or-not-2b-that-is-the-question/
#ProgrammingJokes #BooleanLogic #DeveloperHumor #CodeLife

2b Or Not 2b That Is The Question T-Shirt - Logic Shirt Boolean Programming Coders Shirt | TechGeeksApparel

2b Or Not 2b That Is The Question T-Shirt! This shirt is designed for coders and programming enthusiasts who appreciate the beauty of Boolean logic and enjoy

Tech Geeks Apparel

Yesterday on a visit to Lincoln, I came across this highly informative memorial to one of the city’s most distinguished sons, the mathematician George Boole - as in Boolean logic/algebra - described here as the grandfather of the digital age.

#GeorgeBoole #BooleanLogic #BooleanAlgebra #dwprovinvialbritain

In all of the computer programmer jokes about trick or treat, I have yet to see "trick implies treat".

Or clocked logic, come to that.

if (rising_edge(november)) then
usa <= trick or treat;
end if;

(-:

#ComputerProgramming #BooleanLogic @bytebro #VHDL