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

help-circle


  • It can be challenging and the pattern of making goals and not hitting them can be frustrating enough that you just stop trying to make goals. These are some things I find help me get stuff done.

    Social pressure keeps me focused very well, so I go to gym classes. Anytime I work out alone it is a struggle to not just bail early. So I will try to integrate social pressure into things that I find important.

    Setting standards instead of goals. One example was me wanting to better understand TCP/IP networking. So I set a standard of reading the textbook I had on the topic 30 minutes a day. Some days I did less some days I only read a couple pages due to poor focus. But I just stayed focused on meeting the standard every day. I ended up reading through more than half of a very thick textbook with dense technical information. Way further than I would have otherwise.

    Next is to set a priority queue. It’s hard to focus on 10 projects. It is much easier to focus on a single top priority and not worry about the other 9 at all.

    Last is be realistic about your limitations. It is easy to set your expectations based on your best days and beat yourself up on your crap days. Also I find my “Best days” are frequently me hyper focusing so hard I have 2 crap days after to recover. Some times it’s not about what you “should do” and more about what you “can do”.











  • When you read files from the ZFS filesystem it will automatically keep the files in RAM. This is called the ARC and it is why people frequently recommend having a lot of RAM with ZFS. The ARC is very effective, automatic, and has no risk because it only caches reads. A cache drive is a secondary ARC generally using a fast SSD. The problem is that it generally only helps performance when you are reading lots of small files multiple times. This is because ZFS does so well reading large files from HDD that it doesn’t make much of a difference.

    In short: If you already have the drive and want to play with the feature, go for it. But if your going to spend money on the drive, you will probably be better served spending it on more RAM.








  • You have missed my point. People are already putting in effort at their jobs. When they do get time to relax they don’t want to be required to do a second job.

    If this was a car community you would be telling me that everyone needs to know how to do their own oil changes. If this was a baking community you would say everyone needs to make their own bread. A gardening community would say growing vegetables.

    These can be valuable and rewarding skills, but just because it is important to you doesn’t mean it should be required of everyone.