I don’t like the heat. I hate being hot. Always have. I’m the guy who will
leave the windows open when others have already turned on the furnace. And
I used to be guy who ran the AC all the time and ran it at a very low temp.
Recently though, I’ve come to realize that as long as it’s colder in here than
it is out there, it’s all good. However, the delta has be more than just a few
degrees. And I need the fan on.
read more
For a while now, I’ve been automating my apartment using the
automations component
of Home Assistant. In fact, I had amassed
quite the collection of automations and was starting to have a problem keeping
track of them all and their various interactions (intentional or otherwise).
So earlier this year when Home Assistant introduced automation
debugging
I decided to sit down and refactor the whole thing.
read more
DNS is one of those thing
most people never think about. It’s one of those things in the background that
quietly does its job and no one pays it no mind. Which is why it’s surprising
to people when they discover that if their DNS traffic can be logged, a very
informative picture of them can be created.
read more
One of the reasons that I find myself going back to Gentoo is that you compile the entire system for your hardware which, in theory, leads to the best performance possible. So the first task that I undertook when switching the NUC over to it was to figure out what compile options ClearLinux uses. Once I had figured those settings out, I then decided to use LTO optimization for all packages that support it. However, I didn’t want to use the LTO overlay.
read more
We’ve had a small flurry of customers asking about tuning their OS for the best PostgreSQL performance. While the answer to this question is always ’that depends on your hardware and workload’ and involves a lot of iteration between changing a setting and benchmarking, I thought I’d take a moment to point out that once you do manage to dial-in the settings, you should be writing a profile and deploying to your systems for tuned
to make use of. Please, for the love of $diety, stop editing sysctl.conf
and friends!
read more