1. TalkDigger

    July 31st, 2005

    Talk Digger will ask to major search engines who links to a specific URL. The results will then be processed and displayed on Talk Digger.

    link: http://www.talkdigger.com/

    tags: rss-search blog-vanity

  2. Tipping Point - Net Version

    July 30th, 2005

    Paraphrasing the main ideas in Malcolm Gladwell’s book The Tipping Point.

    link: http://radio.weblogs.com/0107127/stories/2003/01/01/tippingPointNetVersion.html

    tags: malcolm-gladwell digest

  3. Weblogs.com Ping Cacher in PHP

    July 30th, 2005

    Pings to our XML-RPC service are dumped into a MySQL database, and then a cron job checks once a minute for new items that haven’t had a ping sent for them.

    link: http://ruk.ca/article/1379

    tags: weblogs ping php cc-license

  4. San Francisco Metroblogging Meet

    July 30th, 2005

    When: Friday, August 5, 2005 7:00 PM
    Where: (House of Shields) 39 New Montgomery St., San Francisco, California
    Link: http://upcoming.org/event/25962/

    Celebrate one year of SF Metblogs, as well as Jason’s 34th. House of Shields is 39 New Montgomery.

    Tags: sanfrancisco beer metroblogging

  5. Are microformats going against the grain

    July 30th, 2005

    Robert Sayre responds to Tantek Çelik:

    I disagree. Namespaces can sometimes be a technical hassle, but I’ve noticed that people who rail against them are usually squatting on a set of short strings. Would it be OK for Microsoft to define the meaning of the word “friend?”

    I’m just starting to get involved with microformats. Microformats are content annotations, much easier to use than adjunct schemas. This post is content annotated. The content is all here in HTML for you to read, there are no mysterious fields hidden away from your browser. Part of that content is annotated as mata-data (the tags) for other tools to process. But it’s all the same data.

    That part microformats get right.

    But it also goes against the grain of the Web. The Web is distributed, microformat are not (but microcontent definitely is). Distribution is the opposite of ‘one place to rule them all’.

    Mobile is messaging, fun and games. Not it’s not. Mobile is search and blogging. Not it’s not. Mobile is really all about this.

    Lose the contexts, and you lose the ability of many people to contribute to the conversation by proposing their own formats and extensions. Only a central authority can see value in that.

    Microformats borrow from the W3C (HTML, namespaces) and the IETF (vCalendar, media-types), two organizations responsible for many standards at the core of the distributed Web. That’s distributed by association, not distributed in practice.

    Tags: microformats namespaces lesscode

  6. Cisco patches security researcher vulnerability

    July 29th, 2005

    Well, come on, what’s more important, protecting your behind or helping your customers?

    Enough rant. The brilliant title is not mine, it’s John Murrell of Good Morning Silicon Valley, and this post is really a plug for one of my favorite blogs. It’s more informative than CNet, funnier than Dilbert, and is best served with a cup of espresso.

    Check it out.

  7. TweakVista

    July 28th, 2005

    Windows Vista is barely out in first beta release, and we already have a tool for tweaking it.

  8. What’s wrong with Java

    July 28th, 2005

    David Geary talks about Ruby and Java:

    As most of you know, I was on the JSF 1.0 Expert Group, so you might be curious to know how I would compare Rails and JSF. We’ll leave that to another post, or perhaps set of posts, but for now let me say one thing: JSF was created for tool vendors; Rails was created for developers. A fair percentage of what Rails does (perhaps 80-90%) could be implemented in a killer JSF-based IDE that featured incremental deployment, active record, etc., but we’re simply not there yet in the JSF world.

    Tools are great. Tools help you solve really complex problems, they reduce the workload. If you need tooling, it’s a sign that you’re solving a complex problem. If you need tooling to do anything useful with Java, it’s time to realize Java is a complex problem to solve.

    It doesn’t have to be that way. A good programming language does not stand between the developer and the end-user. A good programming language is invisible. It lets you see straight through, so you can focus on the real complex problems your users are facing.

    I started coding in Java when Sun released it for beta testing. Aided with a text editor, command line compiler and some HTML reference files, I used it to solve real complex problems. Write, run, learn, repeat until you nailed it. Take that C++!

    Today, I need a gigabyte of Java tooling, 10+ PDFs for “handy” reference, and a master plan for each simple code change … I wrote most of this post while waiting for one build to complete.

    Look at the Web. So many interesting and innovating services coming out every day, it’s hard to keep track. Look closer. But how many of them are written in Java?

    In less than ten years the big vendors took a language that was once innovative, edgy and full of promise, and turned it into the 21st century COBOL.

    tags: programming java ruby

  9. AroundMe

    July 28th, 2005

    AroundMe is a free social networking and group collaboration platform. Download, install and invite away.

    Developed by Barnraiser, “a non for profit organisation registered in Stockholm, Sweden … with a mission to give people the tools they need to share knowledge and further society through social software.”

    Pretty cool stuff.

    Link: http://www.barnraiser.org/index.php?page=SoftwareAroundMe

  10. MochiKit makes JavaScript suck less

    July 28th, 2005

    MochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast. We took all the good ideas we could find from our Python, Objective-C, etc. experience and adapted it to the crazy world of JavaScript.

    It truely is about doing more by coding less. The async library and it’s use of Deferred is one of the best I’ve seen, once you “get it”, it has a lot of utility. Outstanding design patterns, well documented, test cases and MIT license. I do hope they keep adding more stuff to it with that same level of quality.

    Link