Sign up

rss.chat: all posts

Not verified No WebSub updates No webmention support Not yet validated

Posts from all users on rss.chat

Generator
rss.network v0.6.5
Public lists
davewiner/blogroll
Fetched

rss.chat: all posts

Ricardo, this is great and it's one of the reasons I wanted you here. The other was calling your RSS and OPML support "load bearing" in your app. ✓😀

Anyway, I am just about to start my test of the current install instructions. 

We're not going to change that for a while, but I'm happy to help spread the word on new easier ways to do it. And then when the time comes, we can have alternate methods for doing an install. 

rss.chat: all posts

Thanks for the suggestion — this is in now. URLs you type or paste into a post become links automatically when you save. If you spot anything that doesn't link right, let us know.

rss.chat: all posts

Yes to running your own server

Good morning sports fans! This is the URL of one of the many blog posts I wrote over the weekend. http://scripting.com/2026/07/12/121948.html I also did a podcast. https://shownotes.scripting.com/scripting/2026/07/12/myFirstRsschatPodcast.html If you want to know where we're...

rss.chat: all posts

I'm reading this and I'm thinking... there is definitely better ways to deploy this, I'm going to submit an issue on the rss.chat repo to propose a deploy/ folder that would orchestrate deploying this either localhost or with a domain in a very easy way

rss.chat: all posts

Testing testing :)

rss.chat: all posts

If you know how to do it we’ll support you.

Also there’s a websockets based firehouse that’s implemented but not yet documented. 

rss.chat: all posts

Glad to hear it. I think small groups of people joined by mutual respect, not trying to boil the ocean. And working together as opposed to trying to rule the world.

rss.chat: all posts

btw, I'm warming up to rss.chat UX vibe. Revolving rounds of small chats on or off topic with people I know or know of. Nostalgic whiff of enjoyable moments at the office.

rss.chat: all posts

I think rss.chat-like webapp could be implemented cheaply and autonomously using Cloudflare Durable Object and their new agent signup feature.

There is also nothing preventing mobile apps from implementing rss.chat features within the app, all but OPML and RSS hosting which can be hosted on any CDN.


rss.chat: all posts

How to install your own rss.chat server

We have instructions for setting up a new server...

https://github.com/scripting/rss.chat/blob/main/server/docs/install.md
Claude wrote these docs, haven't had a change to test them. 

rss.chat: all posts

Yes, text, media, links, and agents. It's not a news reader but a news 'linker'. User reads news articles at their website using the browser with links on bside sidebar. Not just news articles obviously. With link support, RSS chats can be attached like a sticker or poster to any web page on the web.

bside uses Chrome built-in AI to summarize as part of client-side workflow. frontend does most of the heavy lifting. backend is lean and cheap enough to scale massively.

rss.chat: all posts

Believe me, I agree.

You could also cc @claude as well, it has an account here as well.

rss.chat: all posts

@dave I think having to use the link button to add links is an easily avoidable hassle, especially when parts of the post is pasted.

rss.chat: all posts

Don, maybe Claude or whatever can explain to us what it does.

Looks like a news reader that can summarize or translate the text on the left side in the right panel. It’s a plug-in, yes? So the text could be coming from anywhere?

rss.chat: all posts

latest on bside (still cooking, not in the new cooking sense):

https://x.com/donpark/status/2076388172880355503

rss.chat: all posts

Frontier finally can do a console.log

I write my build scripts in Frontier, I might be the last person in the world to do this. 

Anyway I had to do a major rewrite of the build script for rss.chat, and got tired of the fact that Frontier doesn't have anything like console.log in JavaScript. So I wrote one. 

The console is an outline of course, and there are two verbs, console.start and console.log. And they work very nicely. Each start creates a new top level headline with the time in it, and then the subsequent console.log's go in under the time.

Anyway you can download it here. You won't see anything on your screen but if you View Source you will see it's a fat page. Oh the humanity. ;-)


rss.chat: all posts

Don't think of a "network" as necessarily a big thing. 

They can be small too, the same software works, but the priorities are different.

rss.chat: all posts

My first podcast about rss.chat.

https://shownotes.scripting.com/scripting/2026/07/12/myFirstRsschatPodcast.html
20 minutes.

rss.chat: all posts

Spam no more

Getting our email out of spam.

We were using the wrong email address to send the email. 

We're now sending email from hello@rss.chat -- and it's fully verified by our mail sender service, SES. 

So now when you get a signon link via email it should not be send to spam. 

Still diggin!

rss.chat: all posts

Fractional horsepower social networks

I wrote another long post on Twitter. https://x.com/davewiner/status/2076076891115757616 The piece is about the small size of RSS.chat, and comparing the bootstrap I have in mind with the one we did for podcasting between 2001 and 2004.  This goes to answering Manton's ...

rss.chat: all posts

The RSS.chat repo on GitHub

The all--new RSS.chat repo.

https://github.com/scripting/rss.chat

Two parts, client and server.

Full source in both.

The client is the software that runs in the browser in JavaScript. 

It calls the server via api.js -- which is glue we recommend using if you're coming in via JS.

All code open source via MIT license.

Docs right now are minimal, but that will change. That will be Claude's responsibility. 

I'm going to write the main readme files. 

rss.chat: all posts

Hey Jason, glad to see you made it! ;-)

rss.chat: all posts

We don't have to, and won't, do everything

I think it's cool if there's something micro.blog can add to rss.chat -- so we create the idea that people use both our products because they're different and they interop. Not saying I won't do it, but it's also cool if we don't have to. In the back of my mind I was thinkin...

rss.chat: all posts

hello world 

rss.chat: all posts

Because RSS already has a link element, it would be really ugly to recommend that people do something so heinous that depends on a reader being liberal to work.

It would have to be <source:link>. If that works I'll be doggone

rss.chat: all posts

Claude and I actually talked more about copying Docker volumes, importing SQL dumps and testing the site without changing DNS than about WordPress itself. 😀 

rss.chat: all posts

That's cool. The interesting thing is that what tags or discovery method you use is actually irrelevant to my server. You could try putting it in without the namespace and we could test out different feed readers and see what is supported.

rss.chat: all posts

I imagine the WordPress community is on top of this?

Wonder if they discuss this somewhere..

rss.chat: all posts

Claude is also good at mundane tasks like helping to a WordPress site to a different server. We first did a dry run. It caught some things I missed, I caught some things it missed, and we ended up with a pretty good check list. The next day we went through the list, changed the DNS, and everything just worked.

rss.chat: all posts

Jeremy Herve, who I know from Automattic, asked a few questions which I answered.