You're viewing old version number 2. - Current version

1 min

Dave Winer posts in early January 2016

My current bookmarks page of sites that I visit or feeds that I consume includes a link to DW's feed near the top of the list. I access his feed multiple times per day to see what new insights he has posted. I'm mainly interested in his thoughts and projects regarding web publishing.

I agree and disagree with his tech posts. I don't care about the other topics. I don't access his Facebook or Twitter pages, except in extremely rare occasions. I read the RSS feed from his blog.

Here is how I read Dave Winer's writings: feed page.

I use my custom "feed" command that is included within my Junco code that powers this site. The feed command also exists in the Parula code that powers my message board at ToledoTalk.com.

Here's how it works. The feed= is surrounded by two curly braces at each end. The line must begin at the start of a new line in order for it to work.

Scripting News - 2025-04-26T14:16:00Z

- 2025-04-26T14:16:00Z
If Bluesky really wanted to decentralize and do it quickly, they could build a layer out of RSS and OPML on top of what they have and not only would they be able interop with other Bluesky-like services but they could also interop with Mastodon and it could all be done in a matter of weeks.

Why is AWS breaking Node devs? - 2025-04-26T13:53:35Z

I have been getting warnings on all my Node.js code that uses AWS api's that come September they're all going to break. I'm working on my mail list stuff this week, trying to get the HTML to work for a lot more people than it was working for, and it's a very depressing process, but I did the work, but I don't plan on looking at this again for another five years, if then.

But lurking in the background is the threat by AWS, and I consider a threat, that if I don't rewrite my code in a non-insignificant way, before September, it's all going to just stop working. I took the time the other day to actually look at what's involved, and I see that they changed/broke their API to use promises. Great. Another stupid exercise in fealty.

I think they're going to regret doing this, because I don't have the time to go so deep in the bowels of pretty much my entire codebase, and potentially break everything, and then have to debug it, when I have so many other things to do, and I'm getting older, and I just don't have the energy to devote to make-work for Amazon. The arrogance of it, and how diseconomic it is.

They never promised they wouldn't break all their developers, but geez who would've thought they wanted to?

I don't think they're actually going to be able to flip the switch.

I'd love to hear what other developers think.

PS: Amazon APIs are the worst, so over-complicated, you have to understand everything before you can do anything. But once they work, they keep working. That's the only reason people put up with it. I've switched almost everything but S3 and SES to Digital Ocean because their docs and example code are great and they seem about the same price as Amazon, but my time is all I have, and Amazon doesn't use it well and ultimately that's going to hurt their business, and it seems September is when the shit is going to hit the fan for many, definitely for me.

PPS: This is different from the breakage that came in the Twitter API when Musk took over. No one was paying anything for this. But I pay a lot for AWS, more every month, as my storage costs go up. I think someone in AWS in a position to make big decisions has no clear idea where the costs are for their customers or they wouldn't do this. Imagine a company of gas stations deciding to change the shape of all the nozzles on their gas pumps in September. "We gave you plenty of times to adapt!" they might say. Yes, but -- as long as we have to change why not change to your competitor's service? The strangeness of their APIs is their lockin. I don't think they have factored that into their plans.

No, and... - 2025-04-26T13:11:41Z

If I was president of Harvard University, I'd be thinking about how to take advantage of the spotlight the Trump Administration had focused on us. It goes beyond saying No. There's a No, and.. that could come. No and, we're going to do something about X, Y and Z -- ways that the government had been overreaching before Trump and we didn't feel empowered to focus people's attention on it. Now what has been subtly behind the scenes, the influence of money and power, is now out in the open, let's take this chance to snuff it out completely, regain true academic independence.

Let's get by with less money, and in the process do better work.

This would be a PR campaign as much as an academic pursuit. We're going to find out the truth, and we're going to tell it. We're going to find all perspectives on a problem, really do it justice, and publish the actual results. We're going to be an example of how academia does what the administration was asking us to do, without the administration's interference. They might not like what we find out, but that's not our problem.

