Script

What to do for a better password security and management

“I don’t know that much about cyber, but I do think that’s the number one problem with mankind.” Warren Buffett We should be talking about password safety after 773 million records exposed. I’m one of those people who complain when IT forces to change passwords at regular intervals. It is a nightmare for me to come up with secure passwords and even when I can, I have a hard time remembering them.

Continue reading

Writing scripts with Reddit API

In this post, I will show how you can use Python to gather content and create a simple web page around it. See the first part to learn how to register an app to Reddit API and get started. Setup I often use PyCharm or Jupyter notebook for Python, but any Python environment will do the trick. You need to have a Reddit app id and app secret already at hand for this part.

Continue reading