For those running WordPress 2.1 already, you can grab Post Levels 1.1b2, which should fix the post-doubling issue and incompatibility with PHP4 people have been seeing. There are no new features in this release.
Update: The final version is now out.
Skip past navigation, straight to the content
For those running WordPress 2.1 already, you can grab Post Levels 1.1b2, which should fix the post-doubling issue and incompatibility with PHP4 people have been seeing. There are no new features in this release.
Update: The final version is now out.
The latest version of the Post Levels Plugin is now available.
If you’re feeling generous, go for it:
From the list of winners:
Winner of Best Pop Performance By A Duo Or Group With Vocal: My Humps - The Black Eyed Peas
Enough said.
Post Levels 1.1.1 is a bugfix release that will (hopefully) get rid of some of the problems people have been seeing with the 1.1 release.
Note: Several people have mentioned that Post Levels is causing their posts to appear in reverse order. I’m unable to duplicate this, so please let me know if it’s still happening in this version.
A few days ago, I ran into a post by Nova Spivack that talks about the work his startup, Radar Networks, is doing. It’s a long article, but here’s a portion that caught my attention (emphasis mine):
As the Web gets vaster and more complex, and as consumers must work with a growing array of content and services, productivity is seriously being threatened — not only in search, but also in every other area of our digital lives. Most of us who work intensively with knowledge and information already have a direct and intuitive experience of how information overload has grown, even in the last decade. Clearly something must be done about this or in another few years we will all be buried in our own information.
The Semantic Web provides the best (and really the only) long-term solution to information overload and complexity. By starting to add richer semantics to data, and by enabling applications to start leveraging this, it will make it possible to help people regain more of their productivity and to make software smarter — without having to attempt to create super-duper science fiction artificial intelligence.
I completely agree with Nova that Information Overload is a serious (and obvious) problem — my love of information has led me down a dark, dark path that keeps my laptop within close range at all times. The technologist in me likes to think that this is a solvable problem — when we finally get around to doing X, Y, and possible Z we’ll look back and laugh about information overload, Y2K, and other crises of yore.
Then reality — or perhaps it’s cynicism — sets in and I realize the only solution to this problem is willpower*.
When I first started using the Internet (in 1995, I’m a huge nerd), my surfing habits were targeted. I would look for something specific, like a technical reference or song lyrics. As time went on, I started adding a set of sites that I visited daily or weekly such as magazines, message boards, and the proto-blogs.
A few years later, I had somewhere between ten and twenty sites that I visited on a daily basis. If it was a slow day, I might conjure up a few other sites to tackle. Time spent visiting these sites was certainly over fifty percent of my time spent on the web — I still used the web for targeted search, more each year, but the daily surfing grew more rapidly.
Fast forward a few years to 2001, when I first started using an RSS aggregator. Suddenly, I was able to get through my daily sites much quicker. So much so, that I found myself with “extra” time. I had developed a habit of web reading, and that thirst wasn’t feeling quenched by the briefer reading sessions.
So I subscribed to a few more sites.
What happens next will surprise no one — my subscription list grew until I was spending as much time reading as I used to, and then increased some more. Unlike my “manual” surfing, the aggregator made sure that I never missed a thing. I thought this was wonderful. I was able to read more than ever, and I nothing got past me!
As I upgraded to newer, better news aggregators, I found myself adding more and more feeds. I was spending more time reading each day, but think of the time I was saving! Eventually, I was subscribed to about 200 feeds, and had over 4,000 unread items — and I completely intended to get to those unread items (in fact, I believe I still have them all shared somewhere …).
At some point, I finally broke, realizing how unsustainable it was trying to keep up with that much news. I switched aggregators, and scrapped my old subscriptions, starting fresh. I’ve done this a few times, and I currently have under 50 feeds — most of which are infrequently updated.
The dream is half right — technology can improve efficiency. It’s just that, at least in my case, I the savings got reinvested back into consumption. This is a risk for all information gluttons, no matter what the technology (blogs, email, etc).
There are many parallels with food consumption — you have to watch what you eat, lest you get fat.
I’ve gotten a few emails from people that are still running the 2.0.x versions of WordPress (which will apparently be supported until 2010). Due to a boring technical reason, the “User Levels” menu is hidden from the admin section if you use Post Levels 1.1.1 with WordPress 2.0.x.
You can download the release from here: Post Levels 1.0.9
Note that this version lacks features in 1.1.1 — this is due to the new capabilities introduced in WordPress 2.1.
Do not use this plugin if you are running WP 2.1 or greater, your waistline will expand and dogs will no longer like you.
Pitchfork has the details, this is an awesome lineup:
The lineup includes Björk, the Arcade Fire, the Beastie Boys, Interpol, M.I.A., Spoon, the Hold Steady, Grizzly Bear, Neko Case, the Thermals, the Blow, Loney, Dear, the Black Angels, Electrelane, Manu Chao, Mirah, and Bad Brains.
It looks like Ozomatli are also slated to play. I’m looking forward to it. This will be my fourth year in a row attending.
One of the advantages of having a lot of unstructured free time is that I have more leeway to try things out and see what happens.
This week, I will use the internet for no more than thirty minutes a day. This is use it or lose it, and must be continuous (i.e. I can’t do six five-minute intervals). I can use the computer otherwise, but my wireless card is off at all times.
I actually started this yesterday (and went a bit over trying to take care of some things before going offline). Initial results: I can definitely sense a bit of an addiction. Also: it’s unclear whether I should use my half hour in the beginning or end of the day. I originally planned on waiting until the end of day today, but had to look something up online.
Update 2/27: This was a stupid idea, I’m cutting the experiment short. I’m far too dependent upon online references to be able to get things done. Kind of sad.
The Top Level Categories plugin allows you to remove the prefix before the URL to your category page. For example, instead of fortes.com/category/work, I use fortes.com/work for the address my “work” category. WordPress doesn’t allow you to have a blank prefix for categories (they insert category/ before the name), this plugin works around that restriction.
If you’re feeling generous, go for it:
I use this plugin in conjunction with the excellent Permalink Redirect Plugin. If you’re using the plugin, you should make sure to fix a simple bug in the program that messes up category feeds. You can do so by adding the following code to the file on line 174 (right before the return $link; line):
if (is_feed()) {
$link = trailingslashit($link) . "feed/";
}
This plugin will not work if you are using a permalink structure that is only the post name (i.e. /%postname%/ in the options). This is because it creates an ambiguous situation where both categories and individual posts end up with the same URLs. To fix this (if you don’t mind switching your post URLs), switch permalink structure to one of the built-in settings (like Date and Name Based).