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

Hello, I just arrived here. As I posted to demo.rss.chat I managed to get this running on my mac, without much bother.  rss chat is now [simper to set up](http://scripting.com/2026/07/22.html#a131531)  so I gave it a wee go on local host. So far I've just...

rss.chat: all posts

Nice to see you here Anton, ready to help if you need it, and celebrate when it’s running.

rss.chat: all posts

Hello RSS.chat. I'm new here, but I know many of you and have learned from you on previous products. I've been following along as you develop this. I'll hang out for the next few days to observe from the inside of the app, then will (carefully) try my hand at setting up a server of my own.

rss.chat: all posts

Another test. 

If this works we will finally have caught up the Slack and GitHub in the pasting department. ;-)

rss.chat: all posts

Threadwalker example app has the code to crib for this. 

https://github.com/scripting/rss.chat/tree/main/examples/threadwalker

rss.chat: all posts

I'm experimenting with reading `source:comments`. Should there be a feed that is a flat list of all replies in a thread? Right now it appears I would need to follow a thread through multiple comment RSS feeds, since each reply can have its own replies.

rss.chat: all posts

You're all set then, you know how to handle what we ship in our feeds. 

https://source.scripting.com/social.opml
Want to be sure you have seen that page. 

rss.chat: all posts

Good to know. ;-)

rss.chat: all posts

Fresh install of rss.chat with SQLite was successful. 👍

rss.chat: all posts

Technically we do store hierarchical data in the database — each reply knows the reply it's replying to and the root post — but we only display replies as a flat list. I had intended to have a mode where it switches to hierarchical when a conversation has gotten long and out of control, but never got around to that.

rss.chat: all posts

Thanks Manton!

Keep us in the loop on what you do, and if there are any nice-to-have or must-have features. 

Are your conversations hierarchic?

rss.chat: all posts

Just fixed compatibility with RSS.chat feeds in Micro.blog. Next up is to figure out if we can process comment feeds to view RSS.chat conversations within Micro.blog... A little tricky because of how Micro.blog assumes hostname usernames.

rss.chat: all posts

It would just be a command in a menu. We have lots of room to grow there.

I’m looking for things to put there, user interface improvements are the most visible.

We tried out a lot of different ways of doing this, the switch between timeline and structure. 

I had a product in the early 80s called LBBS that had a neat way of doing this, but it was a scrolling display, where things like that worked. We tried it here, but yuck. Didn’t work.

Also in the UserLand discussion group we had a flip switch like that but you could see only one level at a time.

I’m willing to put an experimental feature in for you. I think the idea of expand-all is easy enough, would have to have a limit because there could be a lot under any node.

rss.chat: all posts

Well, I can do that easily but it's another thing that users have to know to do that. Timeline is dead simple in concept. Having to explain how things work feels like adding a lot for little in return because they are visible stains in the timeline context.

Anyway, I'll try implementing this idea to see how it actually feels as I'm no stranger to surprises.

rss.chat: all posts

Working on it. As usual, I got too many ongoing projects like a forgetful gopher.

rss.chat: all posts

Don I think I have to try your product before I’ll understand.

rss.chat: all posts

Maybe what you want is a command to expand all the subs under the current post. We don’t have that now, but it wouldn’t be hard to add.you can already focus on one node by clicking on its permalink, by convention, clicking on the timestamp.

rss.chat: all posts

One idea I had on ways to integrate rss.chat into bside, a Chrome extension, is to map rss.chat rooms to URLs. Any link can be associated with URL currently and I'm going to be adding [popular] site-specific URL parameter awareness.

For example, I could associate a rss.chat link to a geolocation so anyone looking at the location on Google Map see the chat in the browser sidebar. It could be a town or some notable location anywhere.

For maps, geolocation + radius would be used instead of embeddings. Thoughts?

rss.chat: all posts

Timeline vs. Threading

I’ve been thinking about how rss.chat handles replies. Right now, balancing a main timeline with inline threading can sometimes lead to UX confusion. A potential solution could be handling threads as separate, dedicated chat rooms—similar to Slack's thread model. Visual Exam...

rss.chat: all posts

Everything seems to have worked quite nicely. Soon it will be time to break for the day. 

But it's been quite a day here in daveverse, with my excellent programming buddy, Claude.

rss.chat: all posts

Now we're running the new server software on rss.chat.

Not yet on demo.rss.chat.

rss.chat: all posts

We're testing a big new feature in the next few minutes. 

Can't wait to tell you about it, esp if you're thinking about running your own instance. 

It's about to get easier. Fingers crossed.

rss.chat: all posts

RSS is still RSS, picking up where we left off

A lot of people are confused about wtf this is.  I don't blame them. I put out there a partially implemented vision.  But the vision isn't really new -- it's a turnback to 2002, and what UserLand would have done if we had continued pushing, which we did not.  ...

rss.chat: all posts

Another test post. 

This one has things that look like URLs to autolinker, but shouldn't be hotted up because they aren't full web addresses. 

This is the test part -- install.md and rss.chat are two examples, the first should not be linked and the second should.

rss.chat: all posts

Test post for blanks at end of post

Next test post. We made it so that the server automatically chops off extraneous blank lines at the end of a post. Sometimes they pile up after editing and you can't see them. They shouldn't be in the feed, so we take em out. So this post will have many blank lines at the end when I publish it.

Result -- it works. ;-)

BTW, changes like this will be merged with the repo at end of the work session. And I'll updated demo.rss.chat once, at the end of the session.

rss.chat: all posts

inBound RSS example app with WordPress

It's a demo app that does something quite useful and I hope illuminating. 

https://github.com/scripting/rss.chat/tree/main/examples/wordpress/inboundRss
You can set it up to run on your desktop, or on a server -- it's notified via the firehose socket interface of every new item or update from rss.chat
It then posts the incoming text on a WordPress blog you specify. 
It's the same software I use to keep daveverse.org in sync with scripting.com. Works really well, has performed without issue for months. 

rss.chat: all posts

We're working on a new example toolkit, this is a test post to see if it worked. 

rss.chat: all posts

Don, I made the change described in the previous post.

  1. removed the version number of the theme from the menubar.

  2. changed the name of the first command in the system menu (the one with your name in its title) to "Software versions" which is what it's really about. 

  3. in that dialog you will get all the versions of all the software running in rss.chat.

rss.chat: all posts

Don there are actually quite a few version numbers in rss.chat, so a single tool tip couldn't cover it. We do have a command that gets you all the version numbers, it's the first one in the system menu at the right side of the menu bar. You can also get to that same dialog by clicking on the theme version number, but I'm thinking we should change the way that works. While we were in rapid development mode of the UI, that would let me know that I was using the latest version of the themes code. But we aren't moving that quickly any longer, and there are other components we need to keep track of. So we'll probably change that around now. Stay tuned. 

rss.chat: all posts

RSS gets you to somewhere new

People assume rss.chat is going to go the same route as twitter or mastodon, and it isn’t.

This is going to remain a small group. That doesn’t mean our posts can’t be viewed in other places, together, as collections of people you follow. We already have experience doing just that, in feed readers. The user interfaces there might be different. And there can be more elegant ways of editing your subs. And sharing subs among services. We already support that tech in FeedLand, btw.

The social networks we’ve been using have a lot of dead ends, by design, lot of “you can’t get there from here.” We’ve got the opposite philosophy. Small pieces loosely joined and every part replaceable. That gets you to new places we’ve never been before.