• 0 Posts
  • 17 Comments
Joined 7 months ago
cake
Cake day: September 15th, 2025

help-circle



  • expr@piefed.socialtoScience Memes@mander.xyzEntrainment Entretainment
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    8 days ago

    if you sleep at the same time consistently, changing that is a big change for your body. It takes time to adjust a strong routine, and it takes a physical toll to do so.

    We have lots of evidence of it causing all kinds of problems: increased numbers of heart attacks, car accidents, and more. It very much is a detriment to society.







  • This argument doesn’t really hold up, honestly. That is all easily done with shell scripting, and shell scripts can be committed to source control and shared to other members of the team easily. This is what my team does for our common API needs. It even has ecosystem support in many places, such as popular openapi renderers providing curl command examples for routes automatically, being able to copy the exact request made by a web browser as a curl command from the network tab automatically, and so on.

    I use curl for absolutely everything, including testing out my work for each and every ticket I work on. Been doing this for years now. It works great and has many, many advantages over property bullshit like Postman.