Programmer by day, burnt out by night.

  • 0 Posts
  • 345 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle
  • As soon as I make more than a script, I’m using a debugger.

    I really can’t wrap my head around how so many of my colleagues in the professional work field just print wherever until they find their problem.

    print statements feel like touching around in pitch darkness until I found what I sought, compared to a debugger which feels like just seeing my room and daylight while finding what I sought.




  • I was just checking out the comments to see if anyone already commented that!
    You can also add alt text for accesability between the [ and ].

    For example, I’ll upload an image and link it in text like:

    ![full](https://ttrpg.network/pictrs/image/c97a0e00-82c3-498a-a6ee-dc1960beabef.jpeg)
    

    This becomes:

    full

    If I’d want to upload it in two smaller slices it would look like this:

    ![top](https://ttrpg.network/pictrs/image/c0d20eb9-089b-4dd3-aaf0-0f08887652c0.jpeg)
    ![bottom](https://ttrpg.network/pictrs/image/9bfd7f44-eef1-4949-8649-211ce870fb13.jpeg)
    

    top bottom

    Which should look the same, but in the end someone’s (web-)client may decide to render it differently (such as putting a border or some blank space around each image)