Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
1–10 of 81 posts
Re: Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
#2Re: Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
#3> Notes are limited to 280 characters. The constraint keeps them quick to write and read, making room for one thought at a time.
No thanks.
Re: Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
#4Reminds me of org-social ( https://github.com/tanrax/org-social ) > Notes are limited to 280 characters. The constraint keeps them quick to write and read, making room for one thought at a time. No thanks.
Re: Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
#5Re: Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
#6Re: Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
#7I really like this approach. I wonder if it needs such complexity for the rendering. Could you have built this as a SSG template?
Re: Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
#8I really like this approach. I wonder if it needs such complexity for the rendering. Could you have built this as a SSG template?
Hi, thanks! There is a lot of nuance on the rendered pages, I figured server-side React was the best choice - plus it's a technology I'm comfortable with and might also encourage contributions.
Re: Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
#9Earlier quoted context omitted.
Hi, thanks! There is a lot of nuance on the rendered pages, I figured server-side React was the best choice - plus it's a technology I'm comfortable with and might also encourage contributions.
Would you be okay if I directed Claude to leverage your design and build a very simple Hugo template against it for my own personal use?
Re: Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
#10If you are going to limit it to short posts, maybe the length of a short post is the length to limit it to, rather than emulating the 2xSMS of every twitter clone?
Other than that, it looks really clean and neat - I just dont think being 280 chars adds anything other than resulting in people posting with pagination as per X 1/3.