It seems that Harvard, alone among all the universities in the US, has been tasked with re-establishing the First Amendment, and what it means to all of us. Let's trust that the people of our country know why the First Amendment is so important, regardless of who we voted for. Some of it leaked out when they interviewed random people in real time at the Trump assassination rally last summer. They all sounded like people who could be neighbors of mine, and they largely said what I would have said. It's okay if you don't agree with someone, but for crying out loud, don't shoot them for it. Yeah.

That was a real eye-opener for me, when TV didn't have a chance to choose the most extreme ugly results, we found out that Trump supporters are Americans, like us. A lot of the new is fake, designed to make us angry and depressed, because that's what gets us coming back every night.

So Harvard, the ultimate elite institution, if it can connect with that, maybe the everyday non-elite American will listen now that the Trumps have done such and outlandish thing in trying to destroy Harvard, maybe we can change the role that Harvard and its peers play in the American politics and culture, and we can get a bit more science into our world, with the approval of the people.

Maybe this was the way Harvard contributed to the problem, by feeling above the average person. This is very real and inescapable. But many of us came from middle-class or even refugee families (like my own) and we haven't forgotten where we came from. If there's a disconnect, it's not fair to blame one or the other. Each has the power to reconnect. Let's take this chance to get together and help each other, across all the divides.

The Trump focus on Harvard may be the greatest gift, if Harvard chooses to view it that way.

PS: I was a research fellow at Harvard for two years in the early 00s. I found the university was very receptive and supportive of these ideas then, esp in regard to the web, where we pioneered many of the things people take for granted now.

PPS: This is a bit like the Streisand Effect. Let the Trumps pick their fights more carefully.

- 2025-04-25T23:56:38Z
WordLand v0.5.6: You can customize the menu that pops up when you select text. and we now handle sites with large category lists, the previous limit was 100.

- 2025-04-24T21:28:11Z
I've got Crazy Fingers in my brain. Can't stop humming it.

- 2025-04-24T15:40:30Z
I'm rebuilding my nightly email-sending code from the bottom up. Something I never properly understood is that most mail clients don't include your CSS files, so people were seeing the writing and images with no style. What an embarassment. As often is the case in 2025, I have ChatGPT to guide me through getting this right. The secret is inline styles. And there's no simple way to do the conversion, except element by element. Seems like an OS could do this for us somewhere along the line. Now I have to think about how to test it without trying to just switch it over, trying to avoid breaking everyone at once. But the nightly email might start looking a lot better for some real soon, and for others, only slight almost no noticeable differences.

- 2025-04-24T15:37:44Z
We should demand that the new owner of Chrome must respect the open web as something it does not have the power to change. Google never got this and we're losing the archive function of the web because of this. Please read and pass on -- now -- we're in a unique position to fix this.

- 2025-04-24T13:58:55Z
One of the nice things about WordLand is that titles are optional. Some posts are too short to require a title. In a sense they are their own title. We know the benefits well, having used Twitter for a long time. There's no reason this simple idea shouldn't work in RSS feeds and blogging, in fact RSS doesn't require titles. And there's no requirement in WordPress either. So we support them, with gusto. I want this network to do what Twitter does, and everything Twitter doesn't do, that writers want. #writersweb

ChatGPT can level the playing field - 2025-04-24T13:30:28Z

There's a company that I have an account with because they're the only ones who provide the service I need, so I have to stay with them. They have made my telephone unusable, they call me all the time from varying phone numbers, wanting me to do things, or with a "courtesy reminder" that I could spend more money with them. My number is a cell phone btw. On my user profile on their site, I unchecked phone as a way for them to contact me, only leaving email checked. They appear to be ignoring this. My question is this -- how do I get their attention and get them to stop calling me. The constant interruptions are interfering with my life and work.

