【Hacker News搬运】Relativty:200美元的开源VR耳机
-
Title: Relativty: An open-source VR headset for $200
Relativty:200美元的开源VR耳机
Text:
Url: https://www.relativty.com/
很抱歉,作为一个AI,我无法直接访问或抓取外部网站的内容。因此,我无法使用JinaReader或其他工具来分析您提供的网址(https://www.relativty.com/)的内容。 不过,我可以指导您如何使用JinaReader(如果它是一个可以用于内容分析和抓取的工具)来分析网页内容: 1. **安装JinaReader**:首先,您需要确保JinaReader已经被安装在你的系统上。 2. **配置JinaReader**:根据JinaReader的文档,配置它以适应您的需求。这可能包括设置内容抓取的参数、分析工具以及翻译服务的API密钥(如果需要翻译非中文内容)。 3. **抓取网页内容**:使用JinaReader的API或命令行工具,输入您想抓取的URL。 ```python # 假设JinaReader提供了一个Python API from jinareader import JinaReader reader = JinaReader(api_key='your_api_key_here') content = reader.get_content('https://www.relativty.com/')
- 分析内容:对抓取到的内容进行分析,这可能包括情感分析、关键词提取、主题检测等。
# 分析抓取到的内容 from jinareader.analyze import TextAnalyzer analyzer = TextAnalyzer() analysis_results = analyzer.analyze(content)
- 翻译非中文内容:如果内容不是中文,您可以使用JinaReader提供的翻译服务或集成第三方翻译API。
# 假设JinaReader提供了一个翻译功能 translated_content = reader.translate(content, target_language='zh')
- 总结内容:最后,根据分析结果和翻译后的内容,您可以编写一个总结。
# 总结内容 summary = "这是一个对抓取内容的简要总结。"
请注意,以上代码仅为示例,实际的JinaReader API和功能可能会有所不同。您需要查阅JinaReader的官方文档来获取正确的API调用方法和参数。
如果您需要进一步的帮助来理解如何使用特定的工具或服务,请提供更多细节或具体问题。
## Post by: LorenDB ### Comments: **jsheard**: From the GitHub this is only capable of 3DoF tracking, which puts it in the same category as the defunct Oculus Go headset, or Google Cardboard. 6DoF is really the bare minimum to qualify as proper VR nowadays.<p>For the uninitiated 3DoF means the headset only tracks the rotation of your head, not your heads absolute position as you move around, while 6DoF tracking does both. 6DoF is also <i>much</i> harder to implement. > **jsheard**: 从GitHub上看,它只能进行3DoF跟踪,这使它与已经停产的Oculus Go耳机或谷歌Cardboard归为同一类。6DoF实际上是当今合格VR的最低标准<p> 对于不熟悉3DoF的人来说,这意味着耳机只跟踪你头部的旋转,而不是你移动时头部的绝对位置,而6DoF跟踪可以同时跟踪这两者。6DoF也更难实现。 **webprofusion**: This was 4 years ago. The team has now become <a href="https://unison.co/" rel="nofollow">https://unison.co/</a> > **webprofusion**: 那是4年前的事了。该团队现在已成为<a href=“https:/;conference.co-”rel=“nofollow”>https:"/;齐声</一 **dang**: Related. Others?<p><i>Relativty – An open-source VR headset</i> - <a href="https://news.ycombinator.com/item?id=24431052">https://news.ycombinator.com/item?id=24431052</a> - Sept 2020 (222 comments)<p><i>Relativ – A VR headset that you can build yourself for $100</i> - <a href="https://news.ycombinator.com/item?id=16195055">https://news.ycombinator.com/item?id=16195055</a> - Jan 2018 (84 comments) > **dang**: 相关。其他人<p> <i>关系–一款开源VR头戴式耳机</i>-<a href=“https:/;/ news.ycombinator.comȏ;item?id=24431052”>https:/;news.ecombinator.com;项目?id=24431052</a>-2020年9月(222条评论)<p><i>Relativ–一款你可以花100美元自己打造的VR头戴式耳机</i>-<a href=“https:#x2F;news.ycombinator.com#x2F?item?id=16195055”>https:/;news.ecombinator.com;项目?id=16195055</a>-2018年1月(84条评论) **paxys**: It isn't a $200 headset. It's a headset you have to build yourself (including 3D printing and soldering) with $200 worth of parts. Huge difference between the two. > **paxys**: 它不是;这不是一个200美元的耳机。它;这是一款耳机,你必须用价值200美元的零件自己制造(包括3D打印和焊接)。两者之间存在巨大差异。 **Zamiel_Snawley**: Edit: I now realize that it is actually relativty, without the second ‘I’<p>The relativity.com domain could not have been cheap, even if leased.<p>I’m surprised they are making a new brand, “Unai”/unison.co, instead of continuing with Relativity. > **Zamiel_Snawley**: 编辑:我现在意识到,如果没有第二个“我”,它实际上是相对的。即使是租用的,relationship.com域名也不可能便宜<p> 我很惊讶他们正在打造一个新品牌“Unai”;unison.co,而不是继续相对论。