Germany: Upload Filters Can Only Be Prevented “As Far As Possible”
Apr17

Germany: Upload Filters Can Only Be Prevented “As Far As Possible”

On Monday, the EU Council of Ministers approved the Copyright Directive, which includes the controversial Article 17 (formerly 13). The law requires platforms like YouTube and Facebook, for example, to sign licensing agreements with creators in order to use their content. If that is not possible, the platforms will have a responsibility to ensure that infringing content uploaded by users is taken down and not re-uploaded to their...

Read More
Demonoid Founder ‘Deimos’ is Believed to Have Passed Away
Apr17

Demonoid Founder ‘Deimos’ is Believed to Have Passed Away

As one of the oldest torrent communities, the Demonoid tracker has gone through many ups and downs over the years. The site has disappeared for months, more than once, but always reappeared. Early last year things were looking quite positive for the site. Founder and operator ‘Deimos’ was committed to rebuilding the site back to the thriving community it once was, but at the end of the summer new problems emerged....

Read More
6 alternatives to OpsGenie for managing monitoring alerts
Apr17

6 alternatives to OpsGenie for managing monitoring alerts

As organizations move toward a new generation of distributed systems and microservice architecture, the DevOps world finds it increasingly difficult to keep up with the hybrid needs of today’s application monitoring, and the alerts it generates. Managing this aspect of IT infrastructure has DevOps professionals turning to up-and-coming serverless methodologies for this purpose. The software implementing this process ranges from...

Read More
How to use Ansible to document procedures
Apr17

How to use Ansible to document procedures

“Documentation is a love letter that you write to your future self.” —Damian Conway I use Ansible as my personal notebook for documenting coding procedures—both the ones I use often and the ones I rarely use. This process facilitates my work and reduces the time it takes to do repetitive tasks, the ones where specific commands in a certain sequence are executed to accomplish a specific result. read...

Read More
Inter-process communication in Linux: Sockets and signals
Apr17

Inter-process communication in Linux: Sockets and signals

This is the third and final article in a series about interprocess communication (IPC) in Linux. The first article focused on IPC through shared storage (files and memory segments), and the second article does the same for basic channels: pipes (named and unnamed) and message queues. read...

Read More