Skip to main content

Wisconsin, Unions, Music Business, and other thoughts

Greetings. It's been a while since I have made an entry into this blog, but I assure you I have not been neglecting the development of my 'Music as a Business' dreams and goals.

I'm going to go into a mode of writing that is more like entering into a journal, because this way I can accomplish my goal of linking to all of the material that I'm consuming, and tie myself into a wider network of ideas, resources, and people.

NOTE: Please excuse me if this reads like I'm just saying, "me me me me me me ME me me". So far I'm doing all this 'music business' stuff on my own, and it helps to type it out and chart my progress. I also do it to invite feedback!

To begin: I've relocated from BITTER North Dakota, to WET Wisconsin with my partner Jessica. We're really enjoying being closer to more metro areas, and I look forward to making more music connections in the process of getting some gigs in order. So far the Acoustic Cafe in Menominee looks promising. 

While looking for a job and working on fixing up some old tracks, I've been reading posts on Digital Music News, as it pertains to independent musicians who want to break out of the antiquated "Big Record Company as a Loan-Shark" business model that has existed since the early days.

Lurking through those articles has lead me to some nice work from the prolific blogger/musician (and fellow Mid-Westerner) Ari Herstand on 10 Full time musicians. Not only was the article inspiring, but it gave me a grip of good advice from people who are living off their 'musicing'.

One particular point of advice was the idea of relying on Merchandise sales to make up for touring expenses. The idea of developing merch got me all hot under the collar, because I could design my own t-shirts and posters, and make use of my oft-neglected doodling abilities.

Now the thought of who shall provide the service offers a deep consideration. Its pretty sad that sweatshops are still making clothes! Although not a top example of good practices, American Apparel supposedly does manufacturing in America, BUT they have multiple instances of sexual harassment and to be honest don't set a very high standard for egalitarian imagery in there ads.

BUT THERE IS HOPE! As the Salon article linked-to above states, the company EthixMerch looks pretty freaking perfect. There is even a cooperative printing shop! I'll be posting more about merch as I develop some products, but so far it's a little ways off. Perhaps I may do a Kickstarter to get some of the first batches up and running, but that will be an effort in itself.

On a similar note, I'm developing the idea of Branding an image to fit with my sound, as well as creating a performing title (still a secret). As for clothing, I'm leaning towards the handsome gentleman look (whether or not Jude Law is in fact a Gentleman, he's still goddamn handsome):
The merch will tie in with other branding ideas, and hopefully it will make more sense as it progresses.

Anyway, I suggest you read the Salon article about sweatshops, and think about collective buying power as a means to make social change. Kind of like that cooperative grocery store just down the street...

Thanks for tuning in and see you soon.


Comments

Popular posts from this blog

Tech Archaeology: Unearthing the Artifacts of a False Prediction

Greetings. This is going to be a shorter rant. New year, new me! Anyway, I was inspired to write this after I caught myself falling into a usual habit: investigating the validity of a prediction which claims that a technology (it could be anything) will take over in the future. I'll start from the beginning. It all started when I was dutifully studying for my Databases class. While reading the textbook, Database Processing  (13th edition) by Kroenke and Auer, I came across a passage that was summarizing the history of database processing. Being that this book first came out around 1977, it has probably witnessed very few shifts  in the popularity of database technology over its existence; namely, the rise of Relational Model and its subsequent dominance. Never-the-less, in a table that describes the emergence of database technology, there is a row for the "XML and Web Services" era (after "Open-Source DBMS" and right before the "Big Data and NoSQL"...

Parallelism and Task-Decomposition: An Introduciton

Introduction Since I’m on holiday break from University, I’ve had time to begin investigating parallel processing. I’m going to try and share a little of what I’ve learned about the technology and how programming languages can leverage multi-core CPUs and GPUs. I’ll finish up and explain a bit about task-decomposition , which is an important aspect of writing algorithms intended for parallel processing. My investigation began one night as I was cooking dinner and watching a talk by Rich Hickey, the inventor of Clojure, titled “Are we there yet?” . At one point, while Mr Hickey was discussing parallel processes, the question of “how does a GPU process pixels?”popped into my head. Surely that must be parallel, right? Since my “Intro t...

One AI to Rule Them All

In my last post, I mentioned that I was interested in looking across the field of Computer Science to see if there my be other areas worth working in in the future, besides web-development. Primarily, I'm interested in a more powerful run-time environment. So Python or Clojure seem very enticing. A safe first step would be to learn about the architecture of server-side code, to deepen my understanding of Web-stacks, and also to satisfy my curiosity of what else is out there in terms of languages, VM's, and code paradigms. Another motivation to look outside of web-dev has come more recently, in the form of some sage advice from an interview with Elon Musk . In it he states that there is too much talent working in the internet space [  55:00 ]. So if web-dev is overcrowded, what would be a worthy Comp-Sci field to pursue? In the same interview, Musk also alludes to the seriousness of the approaching revolution taking place in the field of Artificial Intelligence. He desc...