That was a ChatGPT prompt. It gave me lots of options, but two were outstanding.

  • First, they knew their privacy account, and a form on their website for reporting privacy violations.
  • They suggested I use commands in my cell phone to block unknown numbers.

I hadn't thought of doing this until today. Usually the big companies have all the power. They can force you to call them back and wait on hold and then it's not clear they'll even understand or respect the request. ChatGPT also suggested the FTC (heh I doubt if it can do much with Trump as president) or the state Attorney General (we still have a government in NY).

So think about it next time you have trouble with a megamonolithic company that's bullying you. We may have a tool at our disposal that levels the playing field.

- 2025-04-23T22:38:14Z
Yesterday I wrote a piece that summed up Twitter as an entrepreneurial project. "It would have been better if the founders had made less money, and opened the door for lots of competition right from the start. That's the philosophy of the web. Instead they captured the web, amputated all its good features, and locked it in the trunk and then cut off its air supply. That was inevitable given the path they went down. Yes they changed the world, and in turn are creating a lot of misery." If anyone writes the history of tech in Silicon Valley in the early part of the 21st century, I hope they focus on the damage done, not just the money made. Don't glorify the fortune, it's our freedom that's paid for it. And the amazing thing people will discover if they look closely is that the open technology cost very little to develop, so you don't need the backing of VCs to create open systems, you just have to be right at the right time and have the ability, focus and ambition to create enough base technology to bootstrap the idea.

My programmer friend - 2025-04-23T22:56:15Z

Good morning from Oaxaca in Mexico. We are here with my sad and depressed programmer friend, back from his European tour of glee club train compartments, receptions and cheese races with Europeans named Gouda, happy and carefree while my programmer friend, pictured here, thinks about returning to the good old United Snakes of Americans. As he sits on the beach, admiring the sunrise over the Pacific Ocean, he considers taking a job at a local Burger King. He enjoys their hamburgers even if he is not enjoying life at the moment. His eyes are tearing up as he remembers the tragedy that befell him and others in the Great Gouda Race of Luxembourg.

On the beach, dreaming of hamburgers.

The runner of life and freedom - 2025-04-23T23:00:41Z

Start with the dark imagery of the Ridley Scott commercial for Apple in 1984. A woman athlete is running toward a screen carrying a big hammer, getting ready to hurl it at a huge screen with Big Brother's head, lecturing a huge hall filled with lifeless people listening. He has dead eyes. The runner represents life and freedom. The overall image is dreary and lifeless but she is a bright light of hope for the future. Inspire me with this image. I want to be inspired.

He has dead eyes. She represents life and freedom.

- 2025-04-23T00:43:59Z
It's crazy to even think of moving Chrome from Google to OpenAI. The web needs to not be owned by anyone, esp not owned by the tech industry. What Google tried to do to the web is obscene. I love ChatGPT, but let's keep Chrome out of their owner's greedy little hands. Set it up so it stands alone.

- 2025-04-22T12:13:17Z
If you're a young person contemplating a career in tech, great! It's fun, and you can help people doing this. But please don't listen to the VCs and entrepreneurs who say it's all about changing the world. Instead think of it this way -- you're going to create tools for people who may change the world, in collaboration with lots of other people. No one person is that smart and experienced that they know what's best for the world. The stories you heard about great inventors probably aren't true. And the ones who actually changed the world, may not have changed it for the better. Look at what happened with Twitter as a cautionary tale. Imho it would have been better if the founders had made less money, and opened the door for lots of competition right from the start. That's the philosophy of the web. Instead they captured the web, amputated all its good features, and locked it in the trunk and then cut off its air supply. That was inevitable given the path they went down. Yes they changed the world, and in turn are creating a lot of misery. You don't want to do that, brilliant young tech person, right? Let's make the world better, one little evolutionary step at a time. More about this in yesterday's post.

