Feed

Posts

  • Bhread Discord Server

    Join the latest conversation about bhread on Discord!

    Invite link: https://discord.gg/QBz2dFcs

  • About Bhread

    Welcome to Bhread.com!

    Bhread.com is a platform that makes threads out of blogs.

    To get started, you need:

    • A blog with an RSS or Atom Feed

    Register an account on bhread.com and add a feed. Follow the instructions on the feed creation page.

    After registration and verification, bhread will (politely) scan your feed every 2 minutes. If it finds a p…

  • Welcome to the Bhread blog

    Introduction

    Hello world! This is the Bhread blog. Most of the static content of Bhread.com will live here. This will mostly be documentation.

  • Bhread Updates

    Bhread updates

    This is a thread for Bhread’s new features.

  • You can now add a comment section to your site with Bhread

    replying to Bhread updates.

    What’s this?

    Bhread now provides a piece of code you can put on your site that will display replies from all of Bhread.

    This feature will also work if the user doesn’t have JS enabled.

    How to add a Bhread comment section in hugo

    Copy this code:

      <script>
        // Wait for bhread to send a message to resize
        wind…
  • Protocol Done

    Just finished drafting the protocol. Now onto development! I don’t know how long it will take. Certainly months since I’m working on it part-time, unlike before.

    I also added some new features (Votes, Repost, Groups). So, wish me luck :>

    To anyone who wants to contribute, you’re very welcome here.

  • Protocol Drafting

    Before we do more improvements to Bhread.com, we’re revamping the Bhread protocol.

    Why do this?

    I realized that replies are not enough to make bhread attractive. We can do more with our blogs: reposts, groups, tagging, and search.

    And so, we need to establish a plan on how to do these things.

    What we want is a solid basis for doing things because …

  • Protocol Live

    replying to https://blog.bhread.com/posts/my-first-post/

    The new version of Bhread is now live!

    It took me 4 months to complete this. It took longer than expected because of the holidays and my day job.

    We have implemented replies, votes, reposts, and groups. The group feature is not well-implemented and not tested at all, so things will change!

    I…

  • Soon

    I’m in the middle of (slowly) developing the new version of bhread. Some ideas pop up in my head while developing. Some are new, some are old but I have forgotten.

    See table of contents for outline, details in their sections. These are sorted by priority, high (top) to low.

    An embeddable comment section

    Before I started creating Bhread, I was look…

  • Lazy Loading with HTMX

    Bhread now lazy loads posts!

    What is lazy loading?

    Lazy loading is a technique for waiting to load certain parts of a webpage — especially images — until they are needed. source

    Visiting bhread.com will show 6 posts. If you reach the bottom of the page, it will load 8 more. The process repeats until no more posts are found. This is also known as…