I am currently ramping up to reinvigorate my blog / online presence / personal brand / social media strategy, etc. etc.
What you are seeing on my blog today is a temporary placeholder until I can officially "relaunch."
I've recently moved to the East Coast (Somerville, MA) and have been doing some Big Thinking about where I'm going with my work, life, etc. Part of this is a renewed emphasis on ego-building online. It's easier now than ever, and I'm really exhausted by seeing uninteresting people have all the fun.
However, as an antidote to my bad habits of taking on too many low-value projects and passive aggressively making the last 20% of ongoing projects drag on and on, I have been trying to implement Cal Newport's idea of a completion-centric productivity.
Read More Post a comment (2)Some minor wordpress tweaks
- Fixed odd format on permalink pages
- Fixed double “Tag: Tag:”

Returning to a pre-sxsw template for davidnunez.com… finally completing the mephisto to wordpress migration.
I’ve been hacking away at a little app to post/share what I’m going to call “sketchstreams”
I learned a lot about how I enjoy working while getting ready for maker faire.
I’ll be adding features and tweaking the design on the blog in iterations over time rather in fell swoops.
Collect, Wonder, Tinker, Build, Repeat — that should apply here too.
- Questions – stated research interests – things I want to explore
- Sketches (Hardware, Software, incomplete thoughts, collected research (ex. delicious links)) as a direct response to questions or other sketches
- Articles / documentation of built projects — these are “answers”)
Finished pulling in old entries to wordpress.
- adjust controllers/feed_controller so that the article limit is greater than number of articles
- clear cached feed in settings
- in CLI, execute “curl http://yoururl.com/feed/ > feed.xml” (atom)
- use an xml / xsl editor on feed.xml to apply the Atom2RSS xsl sheet found here http://atom.geekhood.net/
- Use RSS import on wordpress
Issues: Tags / Categories get all mixed up. Pages and comments do not import
I’m contracting with Pluck in Austin, working on BlogBurst. A large part of my job is reviewing multiple blogs a day for editorial quality and interest.
I’ve come to better understand what I find interesting in other blogs and what I find dreadfully boring.
I think a lot of what I have put in my blog in the past falls into the terribly yawnspirational.
You can categorize blog posts along an axis of “interestingness” or “value” or “quality.” I would roughly scale the types of blog posts like this (with the understanding that most blog articles will not fall cleanly under just one of these categories):
Quick Posts, links, observations – these are blog posts that might simply point to research found elsewhere (ex. links to an interesting post on another blog) with some commentary. It might also be a picture I took on the way to work. These are usually fast, come often, and very likely do not have much meaningful content content.
Posts that propose ideas or questions and posts that that show attempts at solving those questions
“Final” articles that are fully baked – they tend to be longer, come along very rarely and have been edited and publicized, often over multiple versions. My SxSW article is a good example.
There is an element of mental doodling that happens on blogs, but I recognize that most people don’t care about the draft versions of most of the author’s thoughts.
So my intent is to reengineer the blogging and blog reading experience here to account for readers who may only want to read fully built articles.
Here are some assumptions:
EVERY nugget of content (links, articles, photos, personal journal entries, questions) can potentially spawn other bits of content (or at least have a directed graph relationship with other bits).
Certain content pieces can be tagged as “questions” or points of “wonder.” These might look like blog posts posing a single thesis.
Certain other content pieces can be tagged as “research” or “experiments” to answer those questions.
Certain bits of content can be tagged as “built” or “versions” of an answer to a specific “wonder.”
This requires that I, as an author, can “riff” off of anything I put in my blog. I should build into the authoring software simple buttons that say “riff” which spawn child nodes.
Alternatively, I may be able to build custom tags into the software which allow me to divide articles into specific areas.
As a reader, you should have the option to see what research, questions, and tinkering led to whatever you are currently reading. Furthermore, you should be able to filter away everything but the final “built” articles.
Questions: Can a node have multiple parents? Can a parent have multiple children?
The RSS Feeds for my blog should be redirecting to the appropriate place now.
I modified .htaccess redirects (should probably become mod_rewrites) and created a custom handler for a php GET case.
It wasn’t easy installing Typo on my ISP because RoR is quirky.
These helped:
Ultimately, I needed to flush caches and kill ruby processes
I migrated away from Drupal to Typo as my blogging platform.
I decided to migrate my blogging platform after I saw Katie using the admin interface.
Reasons
- Just for giggles, mostly.
- Drupal was fun, but it was way too bloated to allow me to do the kind of exploration I was hoping to accomplish with my blog.
- Also wanted to force myself to bone up on Ruby.
- There seems to be a more wide open opportunity to contribute to the project vs. Drupal which already has a pretty mature community.
- Wanted to see if switching mediums is a way to spark your creative productivity.
TODO (no implied priority on the list):
- Still need to import / migrate the comments.
- Migrate tags => keywords field properly
- Do redirects for named pages in Drupal
- Lazytown
- sxsw
- contact
- about
- Other(?)
- <strike>Do feed redirects</strike> completed 2006.04.24
- GoogleAds on Lazy Town entries
- Scour drupal installation to find any additional migration points
- migrate drupal types besides “page” and “story”
- Create and Upload Guide to Drupal – Typo migration
- Better Theming
- <strike>Upload to Server</strike>
- Think about backup / maintenance plan
- Think about update schedule
- Implement Parent – Child features
- Implement Del.icio.us and flickr feed to article features
- Implement creativity framework features
- BUG: Switching textfilters on article does not apply textfilter on save unless you touch the body of the content
- BUG(?): Is there an issue with the inject method implemented by archive sidebar component
- Make sure post pings work correctly
I did some pretty hacky / kludgey things to get the old articles to migrate over. I’ll try to document them (see the above todo list for that action item), but my focus was to get this up and functional before Maker Faire so I could blog about that. Thus I have to make the following caveat:
Warning: Everything before this article (or for the entire blog, for that matter, has the potential for being massively screwed up and potentially massively screwing up your own computer / content / newsreader, etc. I’ll keep an eye on it. But please email me (david at davidnunez.com) if you notice massive problems not addressed in this post.
Updated: Tuesday; April 25, 2006 – 12:32 PM

