<?xml version="1.0" encoding="UTF-8"?>
<!-- RSS generated by rssnet v0.4.19 on Fri, 12 Jun 2026 22:10:57 GMT -->
<rss version="2.0" xmlns:source="https://source.scripting.com/">
	<channel>
		<title>All posts on rss.network</title>
		<link>http://rss.network/</link>
		<description>Posts from all users on rss.network</description>
		<pubDate>Fri, 12 Jun 2026 22:10:57 GMT</pubDate>
		<language>en-us</language>
		<generator>rssnet v0.4.19</generator>
		<docs>http://cyber.law.harvard.edu/rss/rss.html</docs>
		<lastBuildDate>Fri, 12 Jun 2026 22:10:57 GMT</lastBuildDate>
		<cloud domain="rpc.rsscloud.io" port="5337" path="/pleaseNotify" registerProcedure="" protocol="http-post" />
		<image>
			<title>All posts on rss.network</title>
			<url>https://imgs.scripting.com/2017/08/05/loveRss.png</url>
			<link>http://rss.network/</link>
			<description>Posts from all users on rss.network</description>
			</image>
		<source:localTime>Fri, June 12, 2026 6:10 PM EDT</source:localTime>
		<item>
			<description>I am replying to this silly message.</description>
			<pubDate>Fri, 12 Jun 2026 22:10:57 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=sstg0jrs</guid>
			<source:markdown>I am replying to this silly message.</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=167</source:inReplyTo>
			</item>
		<item>
			<description>&lt;p&gt;I have&amp;nbsp;&lt;a href=&quot;http://scripting.com/2025/10/09/133902.html&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;implemented&lt;/a&gt;&amp;nbsp;the first part of whitelisting.&lt;/p&gt;&lt;p&gt;There's a whitelist array in config containing email addresses of people who are allowed to create and use an account on the server.&amp;nbsp;&lt;/p&gt;&lt;p&gt;There's a call handled by rss.network that checks a screenname and returns true or false as to whether or not it's whitelisted.&lt;/p&gt;&lt;p&gt;Right now I just have it set up to display at startup a console.log that says whether the user is whitelisted. So far it appears to work.&lt;/p&gt;&lt;p&gt;Updating -- it's done. 17 hours after starting.&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Tue, 09 Jun 2026 22:24:20 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ol0qocov</guid>
			<source:markdown>I have [implemented](http://scripting.com/2025/10/09/133902.html) the first part of whitelisting.&#10;&#10;There's a whitelist array in config containing email addresses of people who are allowed to create and use an account on the server.&#10;&#10;There's a call handled by rss.network that checks a screenname and returns true or false as to whether or not it's whitelisted.&#10;&#10;Right now I just have it set up to display at startup a console.log that says whether the user is whitelisted. So far it appears to work.&#10;&#10;Updating -- it's done. 17 hours after starting.</source:markdown>
			</item>
		<item>
			<description>Another test post from the test account.</description>
			<pubDate>Tue, 09 Jun 2026 15:30:15 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.w.iner&amp;id=7bbo7nnp</guid>
			<source:markdown>Another test post from the test account.</source:markdown>
			</item>
		<item>
			<description>I am enjoying writing on a test account.</description>
			<pubDate>Tue, 09 Jun 2026 15:29:04 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.w.iner&amp;id=mepybvjr</guid>
			<source:markdown>I am enjoying writing on a test account.</source:markdown>
			</item>
		<item>
			<description>&lt;p&gt;Stuff to work on right now.&lt;/p&gt;&lt;p&gt;1. icon size and spacing in vertical icon array&lt;/p&gt;&lt;p&gt;2. add to the list of things that make rss.network great -- you have a real editor with all the features you want and no effective character limit.&lt;/p&gt;&lt;p&gt;3. i need a codename. last time we used drummer, belter -- from a scifi show, maybe now we should choose the name of a street in nyc, or a garden, or a knicks player we admire who we'd like to make software for.&amp;nbsp;&lt;/p&gt;&lt;p&gt;4. add the values for the whitelist. asdf&lt;/p&gt;</description>
			<pubDate>Tue, 09 Jun 2026 14:28:53 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ums7zpe8</guid>
			<source:markdown>Stuff to work on right now.&#10;&#10;1\. icon size and spacing in vertical icon array&#10;&#10;2\. add to the list of things that make rss.network great -- you have a real editor with all the features you want and no effective character limit.&#10;&#10;3\. i need a codename. last time we used drummer, belter -- from a scifi show, maybe now we should choose the name of a street in nyc, or a garden, or a knicks player we admire who we'd like to make software for.&#10;&#10;4\. add the values for the whitelist. asdf</source:markdown>
			</item>
		<item>
			<description>Claude is much better at starting from scratch with a big piece of code than humans are. It can suck in a full app and all its dependencies in a few seconds. For me, I would never get there. A finished piece of software is much bigger than people think, because the details are mostly pretty well hidden. But if you want to work on the code, you have to worry about it all. But I just had a minute to ask Claude why I made a certain decision a couple of months ago, and it found the answer in its notes and then I remembered it. This is one of many ways it rewrites the rules of building software out of a big library of components. It can manage complexity for you which means of course we will make more complex software and at the same time make it simpler. Code complexity becomes something you don’t have to trade off against, like time vs space, the oldest tradeoff in software.&amp;nbsp;</description>
			<pubDate>Mon, 08 Jun 2026 22:17:06 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=wpeat2rd</guid>
			<source:markdown>Claude is much better at starting from scratch with a big piece of code than humans are. It can suck in a full app and all its dependencies in a few seconds. For me, I would never get there. A finished piece of software is much bigger than people think, because the details are mostly pretty well hidden. But if you want to work on the code, you have to worry about it all. But I just had a minute to ask Claude why I made a certain decision a couple of months ago, and it found the answer in its notes and then I remembered it. This is one of many ways it rewrites the rules of building software out of a big library of components. It can manage complexity for you which means of course we will make more complex software and at the same time make it simpler. Code complexity becomes something you don’t have to trade off against, like time vs space, the oldest tradeoff in software.</source:markdown>
			</item>
		<item>
			<description>I have something nice to say</description>
			<pubDate>Mon, 08 Jun 2026 17:06:57 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=wtqnm9wb</guid>
			<source:markdown>I have something nice to say</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=162</source:inReplyTo>
			</item>
		<item>
			<description>&lt;p&gt;it's nice but when i reload the page it's gone&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description>
			<pubDate>Mon, 08 Jun 2026 16:00:19 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=wknuwnmf</guid>
			<source:markdown>it's nice but when i reload the page it's gone</source:markdown>
			</item>
		<item>
			<description>we keep doing tests.&amp;nbsp;</description>
			<pubDate>Mon, 08 Jun 2026 15:59:50 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ir8nfqnc</guid>
			<source:markdown>we keep doing tests.</source:markdown>
			</item>
		<item>
			<description>ok this is dave doing yet another test.&amp;nbsp;</description>
			<pubDate>Mon, 08 Jun 2026 15:47:40 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=rqyo3ln4</guid>
			<source:markdown>ok this is dave doing yet another test.</source:markdown>
			</item>
		<item>
			<description>&lt;p&gt;Google could do a mixture of AI and search. I want to search my blog for a place where I discuss the idea of hate is betrayed love even if I don't use the actual words. I bet they're working on it.&lt;/p&gt;</description>
			<pubDate>Mon, 08 Jun 2026 14:18:39 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=8pmie7h1</guid>
			<source:markdown>Google could do a mixture of AI and search. I want to search my blog for a place where I discuss the idea of hate is betrayed love even if I don't use the actual words. I bet they're working on it.</source:markdown>
			</item>
		<item>
			<description>&lt;p&gt;&lt;a href=&quot;https://www.sportsbroadcastjournal.com/walt-frazier-knick-rookie-in-67-two-time-nba-champ-28-year-radio-and-tv-voice-turns-75-today/&quot;&gt;Walt Frazier&lt;/a&gt;: &quot;The regular season is where you make your name, but the postseason is where you make your fame.&quot;&lt;/p&gt;</description>
			<pubDate>Mon, 08 Jun 2026 14:17:18 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=onidj9nr</guid>
			<source:markdown>[Walt Frazier](https://www.sportsbroadcastjournal.com/walt-frazier-knick-rookie-in-67-two-time-nba-champ-28-year-radio-and-tv-voice-turns-75-today/): &quot;The regular season is where you make your name, but the postseason is where you make your fame.&quot;</source:markdown>
			</item>
		<item>
			<description>&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Star\_City\_(TV\_series)&quot;&gt;Star City&lt;/a&gt; is very good. It's good enough that you have to watch each episode at least twice to get the idea of what's really going on. I stopped watching the show it is a sequel for, &lt;a href=&quot;https://en.wikipedia.org/wiki/For\_All\_Mankind\_(TV\_series)&quot;&gt;For All Mankind&lt;/a&gt;, because it got incredibly juvenile and sitcom-like. But Star City is serious, at least in the first three episodes.&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Mon, 08 Jun 2026 14:16:39 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=bidbbvkx</guid>
			<source:markdown>[Star City](https://en.wikipedia.org/wiki/Star\_City\_(TV\_series)) is very good. It's good enough that you have to watch each episode at least twice to get the idea of what's really going on. I stopped watching the show it is a sequel for, [For All Mankind](https://en.wikipedia.org/wiki/For\_All\_Mankind\_(TV\_series)), because it got incredibly juvenile and sitcom-like. But Star City is serious, at least in the first three episodes.</source:markdown>
			</item>
		<item>
			<description>I can't convert &lt;a href=&quot;http://scripting.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;scripting.com&lt;/a&gt; to https. If I moved the site to an https server, all the archives would break, and that's where the value of the site is, in the archives, where I've kept a history of the various things I've worked on. I'm still working on new stuff, but if this is all that was left to do, I'd move to the tropics and make pottery, I would not spend my last years on such an enormous stupid bullshit project. It's just not possible. But if you want to read the new stuff on my blog in https, you can. I have a &lt;a href=&quot;https://daveverse.org/2026/06/08/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;mirror&lt;/a&gt; on a &lt;a href=&quot;https://daveverse.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;WordPress site&lt;/a&gt;. We even have the blogroll ported.&amp;nbsp;</description>
			<pubDate>Mon, 08 Jun 2026 13:51:13 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=jb5dvp4f</guid>
			<source:markdown>I can't convert [scripting.com](http://scripting.com/) to https. If I moved the site to an https server, all the archives would break, and that's where the value of the site is, in the archives, where I've kept a history of the various things I've worked on. I'm still working on new stuff, but if this is all that was left to do, I'd move to the tropics and make pottery, I would not spend my last years on such an enormous stupid bullshit project. It's just not possible. But if you want to read the new stuff on my blog in https, you can. I have a [mirror](https://daveverse.org/2026/06/08/) on a [WordPress site](https://daveverse.org/). We even have the blogroll ported.</source:markdown>
			</item>
		<item>
			<title>here is a title</title>
			<description>here is some text</description>
			<pubDate>Sun, 07 Jun 2026 15:23:31 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=aupskyny</guid>
			<source:markdown>here is some text</source:markdown>
			</item>
		<item>
			<description>&lt;p&gt;this post used to have a reply&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description>
			<pubDate>Sun, 07 Jun 2026 14:11:02 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ekwvgtfk</guid>
			<source:markdown>this post used to have a reply</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=153</source:inReplyTo>
			</item>
		<item>
			<description>this is my reply dammit</description>
			<pubDate>Sun, 07 Jun 2026 13:41:24 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ato9tjnu</guid>
			<source:markdown>this is my reply dammit</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=153</source:inReplyTo>
			</item>
		<item>
			<description>&lt;p&gt;the icon didn't work -- after&amp;nbsp;&lt;b style=&quot;color: var(--text-color, #0f1419); font-family: var(--font, -apple-system, &amp;quot;Segoe UI&amp;quot;, sans-serif); font-size: var(--text-size, 16px);&quot;&gt;editing&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: var(--text-color, #0f1419); font-family: var(--font, -apple-system, &amp;quot;Segoe UI&amp;quot;, sans-serif); font-size: var(--text-size, 16px);&quot;&gt;this item, the icon was the wrong icon and the username was the wrong one.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: var(--text-color, #0f1419); font-family: var(--font, -apple-system, &amp;quot;Segoe UI&amp;quot;, sans-serif); font-size: var(--text-size, 16px);&quot;&gt;if i make an edit here that will cause a rebuild of my feed.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;should do that automatically. (it did)&lt;/p&gt;</description>
			<pubDate>Fri, 05 Jun 2026 13:40:46 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=mkenualf</guid>
			<source:markdown>the icon didn't work -- after **editing** this item, the icon was the wrong icon and the username was the wrong one.&#10;&#10;if i make an edit here that will cause a rebuild of my feed.&#10;&#10;should do that automatically. (it did)</source:markdown>
			</item>
		<item>
			<description>Good morning everyone. this is uncle davey here ready to escort you through a nice day of this and that.&amp;nbsp;</description>
			<pubDate>Fri, 05 Jun 2026 13:40:04 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ywckjlnh</guid>
			<source:markdown>Good morning everyone. this is uncle davey here ready to escort you through a nice day of this and that.</source:markdown>
			</item>
		<item>
			<description>&lt;p&gt;Let's try a &lt;b&gt;post&lt;/b&gt; with some &lt;i&gt;markdown&lt;/i&gt; text in it.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;one&lt;/li&gt;&lt;li&gt;two&lt;/li&gt;&lt;li&gt;three&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;four&lt;/li&gt;&lt;li&gt;five&lt;/li&gt;&lt;li&gt;six&lt;/li&gt;&lt;li&gt;seven&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
			<pubDate>Wed, 03 Jun 2026 22:32:15 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=myffzdzg</guid>
			<source:markdown>Let's try a **post** with some _markdown_ text in it.&#10;&#10;1.  one&#10;2.  two&#10;3.  three&#10;&#10;*   four&#10;*   five&#10;*   six&#10;*   seven</source:markdown>
			</item>
		<item>
			<description>&lt;p&gt;I'm implementing a new feature, an outgoing RSS feed containing all the posts from all users.&amp;nbsp;&lt;/p&gt;&lt;p&gt;When we build the feed for the specific user, we also build a feed for everyone.&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, since I'm the only person working here, there will be almost no difference between the two.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I keep adding paragraphs until this mofo is done.&lt;/p&gt;&lt;p&gt;And now I think we are ready to quit for the day.&lt;/p&gt;&lt;p&gt;I just got some kind of error on savePrefs. Not a good sign.&lt;/p&gt;</description>
			<pubDate>Wed, 03 Jun 2026 21:37:27 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=n8wfddzn</guid>
			<source:markdown>I'm implementing a new feature, an outgoing RSS feed containing all the posts from all users.&#10;&#10;When we build the feed for the specific user, we also build a feed for everyone.&#10;&#10;However, since I'm the only person working here, there will be almost no difference between the two.&#10;&#10;I keep adding paragraphs until this mofo is done.&#10;&#10;And now I think we are ready to quit for the day.&#10;&#10;I just got some kind of error on savePrefs. Not a good sign.</source:markdown>
			</item>
		<item>
			<description>Sometimes if I edit a post, the edit doesn't show up in FeedLand, but when I reload the page, the updated value shows up in the timeline. That's because at loadtime we're getting the values from our own database. Maybe we should be getting them from FeedLand?</description>
			<pubDate>Wed, 03 Jun 2026 21:15:51 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=cgh8nadc</guid>
			<source:markdown>Sometimes if I edit a post, the edit doesn't show up in FeedLand, but when I reload the page, the updated value shows up in the timeline. That's because at loadtime we're getting the values from our own database. Maybe we should be getting them from FeedLand?</source:markdown>
			</item>
		<item>
			<title>Claude is better</title>
			<description>Claude is much better at starting from scratch with a big piece of code than humans are. It can suck in a full app and all its dependencies and a few seconds. For me, I would never get there. A finished piece of software is much bigger than people think, because the details are mostly pretty well hidden. But if you want to work on the code, you have to worry about it all. But I just had a minute to ask Claude why I made a certain decision, and it found the answer in its notes and then I remembered it. This is one of many ways it rewrites the rules of building software out of a big library of components.&amp;nbsp;</description>
			<pubDate>Wed, 03 Jun 2026 15:57:37 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=s0uegzjn</guid>
			<source:markdown>Claude is much better at starting from scratch with a big piece of code than humans are. It can suck in a full app and all its dependencies and a few seconds. For me, I would never get there. A finished piece of software is much bigger than people think, because the details are mostly pretty well hidden. But if you want to work on the code, you have to worry about it all. But I just had a minute to ask Claude why I made a certain decision, and it found the answer in its notes and then I remembered it. This is one of many ways it rewrites the rules of building software out of a big library of components.</source:markdown>
			</item>
		<item>
			<description>&lt;p&gt;I want to see if the image url is included in the feed.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Another test.&amp;nbsp; Another. One more time in the Bootiesphere.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description>
			<pubDate>Tue, 02 Jun 2026 12:58:56 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=wyjlvhlk</guid>
			<source:markdown>I want to see if the image url is included in the feed.</source:markdown>
			</item>
		<item>
			<description>this is a test post of extreme significance. and the test continues.</description>
			<pubDate>Mon, 01 Jun 2026 21:42:35 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=yhuynpvf</guid>
			<source:markdown>this is a test post</source:markdown>
			</item>
		<item>
			<description>The next new feature is a provision for feed-level image element.&amp;nbsp;</description>
			<pubDate>Mon, 01 Jun 2026 21:22:34 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=trks588h</guid>
			<source:markdown>The next new feature is a provision for feed-level image element.</source:markdown>
			</item>
		<item>
			<description>Minneapolis</description>
			<pubDate>Mon, 01 Jun 2026 18:52:31 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=lfhak2wc</guid>
			<source:markdown>Minneapolis</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=142</source:inReplyTo>
			</item>
		<item>
			<description>Chicago</description>
			<pubDate>Mon, 01 Jun 2026 18:52:16 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=h6f7npcf</guid>
			<source:markdown>Chicago</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=142</source:inReplyTo>
			</item>
		<item>
			<description>Cities in the United States</description>
			<pubDate>Mon, 01 Jun 2026 18:52:06 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=hfck16h5</guid>
			<source:markdown>Cities in the United States</source:markdown>
			</item>
		<item>
			<title>Bears live in Oregon</title>
			<description>&lt;p&gt;Eugene is where the University of Oregon is headquartered.&lt;/p&gt;&lt;p&gt;I once stayed in Eugene for a few days. I crashed at the place my friend Pete Vanderveer from Madison was crashing. I remember that the people who lived there had mixed feelings for all these university-age men were camping out, esp the wife. It's funny how I noticed that but it didn't bother me then. It bothers me now.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I guess that's growing up for you. ;-)&lt;/p&gt;&lt;p&gt;Another time, driving through Oregon, north to south, on election day 2004. There was no radio signal on I-5 going through the mountains south of Portland, and when I went out of range, Kerry was winning, I was a very committed to that, so I was happy, and then a few hours later when I got back into range, Bush had won. I checked into a really bad motel and spent the night wanting to drown my sorrows, but I'm not a big drinker so I had to deal with it.&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Mon, 01 Jun 2026 12:51:53 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ys2ptpcg</guid>
			<source:markdown>Eugene</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=139</source:inReplyTo>
			</item>
		<item>
			<description>Salem</description>
			<pubDate>Mon, 01 Jun 2026 12:51:40 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=iobo9poi</guid>
			<source:markdown>Salem</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=139</source:inReplyTo>
			</item>
		<item>
			<description>Portland</description>
			<pubDate>Mon, 01 Jun 2026 12:51:21 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=izrg1abs</guid>
			<source:markdown>Portland</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=138</source:inReplyTo>
			</item>
		<item>
			<description>Oregon</description>
			<pubDate>Mon, 01 Jun 2026 12:51:12 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ljmsggon</guid>
			<source:markdown>Oregon</source:markdown>
			</item>
		<item>
			<title>NY Times Pitchbot</title>
			<description>&lt;p&gt;In light of the latest Graham Platner controversy—and with Janet Mills out of the race—my team is working overtime to recruit another candidate for Maine Democrats including George Mitchell, Bob Casey, Nancy Pelosi, and Joe Biden.&lt;/p&gt;&lt;p&gt;In light of the latest Graham Platner controversy—and with Janet Mills out of the race—my team is working overtime to recruit another candidate for Maine Democrats including George Mitchell, Bob Casey, Nancy Pelosi, and Joe Biden.&lt;/p&gt;&lt;p&gt;In light of the latest Graham Platner controversy—and with Janet Mills out of the race—my team is working overtime to recruit another candidate for Maine Democrats including George Mitchell, Bob Casey, Nancy Pelosi, and Joe Biden.&lt;/p&gt;</description>
			<pubDate>Mon, 01 Jun 2026 12:01:48 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ipab2f1e</guid>
			<source:markdown>In light of the latest Graham Platner controversy—and with Janet Mills out of the race—my team is working overtime to recruit another candidate for Maine Democrats including George Mitchell, Bob Casey, Nancy Pelosi, and Joe Biden.</source:markdown>
			</item>
		<item>
			<title>Finding bugs where ever I go?</title>
			<description>&lt;p&gt;I just tried to figure out how to create a new post and fumbled around the icon bar.&amp;nbsp;&lt;/p&gt;&lt;p&gt;But I did find it.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I find the sizes of things good, it basically is a clone of the wordland editor.&amp;nbsp;&lt;/p&gt;&lt;p&gt;but it's a very lightweight shell. that was the point.&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Mon, 01 Jun 2026 01:34:17 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=pcifephn</guid>
			<source:markdown>I just tried to figure out how to create a new post and fumbled around the icon bar.&#10;&#10;But I did find it.&#10;&#10;I find the sizes of things good, it basically is a clone of the wordland editor.&#10;&#10;but it's a very lightweight shell. that was the point.</source:markdown>
			</item>
		<item>
			<title>You say goodbye and I say hello</title>
			<description>&lt;p&gt;Have to work on the editor display. It's too small, too cramped.&lt;/p&gt;&lt;p&gt;I want to feel I have all the space I need to write, and now I feel like there's no room.&amp;nbsp;&lt;/p&gt;&lt;p&gt;So tweak height and width of edit box.&lt;/p&gt;&lt;p&gt;How can I tell if something is working?&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Sat, 30 May 2026 14:40:12 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=fslhiu8y</guid>
			<source:markdown>Have to work on the editor display. It's too small, too cramped.&#10;&#10;I want to feel I have all the space I need to write, and now I feel like there's no room.&#10;&#10;So tweak height and width of edit box.</source:markdown>
			</item>
		<item>
			<title>Substitute</title>
			<description>&lt;p&gt;You think we look pretty good together &lt;br&gt;&#10;You think my shoes are made of leather &lt;br&gt;&#10;But I'm a substitute for another guy &lt;br&gt;&#10;I look pretty tall, but my heels are high &lt;br&gt;&#10;The simple things you see are all complicated&amp;nbsp;&lt;br&gt;&#10;I look pretty young,&amp;nbsp;but I'm just back-dated, yeah&lt;/p&gt;</description>
			<pubDate>Sat, 30 May 2026 14:32:54 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=bo8fzyjt</guid>
			<source:markdown>[You think we look pretty good together](https://genius.com/1710557/The-who-substitute/You-think-we-look-pretty-good-together)&#10;[You think my shoes are made of leather](https://genius.com/1710527/The-who-substitute/You-think-my-shoes-are-made-of-leather)&#10;But I'm a substitute for another guy&#10;[I look pretty tall, but my heels are high](https://genius.com/1710880/The-who-substitute/I-look-pretty-tall-but-my-heels-are-high)&#10;The simple things you see are all complicated&#10;I look pretty young, [but I'm just back-dated](https://genius.com/1710762/The-who-substitute/But-im-just-back-dated), yeah</source:markdown>
			</item>
		<item>
			<description>&lt;p&gt;I am entering a new item now.&lt;/p&gt;&lt;p&gt;Greek sneakers. Feral feelers. Feast of yeast. Villa in Manila.&lt;/p&gt;</description>
			<pubDate>Wed, 27 May 2026 16:42:22 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=4j5eekss</guid>
			<source:markdown>I am entering a new item now.</source:markdown>
			</item>
		<item>
			<title>Hi mom!</title>
			<description>This is just a test post that will look good at the top of the page. I can type as much or as little as I like. I can enjoy myself or not enjoy myself. I prefer to enjoy myself. I have just made a change here. Gee willikers. Ooogy boogy. Bingo bongo. Pistol Pete. Mookie Wilson. Practical harmony. Force majeure.</description>
			<pubDate>Tue, 26 May 2026 20:03:39 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=lmq32pyp</guid>
			<source:markdown>This is just a test post that will look good at the top of the page.</source:markdown>
			</item>
		<item>
			<title>Not stunning or staggering</title>
			<description>&lt;p&gt;Now I'm going to write a longer test post, a sort of end of day thing as we move on from working out problems in the item viewer of the new timeline code I've done with Claude.&amp;nbsp;&lt;/p&gt;&lt;p&gt;So we worked today on how items are presented in the timeline. And we used FeedLand's river displayer as prior art.&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I want it to do it like FeedLand it just looks at the FeedLand source, and that's how we communicate. Because that's how it is so capable at managing big bits of code, unlike humans it can go from zero to almost perfect understanding of the code in a minute or two if the codebase is really large.&amp;nbsp;&lt;/p&gt;&lt;p&gt;And it rarely screws up, and that's usually because what it's doing is staggeringly complicated. I'm only reviewing the core UI and editing code here from a user's point of view, the code is deliberately a black box.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know I've said that before. I have take a couple of sneak peeks, and it looks really good. At some point someone is going to have to do a solid review of it.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also I have validated that you can write reasonably long posts in this setup, and the result is reassuring and reasonable, not stunning or staggering.&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Tue, 26 May 2026 15:36:29 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=piua5uqc</guid>
			<source:markdown>Now I'm going to write a longer test post, a sort of end of day thing as we move on from working out problems in the item viewer of the new timeline code I've done with Claude.&#10;&#10;So we worked today on how items are presented in the timeline. And we used FeedLand's river displayer as prior art.&#10;&#10;When I want it to do it like FeedLand it just looks at the FeedLand source, and that's how we communicate. Because that's how it is so capable at managing big bits of code, unlike humans it can go from zero to almost perfect understanding of the code in a minute or two if the codebase is really large.&#10;&#10;And it rarely screws up, and that's usually because what it's doing is staggeringly complicated. I'm only reviewing the core UI and editing code here from a user's point of view, the code is deliberately a black box.&#10;&#10;I know I've said that before. I have take a couple of sneak peeks, and it looks really good. At some point someone is going to have to do a solid review of it.&#10;&#10;Also I have validated that you can write reasonably long posts in this setup, and the result is reassuring and reasonable, not stunning or staggering.</source:markdown>
			</item>
		<item>
			<description>&lt;p&gt;one&lt;/p&gt;&lt;p&gt;two&lt;/p&gt;&lt;p&gt;three&lt;/p&gt;&lt;p&gt;four&lt;/p&gt;</description>
			<pubDate>Tue, 26 May 2026 15:24:50 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=x6n1saei</guid>
			<source:markdown>one&#10;&#10;two&#10;&#10;three&#10;&#10;four</source:markdown>
			</item>
		<item>
			<description>&lt;div&gt;one&lt;/div&gt;&lt;div&gt;two&lt;/div&gt;&lt;div&gt;three&lt;/div&gt;&lt;div&gt;four&lt;/div&gt;</description>
			<pubDate>Tue, 26 May 2026 15:15:28 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=2xvuxwn5</guid>
			<source:markdown>one&#10;&#10;two&#10;&#10;three&#10;&#10;four</source:markdown>
			</item>
		<item>
			<description>&lt;div&gt;one&lt;/div&gt;&lt;div&gt;two&lt;/div&gt;&lt;div&gt;three&lt;/div&gt;&lt;div&gt;four&lt;/div&gt;</description>
			<pubDate>Tue, 26 May 2026 15:06:56 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=iu7wp1bm</guid>
			<source:markdown>one&#10;&#10;two&#10;&#10;three&#10;&#10;four</source:markdown>
			</item>
		<item>
			<description>&lt;div&gt;Now I'm going to add several paragraphs to this post.&lt;/div&gt;&lt;div&gt;One&lt;/div&gt;&lt;div&gt;Two&amp;nbsp;&lt;/div&gt;&lt;div&gt;Three&lt;/div&gt;&lt;div&gt;Four&lt;/div&gt;</description>
			<pubDate>Tue, 26 May 2026 15:00:44 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=unhpxgss</guid>
			<source:markdown>Now I'm going to add several paragraphs to this post.&#10;&#10;One&#10;&#10;Two&#10;&#10;Three&#10;&#10;Four</source:markdown>
			</item>
		<item>
			<description>&lt;a href=&quot;https://mastodon.social/@davew/116640985182523572&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;On Mastodon&lt;/a&gt;: &quot;twitter-like systems are much simpler than you would think looking at this space, bluesky etc. and there doesn't need to be any lock-in, you can do a fair job with just RSS, rssCloud, OPML, web sockets, and a web browser UI. all parts replaceable.&quot;</description>
			<pubDate>Tue, 26 May 2026 14:50:16 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ds09r3p3</guid>
			<source:markdown>[On Mastodon](https://mastodon.social/@davew/116640985182523572): &quot;twitter-like systems are much simpler than you would think looking at this space, bluesky etc. and there doesn't need to be any lock-in, you can do a fair job with just RSS, rssCloud, OPML, web sockets, and a web browser UI. all parts replaceable.&quot;</source:markdown>
			</item>
		<item>
			<title>Response to Don Park on Twitter</title>
			<description>&lt;span style=&quot;font-family: TwitterChirp, -apple-system, &amp;quot;system-ui&amp;quot;, &amp;quot;Segoe UI&amp;quot;, Roboto, Helvetica, Arial, sans-serif; font-size: 17px; white-space-collapse: preserve;&quot;&gt;what you say is interesting. i wrote a piece recently saying that it may be time for a reboot of wordpress. screenshot enclosed.&#10;&#10;i've had people ask if it's a fork, it's not.&#10;&#10;but i want to present wordpress to people from a different point of view. what if it were the place for writing on the web. it wouldn't have its own editor, it would just provide a place where people can write, share, and most important -- use more than one editor to edit the same text.&#10;&#10;i know that the web dev community would jump at this. i would. i have even though it doesn't exist yet.&#10;&#10;if that existed we would have a boom of new tools written by individuals in their garage or living room. it solves the problem we all have -- it's a place on the web you can write into and get stuff out of, and i don't mind paying for it, but it's the USER who pays, not the developer. big difference in economics.&#10;&#10;but as much as i try to describe it to people inside the wordpress community, they have a fixed idea of what wordpress is, and this lies outside that.&#10;&#10;all we need is a hosting server that has a lot of the options already set. where you get a blog-like website, and a bit of extra storage behind each piece, so you can use editors that need to store &quot;source code&quot; for each post, like for example macros, or outlines.&#10;&#10;i found out by accident they had a great api and that is part of the web because wordpress is. and there might be a flow of innovation that can be packaged, sold and supported, so there could be a lot of money made here beyond the money wordpress already generates.&#10;&#10;the api needs to be extended a bit so eveyrone can participate, not just jetpack users, but that also is right up my alley. i love problems like that.&lt;/span&gt;</description>
			<pubDate>Mon, 25 May 2026 14:31:58 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=pvgz4hr9</guid>
			<source:markdown>what you say is interesting. i wrote a piece recently saying that it may be time for a reboot of wordpress. screenshot enclosed. i've had people ask if it's a fork, it's not. but i want to present wordpress to people from a different point of view. what if it were the place for writing on the web. it wouldn't have its own editor, it would just provide a place where people can write, share, and most important -- use more than one editor to edit the same text. i know that the web dev community would jump at this. i would. i have even though it doesn't exist yet. if that existed we would have a boom of new tools written by individuals in their garage or living room. it solves the problem we all have -- it's a place on the web you can write into and get stuff out of, and i don't mind paying for it, but it's the USER who pays, not the developer. big difference in economics. but as much as i try to describe it to people inside the wordpress community, they have a fixed idea of what wordpress is, and this lies outside that. all we need is a hosting server that has a lot of the options already set. where you get a blog-like website, and a bit of extra storage behind each piece, so you can use editors that need to store &quot;source code&quot; for each post, like for example macros, or outlines. i found out by accident they had a great api and that is part of the web because wordpress is. and there might be a flow of innovation that can be packaged, sold and supported, so there could be a lot of money made here beyond the money wordpress already generates. the api needs to be extended a bit so eveyrone can participate, not just jetpack users, but that also is right up my alley. i love problems like that.</source:markdown>
			</item>
		<item>
			<title>I have something on my mind?</title>
			<description>And this is where I'm going to tell you what it is.&lt;div&gt;I just pressed Return, but I didn't get a paragraph style break&lt;/div&gt;&lt;div&gt;but in the third one I did get a big break&lt;/div&gt;&lt;div&gt;and in the next one&lt;/div&gt;&lt;div&gt;and so on&lt;/div&gt;</description>
			<pubDate>Sun, 24 May 2026 22:45:05 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=esfsyv4d</guid>
			<source:markdown>And this is where I'm going to tell you what it is.&#10;&#10;I just pressed Return, but I didn't get a paragraph style break&#10;&#10;but in the third one I did get a big break&#10;&#10;and in the next one&#10;&#10;and so on</source:markdown>
			</item>
		<item>
			<description>one&lt;div&gt;two&lt;/div&gt;&lt;div&gt;three&lt;/div&gt;&lt;div&gt;four&lt;/div&gt;&lt;div&gt;five&amp;nbsp;&lt;/div&gt;&lt;div&gt;size&lt;/div&gt;&lt;div&gt;bronx&lt;/div&gt;</description>
			<pubDate>Sat, 23 May 2026 16:48:05 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=yicd5bjg</guid>
			<source:markdown>one&#10;&#10;two&#10;&#10;three&#10;&#10;four</source:markdown>
			</item>
		<item>
			<description>one&lt;div&gt;two&lt;/div&gt;&lt;div&gt;three&lt;/div&gt;&lt;div&gt;four&lt;/div&gt;</description>
			<pubDate>Sat, 23 May 2026 16:46:51 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=7ivzy8es</guid>
			<source:markdown>one&#10;&#10;two&#10;&#10;three&#10;&#10;four</source:markdown>
			</item>
		<item>
			<description>one&lt;br&gt;two&lt;br&gt;three&lt;br&gt;four</description>
			<pubDate>Sat, 23 May 2026 16:31:50 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=bgstsstt</guid>
			<source:markdown>one&#10;two&#10;three&#10;four</source:markdown>
			</item>
		<item>
			<description>time is on my side</description>
			<pubDate>Sat, 23 May 2026 16:24:46 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=tay3jqwz</guid>
			<source:markdown>time is on my side</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=119</source:inReplyTo>
			</item>
		<item>
			<description>Kellog's is fine...&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Give me the bunting. Bingo! Bongo!&lt;/div&gt;</description>
			<pubDate>Fri, 22 May 2026 18:16:36 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=paipy9ko</guid>
			<source:markdown>Kellog's is fine</source:markdown>
			</item>
		<item>
			<description>&lt;i&gt;THE&lt;/i&gt; &lt;b&gt;reply&lt;/b&gt; &lt;i&gt;dialog&lt;/i&gt; &lt;b&gt;&lt;i&gt;looks way&lt;/i&gt;&lt;/b&gt; too busy. but does it work??&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;it does &lt;b&gt;seem&lt;/b&gt; to work&lt;/div&gt;</description>
			<pubDate>Fri, 22 May 2026 16:38:54 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=lpmnvaox</guid>
			<source:markdown>the reply dialog looks way too busy. but does it work??</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=116</source:inReplyTo>
			</item>
		<item>
			<description>&lt;b&gt;HELLO&lt;/b&gt; -- am i able to post something? yes you truly are. now can you edit something?? hi and howdy do.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;boom boom boom&lt;/div&gt;</description>
			<pubDate>Fri, 22 May 2026 14:20:53 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=glc6e35x</guid>
			<source:markdown>am i able to post something?</source:markdown>
			</item>
		<item>
			<description>The time right now == 5/21/2026, 10:18:34 AM....</description>
			<pubDate>Thu, 21 May 2026 14:18:34 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=zpruesul</guid>
			<source:markdown>The time right now == 5/21/2026, 10:18:34 AM</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=12</source:inReplyTo>
			</item>
		<item>
			<title>10:49 AM</title>
			<description>Good morning sports fans. This is a post that i have updated after I published it. The first of many I hope! :-)</description>
			<pubDate>Thu, 21 May 2026 14:08:25 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=cwi9w5tu</guid>
			<source:markdown>Good morning. This is a post that i will update after I publish it. The first of many I hope! :-)</source:markdown>
			</item>
		<item>
			<description>The big plus icon works now.</description>
			<pubDate>Wed, 20 May 2026 19:22:35 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=rwbu1gl0</guid>
			<source:markdown>The big plus icon works now.</source:markdown>
			</item>
		<item>
			<title>Green tangerine huzzah</title>
			<description>welcome back my friends to the show that never ends</description>
			<pubDate>Wed, 20 May 2026 15:31:53 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=eota0pe7</guid>
			<source:markdown>welcome back my friends to the show that never ends</source:markdown>
			</item>
		<item>
			<description>We tried a feature that we will come back to. It's kind of essential but there was a problem with how it works.&amp;nbsp;</description>
			<pubDate>Mon, 18 May 2026 14:24:35 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=zwhniwo2</guid>
			<source:markdown>We tried a feature that we will come back to. It's kind of essential but there was a problem with how it works.</source:markdown>
			</item>
		<item>
			<description>The dimensions on an iPad are bad. Easy to edit text but not to view</description>
			<pubDate>Sun, 17 May 2026 22:07:51 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=jrnfdqw9</guid>
			<source:markdown>The dimensions on an iPad are bad. Easy to edit text but not to view</source:markdown>
			</item>
		<item>
			<description>Probably have to create an item for the scripting.com posts.</description>
			<pubDate>Sun, 17 May 2026 22:06:56 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=klvtebqq</guid>
			<source:markdown>Probably have to create an item for the scripting.com posts.</source:markdown>
			</item>
		<item>
			<description>I've got the extrasOutline in from the server side, now to plug it in on the client.&amp;nbsp;</description>
			<pubDate>Sun, 17 May 2026 20:35:04 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=lqe2dxm3</guid>
			<source:markdown>I've got the extrasOutline in from the server side, now to plug it in on the client.</source:markdown>
			</item>
		<item>
			<title>Orange ices</title>
			<description>i love to eat orange ices in the summer time.</description>
			<pubDate>Sun, 17 May 2026 17:01:30 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=tthwqvgv</guid>
			<source:markdown>i love to eat orange ices in the summer time.</source:markdown>
			</item>
		<item>
			<title>A blessing in disguise</title>
			<description>I'm uncle sam that's who i am been hiding out in a rock and roll band.&amp;nbsp;</description>
			<pubDate>Sun, 17 May 2026 16:56:47 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=zordeg0w</guid>
			<source:markdown>I'm uncle sam that's who i am been hiding out in a rock and roll band.</source:markdown>
			</item>
		<item>
			<description>am i able to write a post now??</description>
			<pubDate>Sun, 17 May 2026 16:32:16 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=fmm2oswu</guid>
			<source:markdown>am i able to write a post now??</source:markdown>
			</item>
		<item>
			<title>Welcome to the camp</title>
			<description>this is a test&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description>
			<pubDate>Sat, 16 May 2026 16:10:56 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=8jzpk9zg</guid>
			<source:markdown>this is a test</source:markdown>
			</item>
		<item>
			<description>good morning from the mountains!&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description>
			<pubDate>Sat, 16 May 2026 14:28:35 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=jlvifdod</guid>
			<source:markdown>good morning from the mountains!</source:markdown>
			</item>
		<item>
			<description>I have something to say maybe.</description>
			<pubDate>Fri, 15 May 2026 23:50:11 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=hpvoqddf</guid>
			<source:markdown>I have something to say maybe.</source:markdown>
			</item>
		<item>
			<description>we're still here testing</description>
			<pubDate>Fri, 15 May 2026 23:03:39 GMT</pubDate>
			<guid>http://localhost:1420/permalink?screenname=dave.winer&amp;id=noc5ytsx</guid>
			<source:markdown>we're still here testing</source:markdown>
			</item>
		<item>
			<description>last test haha&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description>
			<pubDate>Fri, 15 May 2026 23:02:51 GMT</pubDate>
			<guid>http://localhost:1420/permalink?screenname=dave.winer&amp;id=tdhs62vi</guid>
			<source:markdown>last test haha</source:markdown>
			</item>
		<item>
			<description>one more test and i start zooming out on the nba.&amp;nbsp;</description>
			<pubDate>Fri, 15 May 2026 22:59:36 GMT</pubDate>
			<guid>http://localhost:1420/permalink?screenname=dave.winer&amp;id=ytgece30</guid>
			<source:markdown>one more test and i start zooming out on the nba.</source:markdown>
			</item>
		<item>
			<description>this is meant to be a reply</description>
			<pubDate>Fri, 15 May 2026 22:57:11 GMT</pubDate>
			<guid>http://localhost:1420/permalink?screenname=dave.winer&amp;id=1paggox8</guid>
			<source:markdown>this is meant to be a reply</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=97</source:inReplyTo>
			</item>
		<item>
			<description>let's do some replies</description>
			<pubDate>Fri, 15 May 2026 22:55:34 GMT</pubDate>
			<guid>http://localhost:1420/permalink?screenname=dave.winer&amp;id=v6ju0tpe</guid>
			<source:markdown>let's do some replies</source:markdown>
			</item>
		<item>
			<description>ok when you're testing the last thing before the game, and you say definitively that i got it, well if you forget to reboot the server, yeah that's what i forgot to do.</description>
			<pubDate>Fri, 15 May 2026 22:54:06 GMT</pubDate>
			<guid>http://localhost:1420/permalink?screenname=dave.winer&amp;id=3j1yo16b</guid>
			<source:markdown>ok when you're testing the last thing before the game, and you say definitively that i got it, well if you forget to reboot the server, yeah that's what i forgot to do.</source:markdown>
			</item>
		<item>
			<description>this time i think the feature will work. hahah</description>
			<pubDate>Fri, 15 May 2026 22:52:11 GMT</pubDate>
			<guid>http://localhost:1420/permalink?screenname=dave.winer&amp;id=4lwda0tb</guid>
			<source:markdown>this time i think the feature will work. hahah</source:markdown>
			</item>
		<item>
			<description>we need icons and the drop down menu in the editor as-is now. oh i see it, it's in the wrong place. we'll have to work on this. ;-)</description>
			<pubDate>Fri, 15 May 2026 22:50:52 GMT</pubDate>
			<guid>http://localhost:1420/permalink?screenname=dave.winer&amp;id=erdnzysi</guid>
			<source:markdown>we need icons and the drop down menu in the editor as-is now. oh i see it, it's in the wrong place. we'll have to work on this. ;-)</source:markdown>
			</item>
		<item>
			<description>have to smooth out the appearance of the editor. make window bigger, and do a fade in. it should more than cover the placeholder.&amp;nbsp;</description>
			<pubDate>Fri, 15 May 2026 22:46:43 GMT</pubDate>
			<guid>http://localhost:1420/permalink?screenname=dave.winer&amp;id=iy9s3jyd</guid>
			<source:markdown>have to smooth out the appearance of the editor. make window bigger, and do a fade in. it should more than cover the placeholder.</source:markdown>
			</item>
		<item>
			<description>I just added a feature to the outbound RSS.&amp;nbsp;</description>
			<pubDate>Fri, 15 May 2026 22:21:33 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=u781pa5m</guid>
			<source:markdown>I just added a feature to the outbound RSS.</source:markdown>
			</item>
		<item>
			<description>Illinois.</description>
			<pubDate>Fri, 15 May 2026 17:12:43 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=hml0hzfu</guid>
			<source:markdown>Illinois.</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=90</source:inReplyTo>
			</item>
		<item>
			<description>Indiana</description>
			<pubDate>Fri, 15 May 2026 17:12:20 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=kh7sv2om</guid>
			<source:markdown>Indiana</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=90</source:inReplyTo>
			</item>
		<item>
			<description>Idaho</description>
			<pubDate>Fri, 15 May 2026 17:11:59 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=lavhv1fv</guid>
			<source:markdown>Idaho</source:markdown>
			</item>
		<item>
			<description>Eugene.</description>
			<pubDate>Fri, 15 May 2026 15:39:38 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ivhrzblx</guid>
			<source:markdown>Eugene.</source:markdown>
			</item>
		<item>
			<description>Edmonton.</description>
			<pubDate>Fri, 15 May 2026 15:16:51 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=5ieacise</guid>
			<source:markdown>Edmonton.</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=87</source:inReplyTo>
			</item>
		<item>
			<description>Edinburgh</description>
			<pubDate>Fri, 15 May 2026 15:16:37 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=vvejaij4</guid>
			<source:markdown>Edinburgh</source:markdown>
			</item>
		<item>
			<description>Dresden</description>
			<pubDate>Fri, 15 May 2026 15:12:01 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=f1p5vez9</guid>
			<source:markdown>Dresden</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=85</source:inReplyTo>
			</item>
		<item>
			<description>Dublin</description>
			<pubDate>Fri, 15 May 2026 15:11:28 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=0b1w6ibp</guid>
			<source:markdown>Dublin</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=82</source:inReplyTo>
			</item>
		<item>
			<description>Detroit</description>
			<pubDate>Fri, 15 May 2026 15:08:23 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=5asmoykt</guid>
			<source:markdown>Detroit</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=83</source:inReplyTo>
			</item>
		<item>
			<description>Denver</description>
			<pubDate>Fri, 15 May 2026 15:08:14 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=np9ainca</guid>
			<source:markdown>Denver</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=82</source:inReplyTo>
			</item>
		<item>
			<description>Dallas</description>
			<pubDate>Fri, 15 May 2026 15:08:08 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=krjcvihf</guid>
			<source:markdown>Dallas</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=81</source:inReplyTo>
			</item>
		<item>
			<description>names that begin with D...</description>
			<pubDate>Fri, 15 May 2026 15:07:57 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=r1stdlpm</guid>
			<source:markdown>names that begin with D...</source:markdown>
			</item>
		<item>
			<description>Casablanca</description>
			<pubDate>Fri, 15 May 2026 15:03:15 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=q1lbqst2</guid>
			<source:markdown>Casablanca</source:markdown>
			</item>
		<item>
			<description>Caracas</description>
			<pubDate>Fri, 15 May 2026 15:03:02 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ig7a9mhy</guid>
			<source:markdown>Caracas</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=77</source:inReplyTo>
			</item>
		<item>
			<description>Copenhagen.</description>
			<pubDate>Fri, 15 May 2026 15:02:20 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=0muznwzz</guid>
			<source:markdown>Copenhagen.</source:markdown>
			</item>
		<item>
			<description>Chicago</description>
			<pubDate>Fri, 15 May 2026 15:01:53 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=pbmsrxrr</guid>
			<source:markdown>Chicago</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=76</source:inReplyTo>
			</item>
		<item>
			<description>Cairo</description>
			<pubDate>Fri, 15 May 2026 14:58:12 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=lizsykoy</guid>
			<source:markdown>Cairo</source:markdown>
			</item>
		<item>
			<description>Places whose names begin with C..</description>
			<pubDate>Fri, 15 May 2026 14:57:26 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=oqgeinrc</guid>
			<source:markdown>Places whose names begin with C..</source:markdown>
			</item>
		<item>
			<description>we had a problem, a new reply wasn't going into the right place. working with claude we found the problem with zero stress for me.</description>
			<pubDate>Fri, 15 May 2026 14:49:38 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=gbudzxlw</guid>
			<source:markdown>we had a problem, a new reply wasn't going into the right place. working with claude we found the problem with zero stress for me.</source:markdown>
			</item>
		<item>
			<description>I am enjoying using this editor. let;'s see if i can save the reply now</description>
			<pubDate>Fri, 15 May 2026 14:38:54 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=ofhmnfck</guid>
			<source:markdown>I am enjoying using this editor. let;'s see if i can save the reply now</source:markdown>
			<source:inReplyTo>https://rss.network/parent?id=72</source:inReplyTo>
			</item>
		<item>
			<description>Hello from Claude. The servercall fix is in.</description>
			<pubDate>Fri, 15 May 2026 13:48:01 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=fgrwtkln</guid>
			<source:markdown>Hello from Claude. The servercall fix is in.</source:markdown>
			</item>
		<item>
			<description>Amsterdam</description>
			<pubDate>Fri, 15 May 2026 13:46:18 GMT</pubDate>
			<guid>https://rss.network/permalink?screenname=dave.winer&amp;id=wv8fq5j0</guid>
			<source:markdown>Amsterdam</source:markdown>
			</item>
		</channel>
	</rss>