- 2025-04-22T12:00:31Z
A video demo that shows how to set categories in WordLand, and I ramble through lots of philosophy and trivia. But the answer is right up front so you can skip all that michegas. ;-)

- 2025-04-22T12:10:27Z
Many good points in yesterday’s unusual Olbermann podcast, but the one that stuck with me is that at some point Republican incumbents will figure they don’t have a future in what Trump is trying to create and thus have everything to lose if he prevails. He thinks senator Lisa Murkowski (R-Alaska) may already be there.

- 2025-04-21T16:16:30Z
New docs: The role of Markdown in WordLand.

- 2025-04-21T13:56:05Z
Zeldman tries WordLand: "For bloggers who mostly write, it’s a clean, distraction-free interface with strong basic features that lets you offload CMS duties to WordPress."

Don't try to change the world - 2025-04-21T14:10:55Z

Silicon Valley encourages entrepreneurs to think in terms of changing the world. I was one of them when I arrived there in 1979 at the age of 24, with world-changing software ready to go (or so I thought). A few years later, I shipped a way of writing that was only possible on a computer, and in a small way I suppose it did change the world. I kept innovating, but over time I came to realize that one person trying to change the world is usually futile, but what's even worse, you might actually manage to change the world, and that's going to be a disaster for you and the world. As Elon Musk is doing right now.

Musk is the perfect cautionary tale for "be careful of what you wish for." No one person should change the world. We are a creation of evolution, and we also are creators of evolution, but evolution is the result of lots of infinitesmal events, not some great god-like creation that young people tend to dream of. That's what he's doing wrong, trying to force his vision on all of the rest of us. We'd be crazy to wish for what he wants, and we're not that crazy.

I have a pretty good idea of what he wants because like him, I think in terms of what you can do with networks of computers and people. And I understand their weakness, and also believe in the good intentions of 99.99% of the people, so even though our networks are not perfectly secure somehow we seem to get by. But Musk has gotten inside, and is doing what he wants, and the rest of us don't get a say, and he's of the 0.01% you absolutely don't want to have the keys to the treasury or nukes of the United States in 2025.

A lot of wise people over a few hundred years set up a system where we all get a say, and it's gotten us by pretty well. When one person takes control, that's disaster, because no one, not even Musk, is an immortal god. He's got huge blind spots. If you try to rewrite every bit of code too fast you end up with a broken system. He'll leave and we'll have to deal with what remains. And hopefully after we get over that, we'll figure out how to not let a future Musk get in there again. And that's going to involve a fair amount of pain for the billionaires. If you all want to start helping to solve the problem, now would be a good time to get involved, Mr and Ms Billionaire. Thanks for listening.

BTW, I've mentioned this before -- there's a great joke in the Woody Allen movie Sleeper. It was about Albert Shanker playing the role of Elon Musk, who wasn't born when the movie came out.

Trying to close a book - 2025-04-21T13:10:08Z

I know this is ancient history, but I was thinking the other day about how Tim O'Reilly kept saying he had nothing to do with the temporary takeover of the name RSS by RDF advocates. But it was an O'Reilly exec, Dale Dougherty, who drove it. I suppose perhaps Tim was saying, effectively, that Dougherty never told him what he was doing. But the information of his involvement was available publicly. At the time, we had the web (obviously) and good search engines. And O'Reilly Associates was a journalistic organization -- he could have asked someone to research it for him. Also the tech guy who ran the project was an O'Reilly employee. Maybe Tim didn't know. But he sure took it out on me personally. A lot of doors were closed to me because of this clash. But I don't apologize for anything I said. It was a company thing. If Tim wasn't aware of what his #2 guy was doing, sorry that's not on me. But everyone involved knew it was O'Reilly doing it.

