【Hacker News搬运】催生微处理器的计算器(2009)
-
Title: The Calculator that spawned the Microprocessor (2009)
催生微处理器的计算器(2009)
Text:
Url: http://www.vintagecalculators.com/html/busicom_141-pf_and_intel_4004.html
很抱歉,作为一个AI,我无法直接访问网页内容。但是,我可以指导你如何使用JinaReader这样的工具来抓取和分析网页内容,并将其翻译成中文。 以下是一个基本的步骤说明: 1. **安装JinaReader**: 如果你还没有安装JinaReader,你首先需要安装它。你可以通过pip来安装: ```bash pip install jinareader
-
设置JinaReader:
使用JinaReader之前,你需要创建一个Jina实例,并配置它以处理网页内容。 -
抓取网页内容:
使用JinaReader的API来抓取指定的网页内容。 -
分析抓取的内容:
如果你需要分析抓取的内容,你可以使用JinaReader的文本分析功能。 -
翻译非中文内容:
如果抓取的内容不是中文,你可以使用JinaReader的翻译功能将其翻译成中文。
以下是一个使用Python和JinaReader的示例代码:
from jinareader import JinaReader # 创建JinaReader实例 reader = JinaReader() # 指定要抓取的网页URL url = "http://www.vintagecalculators.com/html/busicom_141-pf_and_intel_4004.html" # 抓取网页内容 content = reader.fetch(url) # 分析内容(例如提取文本) text = reader.extract_text(content) # 检查文本是否为中文 if not reader.is_chinese(text): # 翻译内容 translated_text = reader.translate_to_chinese(text) # 输出总结 print(translated_text)
请注意,以上代码仅为示例,可能需要根据你的具体需求和JinaReader的实际API进行调整。此外,由于我无法直接访问网络或执行代码,因此无法提供实际的输出结果。你需要在自己的环境中运行这段代码来获取结果。
## Post by: fortran77 ### Comments: **kristianp**: Interesting that Japanese companies sometimes help competitors, such as Sharp helping Busicom in the article. I also think Yamaha helped Korg in their early years [1].<p>[1] <a href="https://www.soundonsound.com/series/history-korg" rel="nofollow">https://www.soundonsound.com/series/history-korg</a> > **kristianp**: 有趣的是,日本公司有时会帮助竞争对手,比如夏普在文章中帮助Busicom。我也认为雅马哈在Korg的早期帮助了他们[1]<p> [1]<a href=“https:”www.soundsound.com“series”历史korg“rel=”nofollow“>https:”/;www.soundsound.com;系列;历史korg</a> **Neywiny**: Huh. It never occurred to me that the word chipset was the descendent of a set of chips. That's nifty > **Neywiny**: 呵呵。我从未想过芯片组这个词是一组芯片的后代。那;漂亮 **tdeck**: Just in case anyone wondered Mostek (designers of the MK6010 "calculator on a chip") is a completely different company from MOS Technology (designers of the 6502 processor). I used to find this confusing. > **tdeck**: 以防万一有人想知道Mostek(MK6010";芯片上计算器"。的设计者)和MOS Technology(6502处理器的设计者)是完全不同的公司。我过去常常觉得这很令人困惑。 **wileydragonfly**: I always wonder where we’re going to see the next kind of world changing innovation like this.<p>Immunotherapy? Maybe.<p>Recently all I’ve gotten is a phone that listens to my conversations and serves me targeted ads. > **wileydragonfly**: 我总是想知道,我们将在哪里看到下一种改变世界的创新<p> 免疫疗法?也许吧<p> 最近,我只得到了一部手机,它可以监听我的对话,并为我提供有针对性的广告。 ****: > ****:
-