• 0 Posts
  • 72 Comments
Joined 1 year ago
cake
Cake day: July 15th, 2023

help-circle




  • lolcatnip@reddthat.comtoGaming@beehaw.orgthe secret recipe
    link
    fedilink
    English
    arrow-up
    50
    ·
    edit-2
    9 days ago

    “But the plans were on display…”
    “On display? I eventually had to go down to the cellar to find them.”
    “That’s the display department.”
    “With a flashlight.”
    “Ah, well, the lights had probably gone.”
    “So had the stairs.”
    “But look, you found the notice, didn’t you?”
    “Yes,” said Arthur, “yes I did. It was on display in the bottom of a locked filing cabinet stuck in a disused lavatory with a sign on the door saying ‘Beware of the Leopard.

    From is run by Vogons!
















  • This. I still write plenty of bash scripts, but I’ve noticed that except for really simple cases, I very quickly reach a point where I would have been better off using Python instead. And when I start with a Python scripts I often end up redoing it in Rust for a variety of reasons. It’s just easy to underestimate how serious a programming project is. At least I’ve never started something in bash that I needed to migrate to Rust.

    (I think a lot of people would see Go as the next logical step from Python, but I personally find some things about Go really irritating.)