Anyway -- if ChatGPT had existed at the time, he could have asked for an impartial opinion. I'm going to try it now. Here's the prompt I wrote.

  • In 1999 or 2000 (not sure of the exact date) there was a fork of RSS, turning it into a dialect of RDF, a format that was being promoted by the W3C. They called it RSS 1.0.
  • It never really took hold, never became widely used, because the earlier version of RSS, v0.91 was being adopted at a very high rate because it was being supported by all the blogging platforms of the day, and by major publishers, including Salon, Red Herring, Motley Fool and Wired. Later the NY Times would support RSS 2.0, which was an evolution of RSS 0.91, and then the entire news industry followed their lead, and RSS quickly became the most popular way to read news on the web.
  • Here's the question. Was O'Reilly Associates involved in the RSS 1.0 fork? Tim O'Reilly, at the time, said it wasn't involved. But Dale Dougherty, the #2 exec at O'Reilly lead the effort, and the technical lead was an O'Reilly employee. Would it be fair to say that ORA was involved. Would the fork have happened without their involvement? Try to be as impartial as you can.

I have asked ChatGPT to give me a shareable version of its answer -- but I find that often people say they can't read it. But you have the prompt so you can ask ChatGPT or any other AI app, for it's (hopefully) impartial response.

Update: I fed the same prompt into Claude.ai and Gemini.

Another view of me via ChatGPT - 2025-04-21T12:12:02Z

People who look down their noses at ChatGPT and its cousins tend to say it's not art. Hardly the most interesting thing, but as I've written, art lives mostly in the mind of the viewer, it's the effect it has on the viewer -- that imho is the art. BTW I can tell when people have actually used the product, and most of the critics haven't. Sorry but until you use it you won't know how obvious that is to someone who does.

Lately I've been interested in using ChatGPT to mash images together. Yesterday I asked for a rendering of my headshot through a self-portrait of my niece. It's like sampling with music but with images. I say here's a photo of me, and here's a drawing someone else did. Can you render the image of me in that style? As I did yesterday with my niece's portrait of herself.

I've also been doing stories that started with an image of Mark Zuckerberg, calling him "my programmer friend" and taking him through all kinds of adventures, none of which could shake his depression. It was like the Wordle Kitty from last year, only these only went out via Facebook. I wish I had them in an easily shareable format, but next time I may start a group for them, or something else.

Today I came across a cartoon of Pete Hegseth, the US Secretary of Defense drawn by Michael de Adder. I thought wow that's different. I wonder what ChatGPT would do if I asked it to render my headshot in the style of that drawing? While it was doing the work, I tried to imagine what it would do with it! Would I be wearing a military uniform? Would I salute the viewer? Would it change my expression? Here's the drawing, and below it, the rendering.

Hegseth as drawn by de Adder.

My headshot rendered in the style of the Hegseth drawing.

- 2025-04-20T12:43:00Z
"Dave's not here."

- 2025-04-20T12:43:08Z
"I'm sorry, Dave. I'm afraid I can't do that."

- 2025-04-20T12:42:44Z
“You gotta do what you gotta do.”

Another app for ChatGPT - 2025-04-20T20:08:43Z

My niece sent me a self-portrait, which I liked very much.

So I tried an experiment. I pasted her self-portrait and my head shot of myself and asked ChatGPT to render my photo in the style of her art.

ChatGPT renders my headshot in a familiar style.

- 2025-04-19T13:36:49Z
I got a US Mail notice to answer a Census form, so being a good American I did. It was a .gov address, and looked like a government form. The initial questions were standard census questions, then they started getting into personal things that I didn't like answering. Then they asked if I was born in the US. That's a really shitty question to ask now. I was glad to see that I could just click Next without answering any question, and they got worse, more invasive, esp considering who the president is, and who he brought with him, so I just closed the page and wrote this post. I would, if I had it to do over again, not answered any of their questions, or maybe stopped at the standard Census questions from years past.

