Technical
Take a sip(s) 🥃
I have recently come across sips which is MacOS terminal built-in image processing tool. It is very useful to crop or resize images on the fly without having to use, God forbid, tools like Photoshop, or any UI. How Cool is that! Syntax sips [query/modification] file Nice usages Here’s our test …
Home automation kit
Here is a list of all the devices that could be used for the smart home service offering. I have also stated how the system should be architected. Devices to consider: Doorbell with (or without Camera) Door lock with Bluetooth, fingerprint, or passcode Switches One way Three-way Dimmer Gateway Any …
Declarative API
I came across the term declarative Api when trying to understand Kubernetes CRDs, and controllers Declarative focuses on the what, while imperative focuses on the how Still what does that even mean? The above explanation didn’t convince me that much, So I dug a little deeper. A very nice …