Articles In Category:

Diving Into Web-Crawling

Where to start with the art of hoarding online data?

How to fix redis busy

How to fix annoying redis busy error when working with redis lua scripts and multiple clients

Why I use GPL license

Why I use GNU's General Public License and why I think it's a superior free or even open software license and anyone should consider it for your project.

How to disable thinkpad trackpoint acceleration

A short note on how to properly disable thinkpoint trackpad acceleration

Securing Data With eCryptfs

protect your sensitive data like crypto wallets with eCrypt overlay filesystem!

wisdom.cat

Recently I made small website in flask for aggregating educational youtube videos and I'd like to share my experience.

Getting Terminal Size In Python

Getting terminal size can be vital for your application, especially if you are doing some serious printing or drawing. There are some few tricks worth noting that I'd like to share.

My Bin: center

"My bin" is series of blog post where I cover some useful or at least interesting programs, scripts or hacks that I have in my ~/bin. In this one I cover a small pipeable app that simply centers text to your terminal size.

Guide: setup for python scripting

Short guide on how to setup an environment for executable python scripts

How to get scrapy help.

Few suggestions how to ask questions correctly and where to ask them regarding using scrapy web-crawling framework.