Disclaimer

The content of this blog is my personal opinion only. Although I am an employee - currently of Nvidia, in the past of other companies such as Iagination Technologies, MIPS, Intellectual Ventures, Intel, AMD, Motorola, and Gould - I reveal this only so that the reader may account for any possible bias I may have towards my employer's products. The statements I make here in no way represent my employer's position, nor am I authorized to speak on behalf of my employer. In fact, this posting may not even represent my personal opinion, since occasionally I play devil's advocate.

See http://docs.google.com/View?id=dcxddbtr_23cg5thdfj for photo credits.
Showing posts with label wiki. Show all posts
Showing posts with label wiki. Show all posts

Wednesday, February 18, 2009

Wikis & Blogs, Versioning, Lack Thereof, Good and Bad

I learned today

a) that this blog site allows editing of blog posts, even when they are quite old and have been responded to

b) that this blog site does not seem to have versioning

c) similarly,Google docs does not have versioning.

I think this is interesting, because I have long felt that the main difference between a blog and a wiki is that a blog is a "point in time", whereas a wiki is supposed to be updated to be the latest and greatest.

In practice, wikis and blogs shade into each other. Many wiki pages are really "point-in-time", or even flow of consciousness. Similarly, apparently blogs can be edited.

Now, with wikis it is rather typical for a point-int-time wiki page to be reorganized eventually, after a while, to be more of a reference article. Similarly, wiki pages sometimes regress - a reference article may get a lot of conversational stuff added to it.

Blogs, in my experience, do not evolve that way. Given that you can edit the original blog post, I suppose that you could go and edit the comment stream. But I have not seen that done.

If you edit the original post of a blog, then comments may be "orphaned" - they may no longer apply to the revised main page. I.e. they become inconsistent. Now, the edits I made today do not render the blog inconsistent. Mainly, company name. But I wonder how folks who administer large blog sites handle this?

Who should the right to change blog comments? The original poster? But then the point of unmoderated blog comment discussions rather goes away.

I have this rather inchoate vision of a blog/wiki hybrid. Pages start, perhaps, in a blog-like manner. With a title, but also with an implicit date. Comments accumulate in the usual blof like manner.

At some point you may want to "fork" the blog into a more wiki-like, reference, structure. Hit a button, and you get two versions of the original page: first, the blog page TITLE-DATE, with comment stream, and then also TITLE-CURRENT. Cross linked in all possible ways. I.e. you can go from TITLE-DATE to TITLE-CURRENT, back, to all of the comments, etc. Eventually you may want to fork again, to produce TITLE-DATE2.

Automatic version control on a wiki is much like this. All of the information is there. However, it is hidden behind the version control system. Sometimes I think that you want to maintain the versioned TITLE-DATEn topic pages for external viewing.

Ideally: (1) preserve everything under version control. But, (2) automate the process of snapshotting a particular version. Automatically create TITLE-DATEn. Make it possible to give meaningful names to such versions. And automate the process of cross-linking. I think it quickly becomes evident that the links want to be managed by a database, not by hyper-text style links, once again to ensure consistency.

Note: such snapshotting or forking doesn't just apply at page level. It also applies to groupsor webs of pages.

I've been doing much of this by hand when I create a release of a wiki based specification. Of course I want to automate what I now do by hand.

---

I want to do something similar for email archived into a wiki store. I want to preserve the original "point in time" email. But I want to enable the forking and revision of such email into reference material.

---

Back to versioning: I like versioning.

This discission indicates that individual versions need to have different access control. Ideally, a "point-in-time" original blog post or email is read-only - the email, immediately when sent, the blog post perhaps after a small interval. But attempts to edit such read-only blog or email items should produce a copy-on-write type behavior, with automatic renaming, as described above.

Also, although I like versioning, and I think that everything should be versioned, occasionally it is necessary to be able to remove an object, or a version of an object, completely, cleanly, without any hope of recovery. E.g. IP.

Tuesday, August 22, 2006

Giving in to Google Blogger / wishing for Wiki

I suppose that I am giving in by creating a Google Blogger page. Giving in in two different ways:

(1) I would really prefer to have a publicly visible wiki site, rather than a blog.

(2) I really should be running my own public website, with both wiki and blog, rather than piggybacking on Google.

I've been running websites and wikisites inside the companies that I work for for a long time, on company intranets. I keep meaning to set up my own public website on the Internet. I have, from time-to-time exposed some of my servers (personaly servers, that is, not company servers). But I am lazy, and paranoid about security. Perhaps I should be using a web hosting service, one that supports wiki software such as twiki; but I am reluctant to spend money on this sort of vanity publishing.

As we say in Portand: "Free is a very good price". Hence Google.

I prefer wikis to blogs. Or, rather, wikis is a superset of blogs. I've written my own blogs using fairly vanilla twiki, mildly customized, for a while. I'm aware of quite fancy blog sites and systems built on top of wiki.

I've thought long about the differences between blogs and wikis. I've posted about this on my intranet wiki/blog; I may move some if that here, but not now. Just briefly, the main difference seems to be:
* wikis are oriented towards editing, revision, and eventually creating reference material
* blogs are transient - an article is typically written at a single point in time
* although blog articles may be revised, that is not the usual situation
* whereas revision at any time is the essence of wiki
* blogs are typically oriented around a primay author
* others may comment on a blog page, but such commens are typically distinct from the main posting
* wikis are oriented around collaboration
* although multiple users may comment on a wiki page, in "discussion mode"
* it is often the intention and hope of a wiki site that such comments may be folded into a consensus rewrite of the wiki page (although the separate commens should certainly be retained in revision history, and perhaps in a separate "flow of consciousness" wiki page)

This makes it sound like there should be no such thing as a single user wiki. That is wrong: I find a single user wiki (and, for that matter, a single user blog) very useful. Helps organize my thoughts. Plus, I hold sufficiently diverse opinions inside my head that I can frequently have a conversation with myself on a private wiki page or blog page.

Single user wikis are quite useful on devices such as PDA phones, as means of organizing information.