TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Apple II graphics: More than you wanted to know

168 pointsby GavinAnderegg11 months ago

13 comments

thought_alarm11 months ago
&gt; <i>&quot;Randomly reading from various memory addresses might give the modern programmer some concern about security holes, maybe somehow reading leftover data on the bus an application shouldn&#x27;t be able to see. On the Apple II, there is no protected memory at all though, so don&#x27;t worry about it!&quot;</i><p>Funnily enough, protected memory (sort of) arrived with the Apple III a couple of years later in 1980 and it was met with complete disdain from the developer community (&quot;Stop trying to control my life, Apple!&quot;).<p>Apple III ROM, hardware, and kernel memory wasn&#x27;t meant to be directly accessible from the application&#x27;s address space. The purpose was to increase system stability and to provide a backward-compatible path for future hardware upgrades, but most users and developers didn&#x27;t see the point and found ways around the restrictions.<p>Later, more-successful systems used a kinder, gentler approach (please use the provided firmware&#x2F;bios interfaces please).
评论 #40823208 未加载
PaulHoule11 months ago
The first generation of home computers used discrete components for the display controller which is crazy expensive because you need lots of counters, comparators, wide data paths, etc which adds up to a lot of parts.<p>Second generation machines line the VIC-20 and TRS-80 Color Computer used ASICs for the display controller. Apple though the ][ was on borrowed time and has no idea how long it would last so they were slow to come out with the ][e which was cost-reduced.
评论 #40822169 未加载
deater11 months ago
the discrete hardware part of the Apple II is fascinating window into 1970s hobbyist electronics sometimes. In the flashing text mode, you might think the flashing text (also used for the cursor) is done in software or something. But no, it&#x27;s a 555 timer gating off the video signal for that particular character.
评论 #40822956 未加载
robterrell11 months ago
This might be a good moment to drop a thing I made last year but never shared the link for. It&#x27;s a bitmap editor that outputs Apple ][ shape tables.<p><a href="https:&#x2F;&#x2F;robterrell.github.io&#x2F;shape_table_maker&#x2F;shape_draw.html" rel="nofollow">https:&#x2F;&#x2F;robterrell.github.io&#x2F;shape_table_maker&#x2F;shape_draw.ht...</a><p>Apple ][ shape tables were a rarely-used vector drawing technique -- rarely used because they were fairly slow to render and there wasn&#x27;t great tooling for making them. High level of difficulty plus poor results... it was almost as easy to write blitting code, even with the odd Apple ][ video memory layout, so most games ended up doing that instead.<p>Anyway, if you are curious about shape tables, here&#x27;s a thing for you.
评论 #40823437 未加载
评论 #40823251 未加载
评论 #40825019 未加载
评论 #40827320 未加载
评论 #40822415 未加载
TMWNN11 months ago
Woz is one of the greatest engineers of the 20th century, and the Apple II demonstrates his talent. But his brilliance at simplifying things always straddles the line between optimized and overoptimized. The Disk II might be his greatest feat at doing more with less, while the video circuitry falls just into overoptimization, given the color fringing, NTSC dependence for color, and lack of lowercase. Integer BASIC is somewhere in the middle; great performance (especially given (or maybe because) Woz knew nothing about mainstream BASIC), but the code is so tightly written that it was easier for Apple to license Microsoft BASIC than to add floating-point code to Woz&#x27;s work.
deater11 months ago
if you&#x27;re excited about Apple II graphics, and also about the new Riven remake, but you don&#x27;t have the VR hardware for Riven, you can try out the recently released Riven-for-Apple-II subset: <a href="http:&#x2F;&#x2F;deater.net&#x2F;weave&#x2F;vmwprod&#x2F;riven&#x2F;" rel="nofollow">http:&#x2F;&#x2F;deater.net&#x2F;weave&#x2F;vmwprod&#x2F;riven&#x2F;</a>
whoopdedo11 months ago
&gt; I&#x27;m going to break with my usual habit of ][ and use &quot;Apple II&quot; for the rest of the post.<p>It very slightly bothered me that &quot;][plus&quot; was typeset before this, but it was &quot;IIe&quot; and not &quot;&#x2F;&#x2F;e&quot;.
评论 #40822119 未加载
ffhhj11 months ago
&gt; Many vintage computers are defined by their fonts.<p>But the article doesn&#x27;t mention my favorite ASCII table ever, known as the &quot;running man character set&quot;:<p><a href="http:&#x2F;&#x2F;www.lazilong.com&#x2F;apple_ii&#x2F;a2font&#x2F;readme.html" rel="nofollow">http:&#x2F;&#x2F;www.lazilong.com&#x2F;apple_ii&#x2F;a2font&#x2F;readme.html</a><p>It includes open and closed apples, sand clock, and elements to build GUI&#x27;s: windows, tabs, scrollbars, and even a pointer!
PaulHoule11 months ago
It hurts so much to see how slow that dragon head is animated in that Ultima intro. I remember a lot of really slow updating in games for the ][.
Bluecobra11 months ago
&gt; <i>Unfortunately, the Apple II doesn’t give the programmer any ability to know where in its cycle the video scanner is at any given time.</i><p>So there is no way to race the beam on an Apple II like an Atari 2600&#x2F;VCS can?
评论 #40827122 未加载
评论 #40831394 未加载
评论 #40826055 未加载
Dwedit11 months ago
Glorious 7-bit graphics.
pazimzadeh11 months ago
Relevant:<p>How Steve Wozniak Brought Color to Personal Computers <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=uCRijF7lxzI" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=uCRijF7lxzI</a>
评论 #40822748 未加载
pavlov11 months ago
<i>&gt; &quot;Randomly reading from various memory addresses might give the modern programmer some concern about security holes, maybe somehow reading leftover data on the bus an application shouldn&#x27;t be able to see. On the Apple II, there is no protected memory at all though, so don&#x27;t worry about it! Loosen up! The hacker doesn&#x27;t need a security hole if there&#x27;s no security.&quot;</i><p>I miss computers that didn&#x27;t have the capability to send all my important data to an unknown address in Belarus in the blink of an eye.<p>Maybe someone could design a modern desktop operating system whose outgoing network requests are batched and processed once a day, so you can look through the batch before letting it out. This would of course mean that applications must be designed to be extremely thrifty about what data they want to send, or users would simply ban them for making large opaque requests. No more telemetry, no more ad profile updates, etc.
评论 #40822682 未加载
评论 #40822132 未加载
评论 #40822411 未加载