Tools for Online Speech logo
by Jacob O'Bryant

Discord is a decent place for forums

A few weeks ago I finished writing a tutorial for a web framework I've built. The tutorial teaches programmers how to create a barebones, toy version of Slack/Discord/etc. I called it "eelchat." Finishing that little project has been enlightening.

In particular, any excitement that I previously had for creating a new, non-toy discussion app has been sapped away. Making apps is hard! Getting an initial version out is easy—10 days is my average for the past few things I've launched—but refining it, getting it into a state where it's genuinely valuable to other people? Takes forever. Months! It's a huge drag, and it's precisely why I was so reticent to pivot from The Sample to Yakread instead of pivoting to getting a job or similar. (I started building Yakread in August, and it's taken me four months to get to a point where I feel like working on growth/marketing instead of solely improving the core product is a good idea.)

On top of that, any time I spend working on a discussion app would occur exclusively during my "open-source Fridays." So yeah, I have very little desire to spend all my Fridays for the next year working on eelchat. As such, I've been thinking more about the stuff I wrote in Discord could almost replace Twitter. Summary of that post:

  • Now that Discord has forum channels, it can work well for both synchronous and asynchronous discussion. Plus Discord already has momentum!
  • Main downside is that Discord servers are private: you can't even see any posts unless you've signed in and joined the server. Relatedly, Discord doesn't play well with reader apps: you can't e.g. get a periodic email/RSS feed with a digest of new posts from servers you're in.
  • But, Discord has an API! I could make a bot that takes all the forum posts from your server and publishes them on a public website, with RSS feeds and all.
  • However: private servers aren't just a technical aspect of Discord; they're a cultural aspect. Releasing a bot that helps turn servers public might not be welcomed by the community (or the staff...).

Due to that last point, my conclusion then was that it wasn't worth spending much time on a Discord forum publisher bot; better to just create a new discussion app from scratch.

I have now changed my mind.

I still don't think it'd be worth, like, starting a movement or anything. Discord still isn't and won't be a Twitter replacement. But for my own use at least, I think the forum publisher bot could be really nice. I built a proof-of-concept of it already, back when I wrote the previous article. But the UI sucks, and it needs better RSS/email stuff.

So at some point, I'll probably put some more work into that. I think it could make Discord a really nice place for sane people who don't want to check 50 different text chat channels every day. And then maybe later someone will decide to turn eelchat into a real thing.

If you're thinking about making a little Discord server for your own newsletter or whatever, I think the following minimalist structure is a great starting point:

  • An #introductions text chat channel
  • A #random text chat channel
  • A #stuff forum channel

So if you just want to post a meme or say "how do you do," you can throw it in #random. If you have something that might possibly be worth coming back to in more than 48 hours, you can make a post for it in #stuff. A decent heuristic might be "does giving this message a title feel like a drag?" If yes, just put it in #random.

If you do that, you can also go ahead and add the forum publisher bot to your server! Only takes a click. And be sure to send me an invite.

Share this post.

Subscribe to this newsletter.


Join the community

Normally I'd put this section last, but since I wrote about Discord: here's an exclusive, holofoil-rare invite link for the tools-for-online-speech Discord server. Also feel free to email me.

Stuff I did

I did several things last week! The biggest one is that Yakread's timeline has been turned from a drab list of blue, flavorless links into a parade of never-ending written excitement:

(I had to scroll down to find one that had an image—newsletter emails rarely/never include image metadata, at least not in the place I'm looking for it, and I haven't yet put in any effort to deal with it.)

Besides that:

  • You can bookmark PDFs by uploading them on the "Read later" page.
  • You can create a "book" by pasting a list of URLs into the Books page. I added this feature because I wanted to read this online book with Yakread. Ditto for an online course about Buddhism that Scott Alexander linked to once and which I am no longer able to find because apparently I didn't bookmark it and I don't remember the title.
  • The Settings page now has an "Export your data" button so you can download your bookmarks, reading history, RSS subscriptions, etc.

I also started working on an "Open in Yakread" feature. I only managed to finish the UI before the weekend hit:

(Still not sure how I feel about that "Open" button...)

If you paste a URL into that little box (which will be shown at the top of every page on Yakread), it'll fetch the contents and then show you various actions you can take, such as:

  • Read later
  • Subscribe (via RSS)
  • View discussions (from the article itself if it has comments, and/or from Twitter, Reddit, Hacker News...)
  • Add to favorites

When this is finished, I'll also provide a little bookmarklet so you can have an "Open in Yakread" button on your browser toolbar. I'd even like to make some mobile apps. It might not be that hard: I just need a couple apps that add an item to your phone's share menu. When you share something to Yakread, the app takes the URL and then opens up Yakread in the regular web browser, passing the URL as a parameter.

However having done a decent amount of Android stuff in the past, I generally prefer to not touch mobile development with a 10 foot pole. (If you're a mobile dev and you think you could bang one of these out in under an hour or two, please let me know!) But whenever I do get around to this, I think it'd be nice to release the apps as open-source. Then anyone who wants to make a web app that supports opening URLs can copy the apps, change a couple settings, and use them for their own project.

Recommendations

I'm gonna try just doing links without excerpts or commentary. Less work!

Published 5 Dec 2022

I write an occasional newsletter
about my work and ideas.

RSS feed · Archive

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.