Spyke
toynbeereply
piefed.social

I'm curious of what that means, but that link put me through five captchas in a row and I ran out of patience.

2

Thanks! I'm on a VPN using graphene, so that's probably why YouTube doesn't like me.

3

I also propose a new binary operator CARES_ABOUT_YOUR_FEELINGS

8
piefed.social

May I introduce the VHDL STD library where you can set an output to "don't care":

Wikipedia IEEE-1164

As an embedded electronics engineer discovering VHDL was a blast and a mindfuck!

25

Don't worry, VHDL is still a mindfuck sometimes even after being an FPGA engineer for years (mostly only using VHDL). It's such a cool language, and I am glad you discovered and are enjoying it!

12

its just what most people what vall illegal state or impossible?

1

If this classic isn't linked from that Wikipedia article (I never checked) it really should be. Like the "static cling" image, evnen encyclopedias need to know when to step out of formal style. 🤭

2

While working on some client code, my coworker and I came across a case statement that said something like

if myBoolean == TRUE
then blah
else if myBoolean == FALSE
then blah blah
else if myBoolean is null
then blah blah blah

Ever since we've always laughed at the "trinary bit".

9

I'd have gone with "truthy" and "falsy", but I like the cut of the jib all the same

4

I'm confused as to the use of double true.

I've been running a query adding TRUE entries to other TRUE entries, but I just get TRUE as result.

2

You reached the end

megabool | Spyke