You're viewing old version number 3. - Current version
Dave Winer posts in early January 2016
My current bookmarks page of sites that I visit or feeds that I consume includes a link to DW's feed near the top of the list. I access his feed multiple times per day to see what new insights he has posted. I'm mainly interested in his thoughts and projects regarding web publishing.
I agree and disagree with his tech posts. I don't care about the other topics. I don't access his Facebook or Twitter pages, except in extremely rare occasions. I read the RSS feed from his blog.
Here is how I read Dave Winer's writings: feed page.
I use my custom "feed" command that is included within my Junco code that powers this site. The feed command also exists in the Parula code that powers my message board at ToledoTalk.com.
Here's how it works. The feed= is surrounded by two curly braces at each end. The line must begin at the start of a new line in order for it to work.
Scripting News - 2026-03-01T14:33:12Z
opmlProjectEditor format - 2026-03-01T14:33:12Z
Some time in 2013 I started editing all my JavaScript projects in the Frontier outliner, and in doing so I designed a format that could contain a whole project. And it worked, I continued building it, and to this day edit all my projects in this format. It does a lot of work for me automatically, making it possible for me to build more complex stuff.
It turns out you can put a lot of code into an outline on today's computers. The outliner in Frontier was designed to perform well on a 1990 Macintosh with 1MB of memory, so you have to do a lot of writing to overload it.
I am doing a project with Claude.ai which I'm editing of course in OPE format. So I had to teach it how they work so I could give it one of these files, and it would not only be able to understand it, it could make mods and send it back to me in the same format, and with the code more or less formatted the way I like (still working on that).
Yesterday we started the project. I asked Claude to document the format which I called opmlProjectEditor format, which I am now publishing for future reference by myself, other AI bots, and anyone else interested in this.
Here's a link to the opmlProjectEditor docs on GitHub.
- 2026-03-01T14:11:59Z
Archive for Scripting News in February 2026, in OPML, as always.
I'd like to excerpt from and comment about three DW posts that he made over the past couple days.
- Jan 4, 2016 - Leave nothing but footprints
- Jan 4, 2016 - Why tech insiders must be on Facebook
- Jan 5, 2016 - Re Twitter easing the 140-char limit
Dave claims that he likes the open web, and he often rails against silos, such as Twitter and Facebook. In the summer of 2013, I discovered the #indieweb group via a poster mentioning the https://indiewebcamp.com in a comment to one of DW's posts. Maybe the word "silo" has been used for a long time to describe social media sites, but the term got popularized in my conscience by the Indieweb site.
I added #webmention support to my Junco code because of the Indieweb group. The Indieweb people "use" social media sites differently. They own their own domain names. They post articles and notes to their own blog sites. But rather than manually cross-posting their info their many social media presences, they use software that makes it appear that the Indieweb users are using Facebook, Twitter, Instagram, etc. just like everyone else, but that's not the true.
Indieweb users use software to post to other
From JR's : articles
368 words - 2083 chars
- 2 min read
created on
updated on
- #
source
- versions
Related articles
In Progress - Add webmention client code to Junco - Oct 21, 2013
Creating a Webmention blog reply post at JotHut - Oct 23, 2013
Syndicate JotHut.com posts to Twitter using the share button - Nov 01, 2013
Webmention info to read again - Apr 02, 2014
Webmention-related links - Apr 13, 2014
more >>