• 23 Posts
  • 38 Comments
Joined 2 years ago
cake
Cake day: October 18th, 2023

help-circle

  • I’ve only ever deleted one comment I’ve made. I was having a bad day, I was being overly pissy and inflammatory, and the comment didn’t add anything to the conversation. If I had been the mod of that community, I would have deleted it and possibly banned myself. Since they didn’t, I did. Once I came to my senses.

    For the most part, though, I’m happy to leave my stupidity up for the future to see.










  • I don’t generally read them to the minute very often. For the most part, 5 min increments are close enough for what I need, most of the time. If I do need a more precise time, I’m usually already closely watching the clock and it’s just addition (was 1341 when I started this, now it’s 1345.).

    If I need to get the precise time, cold, than it’s as simple as: closest 5 min tick, then add or subtract minute ticks till you get to the minute hand

    Eventually you get to the point where it’s not something you consciously think about. You just look at the clock and then pattern recognition takes over and you just know what time it is.







  • From what I’ve noticed, “not figuring it out” is often either a question of fine motor coordination or poor ear training.

    Other times it’s outlandish expectations from yourself. Your not going to be playing "Money for Nothing " by Dire Straits for a while, but something along the lines of “Three Little Birds” by Bob Marley is probably achievable within your first week.

    Fine motor control is mostly just a matter of practice. Use a metronome and start SLOW.

    Ear training in this context is being able to map a sound in your head to a finger position on your instrument. Again practice, pick a simple melody and try to find that melody on your instrument.

    As for what instrument. What do you want to play? You could get any instrument in the world, but it doesn’t matter if you don’t want to play that instrument.

    I mostly play and teach guitar, you can easily get a reasonable instrument in the $300-$600 range. Sometimes cheaper.

    Serviceable keyboards can be had for about $150.


  • I self host a lot of different things, some public (like my Nextcloud instance) and others are only on my home network (like paperless). Basically, if I know I’m going to allow non-techy folks to access the service I’ll consider making it public, otherwise it stays on my VPN.

    Setting them up was mostly just downloading their docker-compose.yaml adjusting a few variables to suit my needs and then running docker compose up -d to bring them online.

    For the most part, maintaining the service consists of making backups and just pulling the new containers when it’s time to update (docker compose pull && docker compose up -d).

    As for hardware, mostly it’s just old desktops I’ve repurposed into servers. I don’t generally use VPSs unless it’s something I really don’t want to go down if my home internet goes out. Right now, nothing I have is running on a VPS, but the last service would have been my Matrix server. When I couldn’t get any of my friends and family onboard with it I shut it down and started using a public Matrix server instead.