-
Breaking Bad: ShrutiVaani in trouble
ShrutiVaani has become a total nightmare for us. It just ends up broken one way or another. I asked my teammate to record audio for a few syllables to make our audio corpus more exhaustive. For some reason, there was a difference between her’s setup and mine. My project setup...
-
Hacking Django: Follow Up
In the previous attempt to add a custom landing page for a logged-in user in Django admin, I ended up writing hacky code. I asked on the Django Developers mailing list whether it will be fruitful to add a dedicated setting in Django to allow that. A fellow Django contributor...
-
QnA with MLH Open Source Fellows
Today, I was invited on Code For Cause’s YouTube channel along with other fellows of my pod for a live QnA on the open-source track of the MLH Fellowship. YouTube video: https://www.youtube.com/watch?v=Kc7ZZYzDdLw In other news My TP-Link C50 router arrived on the morning of Christmas. I will try to flash...
-
Polishing ShrutiVaani
The libraries that we were using for syllabification was ignoring spaces between words. This was making the audio speech to be monotonous. It sounded like it was pronouncing every individual syllable rather than a word. I went into the source of the library and added a few cases to respect...
-
Hacking Django
The one thing I like most about the Django framework is that it is notoriously easy to hack. I was looking for a way to add a custom landing page for Django Admin. As usual, I started with the documentation. Django provides a way to add a custom index page...