pandafy@dev-logs:~$

  • Interacting with Student Communities

    Gave an hour-long talk on open source and GSoC today. I was just able to finish my slides in time. The slide deck did not have much but it was sufficient for the talk. In other news Reviewed a PR on openwisp-notifications for adding channels 3 support. Dealing with asynchronous...

  • Finishing the job

    Adding support for openwisp-controller 0.8.0 in ansible-openwisp2 has become a nightmare for me. There are so many PRs that are dependent on this and so many bugs are popping up one after another. This is pissing me off now. While going through settings.py of openwisp-controller yesterday, I forgot to notice...

  • Scrutinizing OpenWISP Controller 0.8.0

    I added GitHub Workflow for continuous testing on ansible-openwisp2 yesterday. The failing build suspected something is wrong in the latest release of the openwisp-controller. The test suite for the master branch of openwisp-controller was failing locally with a random error. I suspected that maintainers will release the module with a...

  • No Code Day - Failed

    I have been told that I spend too much time sitting on the computer and I should do other things than computers. So, today I decided to take a break from code. It was all going well, until around midnight I received an email notification that openwisp-firmware-upgrader has been released....

  • Ahoy Kafka!

    It was decided that we will get our hands dirty with Kafka and BentoML today. Instead of skipping parts of the documentation, I went through the getting started doc line by line. Initially, I was not able to make the getting started code work locally on my system. Then I...