Usually a lurker.
Maybe I should’ve just shut up and thought for a bit longer before writing that comment…

If you want to talk to me elsewhere, you know how to reach me.

  • 0 Posts
  • 32 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle

  • Agreed.

    It actually did help me find an older movie based on the following aspects:

    • late 2000s/early 2010s
    • nature catastrophe
    • scene at the beach of people freezing instantly

    After ruling out "Day after tomorrow"and “Geostorm” that left me with “Arctic Blast” which it actually was (beware, it’s not great!)

    The way people blindly trust it’s output without any actual search or additional context is the worst way to use it. Might as well ask a magic 8-ball.

    Yeah…
    But those are the same that clicked on the first search result and believed it as gospel… :/







  • Coming from powershell scripting, every string is put in quotes and to be printed strings with variables are put in $($var) (e.g. Write-Host "Example-Issue: $($IssueVariable)")
    Saves me the trouble of hoping that $IssueVariable isnt interpreted as a string butbas a variable by PowerShell.