Categories
Uncategorized

BarCampMilwaukee4 Portraits at MKEDH4

Remember at BarCampMilwaukee4 when I took your photo? Well, I still need to edit all the shots, and I’ll be doing it at MilwaukeeDevHouse4 on Saturday, November 7th, 2009…

Oh yeah, you’re invited! MilwaukeeDevHouse is a hackathon-type event where we encourage you to come and work on something. Maybe some project you’ve had on the back burner for a while… maybe you need to upgrade your WordPress blog, test out some new Drupal modules, work on a Joomla theme, build a robot, or… edit 80+ photos. Hopefully I can also work on “The Faces of BarCamp” project as well…

facesofbc

Think of MilwaukeeDevHouse as a party where you can get some work done, but don’t have to. You can just hang out, socialize, and eat & drink if you like… it’s like a social network, but in real life. (You’re not limited to 140 characters, unless you want to be.) It’s a chance to learn something new and meet some new people. It’s full of “newness” or something!

Our pals at Bucketworks and Insomniac Development LLC will provide snacks and libations, and we thank them for that.

(P.S. I’ve been told this is a “pants optional” event, but I’m not sure what that means. Also, Time Lapse Bot will be there. Are these two things related!?!?)

Categories
Uncategorized

BarCampMilwaukee4… Tomorrow!

BarCamp

BarCampMilwaukee4 is tomorrow. Visit barcampmilwaukee.org. Right, You’ve done that by now, and you registered, and you will be there, and it will be nice.

Also, we’d like to thank our sponsors, who help make this thing happen.

Bucketworks, Web414, Distance Software, Microsoft, Hentzenwerke Publishing, MyMilwaukee.com, Fresh Coast Ventures, Paladin Web Services, Redpoint Technologies, TA Design LLC, Compuware, OnMilwaukee.com, Milestone R/D Labs, Brazen Careerist, 2XL Networks, DJH Solutions, Quintessential Mischief LLC, MC Services, Palantir, Apress, James Carlson, Phil Gerbyshak, C2 Graphics Productivity Solutions, Insomniac Development LLC, Pehr Anderson… and you!

See you at BarCamp!

Categories
Uncategorized

PeteIsOld.info

No, it’s not Pete I Sold.info, it’s PeteIsOld.info and it’s a web site that Gabe registered just for me, and it’ll show media created at the crazy party the wife threw for me at Bucketworks (back before it flooded… the second time.)

Here is a video of my old pal Milt talking about how he got to know me…

Neat-O!

And hey, there’s also this cool “Sketchnote” card from world-famous Sketchnoter Mike Rohde, how cool is that!?

Sketchnote Card

Anyway, I’ll try not to write too many more posts about the fact that I am totally ancient now. I mean, Dave Winer is way older than I am!

Categories
Uncategorized

Balancing Act – Promo #001

Did you know I’m still working on Balancing Act, my documentary about the work we do? Well, I am…

In this short clip James Carlson talks about how the concept of Bucketworks evolved.

I’m not even sure this will make it into the final film, but I found it compelling enough to put it out there.

Categories
Uncategorized

Machine Tags for Bucketworks

The following is a proposal for the use of machine tags for content related to Bucketworks. I’d love feedback from people familiar with machine tags, and people involved with Bucketworks.

The idea behind machine tags is adding a sort of namespace and hierarchy to a tagging system, and to assign it to a specific thing.

So for Yahoo’s Upcoming site (which lists events) PhotoCampMilwaukee had a tag like this:

  upcoming:event=1518729

These are used by Upcoming, which uses the Flickr API to gather photos for display on it’s site.

Now, we can assume that every event at Bucketworks would have a unique ID number, and use something like this:

  bucketworks:event=47264

This number could come from Drupal, CivicCRM, SalesForce, whatever… Just needs to be unique, and referenceable.

Now, we can see the same thing with users… on Flickr, if I see that Gabe is in a photo, I could use the tag:

  flickr:user=heygabe

where “flickr” represents Flickr, “user” is the thing we are specifying, and “heygabe” (his username on Flickr) is the value.

So… extended to Bucketworks, if Gabe’s username there is “gwollenburg” we might use:

  bucketworks:member=gwollenburg

Hmmm, maybe Gabe is not a member… and lots of people who come to events at Bucketworks might not be members (yet!) so maybe it is better to use “person” (but then, “user” could be the proper term as well, as the people are “users” of Bucketworks, right?)

  bucketworks:person=gwollenburg

Obviously every person needs a unique (to the Bucketworks network) username we can reference them with. (Note that I used Gabe’s Yammer username “gwollenburg” and not his bucketworks.org username: “heygabe”. (Is there also a username in SalesForce? It would be nice if there was a way to cross-reference all of them, though really, we want the most publically used one, so they are easy to determine.)

Jenn asked about tagging photos at Bucketworks with the room names, so we might use:

  bucketworks:space=greenhouse
  bucketworks:space=flowspace
  bucketworks:space=playspace
  bucketworks:space=cafe
  bucketworks:space=chromatarium
  bucketworks:space=parkinglot
  bucketworks:space=loadingdock
  bucketworks:space=sidewalk
  bucketworks:space=roof
  bucketworks:space=outside

Here are photos on Flickr with the tag bucketworks:space=playspace

(I went with “space” rather than “room” because I think it’s open to a wider interpretation, and luckily, Bucketworks seems to agree…)

(Are you thinking about geotags yet? They are another form of machine tags, and we should be using the coords for Bucketworks as well…)

The thing about machine tags is that you don’t so much just “come up with them” as they are defined by some entity, and then presented, and (hopefully) used.

So, if we did come up with a bunch of these, we would need to make them public, promote the use of them, show why you would use them (what cool things could be done, like, a slideshow with all photos from an event at Bucketworks) and having tools that make these things valuable would also be good…

What’s that? This reminds you of RDF, well, that’s okay :)

See Also: http://www.flickr.com/groups/api/discuss/72157594497877875/ and http://tagaholic.me/2009/03/26/what-are-machine-tags.html

Thoughts?