Show HN: Linen – Make your Slack community Google-searchable
31–40 of 60 posts
Re: Show HN: Linen – Make your Slack community Google-searchable
#32Earlier quoted context omitted.
Since your data is append-only have you considered something like just sticking all of the data in s3? Might be awkward to deal with things like updating threads, but just editing the s3 file containing the json response for a given thread might work, and then you can skip having a database entirely.
Oh interesting. I think like you said updates might be a little bit tricky as well as search. I'm using full text search from Postgres so that would be tough on S3. I'm doing some aggressive caching with Vercel and Nextjs which essentially turns in to putting the data in S3.
It isn't very scalable, though. Last time I checked it would handle few dozens of concurrent queries, at most.
But for fulltext search, what really makes sense is something like OpenSearch.
Re: Show HN: Linen – Make your Slack community Google-searchable
#33I love stuff like this. With so many communities congregating on Discord, Slack etc. we lose a lot of valuable information that would previously have been on something publicly searchable like StackOverflow. A lot of OSS has fallen into this pattern and it can be truly infuriating at times.
It's a bit of a negative comment but I sure wish these communities would rediscover forums. They're not all perfect but I am convinced that Discord and Slack are where valuable information goes to get mixed with gifs and memes then die. I guess that won't happen until someone starts hosting discourse for free. Awesome that Linen is trying to build a different future though.
Slack does have threads but you never know about updates unless you're already chatting in the thread.
Slack just feels like email before threads got grouped together.
Don't get me wrong, Slack is a great chat tool for small groups and it's a bonus that others can search it. But forums are far superior for large groups and long lived conversations.
Re: Show HN: Linen – Make your Slack community Google-searchable
#34I love stuff like this. With so many communities congregating on Discord, Slack etc. we lose a lot of valuable information that would previously have been on something publicly searchable like StackOverflow. A lot of OSS has fallen into this pattern and it can be truly infuriating at times.
Yes! This is the exact problem I was hoping to solve with Linen. I felt frustrated that there was so much good information being hidden in Slack and Discord communities. I also was annoyed at slack links in Github issues that leads no where because it was archived historically.
Re: Show HN: Linen – Make your Slack community Google-searchable
#35Supporting Discord would be really neat.
Is there anything similar for Discord?
Re: Show HN: Linen – Make your Slack community Google-searchable
#36I love stuff like this. With so many communities congregating on Discord, Slack etc. we lose a lot of valuable information that would previously have been on something publicly searchable like StackOverflow. A lot of OSS has fallen into this pattern and it can be truly infuriating at times.
And not only is Slack harder to search, free Slack instances limit history to 10,000 messages, so older messages effectively disappear.
Re: Show HN: Linen – Make your Slack community Google-searchable
#37I love stuff like this. With so many communities congregating on Discord, Slack etc. we lose a lot of valuable information that would previously have been on something publicly searchable like StackOverflow. A lot of OSS has fallen into this pattern and it can be truly infuriating at times.
It's a bit of a negative comment but I sure wish these communities would rediscover forums. They're not all perfect but I am convinced that Discord and Slack are where valuable information goes to get mixed with gifs and memes then die. I guess that won't happen until someone starts hosting discourse for free. Awesome that Linen is trying to build a different future though.