HN user

guskel

280 karma
Posts0
Comments143
View on HN
No posts found.
PHP's Oddities 2 months ago

PHP 8.3.6:

$ php -r 'var_dump("01234" == "1234");' bool(true)

$ php -r 'var_dump("09223372036854775808" == "9223372036854775808");' bool(false)

Hey I have cubital tunnel and also have an ulnar deviation in my left arm. Have you tried ergos with low profile keyboards? ZSA also makes a model called the Voyager, which is the best keyboard that I’ve ever had. Might be worth checking out. Like you with the Kinesis, the Voyager has been able to keep me in the game.

Yep, I've seen type hinting even be helpful without a type checker in python. Just as a way for devs to tell each other what they intend on passing. Even when a small percent of the hints are incorrect, having those hints there can still pay off.

To each their own.

Others would say datalog elegant and makes it easy to compose statements whereas SQL has an ugly syntax. I mean, ORMs were invented to try to avoid writing SQL but they too have their own problems.