Posts by scottk:
Getting Found
One of the biggest problems being faced today by companies in the business of content is that of discovery. It used to be that if you could weasel your way into a spot in the newspaper odds were that you would get a reasonable amount of people to look at your product. Ideally those people would tell their friends to check it out in the paper and eventually you have an old school social media explosion. In the last ten years this has really started to change. The internet has provided for an experience where you not only go get exactly what it is you are looking for, but people have also been trained to look away from those things that look different or aren’t specifically what they want. In the old days a reader would pick up the paper and thumb through looking for the Dave Barry column, get a chuckle, and would probably read a few columns around it. These days a person pops open the web page reads the column and is off to do something somewhere else on the internet or doesn’t want to click that side link because who knows where it will take them. With the newspaper no longer being theubiquitous medium the built in mass marketing and cross promotion that came with it is simply gone.
The new battle is building brand digitally at the start and most content producing companies are still in the process of figuring this out. You have to let people know the “New Tide” is out there and simply putting it on the shelves isn’t going to make it a best seller. Socially engineered digital marketing has to be the first step because the keyholders’ no longer have a set of golden keys. Content producers need to go directly to the public, which in an ideal case, when the content appeals will create a demand for more of it (note the tv show life cycle). This build brand from the get go outlook is starting to show it’s head in the content world but it’s a slow process. Old habits, old ways and old comfort zones are hard to break out of. If you are comfortable though, someone is probably doing it better than you.
enabling ESXi ssh
After installing ESXi I found need to ssh into the hypervisor, this isn’t enabled by default. To get it going you need to: At the console of the ESXi host press Alt+F1 Alt+F1 Type in “unsupported” and hit enter. This is done blindly and you won’t see any indication you are doing anything unsupported If […]
Changes
These last couple weeks I’m taking a look at some major infrastructure changes. We’re looking at doing a gadget for Yahoo which means I had chance to implement some new infrastructure options. Things which I’d thought about at one time or another or someone else had brought up to me in the office and was […]
CMYK to RGB
On of the real beasts I’ve fought for a few years is getting ImageMagick to do a good CMYK to RGB conversion of files. In the past I’ve messed with the color profiles but always came out on the losing end of the deal. This week though I got all my image conversion to look […]
OpenX email ads
I’ve been getting and instance of OpenX up and running starting yesterday morning and it’s look to be some pretty kick ass software. My gripe is that one of the major things I’m trying to tackle is a replacement for marking up email templates every time a new ad rolls in. OpenX has this capability […]
getting my stat on
I’ve spent some of the last weekend and a few nights working on getting my stats on. Specifically I now have memcached and mysql pushing stats out via SNMP, which I’m polling and graphing with my install of OpenNMS. Next up will be a quick piece to check the queues of the postfix and qmail […]
MySQL I Deny Thee Extended Insert
–extended-insert=false
rest_client not equal to rest_client
Note when a Ruby setup, Sinatra in this instance, says it’s missing rest_client it is missing the gem rest-client.
RabbitMQ – 1.5.5 Denied – 1.5.3 Rock On
No sooner had I got my RabbitMQ up and running did I find out that there wasn’t a perl module out to talk AMQP, so wrong. So google and twitter high jinx ensued and I found that there is a STOMP perl module and it seems a decent amount of people are talking STOMP with […]
RHEL5 RabbitMQ Install
Just did a RabbitMQ install on a RHEL5 server and it was insanely easy. Get the RabbitMQ rpm from rabbitmq.com (here at time of this post) Become EPEL enabled if not so: su -c ‘rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm’ yum install erlang rpm –install rabbitmq-server-YourVersion.rpm /etc/init.d/rabbitmq-server start open up port 5672 That’s all there is to that. […]