• 1 Post
  • 55 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle
  • Honestly the 2nd analog stick I didn’t mind too much because the face-buttons made a decent D-pad for the tiny handful of shooters on the DC. The bigger flaw was the lack of 2nd shoulder-buttons.

    Also that putting a screen into a controller has always been a solution looking for a problem. It was on the DC, it was on the Wii-U, and there’s a good reason they abandoned the idea to put a screen on the PS4 touchpad controller.



  • Pxtl@lemmy.catoProgrammer Humor@lemmy.mlam i just bad at devops?
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    2
    ·
    edit-2
    1 month ago

    DevOps is bad because for some reason we’ve decided to invent new programming languages that you can’t debug locally and so you have to keep pushing commits to the pipeline server. It’s bullshit.

    “Why do you write all your pipelines as shell scripts and then wrap them in yaml at the very end”?

    Because then I can run them locally quickly and test individual components of them instead of “edit, commit, push, wait 10 minutes, read error message, repeat”.






  • What blockchain doesn’t have high transaction costs once it scales up to large usage? Fundamentally blockchains are about hyper-redundant indestructable storage with expensive costs for writing to that storage to prevent flooding it with garbage. The most mature and sophisticated blockchain that doesn’t involve burning down a forest to solve sudokus is the Ethereum network, which is probably the one to point to when we’re talking about a large blockchain, and that’s one that uses the subcurrency of “gas” to model paying for recording into that ledger.

    Are there any blockchains that could handle transaction volumes on the scale of a game-store like Gog or Epic (much less Steam) without putting non-trivial prices on writing the transactions to the ledger?







  • Pxtl@lemmy.catoProgrammer Humor@lemmy.mlAverage TS developer
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    3
    ·
    edit-2
    8 months ago

    JS is the one that’s built into the browser. If JS wasn’t built into the browser, it would go onto the trashbin of bad old languages that only survived because of their platform like VBA and ActionScript and .bat batch scripting. You can’t compare JS to any other language because JS is the one you don’t get a choice on.