Home >  Archive >  2011 >  February >  10

Previous / Next

Christmas Tree
This site contributes to the scripting.com community river.
About the author

A picture named daveTiny.jpgDave Winer, 56, is a visiting scholar at NYU's Arthur L. Carter Journalism Institute and editor of the Scripting News weblog. He pioneered the development of weblogs, syndication (RSS), podcasting, outlining, and web content management software; former contributing editor at Wired Magazine, research fellow at Harvard Law School, entrepreneur, and investor in web media companies. A native New Yorker, he received a Master's in Computer Science from the University of Wisconsin, a Bachelor's in Mathematics from Tulane University and currently lives in New York City.

"The protoblogger." - NY Times.

"The father of modern-day content distribution." - PC World.

"Dave was in a hurry. He had big ideas." -- Harvard.

"Dave Winer is one of the most important figures in the evolution of online media." -- Nieman Journalism Lab.

10 inventors of Internet technologies you may not have heard of. -- Royal Pingdom.

One of BusinessWeek's 25 Most Influential People on the Web.

"Helped popularize blogging, podcasting and RSS." - Time.

"The father of blogging and RSS." - BBC.

"RSS was born in 1997 out of the confluence of Dave Winer's 'Really Simple Syndication' technology, used to push out blog updates, and Netscape's 'Rich Site Summary', which allowed users to create custom Netscape home pages with regularly updated data flows." - Tim O'Reilly.

8/2/11: Who I Am.

Contact me

scriptingnews1mail at gmail dot com.

Facebook

Twitter

Friendfeed

My sites
Recent stories

Recent links

My 40 most-recent links, ranked by number of clicks.

My bike

People are always asking about my bike.

A picture named bikesmall.jpg

Here's a picture.

Calendar

February 2011
Sun
Mon
Tue
Wed
Thu
Fri
Sat
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 

Jan   Mar

Warning!

A picture named warning.gif

FYI: You're soaking in it. :-)


A picture named xmlMini.gif
Dave Winer's weblog, started in April 1997, bootstrapped the blogging revolution.

Why Twitter is so valuable Permalink.

A picture named napster.gifIt's the same reason Napster was so valuable before the RIAA shut it down and destroyed it.

Napster had captured the entire online music activity under one roof. A virtual monopoly. From there, in hindsight, you could have launched what eventually became iTunes, and had immediate huge market penetration from Day One. Apple would have made devices that hooked into Napster. They wouldn't have controlled the revenue flow of the music industry as they effectively do now.

Same with Twitter. The whole of the microblogging world is under their roof. It's the prototype for the news system of the future. Under competent management with a longer-term view and deep experience with news, Twitter would sweep the whole news landscape into its domain. To have almost exclusive control of the flow of news for a large portion of the world -- could that be worth $10 billion? Obviously, that and a lot more. $10 billion would be a bargain.

The Wall Street Journal employs writers and editors who were schooled in a world where the possibility of wrapping up the whole news platform was unthinkable. That's why they have so much trouble thinking about Twitter.

Hat tip to Felix Salmon for seeing this too, from his own point of view.

Techmeme moves toward Twitter Permalink.

Techmeme added an interesting feature a few days ago. It wasn't announced publicly, so I'm not exactly sure how it works, but I'll take some guesses and hope that they get corrected by people in the know.

Here's a screen shot of the current Techmeme site, with arrows pointing at tweets appearing in the discussion sections.

http://scripting.com/images/2011/02/10/tmscreen.gif

1. Techmeme maintains what they call a "whitelist" of Twitter accounts that they regularly read looking for links to pieces that are currently on Techmeme. These people were chosen presumably because their comments tend to be interesting or influential. These were editorial choices.

2. At first I thought the links had to use Techmeme's url-shortener, but now it appears that is not true.

A picture named taffy.gif3. When a comment appears, a link to it is added in the "discussion" section under the post.

4. Tweets can now be first-class items on Techmeme.

It's interesting that Techmeme has effectively become a surface for Twitter, organizing tweets by topics that are of interest to their readers. It's not certain that this will be compelling, and that the attention from Techmeme might influence what people say.

A few years ago, when flow-hungry bloggers realized that appearing in the "chorus" on TM could result in significant flow, you could watch a story percolate through the tech blogosphere. At times it got ridiculous as people struggled to find something interesting or original to say. That could be even more difficult when 140-character constrained.

Other publications should watch this experiment carefully. Even if it doesn't work with Twitter, it's an interesting model for what an integrated news system might look like in the future.

Adding a message box to my river Permalink.

I mocked up where I want to go next with the beautiful river stuff.

http://scripting.com/images/2011/02/10/nextStepInRivers.gif

All I did was split the page horizontally and add a box where I can add a message to my output stream. I already have the back-end for this completed and debugged. I have a UI, but it's a pretty ugly HTML form. The goal is to integrate the two.

Here's a screen shot of the form I'm actually using, that's functional.

http://scripting.com/images/2011/02/10/messageEditor.gif

Notes about the editor.

1. The pop-up menu says which feed the item goes to. I can manage more than one.

2. The full link is entered in its own box

3. There's a link to the feed (the white-on-orange XML icon).

4. There's a link that pings TwitterFeed saying the feed has updated.

5. The number is a count of the characters in the box. I'm going to allow you to set a limit and it will turn red whne you go over the limit. (Not implemented yet.)

There's also a message area, to the right of the popup-menu, but since there is no message being displayed you can't see it. This is for confirmation messages like "Updated feed" or "Successfully pinged TwitterFeed."

I see this evolving quite a bit, but this is the core functionality. With these two pieces integrated, there will be the equivalent of a Twitter client that only uses RSS to communicate.

Cross-posted on the River of News list.

Will JSON replace XML in RSS? Permalink.

A frequently asked question goes something like this.

"I like JSON. What if apps started publishing RSS data in JSON."

1. My first answer: Sure, why not. I experimented with it in October, and found prior art -- a website that takes a feed and returns JSON.

2. I wrote both ends of a protocol that depended on JSONified RSS. It worked. I didn't find any dead-ends.

3. Now, that doesn't mean there aren't any dead-ends. If I were a betting man, based on past experience, I'd expect there are. But they wouldn't necessarily be the end of the process. It depends on how determined one is, and if a consensus can be arrived at as to which of the possible egregious hacks would be used to back out of the dead-end.

A picture named json.gif4. Motivation. Now there's the really big problem. Why would anyone be willing to recode their RSS support to use JSONified RSS? I did it as an interesting hack, a diversion, something to pass the time while my brain warmed up for other work.

5. If you run a news site, could you replace your XML-based feeds with JSON without losing a bunch of readers and potential readers. So you'd be stuck supporting both, for the indefinite future. Congratulations, you just made your life more complicated. What did you get in return?

6. But the world is switching to JSON. Isn't it? Answer -- yes, that does seem to be happening. For new applications. If it's going to happen in an existing app, like HTML or RSS, it's a very long way off. Do a view-source on any web page. See all those angle-brackets? Now think about all the brains that know how to do that. Installed bases like that come, at most, once in a generation. You can't wish them out of existence. If XML is meant to be replaced by JSON, that process will take many many years.

So RSS in JSON is technically a real possibility.

Will it happen? I wouldn't bet either way. It might happen. That doesn't necessarily mean it's a good idea. Or that it's not a good idea.

Will it replace XML-based RSS? Obviously, I don't think so.



© Copyright 1997-2011 Dave Winer. Last build: 12/12/2011; 1:34:30 PM. "It's even worse than it appears."

RSS feed for Scripting News


Previous / Next