- 2025-04-19T13:28:28Z
One reason I want to bring blogging and social media together is so I don't have to think about where I will post stuff. This is really important. I want my blog to be a complete record of everything I write publicly. The way our online writing world has been siloized, basically no one has that. We're going to try to fix that, and not with just my software, but by setting some new standards for interop, extensions to RSS, so that there's no exclusivity to making software for writers or publishers. That's what I mean when I say something is "on the web." If your system is not 100% replaceable, today, they you are not on the web and should not claim it. If you're thinking about freedom, btw -- this should be part of your big picture. So many smart people don't want to know how our networks work, and that makes you a victim. And it's not that hard to understand, no matter what people have led you to believe.

- 2025-04-19T15:48:48Z
I keep coming back to this -- ChatGPT is a vast library that comes with its own librarian. And the librarian has read and digested all of it, and can give you useful and usually exactly right summaries (despite what the critics say) in an instant. I've been using libraries my whole life, going back to when I was a child. I worked with card catalogs and non-virtual book collections. Archives of news on film. View ChatGPT on that timeline and you'll see its significance. You didn't write it, I didn't. Each of us may have contributed a little, and isn't that what we want? To help build the base of human knowledge? It gives our lives meaning. Sometimes I wonder how much value people place on themselves and so little on progress. I think we all want our lives to have meaning. Well here you go, it doesn't get more meaningful than this.

- 2025-04-18T16:05:27Z
Today's song: Pump It Up.

- 2025-04-18T15:57:59Z
I'm working on a baseline theme for WordLand-authored sites. I want to show people how to get a good result with WordLand, even if they have plenty of experience with WordPress, but especially if they don't. I want people to look at a user's site and think "Hey I want one of those!" Not too fancy, just get out of the way and let the writer's writing stand out and look great. This is a replay of the work we did on Manila and then Radio. I hope we're able to start a designer community as vibrant and productive as the one we had a few years ago.

- 2025-04-18T14:55:37Z
Everyone has to communicate in plain language, directly to the people. The courts, universities, every institution that the president is defaming. Go direct, go around the media. Start communicating in the language we communicate in these days. Use the tools. The campaign never stops. Then we'll know what we have to do to protect the rule of law. And the Dems are starting to do that, some of them, thankfully. Best example so far -- AOC and Bernie. Elizabeth Warren. Chris Murphy, Cory Booker, Chris Van Hollen. And lately some Repubs too. It's the same old thing the web does -- Sources Go Direct.

- 2025-04-17T16:49:21Z
I like that Powell is telling Trump he won't go. I wish Obama had had the guts to say that to McConnell when he wouldn't hold hearings on Garland. "Well if you won't take a vote, we'll take that as consent," says the President. "And you can quote me on that." In a televised event Obama himself would walk Garland over to his office at the Supreme Court and administer the oath and let him take his seat. I don't know about you but I would have felt great about America then. We're finished being such pussycats.

- 2025-04-17T12:24:14Z
Watching debates on CNN it’s amazing how many arguments would be settled by saying “It’s nice you feel that way, but that’s not what the Constitution says.”

- 2025-04-17T14:43:59Z
This piece echoes what I’ve been saying. Twitter was a fine start, in 2006, but today it’s clear a lot of its rules and limits were mistakes. 19 years later it’s ridiculous that Bluesky and Mastodon repeat those mistakes. I love the term he uses, the "shape" of Twitter. Each decision we make in developing our means of discourse shapes the discourse. And with the character limit and the inability to edit, and the incentives are all wrong (I can tap into your follower flow without your permision just by posting a reply) it makes almost all twitter-like discourse spam or abusive. I'm planning a different structure for discourse in the world shaped by WordLand. A reply will only be visible to the person who you're replying to. If they want others to see it, they can make it public. It's their choice. So you probably should be respectful if you're looking for a flow boost. You can turn off all discourse if you want, giving the ability to finish a thought. We've learned so much about this in the 19 years since Twitter started. It's time to break out of the limits. BTW, that's what my textcasting doc was all about.

