Data Fallacies to Avoid

https://www.geckoboard.com/best-practice/statistical-fallacies/

Hard work alone is not enough

Hard work doesn’t matter much if no one recognizes it. Sad but true.

https://www.bbc.com/worklife/article/20210921-why-hard-work-alone-isnt-enough-to-get-ahead

Roadmap to becoming a data engineer in 2021

Sounds about right! =)

https://github.com/datastacktv/data-engineer-roadmap

Repetition without real progress

… it becomes bad when you continue learning even when you know enough. Even when you’re capable of jumping right into the project and figure things along the way, you keep delaying it. Beginning something new is uncomfortable, therefore instead you choose to read an article or take a course just so you can tell yourself that you’re working, but in reality, you’re just looping, you’re not making any progress on the project.

https://www.nashvail.me/blog/stop-learning

Repetition (in learning the same topic) can give a false sense of achievement. Of course I will get better repetition after repetition, but that is diminishing return. It is dangerous to indulge in that warm fuzzy feel-good feeling, while the whole time I am just re-learning the same elementary concepts.

Create more

Most knowledge worth having comes from practice. It comes from doing. It comes from creating. Reading about the trade war with China doesn’t make you smarter—it gives you something to say at dinner parties. It gives you the illusion that you have the vaguest idea what is happening in our enormously complex world.

https://blog.tjcx.me/p/consume-less-create-more

It makes me think how I should spend my time.

The article is a little one-sided, but the point is clear.

The evolution of trust

A nice game or interactive presentation to learn the Game Theory.

https://ncase.me/trust/

COVID-19 Integrated County View

https://covid.cdc.gov/covid-data-tracker/#county-view

Back to red again…

How to tell if a wall is load-bearing

Roadmap and ETA

Nice article to highlight what usual goes wrong in software development in a corporate setting.

https://iism.org/article/driving-engineers-to-an-arbitrary-date-is-a-value-destroying-mistake-49

tesseract

This tesseract app is pretty amazing, can do a OCR very quick. To install on osx:

brew install tesseract
tesseract -l eng ~/Desktop/ScreenShot.png output

That creates output.txt

The recognized text is not perfect all the times, but good enough.

Ref: https://gist.github.com/henrik/1967035