Josh Betz
Made with 🧀 in Madison
Made with 🧀 in Madison
http://www.hulu.com/watch/288577
I just realized I’m the same age as Andrew McMahon when he was diagnosed with Leukemia.
Watch the Dear Jack documentary if you haven’t already. It’s 67 minutes about a 22 year old Andy McMahon that was admitted to the hospital as a Leukemia patient the same day he finished mastering Jack’s Mannequin’s first album, Everything in Transit.
Today on his blog, Andy announced that Jack’s Mannequin is going to play their last concert on November 11.
At the heart of this change is the closing of a very important chapter in my life, one that is no doubt close to all of us. On November 11th, in Los Angeles at the 3rd annual Dear Jack benefit, my band and I will perform our last set as Jack’s Mannequin.
[soundcloud url=”http://api.soundcloud.com/tracks/19834118″ params=”” width=”100%” iframe=”true” /]
I worked on a plugin this weekend for storing HTML demos in WordPress. This is still a work in progress, but I think it’s pretty cool so I wanted to post a video showing what I’ve got so far.
When you write a new demo, you get fields for HTML, CSS, and Javascript. There’s also an option to select from a few libraries that are already including in WordPress to load on the page. On the post page, the HTML, CSS, and Javascript are inserted where the_content()
is called.
The syntax highlighter used here is CodeMirror. You can find the code for HTML Examples on Github.
I’ve been a happy Spotify user since Memorial Day weekend 2012 when I discovered that a friend had signed up for the premium service. They were offering a 30 day trial, so I decided to try it out. It was kind of amazing. And it got better when I had to migrate over to a new MacBook Air. The billboard playlists, collaborative playlists, Last.fm integration — all super awesome, not to mention the massive music collection I now had access to.
I also had an Rdio account. Just the free one, but I had an account. I noticed Daniel Bachhuber followed me, which made me realize that there were actually a bunch of people I knew using Rdio. So I followed a couple people.
https://twitter.com/danielbachhuber/status/236574519081455616
Here’s the thing — I didn’t really understand this when Daniel first asked why I switched, but having Spotify so locked into Facebook is kind of a deal breaker for me. I had just come to expect that the “People” tab in Spotify was useless. I didn’t really care about what most of those people were listening to and there’s no way to do anything about that. Not only that, the only way to follow someone on Spotify is to friend them up on Facebook. It’s kind of unfortunate because without looking at my notes, I feel like Spotify is the better service. The reality is that they both do almost exactly the same thing in every way with a bunch of tiny differences. So I’ll share the differences that I found between the two. There’s no way this is a complete list, but it’s the stuff I found right away, so probably most of the stuff that’s important to me — for what that’s worth. This is directly from my notes, so the order I noticed these in might be interesting.
Spotify is the better music player. If you don’t care about social, that’s the place to start. Unfortunately it’s completely off limits for people without Facebook accounts. It would be nice if there was a way to hide the “People” menu, which is only there to make you think Spotify is social. Spotify’s real social strategy is to just let Facebook handle it.
I deleted all my old Twitter archives the other day, which meant I was hardly using any of Twitter Tools1. Then, I launched the new version of joshbetz.com and I can do all kinds of fun stuff with post formats, but Twitter Tools still says “New blog post:” when I publish anything. So I threw together something that does exactly what I want and nothing that I don’t.
https://twitter.com/joshbetz/status/236145418709372928
It’s not super customizable. There’s some logic to tweet a bit differently depending on what the post format is, but it’s all hard-coded. For a new quote, for example, it will say something like “New quote: http://wp.me/123456”.
One goal I have is to rewrite the Twitter OAuth API helper to use more of the WordPress HTTP functions instead of relying on cURL directly. I’m always happy to accept pull requests on GitHub. The plugin is also available in the WordPress.org repository.