YouTube Class Action Lawsuit Wants to Identify Every ‘Pirate’ Uploader Since 2015
Apr06

YouTube Class Action Lawsuit Wants to Identify Every ‘Pirate’ Uploader Since 2015

Last summer, Grammy award-winning musician Maria Schneider filed a class action lawsuit against YouTube, claiming massive deficiencies in its copyright enforcement measures. Schneider claims that YouTube restricts access to its takedown tools, profits from infringement, and fails to terminate repeat infringers. Noting that 98% of YouTube copyright issues are resolved with Content ID, Schneider says that YouTube has “entirely...

Read More
Experiment on your code freely with Git worktree
Apr06

Experiment on your code freely with Git worktree

Git is designed in part to enable experimentation. Once you know that your work is safely being tracked and safe states exist for you to fall back upon if something goes horribly wrong, you’re not afraid to try new ideas. Part of the price of innovation, though, is that you’re likely to make a mess along the way. Files get renamed, moved, removed, changed, and cut into pieces. New files are introduced. Temporary files that...

Read More
Teach anyone how to code with Hedy
Apr06

Teach anyone how to code with Hedy

Learning to code involves learning both the programming logic and the syntax of a specific programming language. When I took my first programming class in college, the language taught was C++. The first code example, the basic “Hello World” program, looked like the example below. read more Powered by...

Read More
Use Apache Superset for open source business intelligence reporting
Apr06

Use Apache Superset for open source business intelligence reporting

They say software is eating the world, but it’s equally clear that open source is taking over software. Simply put, open source is a superior approach for building and distributing software because it provides important guarantees around how software can be discovered, tried, operated, collaborated on, and packaged. For those reasons, it is not surprising that it has taken over most of the modern data stack: Infrastructure,...

Read More