What I Learned Today (1st of February, 2023)

Did a full day. But is this sustainable? I’ll know in a week or so. Python Finally figured out what def __init__ (self): does in an class, in a way that makes sense to my mind. If I create an class and I want it (i.e. the objects created with it) to take in arguments, then I need to define an __init__ method to set it all up. For e.g. if the class definition is just class chantSomeName(): where do I reconcile the fact that I need to pass in a name that needs chanting? In its __init__ method class chantSomeName(): def __init__(self, name): self.name = name Python does a lot for me. My first approach going into any problem should henceforth be, Does Python already do this for me already, natively? I should think of Python less, as a forge where I make my own tools (which it undoubtedly is) and more as a librarian, where I can just ask it for something and it will return it to me. The more I study it, the more I realise just how much it keeps track of and how much it tries to make life easy for me Devops Learnt a bit about how Prow jobs work English Learnt a new (old) word viscid Vis"cid (?), a. [L. viscidus, fr. viscum the mistletoe, birdlime made from the berries of the mistletoe; akin to Gr. ?: cf. F. viscide.] Sticking or adhering, and having a ropy or glutinous consistency; viscous; glutinous; sticky; tenacious; clammy; as, turpentine, tar, gums, etc., are more or less viscid. ...

February 1, 2023 · Mario Jason Braganza

What I Learned Today (31st of January, 2023)

Been knocked down a little too much over the past few months. This is me, getting up from my knees. Doing some things daily to learn. To give myself grace To be kind to my self. Python Morsels Getting back into the swing of writing code. Today was basically just looking at a blank screen and wondering why nothing would come out. ...

January 31, 2023 · Mario Jason Braganza

Miniflux Now Supports Custom CSS?

I use Miniflux as my feed reader, and I love it to bits. It does what I need, it does it fast and it stays out of the way. Well, almost. I have a couple of those—whatchacalit—firehose feeds. And I keep skimming through them by clicking next, next, next on each page. Like so, Except for when there is no next under my pointer. ...

January 27, 2023 · Mario Jason Braganza

Deleted Twitter

I deleted my twitter account, since most folk I follow, are now on the fediverse. I’ll come back if ownership changes and it begins to thrive again.1 I am @jason@toots.dgplug.org. Come say hi! Feedback on this post? Mail me at feedback@janusworx.com P.P.S. Subscribe to my mailing list! Forward these posts and letters to your friends and get them to subscribe! P.P.P.S. Feed my insatiable reading habit. ...

January 27, 2023 · Mario Jason Braganza

I Should Write Down and Summarize What I Did

I did a lot of research the other day about what I’d need to build a contact form for my website. I bookmarked lots of pages. And today, I come and look at this mountain of videos and sites and pages and woneder what exactly it is, that I am supposed to tackle. Nothing makes sense. I know I ruled out Sendy as an option. Or did I? Do I need Javascript? How much? Can I get snippets to copy paste? Do I need to go learn Javascript? What is spam protection? Do I need spam protection? How do I do it? I’ll have to go look at it all again now.1 ...

January 23, 2023 · Mario Jason Braganza

This Blog Is About to Get Real Chatty

Warning: Slightly ranty post, with no aim in mind, other than putting thoughts to paper, and to excise some demons from my mind. Several interviews and several rejections later, the one thing I’ve learnt, is that I’d be a good hire, if only I had a little experience. And also that ageism is a thing. While there’s nothing I can do about the age bit, I can do something about the experience. ...

January 20, 2023 · Mario Jason Braganza