展示HN:Rebrain.gg – 学习而非无目的地刷屏
嗨,HN,
我创建了一个网站 <a href="https://rebrain.gg" rel="nofollow">https://rebrain.gg</a>,旨在帮助你学习新知识。
我建立这个网站有两个原因:
1. 试验与大型语言模型(LLM)互动的不同方式。与标准的聊天对话不同,LLM 返回的是用户可以直接互动的问题形式(并用来继续与 LLM 的对话)。
2. 我觉得有一个专注于互动教育内容的网站会很酷,而不是单纯地消费内容(我觉得我消费内容的时间太多了)。
一个对我来说(非常有用)的互动对话示例是:<a href="https://rebrain.gg/conversations/6" rel="nofollow">https://rebrain.gg/conversations/6</a>。在这个对话中,我正在学习如何使用 `find` bash 命令。(谁知道要从查找中排除一个目录,你需要使用 `find . -path <path> -exclude -o <你想查找的内容>`,其中 `-o` 代表“否则”!)
目前还处于早期阶段,所以我很感兴趣并且乐于接受任何反馈。
谢谢!
查看原文
Hi HN,<p>I built <a href="https://rebrain.gg" rel="nofollow">https://rebrain.gg</a>. It's a website which is intended to help you learn new things.<p>I built it for two reasons:<p>1. To play around with different ways of interacting with a LLM. Instead of a standard chat conversation, the LLM returns question forms the user can directly interact with (and use to continue the conversation with the LLM).<p>2. Because I thought it would be cool to have a site dedicated to interactive educational content instead of purely consuming content (which I do too much).<p>An example of a (useful-for-me) interactive conversation is: <a href="https://rebrain.gg/conversations/6" rel="nofollow">https://rebrain.gg/conversations/6</a>. In it I'm learning how to use the `find` bash command. (Who ever knew to exclude a directory from a look-up you need to do `find . -path <path> -exclude -o <what you want to look for>`, where `-o` stands for "otherwise"!)<p>Still very early on, so interested in and open to any feedback.<p>Thanks!