Threen

joined 2 years ago
31
Checkout Paged Out! (pagedout.institute)
submitted 2 weeks ago* (last edited 2 weeks ago) by Threen@aussie.zone to c/programming@programming.dev
 

Issue #8 came out a few months ago.

 

I am trying to work out if this is LTR Arabic, or just gibberish.

From the boardgame Blood on the Clocktower.

[–] Threen@aussie.zone 0 points 2 years ago

Update: The original dev does not remember exactly. However they have said that clientId was originally a VARCHAR, so this may have been checking for both '0' or ''

So an over-engineered workaround to a bad datatype perhaps?

1
Guess the intent (aussie.zone)
submitted 2 years ago* (last edited 2 years ago) by Threen@aussie.zone to c/sql@programming.dev
 

I am one of the developers on a very small team and have just found the following query

I would love to hear your ideas for what you think was being attempted here!

SELECT ... FROM client WHERE CAST(ABS(SIN(clientId)) AS BIT) = 0

 

I hope some people here enjoy reading these as much as I have

If you know of anything similar, I would love to hear them