-
Kibana Query cheatsheet
Example Query Result DSL message:”a test” 1 match phase message: a test 1, 2 match message.keyword: “a test” none match phase message.keyword: “this is a test” 2 match phase KQL got converted to DSL before sending to the server: We can check the related DSL by clicking “inspect” button in UI. Reference: https://xeraa.net/blog/2021_kibana-map-kql-url-elasticsearch-query/
-
CLEW Snowboard binding
Let’s try it. next year!
-
My first receipt to myself
I payed myself $1 to myself. 😀
-
Sales Tax in CA
Now I know. CA State Tax is 6%, County Tax 0.25%, Marin 1% (The store?) and the Alameda County is 3%. Totally 10.25% in Alameda, CA.
-
Return policy from popular brands
I would like to talk about the return policy from some popular brand. Actually they are a little bit different even overall they are all good. Patagonia I actually would say Patagonia has the best return policy. Both new and sale items can be returned without a set time limit. It just suggests that if you return because of the fit or color it would recommend to return in a timely matter and keep in new condition with tags. The thing is it’s just recommendation and you can always choose other reason to return (Admit it, many people do that..) Patagonia has a separate site Worn Wear which has separate…
-
SSH related cheet sheet
Ignore password when ssh to a host ssh-copy-id Ignore pass phrase:
-
Useful network cheat sheet
Check SSL openssl s_client -connect poynt.frontdoor.akadns.net:443 -showcerts Routing path: poynt.net (A) => dwccpvpm8ni1x.cloudfront.net (Poynt AWS) => poynt.frontdoor.akadns.net (CNAME) => poynt.us-east-1.fd.aws.gdcld.net (Envoy Proxy) => ALB => web
-
I love Columbia Men’s Trail Fire Windbreaker Jacket
I bought the jacket years back and it took 15 mins to find out the model after serveral years. It’s so good that it’s so light and thin and it really looks good! I just weighted it and it’s only 158g (5.57oz). And it has three zipped pockets! Sadly, I cannot find many info about this jacket online.
-
Some useful tips for GH5
I have been used big cameras for years but I still feel I don’t fully use the functionality out of it. I bought my GH5 4 years back but I just found several very useful features recently. Post Focus Mode This is very useful if you want to make sure the picture got focused. Simply choose the post focus mode if you want to make sure you got focused picture especially you just lend the camera to your friend to take a picture of you but they just don’t know how to use focus correctly. Especially GH5 is not really good at focus… The downside of this is it takes…
-
Sublime Column Mode
It’s very easy and the easiest way is just hold the middle mouse button and move the mouse. If you want to select specific lines. While you have selected the lines, loose the middle mouse button and hold “CMD” button and re-select new lines. If you want to subtract from selection, hold “CMD” and “Shift” instead. Alternative is hold “ctrl” and “shift” button and keep clicking “up” or “down” to select. Reference: https://www.sublimetext.com/docs/2/column_selection.html