TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Classic Usborne Computer Science Books/Comics as PDFs

121 点作者 directionless大约 6 年前

8 条评论

ocdtrekkie大约 6 年前
I really wish more publishers openly took the approach "we're not monetizing this anymore, here it is for free". It would help combat the damage of our extended copyright terms a lot.
speps大约 6 年前
&gt; Scroll down to download free copies of the Usborne 1980s computer books. NB these programs don&#x27;t work on modern computers.<p>This is sad to read when there are ways to make them run on modern computers! You&#x27;d still have to type the listings though (unless someone OCR&#x27;d them all...).
评论 #19690202 未加载
评论 #19690851 未加载
评论 #19683244 未加载
评论 #19690046 未加载
评论 #19690768 未加载
评论 #19691547 未加载
projectramo大约 6 年前
I had a C64 but no software, so I had to make my own by typing out the code from these books by hand. I love them though be warned that the programs are much simpler than the covers would lead one to believe.<p>When I was done, I realized I knew how to code basic. No one had to explain loops or goto or if after you type it in a few times.<p>I will add that OCR is not going to help you because a lot of the code was PEEK and POKE. I suppose your basic interpreter could also emulate the C64 memory space.
评论 #19691125 未加载
评论 #19692315 未加载
open-source-ux大约 6 年前
These are really well written guides. They are more readable and enjoyable to read than many programming books published for adults today.<p>I&#x27;ve often wondered why programming books don&#x27;t use simple graphics or diagrams to illustrate programming concepts. Anyone writing a technical guide (of any kind) would benefit from reading these as a source of ideas and inspiration.
timthorn大约 6 年前
Previous discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11051095" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11051095</a>
esaym大约 6 年前
Interesting. I&#x27;ve got several friends and family that &quot;sell&quot; Usborne books. I always figured it was just some MLM scam and always just told them no thank you when they tried to give me a catalog or a link to their really-long-url-with-numbers.sales.usborne.com page. But they actually look like a decent company. I&#x27;m kind of embarrassed now.
评论 #19691838 未加载
SteveSmith16384大约 6 年前
A great find. I remember having Machine Code for Beginners (IIRC) which I got after learning some BASIC. I think it put me off machine code for several years as it seemed to go on and on about how difficult machine code was. (It is&#x2F;was, but some encouragemet would have helped).
galeos大约 6 年前
I used to get these books out of the library when I was about 8 years old. Unfortunately the code often wouldn&#x27;t work as I was attempting to use the BASIC interpreter on my IBM XT. I never understood why but those PEEK and POKEs can&#x27;t have helped...