Home >  Archive >  2010 >  September >  9

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

September 2010
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
29
30
 

Aug   Oct

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.

Does your script environment have a debugger? Permalink.

A question came up at our Seattle scripting meetup about script debugging.

How does the scripting environment you use, PHP, Python, Perl, Javascript, etc, have debugging features? Can you set breakpoints, follow, go in and out of functions, look up the values of variables, watch variables change as the script is running?

What other debugging features do you have? What features would you like to have that you don't?

Obviously you should say what environment you use. :-)

Hash function performance Permalink.

It's been a long time since we looked at the object database in Frontier, so today Brent wrote a little app that checks out how the hash function distributes objects across the buckets for each table in the database.

Here's how the function works. It takes the first and last characters of the name of the object, adds them together and mods the result by the number of buckets, which is 11.

As the OPML Editor started up it made 125,091 calls to the hash function, and the results were distributed among the buckets as follows.

0: 14,792

1: 3,840

2: 9,629

3: 8,440

4: 15,368

5: 11,306

6: 7,561

7: 17,605

8: 13,074

9: 13,651

10: 9,815

This looks pretty random to us.

If anyone reading this is an expert in hash function trivia, if you have an opinion, please chime in.

Old-style search engine Permalink.

A picture named cardCatalog.jpg

A picture named cards.jpg

They still have card catalogs at the Seattle Public Library.

Apple's change Permalink.

This morning a truly important announcement from Apple that they will allow other development platforms to run on IOS. This is an unqualified good thing.

A picture named brentDave.jpgThe timing couldn't be more interesting for me, because I'm in Seattle for two days working with Brent Simmons on the OPML Editor code base. One of the things we discussed yesterday was producing an IOS version, but realizing that it could not be distributed through Apple to end users (it could be distributed to developers) because it is a development environment. We plotted out a long roadmap that would take us through Linux to get to Android to try to get to a handheld environment, even though we would both vastly prefer to do this work on Apple's hardware. At today's meeting I'm going to suggest we skip the long road and make a beeline for IOS.

A picture named try.jpgIt's almost as if we're part of some dance. That Apple made this announcement right now makes what has already been a very productive and interesting meeting potentially much more so. Now the challenge is to see how we can take advantage of the new opening.

Still diggin! :-)

Seattle public library Permalink.

Spent some time yesterday in the main public library in Seattle.

A picture named library.jpg

BTW, due to a glitch in my CMS, the pointers to a piece about a paradox didn't make it into the index.



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

RSS feed for Scripting News


Previous / Next