• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle





  • Meh, the best programmers are probably somewhere in the middle.

    This also depends on what kind of work you’re doing.

    Writing some frontend with lots of Boilerplate? That’s lots of lines.

    Writing efficient code that for example runs on embedded systems? That’s different. My entire master’s thesis code project on an embedded system consisted of around 600 lines of C code, and it did exactly what it should, efficiently.

    A better metric to that effect would be the git activity graph. People that do important changes don’t commit 20 times a day - they push a commit usually once a day tops to once every 2 weeks


  • If you’re looking for a free self hosted server - I have been using the oracle cloud free tier for months - especially their Arm based server, and I’m more than happy.

    However, if you end up going that route have some kind of backup strategy set up, and set it up in a way where you can reproduce the server easily, as they reserve the right to suddenly take it offline.

    I’m using a hetzner storage box for backup - which I also use for my personal automated backup with borg.