RIAA: Twitter Must License Music & Fight Piracy Without Charge
Apr07

RIAA: Twitter Must License Music & Fight Piracy Without Charge

Over the years, a number of music industry players have taken on some of the largest content distribution platforms on the Internet over alleged copyright infringement, with varying success. Services such as Napster and LimeWire were effectively destroyed through litigation but more recent problems aren’t easily solvable in the same way. YouTube and Facebook, for example, have very deep pockets and an abundance of lawyers but perhaps...

Read More
Why I love using bspwm for my Linux window manager
Apr07

Why I love using bspwm for my Linux window manager

Some folks like to rearrange furniture. Other folks like to try new shoes or redecorate their bedroom on the regular. Me? I try out Linux desktops. After drooling over some of the incredible desktop environments I’ve seen online, I got curious about one window manager in particular: bspwm. read more Powered by...

Read More
What is Git cherry-picking?
Apr07

What is Git cherry-picking?

Whenever you’re working with a group of programmers on a project, whether small or large, handling changes between multiple Git branches can become difficult. Sometimes, instead of combining an entire Git branch into a different one, you want to select and move a couple of specific commits. This procedure is known as “cherry-picking.” This article will cover the what, why, and how of cherry-picking. So let’s...

Read More
Get started with batch files in FreeDOS
Apr07

Get started with batch files in FreeDOS

On Linux, it’s common to create shell scripts to automate repetitive tasks. Similarly, on FreeDOS, the open source implementation of old DOS operating systems, you can create a batch file containing several FreeDOS commands. Then you can run your batch file to execute each command in order. read more Powered by...

Read More