A Hundred Days of Code, Day 035

Nothing much done today. But I am learning to pace myself and say stop :) Learnt some, about finding the absolute path of a file. Anyhoo, nothing much I can do. A gigantic, storm’s a-comin’! Time to batten down the hatches.

June 3, 2020 · Mario Jason Braganza

A Hundred Days of Code, Day 034

Ok, back from hiatus, much earlier than expected :) Need to take care not to burn myself out now. I need to do this slowly. Done with a tiny program, Kushal asked me to write. If you download a log from the DGPLUG log archive and then run the program and give it the filename, it’ll spit out a list of how many nicks, spoke how many words. The code is here, Gitlab and Github ...

June 2, 2020 · Mario Jason Braganza

The Blog Takes a Short Hiatus

The blog will be silent for a month or so. I need to focus on a couple of other things. Will be back soon. ~

May 23, 2020 · Mario Jason Braganza

Short Hiatus on A Hundred Days of Code

I fell sick, and now I seem to have personal issues because of quarantine. So a bit of hiatus. But I’m not abandoning it this time. Will add all the days I missed and keep going, once I am back. Which I really hope, is soon.

May 22, 2020 · Mario Jason Braganza

Mosh Install Checklist

Install Mosh on both ends allow udp access for mosh on the server (the example is for the ufw firewall) sudo ufw allow 60000:61000/udp connect like normal. if using a different port do this mosh user@domain.com --ssh="ssh -p 2222"

May 19, 2020 · Mario Jason Braganza

A Hundred Days of Code, Day 033

Done with an introductory Regular Expressions book. Picked up an advanced one. My physio used keep to telling me, that we needed to loosen and pry my hips open to expand my range of motion. These past few days have been the same, with respect to pattern matching using Regular Expressions. These lessons have been prying my brain open to a new way of thinking about words and characters. From the way things are going, I think I will be spending the better part of next week on Regular Expressions too. It’s still hard work, but it’s getting to be enjoyable hard work now. I need to pace myself better and slow down. I burnt myself out this week. ...

May 16, 2020 · Mario Jason Braganza