An just 30-something Software Dev that enjoys gaming, woodworking, electronics and plenty of other hobbies. Too many hobbies.

  • 1 Post
  • 301 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle












  • Depends on the group.

    I go climbing with same group at least once a week.

    Then I have my big circle of vegan friends, where we try to see each other at least once a month but that can happen more often sometimes.

    Then there’s my classic circle of friends I’ve been friends with forever and the same for that, usually once a month.

    So even if you disregard my weekly climbing I usually see at least one group of friends every other week but sometimes every week.

    Edit: 31 by the way



  • I often use z as a temp variable when i need something to compare to when creating new code but don’t want a separate window to the side or to experiment with something but don’t yet know what the result can or will be. I use z purely just because i know z is very very unlikely to have been used elsewhere, and if for some reason it has, then i just name it ‘zz’.

    This is actually temporary by the way. It does not stay in my code. Once I’m done with it, i delete it.