This blog is now hosted at consciou.us

Tuesday, February 23, 2010

Ribbecke Halfling For Sale

With a serious bit of sadness, I've finally made peace with the fact that it's time to sell the Halfling.  Breaks my heart to see this instrument go; I hope it goes to a good home.

It will be available on Bass Northwest's web site (http://bassnw.com/) by tomorrow.  You can also contact me if you are interested in purchasing.

I realized as I was getting ready to write this that I never did a full blown blog post about the Halfling (one under construction one was all). Shame on me!  This is one of the most unique bass guitars that I've ever seen; the tone, workmanship, and looks on this guitar rival any boutique, high-end guitar/bass. To make up for not doing a full post, here are some pictures of this very, very beautiful guitar.



Read more...

Sunday, February 21, 2010

New business card?


I'm looking for feedback. I'm thinking of making this my new "personal" business card.




Questions for the gallery:

  • What do you think of the tagline?
  • What do you think about the flourishes?
  • What do you think about the domain name (consciou.us)?




-- Read more...

Thursday, February 18, 2010

Purging a hard drive in Linux





There is a lot of information available out there on purging hard drives; this is the lower-security, quicker way to do it.

dd bs=1M if=/dev/zero of=/hard/drive/device

This will overwrite the drive with zeroes.

for more security, but a longer process:

dd bs=1M if=/dev/urandom of=/hard/drive/device

Which will overwrite the drive with random data.

Read more...

Wednesday, February 17, 2010

Haitz's Law, and what it means


What it means is this: you will be using LED based lighting within the next few years.

Haitz's law on Wikipedia. Briefly, LEDs' cost per lumen falls by a factor of 10 every 10 years, and the output in a particular format rises by a factor of 20.

In other words, that LED bulb that now costs $60 will be:

  • $12 in a few short years,
  • Will have a lifespan measured in tens of thousands of hours (rather than 1000 hours for the typical incandescent)
  • Will be 2-3 times more efficient in terms of energy usage than a comparable incandescent.
I don't think that the time to buy is right now (the economics are sound, but they are going to get significantly better), but in the next few years, LED lighting is going to be the obvious choice. Read more...

Tuesday, February 16, 2010

Want. Now.

Well, the title is Random Desiderata, after all.

I need one of these immediately: Millennium Falcon.


(from Gizmodo)

My faith in mankind has been restored.

Read more...

Monday, November 16, 2009

Great customer service

Those of you following my build on Facebook know that I'm building a fEarful 12/6, which uses the Eminence 3012LF speaker. After assembling, I noticed that the speaker had a bunch of distortion, and found a hairline crease in the cone.

Called Eminence, got an RMA number, and shipped off my speaker with crossed fingers.

They called today, and he said that the speaker looks fine, sounds fine, and the crease I saw was probably a casting mark or something. Uh-oh, I'm thinking.

"But we'll get a new speaker right out to you."

Nice. Read more...

Tuesday, September 29, 2009

Swine Flu - Remarkable?


I was listening to NPR this morning, and they had a doctor (epidemiologist? immunologist? something like that) on to talk about Swine Flu (H1N1).

Now, there is a lot of coverage on Swine Flu lately, and I thought some of the things that the doctor said were very interesting.

  1. That Swine Flu and the Seasonal Flu have the same symptoms.
  2. That Swine Flu and the Seasonal Flu are treated using the same methods (fever reducer and fluids).
Now, you might forgive me for thinking at this point: what's the difference? If swine flu is no more dangerous, and is treated the same way, why the hullabaloo?

It turns out that the core difference is that the flu season has started early this year.

Interestingly, we had a relatively dry, cool summer. The areas that are being hardest hit (the south) had the driest summers. The flu spreads best in cold, dry environments. If you have been told that the flu has nothing to do with the weather, you've been misinformed.

Now, I'm not trying to imply causality here, but there's been so much misinformation, e.g. "57% of those tested showed positive for swine flu", that I thought I'd offer a possible explanation.

By the way, that statistic above? You probably didn't catch that 57% was the number of people who:

  1. Came to the hospital with flu-like symptoms
  2. Were tested (and they "selectively test"!). Selective testing means that they had severe symptoms and another compounding medical condition, like asthma.

You'll forgive me, then, for maybe thinking that the press is playing fast and loose with the numbers. And I love that the CDC publishes a map that shows "how geographically dispersed" the flu is. NO INDICATION OF SEVERITY. So a couple of cases, spread around == pandemic. Nuts.

Attribution: photo from Patrick Long Read more...

Saturday, September 12, 2009

Remove me from your mailing list.



If you are sending out newsletters, here's some advice:

Make it very easy to unsubscribe.

Here's why:

  1. It's just common decency.
  2. Users will not appreciate your lock in tactics, and it will tarnish your brand.
  3. Since it's hard to unsubscribe, they'll just mark you as spam.
If you require me to log in to unsubscribe, I'm marking you as spam.
If there is more than 1-2 steps to unsubscribe, I'm marking you as spam.

Ideally, put a link at the bottom of the email that says "unsubscribe". When clicked, it optionally asks, "are you sure?", and then unsubscribes the user. No fuss, no muss.

Image from Sarah G Read more...

Saturday, September 5, 2009

Android is actually "Getting There"


I finally have all the applications I need for the G1 to be truly useable, and at least give it parity with the Blackberry or iphone.

The main things:

Push (Exchange) email, in the form of a $25 download called Touchdown. This app is a bit wonky from a usability standpoint, but has consistently gotten better as the developer has released improved versions.

While I feel that this should be DEFAULT FUNCTIONALITY (are you listening Google?!), I can say it's worth the price, and I haven't really had any major problems with it once it was configured (configuration is a bit of a pain).

PPTP VPN: Thanks to Cyanogen for backporting this to CyanogenMod (if you're not running this, you're missing out on a better experience). This is slated to be included in the Donut release, but CyanogenMod has it now, and it works (although I haven't been able to get it working on WiFi).

Those were the two biggest things that were just *missing* from the Android stack, and I can actually recommend the G1 for business users. The PPTP thing makes me really happy, especially since the PPP daemon has probably supported it since the launch, but there was no way to properly drive it.

Photo by Max.
Read more...

Tuesday, September 1, 2009

MegaCoaster

My son has been spending all his "computer time" lately on a site called PlayCrafter: basically a flash gaming site, but also allows you to create your own games. The result is below:



I'm obviously biased, but he made the "hottest games" list. I'm trying to use this as an encouragement to delve deeper into the programming aspects of game development (wish me luck!).
Read more...