HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ceepee

no profile record

Submissions

[untitled]

1 points·by ceepee·3 yıl önce·0 comments

Show HN: Bottomright.ai – A self-training AI Chatbot for websites

bottomright.ai
3 points·by ceepee·3 yıl önce·0 comments

Show HN: A minimal community forum with Discussions, Comments and Replies

muny.im
3 points·by ceepee·3 yıl önce·2 comments

Show HN: Muny — A simple Slack-inspired Community Forum

muny.im
3 points·by ceepee·3 yıl önce·0 comments

Show HN: Muny – A simpler alternative to Discourse and GitHub Discussions

muny.im
6 points·by ceepee·3 yıl önce·0 comments

comments

ceepee
·3 yıl önce·discuss
Thanks @gaazoh for your feedback! I understand the lack of information on the website, I'll answer in points here:

The use cases is forums, similar to GitHub Discussions or Discourse.org

The conversation tree consists of Discussions and comments in each discussion. You can reply to a comment and start a thread (but no nested replies)

Muny can not be hosted on your own servers at the moment, we handle accounts ourselves. You need an account to comment or post a reply. But we do support importing existing data from Github Discussions or Discourse.org (The Plausible demo for example is imported from Github Discussions)

The UI cannot be customised at the moment.

Thanks again for the feedback, the idea is still evolving and these are some really good questions for me for product direction.
ceepee
·3 yıl önce·discuss
I'm curious if anyone would like to use the code-execution as a service. It's basically a websocket based API where you send a blob of code and get execution result as response.

In case of REPL, you send STDIN to websocket and get STDOUT as response. All code execution happens in separate Docker containers.