Mistaking movement for progress

Mistaking movement for progress is very easy.I always wondered how did the day get over so fast. There were times when a week would go by and I would feel no progress was made when trying to evaluate what was done in that time. I wanted to fix this, so I decided to use a … Read more

PHP 7.1 on Debian for NGINX

Upgrading to PHP 7.1 was easy, the only place I encouraged issues, was with figuring out where the socket was located, after figuring this out I felt write an article over this would be a good idea and a big time saver for people. Edit the Nginx config and replace the older FPM socket with … Read more

Dice roll in Python

[](https://darryldias.me/content/images/2018/08/dice_roll_python.png) Python is a fun language, the syntax is what feels so nice about it and how the indents are used to format the code, after using Jade and Sass, this comes very naturally to me. I was learning about modules and found random to be a good place to start off and turned out … Read more