<?xml version="1.0" encoding="UTF-8"?>
<!-- RSS generated by oldSchool v0.8.16 on Thu, 12 Mar 2026 18:42:44 GMT -->
<rss version="2.0" xmlns:source="http://source.scripting.com/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:IA="http://rss2.io/ia/">
	<channel>
		<title>Scripting News</title>
		<link>http://scripting.com/</link>
		<description>Dave Winer, OG blogger, podcaster, developed first apps in many categories. Old enough to know better. It's even worse than it appears.</description>
		<pubDate>Thu, 12 Mar 2026 18:36:05 GMT</pubDate>
		<language>en-us</language>
		<generator>oldSchool v0.8.16</generator>
		<copyright>&amp;copy; copyright 1994-2026 Dave Winer.</copyright>
		<docs>http://cyber.law.harvard.edu/rss/rss.html</docs>
		<lastBuildDate>Thu, 12 Mar 2026 18:42:44 GMT</lastBuildDate>
		<cloud domain="rpc.rsscloud.io" port="5337" path="/pleaseNotify" registerProcedure="" protocol="http-post" />
		<source:account service="twitter">davewiner</source:account>
		<source:localTime>Thu, March 12, 2026 2:42 PM EDT</source:localTime>
		<source:self>http://scripting.com/rss.xml</source:self>
		<source:blogroll>https://feedland.social/opml?screenname=davewiner&amp;catname=blogroll</source:blogroll>
		<item>
			<title>Claude code notes, day 2</title>
			<description>&lt;p&gt;Thinking of AI and how it relates to software development, I'm working in the old mode and the new mode. The old mode is I build a project over a few years. I try to bury bits of functionality behind interfaces, either APIs or UIs, and hope I can forget how they work and just access them via the interfaces. Repeat the process. In the new mode, I rely on the machine to remember all that. Claude Code is the key to doing that, using a GitHub repo. And then two or more people can work at the higher level. Obviously the next thing is to see if there aren't some interfaces we can build that are even higher level. The evolution of AI and languages go hand in hand. On the other hand, human beings being what we are, it's just as likely as there will be a wild proliferation of new even more complex interfaces, because now we can rely on the machines to remember the complexities, and their limit is, compared to humans, practically infinite. &lt;/p&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/12/172414.html?title=claudeCodeNotesDay2">
						</head>
					<body>
						<article>
							<header>
								<h1>Claude code notes, day 2</h1>
								<time class="op-published" datetime="2026-03-12T17:24:14.000Z"></time>
								<address><a>Scripting News</a></address>
								<p>Thinking of AI and how it relates to software development, I'm working in the old mode and the new mode. The old mode is I build a project over a few years. I try to bury bits of functionality behind interfaces, either APIs or UIs, and hope I can forget how they work and just access them via the interfaces. Repeat the process. In the new mode, I rely on the machine to remember all that. Claude Code is the key to doing that, using a GitHub repo. And then two or more people can work at the higher level. Obviously the next thing is to see if there aren't some interfaces we can build that are even higher level. The evolution of AI and languages go hand in hand. On the other hand, human beings being what we are, it's just as likely as there will be a wild proliferation of new even more complex interfaces, because now we can rely on the machines to remember the complexities, and their limit is, compared to humans, practically infinite. </p>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Thu, 12 Mar 2026 17:24:14 GMT</pubDate>
			<link>http://scripting.com/2026/03/12/172414.html?title=claudeCodeNotesDay2</link>
			<guid>http://scripting.com/2026/03/12/172414.html</guid>
			<source:markdown>Thinking of AI and how it relates to software development, I'm working in the old mode and the new mode. The old mode is I build a project over a few years. I try to bury bits of functionality behind interfaces, either APIs or UIs, and hope I can forget how they work and just access them via the interfaces. Repeat the process. In the new mode, I rely on the machine to remember all that. Claude Code is the key to doing that, using a GitHub repo. And then two or more people can work at the higher level. Obviously the next thing is to see if there aren't some interfaces we can build that are even higher level. The evolution of AI and languages go hand in hand. On the other hand, human beings being what we are, it's just as likely as there will be a wild proliferation of new even more complex interfaces, because now we can rely on the machines to remember the complexities, and their limit is, compared to humans, practically infinite.</source:markdown>
			<source:outline text="Claude code notes, day 2" created="Thu, 12 Mar 2026 17:24:14 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/12/172414.html">
				<source:outline text="Thinking of AI and how it relates to software development, I'm working in the old mode and the new mode. The old mode is I build a project over a few years. I try to bury bits of functionality behind interfaces, either APIs or UIs, and hope I can forget how they work and just access them via the interfaces. Repeat the process. In the new mode, I rely on the machine to remember all that. Claude Code is the key to doing that, using a GitHub repo. And then two or more people can work at the higher level. Obviously the next thing is to see if there aren't some interfaces we can build that are even higher level. The evolution of AI and languages go hand in hand. On the other hand, human beings being what we are, it's just as likely as there will be a wild proliferation of new even more complex interfaces, because now we can rely on the machines to remember the complexities, and their limit is, compared to humans, practically infinite." created="Thu, 12 Mar 2026 17:20:15 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/12/172414.html#a172015"/>
				</source:outline>
			</item>
		<item>
			<title>WordPress feeds and guids</title>
			<description>&lt;p&gt;Try entering this into Claude or ChatGPT: &quot;debugging an app that uses wordpress rss feeds and noticed that guids are http but other addresses in the feed are https. this causes trouble.&quot; A while back Matt was giving me grief, in a friendly way, about how scripting.com still uses http addresses, the reason apparently is the same one that keeps them from using https in the guids in their feeds. It would break a lot of things that I don't want to break. I'm not suggesting they change it, but somewhere in my codebase somehow the http addresses are getting converted to https, and I haven't (yet) been able to track it down.&lt;/p&gt;&#10;&lt;p&gt;Here's a &lt;a href=&quot;https://imgs.scripting.com/2026/03/12/claudeResponse.png&quot;&gt;screen shot&lt;/a&gt; of the Claude response.&lt;/p&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/12/183605.html?title=wordpressFeedsAndGuids">
						</head>
					<body>
						<article>
							<header>
								<h1>WordPress feeds and guids</h1>
								<time class="op-published" datetime="2026-03-12T18:36:05.000Z"></time>
								<address><a>Scripting News</a></address>
								<p>Try entering this into Claude or ChatGPT: "debugging an app that uses wordpress rss feeds and noticed that guids are http but other addresses in the feed are https. this causes trouble." A while back Matt was giving me grief, in a friendly way, about how scripting.com still uses http addresses, the reason apparently is the same one that keeps them from using https in the guids in their feeds. It would break a lot of things that I don't want to break. I'm not suggesting they change it, but somewhere in my codebase somehow the http addresses are getting converted to https, and I haven't (yet) been able to track it down.</p>
