pandafy@dev-logs:~$

  • 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...

  • Heroku being Heroku

    Yesterday, I completed developing the web application for ShrutiVaani - Sanskrit TTS. I deployed an initial version of it on Heroku to make sure that at least the Django part works fine on the cloud. I also connected the web application to the runtime of our TTS application. The whole...

  • The Minor Project Returns

    The final leg of the minor project of my bachelor’s degree commenced in December. I along with my peers are working on a project to develop a text-to-speech application for the Sanskrit language. We faced many hurdles along the journey and the most problematic one was the time commitment. Anyhow,...

  • Menial Replication

    Replicated the note added in openwisp-controller to openwisp2-docs. Apparently, some parts of the docs are repeated. This repetition won’t get fixed until comprehensive documentation is created. In other news Continued reading Computer Networking: Principles, Protocols, and Practice and learned about distance vector routing and link-state routing.