Skip Navigation
Jump
Joe Pasquale impaled in freak moose antler incident in Skegness
  • He's carting these huge fucking antlers around on a national tour just for the lamest of lame puns. He must have workshopped this "gag" and miraculously not died on his arse, for him to decide it's worth hauling the antlers around. Baffling.

    6
  • www.bbc.co.uk Joe Pasquale impaled in freak moose antler incident in Skegness

    The comic was given seven stitches and says he is lucky to be alive.

    8
    Jump
    Rishi Sunak told NHS crisis is 'your fault' in on-air clash with junior doctor
  • Lie after lie.
    Striking workers are to blame for waiting lists (they were long way before striking!).
    Eliminating 2 year waits (my son is on a 4 year waiting list).
    Record funding (yeah, thanks for the inflation 👍).

    11
  • Jump
    and people wonder why we say PHP is a meme
  • I just tested these out out of curiosity.
    0=="text" returns false in PHP 8.2 as I'd expect.

    The others make sense in the way that php juggles between types. An empty variable can type-juggle to null, but an array can't be directly compared with a string.

    (Although you wouldn't really want to compare an array with a string, PHP just treats an array as greater than other variables. So weirdly, ([] > "") == true.)

    2
  • Jump
    and people wonder why we say PHP is a meme
  • If you're trying to directly compare different variable types in any language without strong typing, you're going to have edge-case results which you might not expect.

    My "coding like a moron" message still stands. PHP isn't a strongly typed language and it doesn't tell you off for trying stupid stuff like comparing a string with an int. Nor do other languages like JavaScript.

    13
  • Jump
    Some things never change, but at least there is progress!
  • The trick is to only use DDG and nothing else. I haven't used Google for years so I have no idea how crap the DDG results are in comparison...

    10