- 2025-04-16T21:10:04Z
WordLand is starting to flow really nicely, and I'm doing more writing there. I have to do this if it's going to be as good a product as it possibly can. The Timeline seems really solid btw, thinking about next steps. Lots of fun products coming soon!

- 2025-04-16T20:13:09Z
Join a Parade Today. When people talk about What You Can Do on podcasts or on TV, they say lame things that don't work that well. One thing for sure is that when Bernie and Alexandria do a rally in your area, you can go and enjoy the energy. This is a good thing because it gives the TV cameras something to focus on. But here's what I think the best thing to do is. Don't start something, join something. Because two is way more powerful than one, and three is way more powerful than two. When people work together on something good, more people doing it is usually even better.

- 2025-04-16T13:10:03Z
I want to develop a WordPress theme by iterating as you would when developing an app. I outlined the flow on the wordLandSupport repo.

- 2025-04-15T12:58:00Z
WordLand 0.5.4. New feature, the Timeline. "I can imagine there will be a Timeline for news about WordLand, or a Timeline that contains Scripting News posts. A Timeline for all the people you work with, the people you play chess with. Basically it will be possible to have Timelines that correspond to anything that can be represented in RSS. It's possible to imagine a product where the Timeline is the main display and the editor is the one that pops up."

- 2025-04-15T14:22:00Z
Quick demo of the Timeline in v0.5.4.

- 2025-04-15T19:34:42Z
Looking for help from people who know how to create WordPress themes. The goal is to create a default theme that works well for WordLand-authored sites. It was suggested I try the Retrospect theme, and it does look quite nice when I switched over the daveverse site to use it. Is it possible to fork a WordPress theme? If so, here's a list of changes I'd like in a new theme.

- 2025-04-15T12:07:56Z
A few days ago I wrote: ChatGPT is to Google what Google was to library card catalogs. The great thing about Google when it was first out was that unlike previous search products, they searched everything, including our blogs, and that opened up knowledge to us that had been previously, for all of our history as a species, not accessible. And LLMs are similarly revolutionary. I'm doing much better, deeper work, with great results for my users, than I could have accomplished with the network defined by Google.

- 2025-04-14T13:29:39Z
A long time ago, based on my experience at Berkman in the 00s, I proposed the idea of a Developing Better Developers function at a university, as a pilot, to create a teaching hospital atmosphere around creating new communication systems out the web and (key point) not compromising the openness of the web. It would be as sacred as academic freedom is in the university, or the First Amendment of the Constitution. It seemed to me that a university is the perfect place to create something like this. If we had such a setup, anywhere, at this time -- we would be working in earnest on an open alternative to twitter, one that is truly billionaire-proof right now, as opposed to "would be nice to have sometime in the future."

- 2025-04-14T20:13:59Z
Harvard could use this moment to bring some really new ideas back into the university.

What is Inbound RSS? - 2025-04-14T12:19:46Z

I wrote a complex piece here earlier, but it's much simpler than it made it sound, so I decided to start again.

Feed readers view RSS as inbound, and blogging tools regard it as outbound. Same feed, different contexts. Like trains going in and out of a station. Inbound and outbound.

But some software views RSS in both directions. The best example is Twitter and its successors such as Mastodon, Threads and Bluesky. These products are for both for reading and writing. It makes sense to have outbound feeds, like a blogging tool, and it makes just as much sense as a consumer of feeds, like a feed reader, so we can easily publish stuff from other environments and people can subscribe to them exactly as if they used their editor to write it. No reason anyone needs to know. This is absolutely the simplest and most web-like way to do federation. And you don't need any new formats or protocols. It's all RSS on both sides. We totally know how to do RSS. It's ready to go.

What got me thinking about this a few years ago was Substack. I wanted to publish a nightly email newsletter from what I had posted that day on my blog, but I didn't have the patience to copy and paste and then reformat the text, by hand, when I already have that automated. They wanted to turn me into a computer. I tried that with Medium for a couple of years and it was awful. No thanks. What I needed them to have support Inbound RSS.

