Looking for Something to Read in the New Year?

As the year draws to an end, here’s what the folks I follow read this year. Vishal Khandelwal, has a couple of short, sweet posts on “The Books That Made Me.” Here’s Part 1 and here’s Part 2. If you’ve already read (and reread) Taleb’s books, here’s a list of books he loves (and hates). Here is Ryan Holiday’s evergreen list and here’s what he was unto in 2018. Patrick Collison has a whole antilbrary. (via this ttfs episode). ...

December 23, 2018 · Mario Jason Braganza

How to Think Better

Scott H Young on writing as a tool to sharpen your thinking. From the article … First, by jotting down your thoughts on paper, you can hold more ideas than you could in your limited working memory. This means you can more easily work through thoughts that have several parts which are difficult to keep in mind simultaneously. Second, writing allows editing. If I write down an idea, then later notice a contradiction further down the page, I can go back and edit it. Editing mentally quickly becomes exhausting as, like in the n-back task, the old information interferes with the new. ...

December 15, 2018 · Mario Jason Braganza

#100DaysOfCode, Day 006

Today I really understood what deliberate practice was all about. What did I do today? Wrote and ran the birthday app I watched yesterday. It’s a simple app that asks you for your birthday and then tells you, how many days to or since your birthday. What did I learn? I spent at least 30 minutes hunting down and looking up errors, caused by a tiny typo. I ought to be more careful. On the other hand, while I know the basic syntax, my python vocabulary isn’t large enough yet. I still need to see what my 80/20 ratio of fluency to lookup will be. Right now I am looking up everything. I am beginning to think of programming as cooking. It’s a really good analogy and it makes programming a lot less intimidating. And finally I actually figured what deliberate practice was all about. I worked at a hard enough task that was just out of reach. As opposed to times in the past where stuff was too easy or frighteningly hard. This is a really good space to work in. My head still hurts, but it hurts in a good way 🙂 Onwards … ...

November 8, 2018 · Mario Jason Braganza

#100DaysOfCode, Day 005

Happy Deepavali folks :) Had an easy day today. The slog yesterday paid off! What did I do today? Finished the Guess the number game app. Watched videos for the next one, the Birthday Countdown App. What did I learn? Have to be wary with while loops and where I choose to exit them. Also I should always initialise them with some value that is not in the answer / solution range. I can break my code into functional pieces. This piece of code doing one thing and that one doing that. These little mini programs of code are called … functions. I felt like Hansa when I realised this. When you ask the user for any input, it’ll always come in as a string. You need to convert it, to the format you need. Onwards … ...

November 7, 2018 · Mario Jason Braganza

#100DaysOfCode, Day 004

Realised I am woefully underprepared for the #100DaysOfCode in Python course. That does not mean that I’m going to give up on the project however. I am just dropping down and getting fluent with the basics with the Python Jumpstart course. I aim (very optimistically) to complete an app every 3 days. This should give me #130DaysOfCode 😂 What did I do today? I finished App 1: Hello (you Pythonic) world Done with the videos for App 2: Guess that number game. What did I learn? ...

November 6, 2018 · Mario Jason Braganza

Sow Seeds

Twelve years from now, your future self is going to thank you for something you did today, for an asset you began to build, a habit you formed, a seed you planted. Even if you’re not sure of where it will lead, today’s the day to begin. — Seth Godin, A note from 2030 Indeed! That is exactly what I learnt the hard way! But Jason today thanks young Jason for investing and saving up, so that he could live through bad times … and good ones. ...

November 3, 2018 · Mario Jason Braganza