Month: July 2003

  • 2.6 Is Coming

    CNet:

    “I’m planning on starting the so-called ‘pre-2.6’ series in early July, and that is kind of a beta series,” Torvalds said Wednesday in an interview. He and Andrew Morton, the programmer who will maintain the 2.6 version, “are talking about starting a pre-2.6 series next week,” Torvalds said.

  • O’Reilly PHP SOAP Tutorial

    O’Reilly has an excellent tutorial on using the PEAR SOAP module in PHP:

    Web services allow you to exchange information over HTTP using XML. When you want to find out the weather forecast for New York City, the current stock price of IBM, or the best-selling DVD according to Amazon.com, you can write a short script to gather that data in a format you can easily manipulate. From a developer’s perspective, it’s as if you’re calling a local function that returns a value.

  • The (Not)Echo API is Beautiful

    Joe Gregorio has posted an RFC for a (not)echo-based API.  It is a streamlined, simple (yet extensible) REST-based API.  It is beautiful.  It is good.

    I’m sure that little things will change while the format matures, but if the API looks as simple, clean, and useful as this, I’d endorse it 100%.  I hope that such a simple yet robust system can work for all involved.

    Think technical, not political.

  • Ebay Live! Journoblogger Coverage

    Photo by Leslie WalkerLeslie Walker at The Washington Post has a great article on a recent Ebay convention:

    ORLANDO — Gary Neubert made sure everyone knew his eBay trading name; all the better to sell to them later. The Tampa shipping-supplies dealer walked around the floor of eBay’s user convention here last week in a polo shirt with his auction-trading ID imprinted in large letters on the back.

    Photo by Leslie WalkerThe article is an outsiders view of some of the most elite sellers on Ebay.  These are the people that started off selling on Ebay part time and now have employees below them to handle their flow.  We’re talking people with 10,000, 30,000, and even 300,000 postitive feedback points.

    The article also has a photo gallery from shots that Leslie took around the conference with her digital camera.  Yes, that really is “Weird Al” Yankovic.

    Leslie is almost a reporting weblogger, posting pictures from her digital camera on the website of a major newspaper.

    Most webloggers fall in to the opposite category.  We’re reporting bloggers.  We were there, we took pictures, we observed what happened, we might have some insight.  We post it on our sites.  Others link to it.  There is a discussion.

    It’s no suprise that the lines are becoming even more blurred.  She gets paid, we don’t.  Or do we?

  • UseCases for Necho Are Compelling

    I could stare at the UseCases of echo for hours.  If this thing is done right, it could end up pretty much everywhere.

  • Best. Moblog. Evar!

    Sean Bonner’s mobile photo blog is absolutely amazing.

    It’s fine art among fingerpaintings.

    Also check out his main blog.

    I’ve subscribed to both his main and moblog feeds.

  • Opteron to Get Software Math Boost

    CNet:

    Advanced Micro Devices released software on Monday aimed at speeding up mathematical calculations on its Opteron processor and other future chips that use the AMD64 64-bit instruction set. The new Opteron is popular with high-performance technical computing users. The Sunnyvale, Calif.-based company hopes the new tool will make it easier for programmers to create software for financial, engineering, mathematical and scientific tasks.

  • Blogger Endorsement of (not)Echo

    It’s interesting to note that Blogger is scrapping their already-complete Blogger API 2.0 in favor of an echo-based API.  More information can be found on their site.

  • (not)Echo More Verbose than RSS?

    It’s interesting to note that Joel’s RSS feed currently weighs in at 14181 bytes, while his experimental (not)echo implementation weighs in at 18878 bytes.  Both feeds offer full content.

    I thought I’d double check as I noticed that the format is a little bit more verbose about post authors and such.  It’s no big deal, as you could easily gzip your feed and make the size difference a non-issue.

  • First Glimpse at Necho: All is Well

    Sam Ruby:

    I’ve taken a 2003/07/01 snapshot of the maximal example of the format previously known as echo.

    Joel has an example up, as does Mark.  I get good vibes when I read these example feeds.  They’re clean.  Zen.  The question is, when this format stabalizes, will we be able to parse necho feeds in a simple way using a namespace-aware parser?  Is everyone going to produce well-formed and valid necho?

    We shall see.  Looking at this spec freeze, I’m quite happy.  All of the political BS aside, this is good.  We have RSS, an entrenched syndication format that will most likely be used for years to come.  We also have (not)echo, a bleeding-edge format that will do syndication as well as posting and comments.  All is well in the world, at least for this brief moment.

  • Linux/Symbian File Transfer

    Thanks to Clarity for mentioning it: Linux to Symbian file transfer.

    very cool.

  • Mark Pilgrim Castrates his RSS Feeds — Film at Eleven

    Mark Pilgrim:

    Update 2: I have removed the namespaced elements from all of my RSS feeds. Since there is no way in RSS 2.0 (as-is) to specify both the excerpt and the full text of a post, the feeds now only contain excerpts. Also, I switched from using link to using guid for item permalinks, as discussed recently.

    I look forward to publishing a feed in the new format (once the physical model has been nailed down) that will be as complex and feature-rich as my needlessly-complicated-RSS feeds used to be.

    Aparently in reaction to praise from Dave Winer, Mark has rendered his RSS feeds fairly useless to most people.  See Scott Johnson’s blog for details.

    Kids: Don’t make me turn the internet around!