Static Blogs?

I've been on Hugo for a while now and I have made a couple of blog posts as well. I am fully using the emacs org mode and am content, to say the least, with the flow. I maintain the website for another friend which is a wordpress instance. I cannot expect them to start using VSCode or Emacs to write their content, let alone set them up with AWS keys and a publish flow....

<span title='2021-12-02 08:15:53 +0800 +0800'>December 2, 2021</span>&nbsp;·&nbsp;6 min&nbsp;·&nbsp;Abishek Goda

Hugo Using Org Mode

I recently moved my website from wordpress to hugo. It is taking a little getting used to, but I absolutely love the fact that I don't have to leave my editor to update my blog. I was still editing markdown and had to lookup markdown syntax here and there. So today I spent some time to figure out how to get the ball rolling with org-mode in emacs. Turns out, its not that hard at all....

<span title='2021-11-19 10:45:12 +0800 +0800'>November 19, 2021</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;abishek

Move to Hugo

Hello Hugo! Today I moved my blog to hugo. Frankly it doesn’t make intuitive sense to run a blog on a static site generator. But when I think about it again, my blog is my expression of ideas. I rarely engage on the comments section. And the best way to let me know your thoughts is still to tweet at me. Given these, it makes sufficient sense to run the blog as a static site....

<span title='2021-11-15 15:15:06 +0800 +0800'>November 15, 2021</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;abishek

WordPress Compromised

I, accidentally, noticed that my WordPress instance was compromised. Of course, I would be the person to blame for this. It’s not a commercial thing, so I don’t nearly spend enough time looking under the hood. This cost me a couple of hours yesterday fixing and cleaning up the mess. I’ve taken some precautions to ensure I won’t need to look under the hood too frequently but also ensure I don’t sponsor some botnet or click-fraud elsewhere on the tubes....

<span title='2021-10-24 06:17:38 +0000 UTC'>October 24, 2021</span>&nbsp;·&nbsp;6 min&nbsp;·&nbsp;abishek

“Hey Siri”

I have an axe to grind with Siri. I use Siri every day to time my yoga routine. These are short reps of 30s poses. It takes about 30 mins to complete them. I searched for a good timer a couple of times in the past and then gave them up altogether once I figured I could use Siri to set up the timer for me. On a good day, it’s all good....

<span title='2021-08-07 09:33:06 +0000 UTC'>August 7, 2021</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;abishek

Deep Learning

I’ll be 40 in a year or two. I distinctly remember feeling a stomach churn and completely unprepared when I turned 30. I had just finished my MS thesis and joined Atheros. I had a long way to go to have something I could call a career. It was very unsettling at that time. But then things happened and here I am, almost ten years later, still embarked on a journey to identify the problems I really want to solve....

<span title='2021-07-10 10:17:19 +0000 UTC'>July 10, 2021</span>&nbsp;·&nbsp;8 min&nbsp;·&nbsp;abishek

Improving My Coding Skills

I recently finished a course on Coursera. Machine Learning from Andrew Ng. Its been on my radar for the longest time and after several false starts, I finally completed mid last month. But along the way I learnt two things: I still relish math like I always did. I understood the concepts pretty well and am able to come up with correct solutions. I am somewhat terrible at coding them up....

<span title='2020-12-19 02:08:00 +0000 UTC'>December 19, 2020</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;abishek

Split Audio Files

So we had to transcribe a bunch of interviews we did earlier. One of the sessions was a good 45 minute long and had a tonne of details. It’s quite difficult to manually transcribe this. But hey, we gotta do this. And then we have to do a bunch more later. The wife was in charge of doing this and she was trying to do manually. Then she had a “eureka” moment and tried to use One Note’s speech-to-text function....

<span title='2020-10-12 08:59:43 +0000 UTC'>October 12, 2020</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;abishek

Lisp & Thinking in lisp

I am finally able to write common lisp code. Frankly, though, I don’t think I have arrived as far as Lisp goes. You can take a look at some of my work here: https://exercism.io/profiles/abishek Learning to write code, looking through CLHS for usage and figuring out a workable solution in a near-functional manner is how far I have gotten. I don’t yet know to write a macro. I mean, I know the construct to create a macro....

<span title='2020-05-20 02:43:06 +0000 UTC'>May 20, 2020</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;abishek

Developing for the web

I have been writing web applications for quite a while now. For a more significant part of this experience, I had been developing on top of an existing CMS type environment; moodle, drupal, WordPress, or the like. Very few of these are web applications written from scratch. I typically used PHP when I write for the web because it has the lowest barrier of entry. You can write HTML and then insert your PHP wherever you need dynamic content....

<span title='2020-01-05 03:43:39 +0000 UTC'>January 5, 2020</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;abishek