Book Summary of The Practice

Reference Title “The Practice” Author [[Seth Godin]] Book in three Sentences (almost) ( Here’s my first stab at this, on [[February 1st, 2021]] ) If you’re not on the hook, then you are working as an #amateur or as a #hack Your daily practice is not about doing what you love but loving what you do. Author says if you are not doing for someone other than yourself, then that is also #amateur status....

March 6, 2021 · (updated March 12, 2023) · 9 min · 1903 words · Michal Piekarczyk

whois

Nearly lost all the blooood in my face today because I got an email from my domain company hover.com confirming my WHOIS record. And they showed my home address , name , email and phone number in a WHOIS record. 😅😅. Great, people have been harvesting my personal data for half a year. When I logged into hover account I showed that I had been using “WHOIS privacy “ obfuscation. So what the heck hahaha....

February 2, 2021 · (updated August 2, 2025) · 1 min · 114 words · Michal Piekarczyk

Spark Weekend

Trying out Spark this weekend These are just my casual notes from doing that, updating them as I go along. Following this post to get kubernetes running in Docker for mac Per this post , I just ticked the “Enable Kubernetes” option in the docker settings. Kubernetes is taking quite a while to start up though . several minutes. kind of weird? Download spark image From here 2021-01-24 ok backup my docker images Per notes , I backed up local docker images, Like this… docker save citibike-learn:0....

January 23, 2021 · (updated February 26, 2023) · 17 min · 3414 words · Michal Piekarczyk

Steak Two

Two updates to the earlier steak post. Earlier, I was getting a really low temperature on the meat thermometer I was using and I am pretty sure now that was because I was only dipping just the tip as opposed to basically burying the thermometer lengthwise. This time around I seem to be getting the expected temperature, above 130 F and even above 140 F, whereas before this temperature was not registering even though I had validated that it was working on some pie for instance....

January 7, 2021 · (updated February 26, 2023) · 1 min · 122 words · Michal Piekarczyk

notes on Git Internals Git Objects article

Reading https://git-scm.com/book/en/v2/Git-Internals-Git-Objects (pandars3) $ echo 'test content' | git hash-object -w --stdin d670460b4b4aece5915caf5c68d12f560a9fe3e4 I tried that and oh hah so -w tells git hash-object to actually add that hash to my git key value store database hmm.. lets see if i can find it .. (pandars3) $ file .git/objects/d6/70460b4b4aece5915caf5c68d12f560a9fe3e4 .git/objects/d6/70460b4b4aece5915caf5c68d12f560a9fe3e4: VAX COFF executable not stripped - version 737 Ah indeed. ok binary though. hmm but apparently this is actual data.. (pandars3) $ ls -lh ....

December 13, 2020 · (updated February 26, 2023) · 2 min · 394 words · Michal Piekarczyk