Create diagrams with code

Graphviz is powerful! It can visualize dependency with input from code, that means we can programmatically generate visual output. [code] digraph MyGraph { a -> b b -> c a -> d a -> c } [/code] Ref: https://ncona.com/2020/06/create-diagrams-with-code-using-graphviz/ http://www.webgraphviz.com/ http://magjac.com/graphviz-visual-editor/ https://forum.graphviz.org/

June 10, 2020 · 1 min · birdchan

Monty Hall Problem

Interesting brain teaser. Suppose you’re on a game show, and you’re given the choice of three doors: Behind one door is a car; behind the others, goats. You pick a door, say No. 1, and the host, who knows what’s behind the doors, opens another door, say No. 3, which has a goat. He then says to you, “Do you want to pick door No. 2?” Is it to your advantage to switch your choice? ...

June 9, 2020 · 1 min · birdchan

Docker Compose vs Docker Stack

They are very similar, but if you are upgrading from docker compose to docker stack, you may need to modify your existing docker compose yaml file. From what I noticed, here are the obvious pain points No build. If you have build and args, you will need to do that outside of the yaml file. Docker stack expects to see image. No container_name. If you have other services (e.g. nginx) that depend on container_name, you will need to use some workarounds. ...

June 8, 2020 · 1 min · birdchan

Rule of 72

This is interesting. Say, if I have $100, and the saving account rate is 2%. Assuming compound interest, how long does it take to double the money? An easy way to estimate that is to simply calculate: 72 / 2, which is 36. So it will take 36 years to double my money. Really? Let’s see… 100 * (1+0.02)^(36) = 100 * 2.0398… = 203.98 !!! WTF !!! How about SPY? Based on trailing 10-year data, the fund generated average annual returns of 11.04%. So how long does SPY take to double my money? 72 / 11 = 6.54. ...

May 20, 2020 · 1 min · birdchan

Covid-19 tests

Apparently there are 3 types of Covid 19 tests. 1. Nucleic acid amplification tests ( molecular tests) - also known as genetic, RNA or PCR tests. 2. Antibody tests - also known as serology tests. 3. Antigen test Diagnostic or PCR test. This is the one with the long stick getting mucus from your nose. Even though it takes a few days for the virus to replicate in the nose, this method is so far the most reliable one. ...

May 15, 2020 · 1 min · birdchan

Wordpress hosting on AWS

I am glad my blog is on wordpress.com. Seems like there are better ways now (not necessarily easy): https://aws.amazon.com/getting-started/hands-on/launch-a-wordpress-website/ https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/php-hawordpress-tutorial.html

April 21, 2020 · 1 min · birdchan

Unemployment

The number of Americans who applied for unemployment benefits last week rocketed to a record 3.28 million Why is the market still going up? Don’t fool me. People don’t have jobs, government is printing money, where are we going? This is probably just the first wave of unemployment numbers, wait until the next wave. Link: https://www.marketwatch.com/story/a-record-328-million-americans-applied-for-unemployment-benefits-last-week-due-to-coronavirus-2020-03-26

March 26, 2020 · 1 min · birdchan

Social distancing?

Would social distancing work? The available hospital beds line is way down there. I kinda understand now why China built new hospitals in 7 days and locked down cities. It was really to minimize casualties. Social distancing could only delay the spike. I wonder if we spent the trillion dollars to pay everyone to stay home instead, would that be a better alternative. ...

March 26, 2020 · 1 min · birdchan

COVID-19 in US and Canada

https://coronavirus.1point3acres.com/ IMG-7312 IMG-7313 Other links: Coronavirus COVID-19 Global Cases by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University (JHU) https://www.tradingview.com/covid19/ https://covidactnow.org/state/WA https://informationisbeautiful.net/visualizations/covid-19-coronavirus-infographic-datapack/?from=groupmessage&isappinstalled=0

March 20, 2020 · 1 min · birdchan

Street Fighters

We had this before Super Smash Bros. https://youtu.be/yMLt6KetIXU

March 19, 2020 · 1 min · birdchan