Posts

The mobile phones continued growth is evident and shows no clear sign of stopping. As at the time of writing, all major phone manufacturers have come launched new models, with either minute or a significant change in operation of the phone. The one thing that remains constant is the need for apps, apps that power the various functions on the phone.
2021-10-16
3 min read
In my bid to host my ruby based telegram bot on heroku, I had to jump through hoops due to the fact that my bot was not using webhooks but the polling alternative. This required that I run a script to initiate the bot. This also meant that my bot had no web interface.
2021-02-11
1 min read
Installing Dspace on Digital Ocean. Using Ubuntu 18.04 Install the needed tools with these comnands. sudo apt-get install openjdk-8-jdk -y sudo apt-get install ant ant-optional maven -y sudo apt-get install tomcat8 -y Edit the tomcat config files here: sudo nano /etc/default/tomcat8 Uncomment #AUTHBIND=no and change to AUTHBIND=yes
2020-06-29
3 min read
Many are the reasons I choose to setup JupyterLabs with a Ruby Kernel, I will however not disclose those reasons :) Setup python, pip, jupyter / jupyterlabs , ruby (soo many tutorials out there) Setup the ruby kernel, especially on MacOS, not that many. gem install cztop ffi-_rzmq iruby
2020-06-28
1 min read