Facebook Sued Over Failure to Respond to DMCA Takedown Notices
Feb20

Facebook Sued Over Failure to Respond to DMCA Takedown Notices

Seattle-based artist Christopher Boffoli is no stranger when it comes to suing tech companies for aiding copyright infringement of his work. Over the years he has filed lawsuits against Cloudflare, Twitter, Google, Pinterest, Imgur, and others. All these cases were eventually dismissed, presumably after both sides resolved the matter behind the scenes. While no settlement details have been made public, it’s likely that the...

Read More
Court Orders Cloudflare to Prevent Access to Pirated Music or Face Fines or Prison
Feb20

Court Orders Cloudflare to Prevent Access to Pirated Music or Face Fines or Prison

Earlier this week, Germany-focused music piracy site DDL-Music.to suddenly became inaccessible to the public. The site had been using the services of Cloudflare but an unusual error message suggested that the US-based company had stepped in disrupt the site’s activities. ‘Error HTTP 451’ is displayed by Cloudflare when a site is “Unavailable For Legal Reasons” and at least as far as pirate sites are...

Read More
Using Python and GNU Octave to plot data
Feb20

Using Python and GNU Octave to plot data

Data science is a domain of knowledge that spans programming languages. Some are well-known for solving problems in this space, while others are lesser-known. This article will help you become familiar with doing data science with some popular languages. read...

Read More
Tools for SSH key management
Feb20

Tools for SSH key management

I use SSH constantly. Every day I find myself logged in to multiple servers and Pis (both in the same room as me and over the internet). I have many devices I need access to, and different requirements for gaining access, so in addition to using various SSH/SCP command options, I have to maintain a config file with all the connection details. Over time I’ve come up with a few time-saving tips and tools that you might find...

Read More
Introducing our Jinja2 cheat sheet
Feb20

Introducing our Jinja2 cheat sheet

Jinja2 is a templating language for Python. While it got its start on the web for use with the Flask framework, it is popular in many other places. Both Flask and Pelican use it to template HTML pages, allowing seperation between style and content. read...

Read More