What I Learnt from Antifragile (III)

This post was sent to my newsletter on October 25th, 2020. You really ought to subscribe :) What I Learnt from Antifragile (III) What Does Not Kill Me … Antifragility for the Collective What does not kill me makes me stronger. — Friedrich Nietzsche, Maxims and Arrows The world breaks everyone and afterward many are strong at the broken places. But those that will not break it kills. It kills the very good and the very gentle and the very brave impartially. If you are none of these you can be sure it will kill you too but there will be no special hurry. — Ernest Hemingway, A Farewell to Arms ...

November 15, 2020 · Mario Jason Braganza

Git the Branch

I started playing with a way to control Git via Python. Kushal had asked me to write a program, that would show me the local git branches. So here it is! I call it Git the Branch. (painfully, punny, I know :)) And now I realise why he asked me to do this. The program itself is trivial. Here’s the code on my code repo, Gitlab, and Github. It just consists of me using GitPython to access the current folder via a GitPython Repo object. And then querying it for its branches. ...

November 13, 2020 · Mario Jason Braganza

Poem Feed

Update, 2020/11/13: This has been working beautifully! I love the poems as they show up in my feed. This is a tiny little niche thing, I built all for my ownsome. It all started, when I got hooked on reading the daily poem, on the Poetry Foundation page. Learning Python as I am, I wondered if there was a way to have it come to my RSS reader. And so Poemfeed is a tiny little utility that does just that for me. ...

November 13, 2020 · Mario Jason Braganza

Starting Work on Git-the-Branch

The Itch Aiming to write a tool using this which will show all the git branches in the current directory and the last commit date on those branches (and only the local branches :)) What I did today I had to carry my phone in to the service centre, so I did not quite have as much focussed time as yesterday, with all the coordinating and carrying, but I learned a few new things ...

November 12, 2020 · Mario Jason Braganza

A Good First Day

Was a really good day to ease back into Python today. I got my VS Code up and running. I got a personal [Gitea instance][crjw] up, to host my code, from where I will syndicate it to Github and Gitlab. And finally I got a projects page up, to slowly fill up with projects. I also managed to improve an old program I wrote for myself, but I’ll write about that in the next post. All in all, a day well spent. A journey well begun. ...

November 11, 2020 · Mario Jason Braganza

Getting Back on the Horse

Ok, one more time. I know there have been lots of one more times before, but I am going to keep at this until I get proficient enough at this to land a job :) And while I may not be brainy enough, the one thing I can do is be persistent enough to show up. This time, I will focus on building tiny projects. I realise my life is too chaotic for #100DaysofCode. But I can do this, one tiny thing at a time. ...

November 11, 2020 · Mario Jason Braganza