Categories
Digital Culture Personal

More of me online

So for the last week or so I’ve been playing with feeding various content into this blog, testing some new tools, and trying to find a way to integrate a new Tumblr blog with Pattern Recognition in a way that I liked.

I’ve failed completely.

I’m just not happy with any of it, as non of the WordPress plugins that I’ve tried (FeedWordPress, Wp-o-matic) treat my Tumblr blog RSS properly, and after hacking away at custom post setups, I’ve just decided that I like the idea of having two “blogs” on the net for now.

And so, here’s my plan: PatRec is staying the same…I like it as my occasional posting ground, and it’s going to remain my main blog headquarters. But there’s a ton of other stuff (personal, funny, or other) that just doesn’t fit in here. So for now, that other content is going to live over at Tumblr: griffey.tumblr.com, RSS available here http://feeds.feedburner.com/Griffeylog. I wanted to call it Apophenia, but someone already has all the Google Juice for that. Pareidolia is close enough. If you have any interest in the minutia of my sense of humor or just want to see another side of me, that’s where you’ll see it. Expect lots of silly pictures, youtube videos, and short bits of personal reflection.

It may take me a few days to work out the information flow (what goes to Twitter, what goes to Friendfeed, etc). I’m still using Friendfeed as a “master feed” for my stuff online, so everything I do gets there eventually. One of these days I should post about my digital ecology….the flows and connections between all the stuff I have online. I’ll save that for my Top Secret new writing experiment, coming in January. ๐Ÿ™‚

Categories
libraryblogging

WordPress 2.6 is out

WordPress 2.6 was just released…if you’re interested in the details, here’s a video overview:

https://videopress.com/v/mARhRBcT/fmt_std

Categories
Digital Culture Technology

Interesting WP Spam Hack

A really interesting spam hack popped onto my radar today. Here’s the post from the LITABlog, as seen in browser:

LITABlog Spam Hack

Here’s the bottom of the post. Nothing unusual, right?

LITABlog Spam Hack

Here’s the same post in Google Reader:

LITABlog Spam Hack

Spamolicious! Where the hell did all that come from? From this little piece of code in the post:

LITABlog Spam Hack

A hidden bit of code in the bottom of the post. I hadn’t seen this before, but Joshua M. Neff told me it happened to him as well. In the comments there was a link to the wordpress developer’s blog about a similar issue…but not an identical issue. I don’t think this is necessarily a SQL injection issue.

So: anyone have any thoughts? How did that code get put into an existing post? LITABlog is running the latest version of WordPress, so it’s not that. I don’t see any more of them, but I won’t unless I look through the code manually or whip up some SQL-fu that greps for the hidden css string. Which I will do if I must, but I thought maybe someone out there had a better idea. ๐Ÿ™‚

Categories
Digital Culture

WordPress 2.2

Updating to WP 2.2 today…if there is weirdness, that’s why.

More, including a review of new features, after the upgrade.

Categories
Digital Culture

A week between posts

It’s been a week since I last got up the gumption to post here, mostly due to the ongoing issues with WP2.1. I’m a HUGE WordPress fan, and have been using it for this very blog since 1.3 or so. The additions to 2.1, for the most part, are welcome and needed, especially the auto-save feature. But it required far too much of my time figuring out how to get my links back into shape (they killed certain php calls in the code), and I still haven’t gotten my byline happy.

The byline on my site was being ran by having a random named link called from the links function of WP…things like “where no one notices the contrast of white on white” and “it’s the one that says Bad Motherfucker on it” were randomly inserted below my title. But now, because they’ve broken the title_li php function in their code, I can’t surpress the “Byline” heading of the category when I try and place the links there.

In all, it’s been very frustrating.

But, good things are coming. I’m on the way (tomorrow!) to Vegas, Baby!, for a much-needed vacation. So expect some pics and stories (well…some stories). Also, I’m working on an interesting analysis of the first foray into Podcasting by myself and my buds over at LITABlog…some cool stuff there as well.

Categories
Digital Culture

WordPress 2.1

Well, I upgraded to the latest WordPress release, and it brought with it broken. I had used the php function get_links for a TON of customizations on my blog…my sidebar, my random byline in the header, a couple of pages…and what did they do? They killed it. The call is now wp_list_bookmarks, and the options are less straightforward and I’m still not sure I can do what I want with them.

Just as a warning to anyone else who might be upgrading, if you’ve done a lot of customization with the links, beware the upgrade. And if anyone has any thoughts on getting the new system to behave like the old, let me know.