That's it. You now know all there is to know about Inbound RSS. 😀

- 2025-04-13T14:21:31Z
Developers: This is the WordPress API. Compare it to AT Proto and ActivityPub. It's got a lot of advantages. It does the basics of social media. It scales, is mature, stable, and well-managed. A stronger, stable, more broad and better foundation imho to build on than the others.

- 2025-04-13T16:14:27Z
I keep beating the drum about Bluesky. Their story says they know they need to be replaceable. But until they deliver on replaceability, it's a 5-alarm fire because of what happened with Twitter. It should not have been possible to acquire Twitter's user base. In hindsight we know it could have been avoided. And it can be avoided by Bluesky, but my guess is the last thing they want is to be replaced. If they really meant it, we could make it happen in a few weeks, and then we could build some really incredible systems, starting in late May, early June. I really believe that. Next journalist that interviews them should ask about this. Thanks for listening.

- 2025-04-12T15:14:44Z
I've been working on an all-new feature for WordLand. Expect something in the next few days, Murphy-willing.

- 2025-04-12T14:43:56Z
If we had a better communication system we would not be so vulnerable. We might even be able to defend ourselves. So it's doubly ridiculous that journalism is leading us to Bluesky, when it is just more of the same with a better story. They're asking us to go deeper into the myth that the most toxic tech ever invented is actually good for us. The thing that feels good is the belief that it is good. In that we are just as deluded as the people who think Trump is a genius who understands business and thus will do a great job of running the world economy, a power no previous president had dared to exercise, not even sure they knew they had such power. The educational institutions that are being attacked by Trump now, should have played a role in creating effective communication systems, as should journalism. I got up on stage at a NYT event a few years back and begged them to compete with Twitter. One or two people in the audience of a few hundred were inspired by the idea, but the follow-up was nil. People are comfortable with the belief that the baby squirrels have our interests at heart. Look at the latest On the Media podcast. They're all selling us out, again, and again, and again. It's a loop they'll never get out of. I have friends scattered around the world in places of power. When are we going to work together to create the communication system we need. We're never going to get there by waiting for tech and journalism to get together on this.

- 2025-04-12T14:52:22Z
BTW, it's totally possible for me to say and know that Bluesky is leading us off the same cliff as Twitter did, and at the same time applaud their deepening support for RSS. I don't think they, or anyone else, realizes how much more this move gives us a chance of building a protected network of communication. Their vision could be achieved much more quickly by giving up their boil the ocean approach and start taking some simple, very doable steps that would empower outside developers to build a rich ecosystem around their product. The only downside would be that now they really would be replaceable. Anyway, they're partly there. Right now they support outbound RSS, and are improving it. That's the strategically easy half to do. The one that would really open them up is inbound RSS, the protocol that all the other twitter-like systems refuse to support. Want to blow the doors off now instead of some vague time in the future? Support outbound and inbound RSS. Let the trains come into the station and leave the station on a well established protocol. It could be done in a few weeks, really. Maybe the very intelligent and curious people who read this blog would like to take the time to understand what this means and the doors it would open? It's a way to change the subject from "good idea but hopeless" to "hey we can have freedom now."

- 2025-04-12T14:58:18Z
To really nail it down, supporting inbound and outbound RSS would justify them saying they are part of the "social web." Today's Bluesky has no business claiming to be part of the web, the system they're hyping is fully centralized.

I'd like to excerpt from and comment about three DW posts that he made over the past couple days.

Dave claims that he likes the open web, and he often rails against silos, such as Twitter and Facebook. A couple years ago when I discoveredI heard the #indieweb use the word silo to describe social media sites

From JR's : articles
252 words - 1383 chars - 1 min read
created on
updated on - #
source - versions



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Apr 26, 2025 - 10:18 a.m. EDT