<p>Here's a <a href="https://imgs.scripting.com/2026/03/12/claudeResponse.png">screen shot</a> of the Claude response.</p>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Thu, 12 Mar 2026 18:36:05 GMT</pubDate>
			<link>http://scripting.com/2026/03/12/183605.html?title=wordpressFeedsAndGuids</link>
			<guid>http://scripting.com/2026/03/12/183605.html</guid>
			<source:markdown>Try entering this into Claude or ChatGPT: &quot;debugging an app that uses wordpress rss feeds and noticed that guids are http but other addresses in the feed are https. this causes trouble.&quot; A while back Matt was giving me grief, in a friendly way, about how scripting.com still uses http addresses, the reason apparently is the same one that keeps them from using https in the guids in their feeds. It would break a lot of things that I don't want to break. I'm not suggesting they change it, but somewhere in my codebase somehow the http addresses are getting converted to https, and I haven't (yet) been able to track it down.&#10;&#10;Here's a [screen shot](https://imgs.scripting.com/2026/03/12/claudeResponse.png) of the Claude response.</source:markdown>
			<source:outline text="WordPress feeds and guids" created="Thu, 12 Mar 2026 18:36:05 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/12/183605.html">
				<source:outline text="Try entering this into Claude or ChatGPT: &quot;debugging an app that uses wordpress rss feeds and noticed that guids are http but other addresses in the feed are https. this causes trouble.&quot; A while back Matt was giving me grief, in a friendly way, about how scripting.com still uses http addresses, the reason apparently is the same one that keeps them from using https in the guids in their feeds. It would break a lot of things that I don't want to break. I'm not suggesting they change it, but somewhere in my codebase somehow the http addresses are getting converted to https, and I haven't (yet) been able to track it down." created="Thu, 12 Mar 2026 18:36:26 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/12/183605.html#a183626"/>
				<source:outline text="Here's a &lt;a href=&quot;https://imgs.scripting.com/2026/03/12/claudeResponse.png&quot;&gt;screen shot&lt;/a&gt; of the Claude response." created="Thu, 12 Mar 2026 18:36:17 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/12/183605.html#a183617"/>
				</source:outline>
			</item>
		<item>
			<title>Claude Code notes</title>
			<description>&lt;p&gt;&lt;img class=&quot;imgRightMargin&quot; src=&quot;https://imgs.scripting.com/2025/06/04/curly.png&quot; border=&quot;0&quot; style=&quot;float: right; padding-left: 25px; padding-bottom: 10px; padding-top: 10px; padding-right: 15px;&quot;&gt;Yesterday, I put another couple of hours in my from-scratch right-sized &lt;a href=&quot;http://scripting.com/2026/03/09/140858.html#a132359&quot;&gt;Claude project&lt;/a&gt;. I decided we should switch from a browser-based app with no server component to a Node.js app with a browser-based UI. I felt it would be substantially easier to develop as a server app, and would more easily be enhanced with a SQL database running behind it. So I learned how to do that with Claude Code. had to slap its wrist when it tried, twice, to look at and change code outside of the freaking sandbox. I was promised it never would do that. I have the server running in PagePark, which has a built-in Heroku-like system I wrote a few years ago so I could manage all my apps from a CLI app, on Unix at Digital Ocean. Then we created a nice UI running in the browser. Two hours. And how did it make me feel? &lt;a href=&quot;https://mindbomb.org/&quot;&gt;Mind bomb&lt;/a&gt;!&lt;/p&gt;&#10;&lt;p&gt;An important best practice is to always start fresh threads by asking the old thread to prepare a handoff.md file that I can give to the next one, so we don't have to always start over. It takes some getting used to because coding doesn't work that way. Everything about your app is in three classes, CSS, JavaScript and HTML. There's also package.json for server apps. And I always have a worknotes.md file for every project. And that's it, the runtime isn't like Claude or ChatGPT. You have to get practiced at starting fresh threads because there's only so much data the app can store for your project. Somehow having the handoff.md doc it effectively does garbage collection? And there are limits to what the &quot;make me a handoff&quot; can do for you, it does forget things between threads. I don't understand how people with large projects don't go completely crazy. &lt;/p&gt;&#10;&lt;p&gt;It is incredibly stubborn at insisting on giving you orders or deciding for itself what it will do. According to these AI's the human will isn't important, I couldn't possibly have arrived in the chat with a goal. I am blown away by what I can do, but I absolutely hate how these bots try to dominate, always, and never remembers. There should be a macro for: &quot;I will tell you what to do.&quot; &lt;/p&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/11/201222.html?title=claudeCodeNotes">
						</head>
					<body>
						<article>
							<header>
								<h1>Claude Code notes</h1>
								<time class="op-published" datetime="2026-03-11T20:12:22.000Z"></time>
								<address><a>Scripting News</a></address>
								<p><img class="imgRightMargin" src="https://imgs.scripting.com/2025/06/04/curly.png" border="0" style="float: right; padding-left: 25px; padding-bottom: 10px; padding-top: 10px; padding-right: 15px;">Yesterday, I put another couple of hours in my from-scratch right-sized <a href="http://scripting.com/2026/03/09/140858.html#a132359">Claude project</a>. I decided we should switch from a browser-based app with no server component to a Node.js app with a browser-based UI. I felt it would be substantially easier to develop as a server app, and would more easily be enhanced with a SQL database running behind it. So I learned how to do that with Claude Code. had to slap its wrist when it tried, twice, to look at and change code outside of the freaking sandbox. I was promised it never would do that. I have the server running in PagePark, which has a built-in Heroku-like system I wrote a few years ago so I could manage all my apps from a CLI app, on Unix at Digital Ocean. Then we created a nice UI running in the browser. Two hours. And how did it make me feel? <a href="https://mindbomb.org/">Mind bomb</a>!</p>
<p>An important best practice is to always start fresh threads by asking the old thread to prepare a handoff.md file that I can give to the next one, so we don't have to always start over. It takes some getting used to because coding doesn't work that way. Everything about your app is in three classes, CSS, JavaScript and HTML. There's also package.json for server apps. And I always have a worknotes.md file for every project. And that's it, the runtime isn't like Claude or ChatGPT. You have to get practiced at starting fresh threads because there's only so much data the app can store for your project. Somehow having the handoff.md doc it effectively does garbage collection? And there are limits to what the "make me a handoff" can do for you, it does forget things between threads. I don't understand how people with large projects don't go completely crazy. </p>
<p>It is incredibly stubborn at insisting on giving you orders or deciding for itself what it will do. According to these AI's the human will isn't important, I couldn't possibly have arrived in the chat with a goal. I am blown away by what I can do, but I absolutely hate how these bots try to dominate, always, and never remembers. There should be a macro for: "I will tell you what to do." </p>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Wed, 11 Mar 2026 20:12:22 GMT</pubDate>
			<link>http://scripting.com/2026/03/11/201222.html?title=claudeCodeNotes</link>
			<guid>http://scripting.com/2026/03/11/201222.html</guid>
			<source:markdown>![](https://imgs.scripting.com/2025/06/04/curly.png)Yesterday, I put another couple of hours in my from-scratch right-sized [Claude project](http://scripting.com/2026/03/09/140858.html#a132359). I decided we should switch from a browser-based app with no server component to a Node.js app with a browser-based UI. I felt it would be substantially easier to develop as a server app, and would more easily be enhanced with a SQL database running behind it. So I learned how to do that with Claude Code. had to slap its wrist when it tried, twice, to look at and change code outside of the freaking sandbox. I was promised it never would do that. I have the server running in PagePark, which has a built-in Heroku-like system I wrote a few years ago so I could manage all my apps from a CLI app, on Unix at Digital Ocean. Then we created a nice UI running in the browser. Two hours. And how did it make me feel? [Mind bomb](https://mindbomb.org/)!&#10;&#10;An important best practice is to always start fresh threads by asking the old thread to prepare a handoff.md file that I can give to the next one, so we don't have to always start over. It takes some getting used to because coding doesn't work that way. Everything about your app is in three classes, CSS, JavaScript and HTML. There's also package.json for server apps. And I always have a worknotes.md file for every project. And that's it, the runtime isn't like Claude or ChatGPT. You have to get practiced at starting fresh threads because there's only so much data the app can store for your project. Somehow having the handoff.md doc it effectively does garbage collection? And there are limits to what the &quot;make me a handoff&quot; can do for you, it does forget things between threads. I don't understand how people with large projects don't go completely crazy.&#10;&#10;It is incredibly stubborn at insisting on giving you orders or deciding for itself what it will do. According to these AI's the human will isn't important, I couldn't possibly have arrived in the chat with a goal. I am blown away by what I can do, but I absolutely hate how these bots try to dominate, always, and never remembers. There should be a macro for: &quot;I will tell you what to do.&quot;</source:markdown>
			<source:outline text="Claude Code notes" created="Wed, 11 Mar 2026 20:12:22 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/11/201222.html">
				<source:outline text="Yesterday, I put another couple of hours in my from-scratch right-sized &lt;a href=&quot;http://scripting.com/2026/03/09/140858.html#a132359&quot;&gt;Claude project&lt;/a&gt;. I decided we should switch from a browser-based app with no server component to a Node.js app with a browser-based UI. I felt it would be substantially easier to develop as a server app, and would more easily be enhanced with a SQL database running behind it. So I learned how to do that with Claude Code. had to slap its wrist when it tried, twice, to look at and change code outside of the freaking sandbox. I was promised it never would do that. I have the server running in PagePark, which has a built-in Heroku-like system I wrote a few years ago so I could manage all my apps from a CLI app, on Unix at Digital Ocean. Then we created a nice UI running in the browser. Two hours. And how did it make me feel? &lt;a href=&quot;https://mindbomb.org/&quot;&gt;Mind bomb&lt;/a&gt;!" created="Wed, 11 Mar 2026 13:03:49 GMT" type="outline" image="https://imgs.scripting.com/2025/06/04/curly.png" flInCalendar="true" permalink="http://scripting.com/2026/03/11/201222.html#a130349"/>
				<source:outline text="An important best practice is to always start fresh threads by asking the old thread to prepare a handoff.md file that I can give to the next one, so we don't have to always start over. It takes some getting used to because coding doesn't work that way. Everything about your app is in three classes, CSS, JavaScript and HTML. There's also package.json for server apps. And I always have a worknotes.md file for every project. And that's it, the runtime isn't like Claude or ChatGPT. You have to get practiced at starting fresh threads because there's only so much data the app can store for your project. Somehow having the handoff.md doc it effectively does garbage collection? And there are limits to what the &quot;make me a handoff&quot; can do for you, it does forget things between threads. I don't understand how people with large projects don't go completely crazy." created="Wed, 11 Mar 2026 14:33:56 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/11/201222.html#a143356"/>
				<source:outline text="It is incredibly stubborn at insisting on giving you orders or deciding for itself what it will do. According to these AI's the human will isn't important, I couldn't possibly have arrived in the chat with a goal. I am blown away by what I can do, but I absolutely hate how these bots try to dominate, always, and never remembers. There should be a macro for: &quot;I will tell you what to do.&quot;" created="Wed, 11 Mar 2026 15:04:36 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/11/201222.html#a150436"/>
				</source:outline>
			</item>
		<item>
			<title>Toni Schneider, Bluesky's new CEO</title>
			<description>&lt;p&gt;&lt;img class=&quot;imgRightMargin&quot; src=&quot;https://imgs.scripting.com/2023/05/08/bluesky.png&quot; border=&quot;0&quot; style=&quot;float: right; padding-left: 25px; padding-bottom: 10px; padding-top: 10px; padding-right: 15px;&quot;&gt;&lt;a href=&quot;https://toni.org/2026/03/09/coming-off-the-bench-for-bluesky/&quot;&gt;Bluesky has&lt;/a&gt; a new CEO, &lt;a href=&quot;https://bsky.app/profile/toni.bsky.team&quot;&gt;Toni Schneider&lt;/a&gt; former CEO of Automattic. I have known Toni for many years, dating back to his startup, &lt;a href=&quot;https://daytona.scripting.com/search?q=oddpost&quot;&gt;Oddpost&lt;/a&gt;, that I &lt;a href=&quot;https://www.google.com/search?q=site%3Ascripting.com+oddpost&amp;rlz=1C5CHFA_enUS743US747&amp;oq=site%3Ascri&amp;aqs=chrome.0.69i59j69i57j69i64j69i59l2j69i58j69i65.3059j0j4&amp;sourceid=chrome&amp;ie=UTF-8#sv=CAMSZhowKg4tX1lwUmoxZ2V2V1VKTTIOLV9ZcFJqMWdldldVSk06DkktaW56QTFJaVFRQmFNIAQqLgoaX0h3LXdhZmNCMEpmazR3LW5qTldnQ1FfNDISDi1fWXBSajFnZXZXVUpNGAAwARgHIIe64PwEMAJKCBACGAIgAigC&quot;&gt;praised&lt;/a&gt; on my blog, and his partner was then &lt;a href=&quot;http://scripting.com/2002/04.html#When:11:34:46AM&quot;&gt;quoted in Wired&lt;/a&gt; saying Scripting News &lt;i&gt;is&lt;/i&gt; media. That meant a lot to me at the time, and it was true. I was very proud that I had played a small part in their success. &lt;/p&gt;&#10;&lt;p&gt;I had a virtual meeting with Toni a couple of years ago about their identity product, then in development, urging them to include storage in it, but as far as I know that didn't happen. &lt;/p&gt;&#10;&lt;p&gt;Toni believes that Bluesky is a distributed social media app, but I've been &lt;a href=&quot;https://daytona.scripting.com/search?q=bluesky&quot;&gt;all around this&lt;/a&gt;, wrote some software for their protocol to see if I was missing something, and concluded that it's typical tech industry hype, there's no reality to the claim. They're selling something they don't have, and I don't think they can do it and preserve the feature set of their product. &lt;/p&gt;&#10;&lt;p&gt;Here's a &lt;a href=&quot;https://daytona.scripting.com/search?q=bluesky&quot;&gt;search&lt;/a&gt; for Bluesky on my blog. You can see that I have taken a great interest in the product. &lt;/p&gt;&#10;&lt;p&gt;&lt;a href=&quot;http://scripting.com/&quot;&gt;Scripting News&lt;/a&gt; unfortunately is not as influential as it once was when I praised Oddpost, but I think this advice is equally valuable as it was in 2002. I think the shortest path for Bluesky to achieve its vision is to hook up with WordPress, that would give us a path into it that &lt;i&gt;is&lt;/i&gt; decentralized. If we ever talk about this, ironically, I will be selling Toni on his own product. &lt;/p&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/10/120635.html?title=toniSchneiderBlueskysNewCeo">
						</head>
					<body>
						<article>
							<header>
								<h1>Toni Schneider, Bluesky's new CEO</h1>
								<time class="op-published" datetime="2026-03-10T12:06:35.000Z"></time>
								<address><a>Scripting News</a></address>
								<p><img class="imgRightMargin" src="https://imgs.scripting.com/2023/05/08/bluesky.png" border="0" style="float: right; padding-left: 25px; padding-bottom: 10px; padding-top: 10px; padding-right: 15px;"><a href="https://toni.org/2026/03/09/coming-off-the-bench-for-bluesky/">Bluesky has</a> a new CEO, <a href="https://bsky.app/profile/toni.bsky.team">Toni Schneider</a> former CEO of Automattic. I have known Toni for many years, dating back to his startup, <a href="https://daytona.scripting.com/search?q=oddpost">Oddpost</a>, that I <a href="https://www.google.com/search?q=site%3Ascripting.com+oddpost&rlz=1C5CHFA_enUS743US747&oq=site%3Ascri&aqs=chrome.0.69i59j69i57j69i64j69i59l2j69i58j69i65.3059j0j4&sourceid=chrome&ie=UTF-8#sv=CAMSZhowKg4tX1lwUmoxZ2V2V1VKTTIOLV9ZcFJqMWdldldVSk06DkktaW56QTFJaVFRQmFNIAQqLgoaX0h3LXdhZmNCMEpmazR3LW5qTldnQ1FfNDISDi1fWXBSajFnZXZXVUpNGAAwARgHIIe64PwEMAJKCBACGAIgAigC">praised</a> on my blog, and his partner was then <a href="http://scripting.com/2002/04.html#When:11:34:46AM">quoted in Wired</a> saying Scripting News <i>is</i> media. That meant a lot to me at the time, and it was true. I was very proud that I had played a small part in their success. </p>
<p>I had a virtual meeting with Toni a couple of years ago about their identity product, then in development, urging them to include storage in it, but as far as I know that didn't happen. </p>
<p>Toni believes that Bluesky is a distributed social media app, but I've been <a href="https://daytona.scripting.com/search?q=bluesky">all around this</a>, wrote some software for their protocol to see if I was missing something, and concluded that it's typical tech industry hype, there's no reality to the claim. They're selling something they don't have, and I don't think they can do it and preserve the feature set of their product. </p>
<p>Here's a <a href="https://daytona.scripting.com/search?q=bluesky">search</a> for Bluesky on my blog. You can see that I have taken a great interest in the product. </p>
<p><a href="http://scripting.com/">Scripting News</a> unfortunately is not as influential as it once was when I praised Oddpost, but I think this advice is equally valuable as it was in 2002. I think the shortest path for Bluesky to achieve its vision is to hook up with WordPress, that would give us a path into it that <i>is</i> decentralized. If we ever talk about this, ironically, I will be selling Toni on his own product. </p>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Tue, 10 Mar 2026 12:06:35 GMT</pubDate>
			<link>http://scripting.com/2026/03/10/120635.html?title=toniSchneiderBlueskysNewCeo</link>
			<guid>http://scripting.com/2026/03/10/120635.html</guid>
			<source:markdown>![](https://imgs.scripting.com/2023/05/08/bluesky.png)[Bluesky has](https://toni.org/2026/03/09/coming-off-the-bench-for-bluesky/) a new CEO, [Toni Schneider](https://bsky.app/profile/toni.bsky.team) former CEO of Automattic. I have known Toni for many years, dating back to his startup, [Oddpost](https://daytona.scripting.com/search?q=oddpost), that I [praised](https://www.google.com/search?q=site%3Ascripting.com+oddpost&amp;rlz=1C5CHFA_enUS743US747&amp;oq=site%3Ascri&amp;aqs=chrome.0.69i59j69i57j69i64j69i59l2j69i58j69i65.3059j0j4&amp;sourceid=chrome&amp;ie=UTF-8#sv=CAMSZhowKg4tX1lwUmoxZ2V2V1VKTTIOLV9ZcFJqMWdldldVSk06DkktaW56QTFJaVFRQmFNIAQqLgoaX0h3LXdhZmNCMEpmazR3LW5qTldnQ1FfNDISDi1fWXBSajFnZXZXVUpNGAAwARgHIIe64PwEMAJKCBACGAIgAigC) on my blog, and his partner was then [quoted in Wired](http://scripting.com/2002/04.html#When:11:34:46AM) saying Scripting News _is_ media. That meant a lot to me at the time, and it was true. I was very proud that I had played a small part in their success.&#10;&#10;I had a virtual meeting with Toni a couple of years ago about their identity product, then in development, urging them to include storage in it, but as far as I know that didn't happen.&#10;&#10;Toni believes that Bluesky is a distributed social media app, but I've been [all around this](https://daytona.scripting.com/search?q=bluesky), wrote some software for their protocol to see if I was missing something, and concluded that it's typical tech industry hype, there's no reality to the claim. They're selling something they don't have, and I don't think they can do it and preserve the feature set of their product.&#10;&#10;Here's a [search](https://daytona.scripting.com/search?q=bluesky) for Bluesky on my blog. You can see that I have taken a great interest in the product.&#10;&#10;[Scripting News](http://scripting.com/) unfortunately is not as influential as it once was when I praised Oddpost, but I think this advice is equally valuable as it was in 2002. I think the shortest path for Bluesky to achieve its vision is to hook up with WordPress, that would give us a path into it that _is_ decentralized. If we ever talk about this, ironically, I will be selling Toni on his own product.</source:markdown>
			<source:outline text="Toni Schneider, Bluesky's new CEO" created="Tue, 10 Mar 2026 12:06:35 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/10/120635.html">
				<source:outline text="&lt;a href=&quot;https://toni.org/2026/03/09/coming-off-the-bench-for-bluesky/&quot;&gt;Bluesky has&lt;/a&gt; a new CEO, &lt;a href=&quot;https://bsky.app/profile/toni.bsky.team&quot;&gt;Toni Schneider&lt;/a&gt; former CEO of Automattic. I have known Toni for many years, dating back to his startup, &lt;a href=&quot;https://daytona.scripting.com/search?q=oddpost&quot;&gt;Oddpost&lt;/a&gt;, that I &lt;a href=&quot;https://www.google.com/search?q=site%3Ascripting.com+oddpost&amp;rlz=1C5CHFA_enUS743US747&amp;oq=site%3Ascri&amp;aqs=chrome.0.69i59j69i57j69i64j69i59l2j69i58j69i65.3059j0j4&amp;sourceid=chrome&amp;ie=UTF-8#sv=CAMSZhowKg4tX1lwUmoxZ2V2V1VKTTIOLV9ZcFJqMWdldldVSk06DkktaW56QTFJaVFRQmFNIAQqLgoaX0h3LXdhZmNCMEpmazR3LW5qTldnQ1FfNDISDi1fWXBSajFnZXZXVUpNGAAwARgHIIe64PwEMAJKCBACGAIgAigC&quot;&gt;praised&lt;/a&gt; on my blog, and his partner was then &lt;a href=&quot;http://scripting.com/2002/04.html#When:11:34:46AM&quot;&gt;quoted in Wired&lt;/a&gt; saying Scripting News &lt;i&gt;is&lt;/i&gt; media. That meant a lot to me at the time, and it was true. I was very proud that I had played a small part in their success." created="Tue, 10 Mar 2026 11:54:50 GMT" type="outline" image="https://imgs.scripting.com/2023/05/08/bluesky.png" flInCalendar="true" permalink="http://scripting.com/2026/03/10/120635.html#a115450"/>
				<source:outline text="I had a virtual meeting with Toni a couple of years ago about their identity product, then in development, urging them to include storage in it, but as far as I know that didn't happen." created="Tue, 10 Mar 2026 12:07:18 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/10/120635.html#a120718"/>
				<source:outline text="Toni believes that Bluesky is a distributed social media app, but I've been &lt;a href=&quot;https://daytona.scripting.com/search?q=bluesky&quot;&gt;all around this&lt;/a&gt;, wrote some software for their protocol to see if I was missing something, and concluded that it's typical tech industry hype, there's no reality to the claim. They're selling something they don't have, and I don't think they can do it and preserve the feature set of their product." created="Tue, 10 Mar 2026 12:07:28 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/10/120635.html#a120728"/>
				<source:outline text="Here's a &lt;a href=&quot;https://daytona.scripting.com/search?q=bluesky&quot;&gt;search&lt;/a&gt; for Bluesky on my blog. You can see that I have taken a great interest in the product." created="Tue, 10 Mar 2026 12:24:00 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/10/120635.html#a122400"/>
				<source:outline text="&lt;a href=&quot;http://scripting.com/&quot;&gt;Scripting News&lt;/a&gt; unfortunately is not as influential as it once was when I praised Oddpost, but I think this advice is equally valuable as it was in 2002. I think the shortest path for Bluesky to achieve its vision is to hook up with WordPress, that would give us a path into it that &lt;i&gt;is&lt;/i&gt; decentralized. If we ever talk about this, ironically, I will be selling Toni on his own product." created="Tue, 10 Mar 2026 12:08:14 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/10/120635.html#a120814"/>
				</source:outline>
			</item>
		<item>
			<title>Manton's Inkwell</title>
			<description>&lt;p&gt;&lt;img class=&quot;imgRightMargin&quot; src=&quot;https://imgs.scripting.com/2023/04/24/cheshireCat.png&quot; border=&quot;0&quot; style=&quot;float: right; padding-left: 25px; padding-bottom: 10px; padding-top: 10px; padding-right: 15px;&quot;&gt;My friend &lt;a href=&quot;https://www.manton.org/&quot;&gt;Manton Reece&lt;/a&gt; has a new feed reader called &lt;a href=&quot;https://www.manton.org/2026/03/09/introducing-inkwell.html&quot;&gt;Inkwell&lt;/a&gt;. The thing that's great about Manton is he tries out new ideas. This is a feed reader of experimentation. Let's see if this works, Manton asks. We'll find out. I love that creative people are using RSS in new ways. I think before long they won't laugh at the idea that RSS is at least as good as AT Proto. (That's a joke, RSS is so much better in so many ways.)&lt;/p&gt;&#10;&lt;p&gt;BTW, I'm not sure how Inkwell will fit into my life. I want to try the features of his product, but I am already in FeedLand, all my feed subscriptions emanate from there. I could import my feeds into Inkwell, it supports OPML import, but the subs would not stay in sync. Something for Manton to worry about in a few months or years. No doubt a lot of people are going to love Inkwell, I love it because it's new and creative and represents a substantial investment in RSS. We all got an upgrade today thanks to Manton. &lt;/p&gt;&#10;&lt;p&gt;If you want to get an idea of how it works, he did a &lt;a href=&quot;https://youtu.be/oiYffwKnGVQ&quot;&gt;video demo&lt;/a&gt; for his beta testers. &lt;/p&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/09/222320.html?title=mantonsInkwell">
						</head>
					<body>
						<article>
							<header>
								<h1>Manton's Inkwell</h1>
								<time class="op-published" datetime="2026-03-09T22:23:20.000Z"></time>
								<address><a>Scripting News</a></address>
								<p><img class="imgRightMargin" src="https://imgs.scripting.com/2023/04/24/cheshireCat.png" border="0" style="float: right; padding-left: 25px; padding-bottom: 10px; padding-top: 10px; padding-right: 15px;">My friend <a href="https://www.manton.org/">Manton Reece</a> has a new feed reader called <a href="https://www.manton.org/2026/03/09/introducing-inkwell.html">Inkwell</a>. The thing that's great about Manton is he tries out new ideas. This is a feed reader of experimentation. Let's see if this works, Manton asks. We'll find out. I love that creative people are using RSS in new ways. I think before long they won't laugh at the idea that RSS is at least as good as AT Proto. (That's a joke, RSS is so much better in so many ways.)</p>
<p>BTW, I'm not sure how Inkwell will fit into my life. I want to try the features of his product, but I am already in FeedLand, all my feed subscriptions emanate from there. I could import my feeds into Inkwell, it supports OPML import, but the subs would not stay in sync. Something for Manton to worry about in a few months or years. No doubt a lot of people are going to love Inkwell, I love it because it's new and creative and represents a substantial investment in RSS. We all got an upgrade today thanks to Manton. </p>
<p>If you want to get an idea of how it works, he did a <a href="https://youtu.be/oiYffwKnGVQ">video demo</a> for his beta testers. </p>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Mon, 09 Mar 2026 22:23:20 GMT</pubDate>
			<link>http://scripting.com/2026/03/09/222320.html?title=mantonsInkwell</link>
			<guid>http://scripting.com/2026/03/09/222320.html</guid>
			<source:markdown>![](https://imgs.scripting.com/2023/04/24/cheshireCat.png)My friend [Manton Reece](https://www.manton.org/) has a new feed reader called [Inkwell](https://www.manton.org/2026/03/09/introducing-inkwell.html). The thing that's great about Manton is he tries out new ideas. This is a feed reader of experimentation. Let's see if this works, Manton asks. We'll find out. I love that creative people are using RSS in new ways. I think before long they won't laugh at the idea that RSS is at least as good as AT Proto. (That's a joke, RSS is so much better in so many ways.)&#10;&#10;BTW, I'm not sure how Inkwell will fit into my life. I want to try the features of his product, but I am already in FeedLand, all my feed subscriptions emanate from there. I could import my feeds into Inkwell, it supports OPML import, but the subs would not stay in sync. Something for Manton to worry about in a few months or years. No doubt a lot of people are going to love Inkwell, I love it because it's new and creative and represents a substantial investment in RSS. We all got an upgrade today thanks to Manton.&#10;&#10;If you want to get an idea of how it works, he did a [video demo](https://youtu.be/oiYffwKnGVQ) for his beta testers.</source:markdown>
			<source:outline text="Manton's Inkwell" created="Mon, 09 Mar 2026 22:23:20 GMT" type="outline" description="We all got an upgrade today thanks to Manton." flInCalendar="true" permalink="http://scripting.com/2026/03/09/222320.html">
				<source:outline text="My friend &lt;a href=&quot;https://www.manton.org/&quot;&gt;Manton Reece&lt;/a&gt; has a new feed reader called &lt;a href=&quot;https://www.manton.org/2026/03/09/introducing-inkwell.html&quot;&gt;Inkwell&lt;/a&gt;. The thing that's great about Manton is he tries out new ideas. This is a feed reader of experimentation. Let's see if this works, Manton asks. We'll find out. I love that creative people are using RSS in new ways. I think before long they won't laugh at the idea that RSS is at least as good as AT Proto. (That's a joke, RSS is so much better in so many ways.)" created="Mon, 09 Mar 2026 22:19:34 GMT" type="outline" image="https://imgs.scripting.com/2023/04/24/cheshireCat.png" flInCalendar="true" permalink="http://scripting.com/2026/03/09/222320.html#a221934"/>
				<source:outline text="BTW, I'm not sure how Inkwell will fit into my life. I want to try the features of his product, but I am already in FeedLand, all my feed subscriptions emanate from there. I could import my feeds into Inkwell, it supports OPML import, but the subs would not stay in sync. Something for Manton to worry about in a few months or years. No doubt a lot of people are going to love Inkwell, I love it because it's new and creative and represents a substantial investment in RSS. We all got an upgrade today thanks to Manton." created="Mon, 09 Mar 2026 22:20:30 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/09/222320.html#a222030"/>
				<source:outline text="If you want to get an idea of how it works, he did a &lt;a href=&quot;https://youtu.be/oiYffwKnGVQ&quot;&gt;video demo&lt;/a&gt; for his beta testers." created="Mon, 09 Mar 2026 22:22:51 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/09/222320.html#a222251"/>
				</source:outline>
			</item>
		<item>
			<title>AIs can reason</title>
			<description>&lt;p&gt;&lt;img class=&quot;imgRightMargin&quot; src=&quot;https://imgs.scripting.com/2023/11/09/bowHunter.png&quot; border=&quot;0&quot; style=&quot;float: right; padding-left: 25px; padding-bottom: 10px; padding-top: 10px; padding-right: 15px;&quot;&gt;I'm doing another new Claude project, just started it last night after the Knicks game. This one is right-size. The others were too complex for us to communicate about. On this one I'm letting it write all the code, so we don't have to get bogged down telling it how to write code that's consistent with mine. This project, if it ships, can be maintained entirely using Claude, or presumably any AI app. &lt;/p&gt;&#10;&lt;p&gt;Can the AIs think? Maybe we'll never know, but it definitely can &lt;a href=&quot;https://imgs.scripting.com/2026/03/09/readonDef.png?nodialog&quot;&gt;reason&lt;/a&gt;. I can judge that the same I would if I were teaching a class in computer programming. Even though it has bad days, which I think was due to overload, Claude is generally very good at reasoning. The code it produces works, and upgrades happen very quickly. And it narrates its work (a relatively new feature) something I can't even get myself to do consistently. &lt;/p&gt;&#10;&lt;p&gt;I don't trust the predictions that software developers will be obsolete. The culture of Silicon Valley encourages this kind of chest thumping. On the other hand, the predictions for PCs and the web, the big things of my career in tech, were similarly &lt;a href=&quot;https://www.merriam-webster.com/dictionary/bombastic&quot;&gt;bombastic&lt;/a&gt;, but they were wrong. The web was huge, just not in the ways people thought it would be. &lt;/p&gt;&#10;&lt;p&gt;And before that PCs weren't as limited as people thought in the early days of that corner-turn. They ended up completely replacing the mainframes. The big data centers of 2026 are not filled with IBM 360s. And PCs led to the web. That may turn out to be the biggest contribution they made in the evolution of tech. But if you had said that at a tech conference in 1986 they wouldn't have understood. &lt;/p&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/09/140858.html?title=aisCanReason">
						</head>
					<body>
						<article>
							<header>
								<h1>AIs can reason</h1>
								<time class="op-published" datetime="2026-03-09T14:08:58.000Z"></time>
								<address><a>Scripting News</a></address>
								<p><img class="imgRightMargin" src="https://imgs.scripting.com/2023/11/09/bowHunter.png" border="0" style="float: right; padding-left: 25px; padding-bottom: 10px; padding-top: 10px; padding-right: 15px;">I'm doing another new Claude project, just started it last night after the Knicks game. This one is right-size. The others were too complex for us to communicate about. On this one I'm letting it write all the code, so we don't have to get bogged down telling it how to write code that's consistent with mine. This project, if it ships, can be maintained entirely using Claude, or presumably any AI app. </p>
<p>Can the AIs think? Maybe we'll never know, but it definitely can <a href="https://imgs.scripting.com/2026/03/09/readonDef.png?nodialog">reason</a>. I can judge that the same I would if I were teaching a class in computer programming. Even though it has bad days, which I think was due to overload, Claude is generally very good at reasoning. The code it produces works, and upgrades happen very quickly. And it narrates its work (a relatively new feature) something I can't even get myself to do consistently. </p>
<p>I don't trust the predictions that software developers will be obsolete. The culture of Silicon Valley encourages this kind of chest thumping. On the other hand, the predictions for PCs and the web, the big things of my career in tech, were similarly <a href="https://www.merriam-webster.com/dictionary/bombastic">bombastic</a>, but they were wrong. The web was huge, just not in the ways people thought it would be. </p>
<p>And before that PCs weren't as limited as people thought in the early days of that corner-turn. They ended up completely replacing the mainframes. The big data centers of 2026 are not filled with IBM 360s. And PCs led to the web. That may turn out to be the biggest contribution they made in the evolution of tech. But if you had said that at a tech conference in 1986 they wouldn't have understood. </p>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Mon, 09 Mar 2026 14:08:58 GMT</pubDate>
			<link>http://scripting.com/2026/03/09/140858.html?title=aisCanReason</link>
			<guid>http://scripting.com/2026/03/09/140858.html</guid>
			<source:markdown>![](https://imgs.scripting.com/2023/11/09/bowHunter.png)I'm doing another new Claude project, just started it last night after the Knicks game. This one is right-size. The others were too complex for us to communicate about. On this one I'm letting it write all the code, so we don't have to get bogged down telling it how to write code that's consistent with mine. This project, if it ships, can be maintained entirely using Claude, or presumably any AI app.&#10;&#10;Can the AIs think? Maybe we'll never know, but it definitely can [reason](https://imgs.scripting.com/2026/03/09/readonDef.png?nodialog). I can judge that the same I would if I were teaching a class in computer programming. Even though it has bad days, which I think was due to overload, Claude is generally very good at reasoning. The code it produces works, and upgrades happen very quickly. And it narrates its work (a relatively new feature) something I can't even get myself to do consistently.&#10;&#10;I don't trust the predictions that software developers will be obsolete. The culture of Silicon Valley encourages this kind of chest thumping. On the other hand, the predictions for PCs and the web, the big things of my career in tech, were similarly [bombastic](https://www.merriam-webster.com/dictionary/bombastic), but they were wrong. The web was huge, just not in the ways people thought it would be.&#10;&#10;And before that PCs weren't as limited as people thought in the early days of that corner-turn. They ended up completely replacing the mainframes. The big data centers of 2026 are not filled with IBM 360s. And PCs led to the web. That may turn out to be the biggest contribution they made in the evolution of tech. But if you had said that at a tech conference in 1986 they wouldn't have understood.</source:markdown>
			<source:outline text="AIs can reason" created="Mon, 09 Mar 2026 14:08:58 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/09/140858.html">
				<source:outline text="I'm doing another new Claude project, just started it last night after the Knicks game. This one is right-size. The others were too complex for us to communicate about. On this one I'm letting it write all the code, so we don't have to get bogged down telling it how to write code that's consistent with mine. This project, if it ships, can be maintained entirely using Claude, or presumably any AI app." created="Mon, 09 Mar 2026 13:23:59 GMT" type="outline" image="https://imgs.scripting.com/2023/11/09/bowHunter.png" flInCalendar="true" permalink="http://scripting.com/2026/03/09/140858.html#a132359"/>
				<source:outline text="Can the AIs think? Maybe we'll never know, but it definitely can &lt;a href=&quot;https://imgs.scripting.com/2026/03/09/readonDef.png?nodialog&quot;&gt;reason&lt;/a&gt;. I can judge that the same I would if I were teaching a class in computer programming. Even though it has bad days, which I think was due to overload, Claude is generally very good at reasoning. The code it produces works, and upgrades happen very quickly. And it narrates its work (a relatively new feature) something I can't even get myself to do consistently." created="Mon, 09 Mar 2026 14:04:18 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/09/140858.html#a140418"/>
				<source:outline text="I don't trust the predictions that software developers will be obsolete. The culture of Silicon Valley encourages this kind of chest thumping. On the other hand, the predictions for PCs and the web, the big things of my career in tech, were similarly &lt;a href=&quot;https://www.merriam-webster.com/dictionary/bombastic&quot;&gt;bombastic&lt;/a&gt;, but they were wrong. The web was huge, just not in the ways people thought it would be." created="Mon, 09 Mar 2026 14:06:11 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/09/140858.html#a140611"/>
				<source:outline text="And before that PCs weren't as limited as people thought in the early days of that corner-turn. They ended up completely replacing the mainframes. The big data centers of 2026 are not filled with IBM 360s. And PCs led to the web. That may turn out to be the biggest contribution they made in the evolution of tech. But if you had said that at a tech conference in 1986 they wouldn't have understood." created="Mon, 09 Mar 2026 14:15:31 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/09/140858.html#a141531"/>
				</source:outline>
			</item>
		<item>
			<title>He was a trust buster</title>
			<description>&lt;p&gt;&lt;div class=&quot;divInlineImage&quot;&gt;&lt;center&gt;&lt;img class=&quot;imgInline&quot; src=&quot;https://imgs.scripting.com/2026/03/08/heWasTrustBuster.png&quot;&gt;&lt;/center&gt;If he were alive today he'd be busting silos.&lt;/div&gt;&lt;/p&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/08/162943.html?title=heWasATrustBuster">
						</head>
					<body>
						<article>
							<header>
								<h1>He was a trust buster</h1>
								<time class="op-published" datetime="2026-03-08T16:29:43.000Z"></time>
								<address><a>Scripting News</a></address>
								<p><div class="divInlineImage"><center><img class="imgInline" src="https://imgs.scripting.com/2026/03/08/heWasTrustBuster.png"></center>If he were alive today he'd be busting silos.</div></p>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Sun, 08 Mar 2026 16:29:43 GMT</pubDate>
			<link>http://scripting.com/2026/03/08/162943.html?title=heWasATrustBuster</link>
			<guid>http://scripting.com/2026/03/08/162943.html</guid>
			<source:markdown>![](https://imgs.scripting.com/2026/03/08/heWasTrustBuster.png)&#10;&#10;If he were alive today he'd be busting silos.</source:markdown>
			<source:outline text="He was a trust buster" created="Sun, 08 Mar 2026 16:29:43 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/08/162943.html">
				<source:outline text="If he were alive today he'd be busting silos." created="Sun, 08 Mar 2026 16:29:51 GMT" inlineImage="https://imgs.scripting.com/2026/03/08/heWasTrustBuster.png" flInCalendar="true" permalink="http://scripting.com/2026/03/08/162943.html#a162951"/>
				</source:outline>
			</item>
		<item>
			<title>Cory, RSS has never been dormant</title>
			<description>&lt;p&gt;I love the &lt;a href=&quot;https://pluralistic.net/2026/03/07/reader-mode/#personal-disenshittification&quot;&gt;piece&lt;/a&gt; Cory Doctorow just posted, but he says something that follows a pattern, the way journalists can say something's dead because they heard it as conventional wisdom. &lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Development around RSS has never &quot;lain dormant.&quot; That's a perception not reality. Let's stop handicapping what we agree is a very useful and freedom-building system like RSS. You're telling the story that makes people believe it's gone. It is not gone. &lt;/li&gt;&#10;&lt;li&gt;Without the NYT the rest of the news publishing world would probably have never adopted RSS. The NYT drove the liftoff of RSS. Google's product did come to dominate, but there were excellent feed readers long before that. &lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;&lt;b&gt;Happened to the Mac too&lt;/b&gt;&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;In the early days of the web, it was conventional wisdom that there was no new software for the Mac, all the developers were flocking to Windows. Maybe all the devs were, but the best web server and development software, writing software, was on the Mac. &lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;&lt;b&gt;A blogroll for 2026&lt;/b&gt;&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;BTW, since you mention Kottke's blogroll, I'd love for you to have a look at mine. You can see it on my blog at &lt;a href=&quot;http://scripting.com/&quot;&gt;scripting.com&lt;/a&gt;, or on the WordPress version of my blog at &lt;a href=&quot;https://daveverse.org/&quot;&gt;daveverse.org&lt;/a&gt;. A &lt;a href=&quot;https://imgs.scripting.com/2026/03/07/blogrollScreenShot.png?nodialog&quot;&gt;screen shot&lt;/a&gt;.&lt;/li&gt;&#10;&lt;li&gt;It's a realtime &lt;a href=&quot;https://blogroll.social/&quot;&gt;blogroll&lt;/a&gt;, the blogs appear in the order in which they last updated. You can expand each item to see the titles of the last five pieces, with a 300-char excerpt, and a link to read the whole thing. It's the blogroll I wanted in the early 00s, a clear indication that there's nothing dormant going on here, Cory. &lt;/li&gt;&#10;&lt;li&gt;You can &lt;a href=&quot;https://github.com/scripting/feedlandBlogrollToolkit&quot;&gt;install it&lt;/a&gt; on your own system, it works as a WordPress plugin, so it's especially easy to use it on a WordPress site. &lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;&lt;b&gt;My old ass&lt;/b&gt;&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;I'm working my old ass off developing for the web and RSS every freaking day Cory. &lt;/li&gt;&#10;&lt;li&gt;I won't stop until we have a social web running with all replaceable parts, no lock-in, as decentralized as the web itself and of course RSS is part of the web.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/07/204625.html?title=coryRssHasNeverBeenDormant">
						</head>
					<body>
						<article>
							<header>
								<h1>Cory, RSS has never been dormant</h1>
								<time class="op-published" datetime="2026-03-07T20:46:25.000Z"></time>
								<address><a>Scripting News</a></address>
								<p>I love the <a href="https://pluralistic.net/2026/03/07/reader-mode/#personal-disenshittification">piece</a> Cory Doctorow just posted, but he says something that follows a pattern, the way journalists can say something's dead because they heard it as conventional wisdom. </p>
<ul>
	<li>Development around RSS has never "lain dormant." That's a perception not reality. Let's stop handicapping what we agree is a very useful and freedom-building system like RSS. You're telling the story that makes people believe it's gone. It is not gone. </li>
	<li>Without the NYT the rest of the news publishing world would probably have never adopted RSS. The NYT drove the liftoff of RSS. Google's product did come to dominate, but there were excellent feed readers long before that. </li>
	</ul>
<p><b>Happened to the Mac too</b></p>
<ul>
	<li>In the early days of the web, it was conventional wisdom that there was no new software for the Mac, all the developers were flocking to Windows. Maybe all the devs were, but the best web server and development software, writing software, was on the Mac. </li>
	</ul>
<p><b>A blogroll for 2026</b></p>
<ul>
	<li>BTW, since you mention Kottke's blogroll, I'd love for you to have a look at mine. You can see it on my blog at <a href="http://scripting.com/">scripting.com</a>, or on the WordPress version of my blog at <a href="https://daveverse.org/">daveverse.org</a>. A <a href="https://imgs.scripting.com/2026/03/07/blogrollScreenShot.png?nodialog">screen shot</a>.</li>
	<li>It's a realtime <a href="https://blogroll.social/">blogroll</a>, the blogs appear in the order in which they last updated. You can expand each item to see the titles of the last five pieces, with a 300-char excerpt, and a link to read the whole thing. It's the blogroll I wanted in the early 00s, a clear indication that there's nothing dormant going on here, Cory. </li>
	<li>You can <a href="https://github.com/scripting/feedlandBlogrollToolkit">install it</a> on your own system, it works as a WordPress plugin, so it's especially easy to use it on a WordPress site. </li>
	</ul>
<p><b>My old ass</b></p>
<ul>
	<li>I'm working my old ass off developing for the web and RSS every freaking day Cory. </li>
	<li>I won't stop until we have a social web running with all replaceable parts, no lock-in, as decentralized as the web itself and of course RSS is part of the web.</li>
	</ul>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Sat, 07 Mar 2026 20:46:25 GMT</pubDate>
			<link>http://scripting.com/2026/03/07/204625.html?title=coryRssHasNeverBeenDormant</link>
			<guid>http://scripting.com/2026/03/07/204625.html</guid>
			<source:markdown>I love the [piece](https://pluralistic.net/2026/03/07/reader-mode/#personal-disenshittification) Cory Doctorow just posted, but he says something that follows a pattern, the way journalists can say something's dead because they heard it as conventional wisdom.&#10;&#10;*   Development around RSS has never &quot;lain dormant.&quot; That's a perception not reality. Let's stop handicapping what we agree is a very useful and freedom-building system like RSS. You're telling the story that makes people believe it's gone. It is not gone.&#10;*   Without the NYT the rest of the news publishing world would probably have never adopted RSS. The NYT drove the liftoff of RSS. Google's product did come to dominate, but there were excellent feed readers long before that.&#10;&#10;**Happened to the Mac too**&#10;&#10;*   In the early days of the web, it was conventional wisdom that there was no new software for the Mac, all the developers were flocking to Windows. Maybe all the devs were, but the best web server and development software, writing software, was on the Mac.&#10;&#10;**A blogroll for 2026**&#10;&#10;*   BTW, since you mention Kottke's blogroll, I'd love for you to have a look at mine. You can see it on my blog at [scripting.com](http://scripting.com/), or on the WordPress version of my blog at [daveverse.org](https://daveverse.org/). A [screen shot](https://imgs.scripting.com/2026/03/07/blogrollScreenShot.png?nodialog).&#10;*   It's a realtime [blogroll](https://blogroll.social/), the blogs appear in the order in which they last updated. You can expand each item to see the titles of the last five pieces, with a 300-char excerpt, and a link to read the whole thing. It's the blogroll I wanted in the early 00s, a clear indication that there's nothing dormant going on here, Cory.&#10;*   You can [install it](https://github.com/scripting/feedlandBlogrollToolkit) on your own system, it works as a WordPress plugin, so it's especially easy to use it on a WordPress site.&#10;&#10;**My old ass**&#10;&#10;*   I'm working my old ass off developing for the web and RSS every freaking day Cory.&#10;*   I won't stop until we have a social web running with all replaceable parts, no lock-in, as decentralized as the web itself and of course RSS is part of the web.</source:markdown>
			<source:outline text="Cory, RSS has never been dormant" created="Sat, 07 Mar 2026 20:46:25 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html">
				<source:outline text="I love the &lt;a href=&quot;https://pluralistic.net/2026/03/07/reader-mode/#personal-disenshittification&quot;&gt;piece&lt;/a&gt; Cory Doctorow just posted, but he says something that follows a pattern, the way journalists can say something's dead because they heard it as conventional wisdom." created="Sat, 07 Mar 2026 20:46:40 GMT" flBulletedSubs="true" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a204640">
					<source:outline text="Development around RSS has never &quot;lain dormant.&quot; That's a perception not reality. Let's stop handicapping what we agree is a very useful and freedom-building system like RSS. You're telling the story that makes people believe it's gone. It is not gone." created="Sat, 07 Mar 2026 21:01:21 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a210121"/>
					<source:outline text="Without the NYT the rest of the news publishing world would probably have never adopted RSS. The NYT drove the liftoff of RSS. Google's product did come to dominate, but there were excellent feed readers long before that." created="Sat, 07 Mar 2026 21:01:04 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a210104"/>
					</source:outline>
				<source:outline text="&lt;b&gt;Happened to the Mac too&lt;/b&gt;" created="Sat, 07 Mar 2026 21:02:57 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a210257">
					<source:outline text="In the early days of the web, it was conventional wisdom that there was no new software for the Mac, all the developers were flocking to Windows. Maybe all the devs were, but the best web server and development software, writing software, was on the Mac." created="Sat, 07 Mar 2026 20:53:33 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a205333"/>
					</source:outline>
				<source:outline text="&lt;b&gt;A blogroll for 2026&lt;/b&gt;" created="Sat, 07 Mar 2026 20:56:27 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a205627">
					<source:outline text="BTW, since you mention Kottke's blogroll, I'd love for you to have a look at mine. You can see it on my blog at &lt;a href=&quot;http://scripting.com/&quot;&gt;scripting.com&lt;/a&gt;, or on the WordPress version of my blog at &lt;a href=&quot;https://daveverse.org/&quot;&gt;daveverse.org&lt;/a&gt;. A &lt;a href=&quot;https://imgs.scripting.com/2026/03/07/blogrollScreenShot.png?nodialog&quot;&gt;screen shot&lt;/a&gt;." created="Sat, 07 Mar 2026 20:51:11 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a205111"/>
					<source:outline text="It's a realtime &lt;a href=&quot;https://blogroll.social/&quot;&gt;blogroll&lt;/a&gt;, the blogs appear in the order in which they last updated. You can expand each item to see the titles of the last five pieces, with a 300-char excerpt, and a link to read the whole thing. It's the blogroll I wanted in the early 00s, a clear indication that there's nothing dormant going on here, Cory." created="Sat, 07 Mar 2026 20:58:12 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a205812"/>
					<source:outline text="You can &lt;a href=&quot;https://github.com/scripting/feedlandBlogrollToolkit&quot;&gt;install it&lt;/a&gt; on your own system, it works as a WordPress plugin, so it's especially easy to use it on a WordPress site." created="Sat, 07 Mar 2026 20:52:53 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a205253"/>
					</source:outline>
				<source:outline text="&lt;b&gt;My old ass&lt;/b&gt;" created="Sat, 07 Mar 2026 21:08:46 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a210846">
					<source:outline text="I'm working my old ass off developing for the web and RSS every freaking day Cory." created="Sat, 07 Mar 2026 20:54:50 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a205450"/>
					<source:outline text="I won't stop until we have a social web running with all replaceable parts, no lock-in, as decentralized as the web itself and of course RSS is part of the web." created="Sat, 07 Mar 2026 21:09:19 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/07/204625.html#a210919"/>
					</source:outline>
				</source:outline>
			</item>
		<item>
			<title>Really Simple pizza</title>
			<description>&lt;p&gt;&lt;div class=&quot;divInlineImage&quot;&gt;&lt;center&gt;&lt;img class=&quot;imgInline&quot; src=&quot;https://imgs.scripting.com/2026/03/03/itsAReallyASimpleAPizza.png&quot;&gt;&lt;/center&gt;&quot;It really tastes like a pizza!!&quot;&lt;/div&gt;&lt;/p&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/03/192257.html?title=reallySimplePizza">
						</head>
					<body>
						<article>
							<header>
								<h1>Really Simple pizza</h1>
								<time class="op-published" datetime="2026-03-03T19:22:57.000Z"></time>
								<address><a>Scripting News</a></address>
								<p><div class="divInlineImage"><center><img class="imgInline" src="https://imgs.scripting.com/2026/03/03/itsAReallyASimpleAPizza.png"></center>"It really tastes like a pizza!!"</div></p>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Tue, 03 Mar 2026 19:22:57 GMT</pubDate>
			<link>http://scripting.com/2026/03/03/192257.html?title=reallySimplePizza</link>
			<guid>http://scripting.com/2026/03/03/192257.html</guid>
			<source:markdown>![](https://imgs.scripting.com/2026/03/03/itsAReallyASimpleAPizza.png)&#10;&#10;&quot;It really tastes like a pizza!!&quot;</source:markdown>
			<source:outline text="Really Simple pizza" created="Tue, 03 Mar 2026 19:22:57 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/03/192257.html">
				<source:outline text="&quot;It really tastes like a pizza!!&quot;" created="Tue, 03 Mar 2026 19:23:03 GMT" inlineImage="https://imgs.scripting.com/2026/03/03/itsAReallyASimpleAPizza.png" flInCalendar="true" permalink="http://scripting.com/2026/03/03/192257.html#a192303"/>
				</source:outline>
			</item>
		<item>
			<title>I tuned into the Fediforum</title>
			<description>&lt;p&gt;I like the way they organized today's &lt;a href=&quot;https://fediforum.org/2026-03-growing-open-social-web/&quot;&gt;Fediforum conference&lt;/a&gt;. (They call it an unconference. I use the term to mean something very different, and we used it first &lt;a href=&quot;http://bloggercon.scripting.com/iv/format.html&quot;&gt;at BloggerCon&lt;/a&gt;.)&lt;/p&gt;&#10;&lt;p&gt;They asked for &quot;position papers,&quot; and chose a set of them to be presented.&lt;/p&gt;&#10;&lt;p&gt;Inbetween, they had a set of virtual tables where six people could join and have a conversation.&lt;/p&gt;&#10;&lt;p&gt;It wasn't boring. And that's the first requirement for a conference. &lt;/p&gt;&#10;&lt;p&gt;Some of my takeaways from the meetup.&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Getting more people to use Bluesky and AT Proto was the topic. I don't know how to do that, and I don't think there's anything developers can do to make it happen. I think both products are what they will continue to be. &lt;/li&gt;&#10;&lt;li&gt;What's needed is to get all the various systems to interop. There must be a definition of what a text message is. Since we're trying to make the social web, I recommend looking to the web for the definition of what a text object is. I would go with a subset of the web. I outlined the features in the &lt;a href=&quot;https://textcasting.org/&quot;&gt;textcasting&lt;/a&gt; doc I wrote a few years ago. I am using Markdown in my software, and it seems like a lot of other people feel this is a good subset to use.&lt;/li&gt;&#10;&lt;li&gt;Bluesky will never be a distributed system because it has features that depend on being centralized. That's okay, perfection isn't needed. &lt;/li&gt;&#10;&lt;li&gt;Even better would be to have all systems support both inbound and outbound RSS, then they can do whatever they want internally, and users can participate using any blog and any feed reader. And independent developers can go crazy trying out all kinds of variants. That's how it works in WordLand 2 coming real soon now. &lt;span class=&quot;spOldSchoolEmoji&quot;&gt;😄&lt;/span&gt;&lt;/li&gt;&#10;&lt;li&gt;More people will use a system when it's fun and/or interesting and they can't wait to see what else happened there. Like watching &lt;a href=&quot;https://www.google.com/search?sca_esv=5977621399439e78&amp;rlz=1C5CHFA_enUS743US747&amp;sxsrf=ANbL-n7loTV77UCB20pm-wzEHExAakwyvg:1772491719254&amp;udm=7&amp;fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKpmAsnXCN5UBx17opt8eaTX47lCFidmFdeJvh0OH1RjLNtIFBa9EcEL0lI0HhixtkO9OakUc75m4BXNPumdg2XhGLgvUsTBaZg1cGTlkpwQzalbi-KeMVAJyeEARF6pw79oHHeJv6NnKxCx9W7TnJcY_qexDjL68PQgFPh5gMxZmLG9eLzPtA-07fE0QrhfhTUWfQ75A&amp;q=alysa+liu+videos&amp;sa=X&amp;ved=2ahUKEwjrjayapoKTAxXC1fACHd89D54QtKgLegQIFRAB&amp;biw=1597&amp;bih=1049&amp;dpr=2&quot;&gt;Alysa Liu videos&lt;/a&gt; now. People don't &lt;i&gt;think&lt;/i&gt; about what they want, they just want it. That's what Twitter was like when it started. Unfortunately you can't start it again, if you want people to want it, you have do something new. &lt;/li&gt;&#10;&lt;li&gt;I talk too much. That's the downside of having an interesting conference. At a boring one where people give PowerPoint type talks,  I can listen, form my opinions, write a blog post that no one reads and get back to work on my projects. &lt;/li&gt;&#10;&lt;li&gt;One day I'd love to go to one of these meetings and find people I can work with. You can be sure I'll let you know when that happens. Last conference I went to where that happened was at WordCamp Canada last October, but that wasn't about the social web, it was about WordPress. &lt;/li&gt;&#10;&lt;li&gt;I got to talk with &lt;a href=&quot;https://en.wikipedia.org/wiki/Mike_Masnick&quot;&gt;Mike Masnick&lt;/a&gt;. I don't understand why he has a board seat at Bluesky and promotes it as a decentralized system. He's a highly credible reporter at TechDirt, but you can't be part of a company you cover and report on it with credibility. And it is not now and imho never will be a distributed system. I talked with him about this, at one of the virtual groups-of-six tables, but he didn't respond. I don't like it when Bluesky misleads users and they buy it, but as bad as that is, it is predictable. A credible journalist doing it, I can't comprehend that. I am open to being convinced, but I'm kind of an expert on this stuff, so it's really going to blow my mind if I'm wrong. &lt;/li&gt;&#10;&lt;/ul&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/02/161100.html?title=iTunedIntoTheFediforum">
						</head>
					<body>
						<article>
							<header>
								<h1>I tuned into the Fediforum</h1>
								<time class="op-published" datetime="2026-03-02T16:11:00.000Z"></time>
								<address><a>Scripting News</a></address>
								<p>I like the way they organized today's <a href="https://fediforum.org/2026-03-growing-open-social-web/">Fediforum conference</a>. (They call it an unconference. I use the term to mean something very different, and we used it first <a href="http://bloggercon.scripting.com/iv/format.html">at BloggerCon</a>.)</p>
<p>They asked for "position papers," and chose a set of them to be presented.</p>
<p>Inbetween, they had a set of virtual tables where six people could join and have a conversation.</p>
<p>It wasn't boring. And that's the first requirement for a conference. </p>
<p>Some of my takeaways from the meetup.</p>
<ul>
	<li>Getting more people to use Bluesky and AT Proto was the topic. I don't know how to do that, and I don't think there's anything developers can do to make it happen. I think both products are what they will continue to be. </li>
	<li>What's needed is to get all the various systems to interop. There must be a definition of what a text message is. Since we're trying to make the social web, I recommend looking to the web for the definition of what a text object is. I would go with a subset of the web. I outlined the features in the <a href="https://textcasting.org/">textcasting</a> doc I wrote a few years ago. I am using Markdown in my software, and it seems like a lot of other people feel this is a good subset to use.</li>
	<li>Bluesky will never be a distributed system because it has features that depend on being centralized. That's okay, perfection isn't needed. </li>
	<li>Even better would be to have all systems support both inbound and outbound RSS, then they can do whatever they want internally, and users can participate using any blog and any feed reader. And independent developers can go crazy trying out all kinds of variants. That's how it works in WordLand 2 coming real soon now. <span class="spOldSchoolEmoji">😄</span></li>
	<li>More people will use a system when it's fun and/or interesting and they can't wait to see what else happened there. Like watching <a href="https://www.google.com/search?sca_esv=5977621399439e78&rlz=1C5CHFA_enUS743US747&sxsrf=ANbL-n7loTV77UCB20pm-wzEHExAakwyvg:1772491719254&udm=7&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKpmAsnXCN5UBx17opt8eaTX47lCFidmFdeJvh0OH1RjLNtIFBa9EcEL0lI0HhixtkO9OakUc75m4BXNPumdg2XhGLgvUsTBaZg1cGTlkpwQzalbi-KeMVAJyeEARF6pw79oHHeJv6NnKxCx9W7TnJcY_qexDjL68PQgFPh5gMxZmLG9eLzPtA-07fE0QrhfhTUWfQ75A&q=alysa+liu+videos&sa=X&ved=2ahUKEwjrjayapoKTAxXC1fACHd89D54QtKgLegQIFRAB&biw=1597&bih=1049&dpr=2">Alysa Liu videos</a> now. People don't <i>think</i> about what they want, they just want it. That's what Twitter was like when it started. Unfortunately you can't start it again, if you want people to want it, you have do something new. </li>
	<li>I talk too much. That's the downside of having an interesting conference. At a boring one where people give PowerPoint type talks,  I can listen, form my opinions, write a blog post that no one reads and get back to work on my projects. </li>
	<li>One day I'd love to go to one of these meetings and find people I can work with. You can be sure I'll let you know when that happens. Last conference I went to where that happened was at WordCamp Canada last October, but that wasn't about the social web, it was about WordPress. </li>
	<li>I got to talk with <a href="https://en.wikipedia.org/wiki/Mike_Masnick">Mike Masnick</a>. I don't understand why he has a board seat at Bluesky and promotes it as a decentralized system. He's a highly credible reporter at TechDirt, but you can't be part of a company you cover and report on it with credibility. And it is not now and imho never will be a distributed system. I talked with him about this, at one of the virtual groups-of-six tables, but he didn't respond. I don't like it when Bluesky misleads users and they buy it, but as bad as that is, it is predictable. A credible journalist doing it, I can't comprehend that. I am open to being convinced, but I'm kind of an expert on this stuff, so it's really going to blow my mind if I'm wrong. </li>
	</ul>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Mon, 02 Mar 2026 16:11:00 GMT</pubDate>
			<link>http://scripting.com/2026/03/02/161100.html?title=iTunedIntoTheFediforum</link>
			<guid>http://scripting.com/2026/03/02/161100.html</guid>
			<source:markdown>I like the way they organized today's [Fediforum conference](https://fediforum.org/2026-03-growing-open-social-web/). (They call it an unconference. I use the term to mean something very different, and we used it first [at BloggerCon](http://bloggercon.scripting.com/iv/format.html).)&#10;&#10;They asked for &quot;position papers,&quot; and chose a set of them to be presented.&#10;&#10;Inbetween, they had a set of virtual tables where six people could join and have a conversation.&#10;&#10;It wasn't boring. And that's the first requirement for a conference.&#10;&#10;Some of my takeaways from the meetup.&#10;&#10;*   Getting more people to use Bluesky and AT Proto was the topic. I don't know how to do that, and I don't think there's anything developers can do to make it happen. I think both products are what they will continue to be.&#10;*   What's needed is to get all the various systems to interop. There must be a definition of what a text message is. Since we're trying to make the social web, I recommend looking to the web for the definition of what a text object is. I would go with a subset of the web. I outlined the features in the [textcasting](https://textcasting.org/) doc I wrote a few years ago. I am using Markdown in my software, and it seems like a lot of other people feel this is a good subset to use.&#10;*   Bluesky will never be a distributed system because it has features that depend on being centralized. That's okay, perfection isn't needed.&#10;*   Even better would be to have all systems support both inbound and outbound RSS, then they can do whatever they want internally, and users can participate using any blog and any feed reader. And independent developers can go crazy trying out all kinds of variants. That's how it works in WordLand 2 coming real soon now. 😄&#10;*   More people will use a system when it's fun and/or interesting and they can't wait to see what else happened there. Like watching [Alysa Liu videos](https://www.google.com/search?sca_esv=5977621399439e78&amp;rlz=1C5CHFA_enUS743US747&amp;sxsrf=ANbL-n7loTV77UCB20pm-wzEHExAakwyvg:1772491719254&amp;udm=7&amp;fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKpmAsnXCN5UBx17opt8eaTX47lCFidmFdeJvh0OH1RjLNtIFBa9EcEL0lI0HhixtkO9OakUc75m4BXNPumdg2XhGLgvUsTBaZg1cGTlkpwQzalbi-KeMVAJyeEARF6pw79oHHeJv6NnKxCx9W7TnJcY_qexDjL68PQgFPh5gMxZmLG9eLzPtA-07fE0QrhfhTUWfQ75A&amp;q=alysa+liu+videos&amp;sa=X&amp;ved=2ahUKEwjrjayapoKTAxXC1fACHd89D54QtKgLegQIFRAB&amp;biw=1597&amp;bih=1049&amp;dpr=2) now. People don't _think_ about what they want, they just want it. That's what Twitter was like when it started. Unfortunately you can't start it again, if you want people to want it, you have do something new.&#10;*   I talk too much. That's the downside of having an interesting conference. At a boring one where people give PowerPoint type talks, I can listen, form my opinions, write a blog post that no one reads and get back to work on my projects.&#10;*   One day I'd love to go to one of these meetings and find people I can work with. You can be sure I'll let you know when that happens. Last conference I went to where that happened was at WordCamp Canada last October, but that wasn't about the social web, it was about WordPress.&#10;*   I got to talk with [Mike Masnick](https://en.wikipedia.org/wiki/Mike_Masnick). I don't understand why he has a board seat at Bluesky and promotes it as a decentralized system. He's a highly credible reporter at TechDirt, but you can't be part of a company you cover and report on it with credibility. And it is not now and imho never will be a distributed system. I talked with him about this, at one of the virtual groups-of-six tables, but he didn't respond. I don't like it when Bluesky misleads users and they buy it, but as bad as that is, it is predictable. A credible journalist doing it, I can't comprehend that. I am open to being convinced, but I'm kind of an expert on this stuff, so it's really going to blow my mind if I'm wrong.</source:markdown>
			<source:outline text="I tuned into the Fediforum" created="Mon, 02 Mar 2026 16:11:00 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html">
				<source:outline text="I like the way they organized today's &lt;a href=&quot;https://fediforum.org/2026-03-growing-open-social-web/&quot;&gt;Fediforum conference&lt;/a&gt;. (They call it an unconference. I use the term to mean something very different, and we used it first &lt;a href=&quot;http://bloggercon.scripting.com/iv/format.html&quot;&gt;at BloggerCon&lt;/a&gt;.)" created="Mon, 02 Mar 2026 17:40:00 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a174000"/>
				<source:outline text="They asked for &quot;position papers,&quot; and chose a set of them to be presented." created="Mon, 02 Mar 2026 17:40:09 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a174009"/>
				<source:outline text="Inbetween, they had a set of virtual tables where six people could join and have a conversation." created="Mon, 02 Mar 2026 17:40:25 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a174025"/>
				<source:outline text="It wasn't boring. And that's the first requirement for a conference." created="Mon, 02 Mar 2026 17:40:46 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a174046"/>
				<source:outline text="Some of my takeaways from the meetup." created="Mon, 02 Mar 2026 22:39:42 GMT" flBulletedSubs="true" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a223942">
					<source:outline text="Getting more people to use Bluesky and AT Proto was the topic. I don't know how to do that, and I don't think there's anything developers can do to make it happen. I think both products are what they will continue to be." created="Mon, 02 Mar 2026 22:39:50 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a223950"/>
					<source:outline text="What's needed is to get all the various systems to interop. There must be a definition of what a text message is. Since we're trying to make the social web, I recommend looking to the web for the definition of what a text object is. I would go with a subset of the web. I outlined the features in the &lt;a href=&quot;https://textcasting.org/&quot;&gt;textcasting&lt;/a&gt; doc I wrote a few years ago. I am using Markdown in my software, and it seems like a lot of other people feel this is a good subset to use." created="Mon, 02 Mar 2026 22:40:48 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a224048"/>
					<source:outline text="Bluesky will never be a distributed system because it has features that depend on being centralized. That's okay, perfection isn't needed." created="Mon, 02 Mar 2026 22:42:12 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a224212"/>
					<source:outline text="Even better would be to have all systems support both inbound and outbound RSS, then they can do whatever they want internally, and users can participate using any blog and any feed reader. And independent developers can go crazy trying out all kinds of variants. That's how it works in WordLand 2 coming real soon now. &lt;span class=&quot;spOldSchoolEmoji&quot;&gt;😄&lt;/span&gt;" created="Mon, 02 Mar 2026 22:48:09 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a224809"/>
					<source:outline text="More people will use a system when it's fun and/or interesting and they can't wait to see what else happened there. Like watching &lt;a href=&quot;https://www.google.com/search?sca_esv=5977621399439e78&amp;rlz=1C5CHFA_enUS743US747&amp;sxsrf=ANbL-n7loTV77UCB20pm-wzEHExAakwyvg:1772491719254&amp;udm=7&amp;fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKpmAsnXCN5UBx17opt8eaTX47lCFidmFdeJvh0OH1RjLNtIFBa9EcEL0lI0HhixtkO9OakUc75m4BXNPumdg2XhGLgvUsTBaZg1cGTlkpwQzalbi-KeMVAJyeEARF6pw79oHHeJv6NnKxCx9W7TnJcY_qexDjL68PQgFPh5gMxZmLG9eLzPtA-07fE0QrhfhTUWfQ75A&amp;q=alysa+liu+videos&amp;sa=X&amp;ved=2ahUKEwjrjayapoKTAxXC1fACHd89D54QtKgLegQIFRAB&amp;biw=1597&amp;bih=1049&amp;dpr=2&quot;&gt;Alysa Liu videos&lt;/a&gt; now. People don't &lt;i&gt;think&lt;/i&gt; about what they want, they just want it. That's what Twitter was like when it started. Unfortunately you can't start it again, if you want people to want it, you have do something new." created="Mon, 02 Mar 2026 22:44:41 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a224441"/>
					<source:outline text="I talk too much. That's the downside of having an interesting conference. At a boring one where people give PowerPoint type talks,  I can listen, form my opinions, write a blog post that no one reads and get back to work on my projects." created="Mon, 02 Mar 2026 22:46:05 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a224605"/>
					<source:outline text="One day I'd love to go to one of these meetings and find people I can work with. You can be sure I'll let you know when that happens. Last conference I went to where that happened was at WordCamp Canada last October, but that wasn't about the social web, it was about WordPress." created="Mon, 02 Mar 2026 22:46:42 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a224642"/>
					<source:outline text="I got to talk with &lt;a href=&quot;https://en.wikipedia.org/wiki/Mike_Masnick&quot;&gt;Mike Masnick&lt;/a&gt;. I don't understand why he has a board seat at Bluesky and promotes it as a decentralized system. He's a highly credible reporter at TechDirt, but you can't be part of a company you cover and report on it with credibility. And it is not now and imho never will be a distributed system. I talked with him about this, at one of the virtual groups-of-six tables, but he didn't respond. I don't like it when Bluesky misleads users and they buy it, but as bad as that is, it is predictable. A credible journalist doing it, I can't comprehend that. I am open to being convinced, but I'm kind of an expert on this stuff, so it's really going to blow my mind if I'm wrong." created="Mon, 02 Mar 2026 22:50:40 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/02/161100.html#a225040"/>
					</source:outline>
				</source:outline>
			</item>
		<item>
			<title>opmlProjectEditor format</title>
			<description>&lt;p&gt;&lt;img class=&quot;imgRightMargin&quot; src=&quot;https://imgs.scripting.com/2019/05/16/weTryHarder.png&quot; border=&quot;0&quot; style=&quot;float: right; padding-left: 25px; padding-bottom: 10px; padding-top: 10px; padding-right: 15px;&quot;&gt;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 I 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. &lt;/p&gt;&#10;&lt;p&gt;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. &lt;/p&gt;&#10;&lt;p&gt;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). &lt;/p&gt;&#10;&lt;p&gt;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. &lt;/p&gt;&#10;&lt;p&gt;Here's a &lt;a href=&quot;https://gist.github.com/scripting/098f65350dce691f95a65fbbe6570366&quot;&gt;link&lt;/a&gt; to the opmlProjectEditor docs on GitHub. &lt;/p&gt;&#10;&lt;p&gt;I started a &lt;a href=&quot;https://this.how/opmlProjectEditor/&quot;&gt;this.how page&lt;/a&gt; so I can add more links as this develops. &lt;/p&gt;&#10;&lt;p&gt;Every source.opml file in &lt;a href=&quot;https://github.com/scripting?tab=repositories&quot;&gt;my projects&lt;/a&gt; on GitHub is in this format. Here's an &lt;a href=&quot;https://github.com/scripting/wpEditorDemo/blob/main/source.opml&quot;&gt;example file&lt;/a&gt; in OPML, and here's a &lt;a href=&quot;https://drummer.land/?url=https://raw.githubusercontent.com/scripting/wpEditorDemo/refs/heads/main/source.opml&quot;&gt;link&lt;/a&gt; that opens the file in Drummer to give you an idea what it's like to work in this format. &lt;/p&gt;&#10;</description>
			<content:encoded><![CDATA[
								
				<!doctype html>
				<html lang="en" prefix="op: http://media.facebook.com/op#">
					<head>
						<meta charset="utf-8">
						<meta property="op:markup_version" content="v1.0">
						<meta property="fb:article_style" content="default">
						<link rel="canonical" href="http://scripting.com/2026/03/01/143312.html?title=opmlprojecteditorFormat">
						</head>
					<body>
						<article>
							<header>
								<h1>opmlProjectEditor format</h1>
								<time class="op-published" datetime="2026-03-01T14:33:12.000Z"></time>
								<address><a>Scripting News</a></address>
								<p><img class="imgRightMargin" src="https://imgs.scripting.com/2019/05/16/weTryHarder.png" border="0" style="float: right; padding-left: 25px; padding-bottom: 10px; padding-top: 10px; padding-right: 15px;">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 I 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. </p>
<p>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. </p>
<p>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). </p>
<p>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. </p>
<p>Here's a <a href="https://gist.github.com/scripting/098f65350dce691f95a65fbbe6570366">link</a> to the opmlProjectEditor docs on GitHub. </p>
<p>I started a <a href="https://this.how/opmlProjectEditor/">this.how page</a> so I can add more links as this develops. </p>
<p>Every source.opml file in <a href="https://github.com/scripting?tab=repositories">my projects</a> on GitHub is in this format. Here's an <a href="https://github.com/scripting/wpEditorDemo/blob/main/source.opml">example file</a> in OPML, and here's a <a href="https://drummer.land/?url=https://raw.githubusercontent.com/scripting/wpEditorDemo/refs/heads/main/source.opml">link</a> that opens the file in Drummer to give you an idea what it's like to work in this format. </p>

								</header>
							</article>
						</body>
					</html>

				]]></content:encoded>
			<pubDate>Sun, 01 Mar 2026 14:33:12 GMT</pubDate>
			<link>http://scripting.com/2026/03/01/143312.html?title=opmlprojecteditorFormat</link>
			<guid>http://scripting.com/2026/03/01/143312.html</guid>
			<source:markdown>![](https://imgs.scripting.com/2019/05/16/weTryHarder.png)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 I 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.&#10;&#10;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.&#10;&#10;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).&#10;&#10;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.&#10;&#10;Here's a [link](https://gist.github.com/scripting/098f65350dce691f95a65fbbe6570366) to the opmlProjectEditor docs on GitHub.&#10;&#10;I started a [this.how page](https://this.how/opmlProjectEditor/) so I can add more links as this develops.&#10;&#10;Every source.opml file in [my projects](https://github.com/scripting?tab=repositories) on GitHub is in this format. Here's an [example file](https://github.com/scripting/wpEditorDemo/blob/main/source.opml) in OPML, and here's a [link](https://drummer.land/?url=https://raw.githubusercontent.com/scripting/wpEditorDemo/refs/heads/main/source.opml) that opens the file in Drummer to give you an idea what it's like to work in this format.</source:markdown>
			<source:outline text="opmlProjectEditor format" created="Sun, 01 Mar 2026 14:33:12 GMT" type="outline" flInCalendar="true" permalink="http://scripting.com/2026/03/01/143312.html">
				<source:outline text="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 I 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." created="Sun, 01 Mar 2026 14:12:58 GMT" image="https://imgs.scripting.com/2019/05/16/weTryHarder.png" flInCalendar="true" permalink="http://scripting.com/2026/03/01/143312.html#a141258"/>
				<source:outline text="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." created="Sun, 01 Mar 2026 14:47:40 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/01/143312.html#a144740"/>
				<source:outline text="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)." created="Sun, 01 Mar 2026 14:35:11 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/01/143312.html#a143511"/>
				<source:outline text="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." created="Sun, 01 Mar 2026 14:36:20 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/01/143312.html#a143620"/>
				<source:outline text="Here's a &lt;a href=&quot;https://gist.github.com/scripting/098f65350dce691f95a65fbbe6570366&quot;&gt;link&lt;/a&gt; to the opmlProjectEditor docs on GitHub." created="Sun, 01 Mar 2026 14:45:00 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/01/143312.html#a144500"/>
				<source:outline text="I started a &lt;a href=&quot;https://this.how/opmlProjectEditor/&quot;&gt;this.how page&lt;/a&gt; so I can add more links as this develops." created="Sun, 01 Mar 2026 14:48:45 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/01/143312.html#a144845"/>
				<source:outline text="Every source.opml file in &lt;a href=&quot;https://github.com/scripting?tab=repositories&quot;&gt;my projects&lt;/a&gt; on GitHub is in this format. Here's an &lt;a href=&quot;https://github.com/scripting/wpEditorDemo/blob/main/source.opml&quot;&gt;example file&lt;/a&gt; in OPML, and here's a &lt;a href=&quot;https://drummer.land/?url=https://raw.githubusercontent.com/scripting/wpEditorDemo/refs/heads/main/source.opml&quot;&gt;link&lt;/a&gt; that opens the file in Drummer to give you an idea what it's like to work in this format." created="Sun, 01 Mar 2026 14:53:15 GMT" flInCalendar="true" permalink="http://scripting.com/2026/03/01/143312.html#a145315"/>
				</source:outline>
			</item>
		</channel>
	</rss>
