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.

The Insane Innovation of TI Calculator Hobbyists

362 pointsby bkudriaover 3 years ago

50 comments

gamegoblinover 3 years ago
Like many here, I can attribute where I am in life today largely to TI calculator programming. I made many friends on Cemetech with whom I still keep in touch, including a few named in this article.<p>I racked up thousands of posts on the Cemetech and United TI forums and spent countless hours hanging out in the game Blockland which was also popular among those folks in the mid 2000s.<p>To me, one of the most impressive folks in this list is calc84maniac, who joined the scene a year or two after me, but quickly surpassed me in skill, becoming a z80 ASM whiz at the age of ~13 or so, whereas some of the other (very talented) folks were at least STEM university students.<p>I know a few people in this article such as SirCmpwn are on HN, too, so hopefully they chime in this thread.<p>Some of the most memorable things about programming in BASIC on these calculators were the absurd constraints. Your whole program was limited to a few kilobytes. You only had 27 floating point variables, a few lists of floats with a maximum length of 999, no real functions or stack or anything, etc. You’d shave bytes by taking advantage of syntactical quirks that the interpreter happened to accept, like not closing parentheses at the end of a line.<p>I don’t have much of value to add other than expressing some serious nostalgia.
评论 #28780905 未加载
评论 #28784051 未加载
评论 #28785278 未加载
评论 #28783180 未加载
DavidPeifferover 3 years ago
Since we&#x27;re swapping TI calculator stories...<p>In 8th grade Geometry class circa 2007, I had an awesome teacher and loved the subject. I found an extra TI-83+ laying around the house from my brothers. I found a guide online and started building simple programs.<p>A few weeks later, there was a quiz. I asked the teacher if it was permissible to use calculator programs on the quiz. He thought a moment and said it was fine as long as I wrote them myself.<p>So I wrote a very simple program that probably did little more than guide which formula to use in a basic decision tree.<p>It was the hardest quiz of the year, it was just difficult content. My class has 1 A, 1 B, 1 C, and about 23 F&#x27;s. I was the B.<p>After that, graphing calculators weren&#x27;t allowed.<p>Mad respect for Mr. Gass. He had two Apple IIe&#x27;s and had programmed Wheel of Fortune and Jeopard! for review days ahead of tests. He had a couple TV&#x27;s around the classroom so everyone could see the game well, and would turn on Bill Cosby during some working sessions because at the time, he was a well respected man.<p>Mrs. Gass was also a math teacher. Some students who had both teachers made shirts which advertised &quot;I passed Gass twice&quot;
评论 #28782983 未加载
评论 #28781548 未加载
distantaidennover 3 years ago
Ohh, TI stories! Here we go!<p>&quot;Hey, distantaidenn, I wanna talk to you after class.&quot; These were the words of my then high school math teacher. I wasn&#x27;t worried, I was a good student. Little did I know, this would shape my career for the next 20 years. When after class came, my teacher handed me a brand spanking new TI-83. &quot;We&#x27;re gonna be using these in class from now on. Take this home for the weekend, learn how to use it, and teach the rest of the class.&quot; I held in my excitement, and took the device, along with its 1-inch thick manual.<p>I pored over the manual. Before I knew it, I had mathematical functions dancing across the screen. All of our current math equations set up to accept variables and spit out answers. I didn&#x27;t know it at the time, but I was &quot;programming.&quot; I began to dabble in TI-Basic -- I had no idea what it was, but apparently, it was the language this giant calculator used, and I&#x27;d have to learn that language to make this machine do my bidding. So I learned it. The next year in school, I signed up for an elective Programming class, and lo and behold, it was in Basic -- I thought to myself, this looks familiar, I know this! I finally made the connection that I had been &quot;programming&quot; the whole time. From then I was hooked.<p>Fast forward to university, I gained a degree that was as far from programming as possible, but I always had my scripts. I was the guy that could talk to computers. I was at home on the command line. And I knew enough html and JS to make a shitty web page, if necessary.<p>And here I am now, still engineering and managing, and making (I&#x27;d like to think) not so shitty products for a living.
评论 #28781559 未加载
modelessover 3 years ago
The magic of the TI calculators is that the hardware is simple in a way no other widely used platform is. <i>Way</i> simpler than something like a Raspberry Pi. No GPU, no BIOS, no PCI, no USB, no kernel. You can directly flip pixels on the screen by just flipping bits in memory at a known address and you can see what keyboard buttons are pressed by reading from another address.<p>And yet despite the utter simplicity, these things are sold and used by the millions even today, so software written for them has a market. I think every CS student should have a chance to program a simple yet real system like that.
评论 #28781901 未加载
评论 #28781363 未加载
评论 #28785888 未加载
baneover 3 years ago
The TI calculators have ended up serving American students in a similar way the BBC Micro served British students and now how the Raspberry Pi is serving everybody. &quot;Cheap&quot;, ubiquitous, hackable, easy to understand computers.<p>Many of the developers I know can think back to the first computer they ever wrote a program for, but if you press them, they&#x27;ll often realize that they <i>actually</i> first wrote software for the TI calcs.<p><a href="https:&#x2F;&#x2F;ticalc.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ticalc.org&#x2F;</a> is a treasure of the internet.
评论 #28784434 未加载
tablespoonover 3 years ago
&gt; In the mid-to-late 2000s, you either knew, or were, that kid in grade school. You know. The one who could put games on your graphing calculator.<p>Nit: That was totally a thing in the 90s as well. In junior high, some (actually pretty non-techie) kid knew (I think) a college kid who installed ZShell (<a href="http:&#x2F;&#x2F;tistory.wikidot.com&#x2F;zshell" rel="nofollow">http:&#x2F;&#x2F;tistory.wikidot.com&#x2F;zshell</a>) and some games on his TI-85. Pretty soon everyone else got them via memory backup. Eventually those got boring, and I was the kid who got the Graph-Link kit to get new game.<p>This article actually seems to be kinda unaware of the earlier phases of this subculture, that were centered on the TI-85&#x2F;86 and TI-92&#x2F;89.
makeitdoubleover 3 years ago
To stay true to the endless rivalry, here is the HP calculator resources:<p><a href="https:&#x2F;&#x2F;www.hpcalc.org" rel="nofollow">https:&#x2F;&#x2F;www.hpcalc.org</a><p>Both the TI and HP were tremendously good entry points into programming and, especially for kids who had little interest in or no access to computers.
评论 #28781422 未加载
评论 #28783332 未加载
NaturalPhallacyover 3 years ago
I sold my first &quot;app&quot; in 1997 for $1.<p>It was a TI-85 program custom written for my chemistry class. It had a couple of minor useful things, but the biggest thing is it would stuff atomic weights into their canonical symbol names in memory, and clear them when you&#x27;re done to save memory.<p>For example, 2O (two-oh, two Oxygen atoms) was a valid expression that yielded 32. And no, not all of them are available though it&#x27;s been 24 years so I don&#x27;t remember which weren&#x27;t but it was surprisingly few.<p>I thought it would be a immoral to sell something for more than $1, that when I still had it after selling it. I probably could have charged $50.<p>I think I was 16 or 17. But I beat apple to the &quot;$1 app&quot; game by 11 years. And it&#x27;s part of what made me go into computer science -&gt; programming. I grew up poor, so we didn&#x27;t have a computer in the house, and no internet either. So I carried around the calculator and it&#x27;s manual for years in High School.
ecpottingerover 3 years ago
AAAARRRRHHHH! Reading the link I saw the solution I missed decades ago when I tried to use POV to make my PET create a colour display. Just reading the section on how they did 4 levels of grey scale was an eye opener. Yes, I got some colour by flashing squares on and off but it was unwatchable.<p>I did the flashing for the entire screen together! Just by breaking up which squares flashed at different times I can now see would have made a big difference. Almost 40 years to learn what I did wrong.
sbrotherover 3 years ago
Oh man, getting obsessed with TI-82 BASIC in middle school is definitely the reason I have the career and life I do today. I remember after years of dealing with ~36 variable slots and all the other insane limitations, my parents got me a TI-89 for Christmas and it changed everything. You could perform &quot;indirection&quot; on a constructed string, which opened up all kinds of awesome techniques. And you could draw lines and points on the canvas! I built an incredibly slow pokemon clone and a theorem prover before a kind mentor suggested I try programming on the computer.<p>I hope these sorts of experiences will still be accessible for my kids. Having a school-mandated device with a button labeled &quot;PROGRAM&quot; that took you straight to a BASIC interpreter made it possible for someone like me, growing up in a rural area with zero parental technical knowledge, to end up where I am today.
评论 #28785815 未加载
DamnInterestingover 3 years ago
So many whipper-snappers here talking about their TI-83+ and later models. When I was in high school ca. 1994 my trusty TI-82 kept me quite busy writing BASIC games. We used to share games with the data sharing cable, I wonder if any of mine still survive somewhere. I still have the physical calculator tucked away in some box, but it is certain that the batteries are long since dead, and all of the volatile memory faded away.<p>In high school, my calculus teacher discovered that I had written programs on my TI-82 to help me solve homework questions. Much to my surprise, he approved! He explained that his objective was to teach us to solve the problems using whatever tools we had at our disposal—writing a BASIC program to solve the problem was not cheating, rather it was making the best of my resources.
评论 #28785140 未加载
评论 #28782595 未加载
Foobar8568over 3 years ago
I remember playing &quot;Zelda&quot; clone on my HP48GX back in the late 90s, what an era and impressive feat.<p>And if I am not wrong, a lot of today CAS solvers on calculators are derived from <a href="https:&#x2F;&#x2F;www-fourier.ujf-grenoble.fr&#x2F;~parisse&#x2F;giac.html" rel="nofollow">https:&#x2F;&#x2F;www-fourier.ujf-grenoble.fr&#x2F;~parisse&#x2F;giac.html</a> and from the author of the famous Erable (Mapple in French :o )
userbinatorover 3 years ago
The Z80, as well as its contemporary competitor the 6502, are still in production and found as a core in various cheap SoCs for toys and other simple consumer electronics. It&#x27;s certainly more than enough processing power for a moderately complex calculator, but compare the responsiveness of a TI calculator to the regular Windows (10) calculator running on a machine with several orders of magnitude more processing power --- and the former wins.<p>I&#x27;ve noticed that programmers who have worked with constrained systems and&#x2F;or started with low-level languages tend to write better code in general (smaller, faster, often both; and less buggy too) by default than those who haven&#x27;t; I guess the exposure helps develop an intuition for &quot;how much program&#x2F;computer ought to be enough&quot; to solve a problem.
dietricheppover 3 years ago
There was a puzzle game I had for the TI-86 called simply “dstar”. I always wondered who made it. When I looked it up, it looks like it was based on an HP-48 game by the same name.<p>I’ve ported it to JavaScript, and it runs in the web browser. I also added the ability to show the solution to each level, and skip to any level.<p><a href="https:&#x2F;&#x2F;www.moria.us&#x2F;games&#x2F;dstar&#x2F;play" rel="nofollow">https:&#x2F;&#x2F;www.moria.us&#x2F;games&#x2F;dstar&#x2F;play</a>
评论 #28783909 未加载
FunnyLookinHatover 3 years ago
So many fond memories hardware hacking my TI-85. I remember learning to solder so I could add an extra battery pack with 4 D batteries (played too many games!) and writing apps to play music out of the jack.<p>Hacking on my TI-85 and wanting to build websites for gaming guilds (Diablo, Starcraft) is what drove me into computers and software development. There was certainly something unique about that era!
评论 #28780789 未加载
crocalover 3 years ago
Dude. TI-81 was my high school calculator. I got pretty famous at some point for managing to squeeze into it a decent RPG with monsters, health points and some story line. Other geeks were jealous and jocks patted me on the back for providing distraction. The challenge was the available BASIC program memory. We spent the next few months figuring out how to reduce the footprint to the bare minimum to add more gameplay. No internet at the time. Just our brains and the manuals. I chuckle at the idea of what we could have done if we had been hinted access to assembly and pixel flicker tricks to have 4 colours.<p>EDIT: Typos
stephc_int13over 3 years ago
My first big project was also done on a similar calculator.<p>A few years before the TI era there was a strong HP-48 scene in France and I believe that many of the early work and games on TI-8x and T-9x were inspired by what was already available on HP-48.<p>Here is my own contribution at the time: <a href="https:&#x2F;&#x2F;www.hpcalc.org&#x2F;hp48&#x2F;apps&#x2F;shell&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.hpcalc.org&#x2F;hp48&#x2F;apps&#x2F;shell&#x2F;</a><p>A multitasking alternative OS and a few apps, I learned a lot working on this.
ChicagoBoy11over 3 years ago
I&#x27;ll never forget this project a friend and I worked on because of the &quot;clear your devices&quot; procedure they had us do before every test to make sure we weren&#x27;t cheating or something. At that point we could archive things and whatnot, but it was just a PITA to deal with it and we kept getting annoyed at having to clear our calculators. So then, of course, we made our own program that would simulate the memory cleared screen, and we used it successfully. Of course, we got paranoid lest anyone would find out, so we ended up just adding to it, so you could then interact with the calculator and even do math on it, so it wouldn&#x27;t seem like you were interacting with our program.<p>Funnily enough neither of us ever came close to using it for cheating -- I mean, we didn&#x27;t need it. But I maintain that in the couple decades since, it was probably some of my best work.
lawlover 3 years ago
The guy that developed the gameboy emulator mentioned in the article is now working on a new version that jit-recompiles gameboy roms: <a href="https:&#x2F;&#x2F;github.com&#x2F;calc84maniac&#x2F;tiboyce&#x2F;tree&#x2F;dev" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;calc84maniac&#x2F;tiboyce&#x2F;tree&#x2F;dev</a>
continuationalover 3 years ago
Fond memories! I wrote this little game in z80 assembler in highschool:<p>TI Slimeball: <a href="https:&#x2F;&#x2F;www.ticalc.org&#x2F;archives&#x2F;files&#x2F;fileinfo&#x2F;290&#x2F;29096.html" rel="nofollow">https:&#x2F;&#x2F;www.ticalc.org&#x2F;archives&#x2F;files&#x2F;fileinfo&#x2F;290&#x2F;29096.htm...</a>
评论 #28781478 未加载
评论 #28784886 未加载
评论 #28793127 未加载
stkdumpover 3 years ago
I used tigcc to write a program that can draw the root locus (<a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Root_locus" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Root_locus</a>). I had a version that ran in ti basic at first, but it was too slow because it had to solve a polynomial (order 3 or 4) per pixel. It was my way of cheating, because the calculator was allowed in most exams. I considered it not quite cheating, because I figured being able to code the solution should also count.<p>I also coded up ti basic programs that instead of just spewing out the solution to some types of maths problems also gave the steps. That saved a lot of time in maths exams so that I had more time for the problems that required more thought.
ttoinouover 3 years ago
I started programming because I was bored in school at 13 yo and using a TI 83 was accepted in almost all classes. I coded a dichotomic number guesser, Collatz path grapher, unbeatable tic tac toe, minesweeper with recursive finding of surrounding blank cells, IFS (iterated function system) grapher generated from random points (to draw fractals), a Connect Four etc. All this with a 6 lines screen and a huge amount of noise around me constantly.<p>When I got home, I would link the TI on my computer and install a copycat of Pokemon Blue&#x2F;Red for GameBoy that someone coded in assembly and realize how awesome some others people were, and I had still so much to learn
billfruitover 3 years ago
I never understand the American fascination with programmable calculators. To me they sound like a racket by calculator manufacturers and education authorities to mandate an unnecessary and expensive device on to students.<p>In many other countries students get through high school and even many undergraduate courses (like CS for example) without needing any calculator at all. Perhaps this is due to the greater focus on analytical problem solving than numerical solutions which is perhaps done in the US?<p>(Reposting this as a direct comment, after posting as a reply a comment below.)
评论 #28781951 未加载
评论 #28785231 未加载
评论 #28788581 未加载
评论 #28783287 未加载
评论 #28781333 未加载
评论 #28781286 未加载
评论 #28781966 未加载
评论 #28782205 未加载
davegauerover 3 years ago
The first piece of &quot;real&quot; software I ever wrote was called &quot;DISC&quot; because it&#x27;s initial feature was printing out the discriminant of a parabola. But I added to that program as the high school algebra class continued so that by the end of the class, it could spit out answers to all sorts of problems. Everybody loved it.<p>A fellow student assumed the name stood for &quot;DISCovery&quot;, so I retroactively made it so.<p>After that came a little text-based adventure game that made the rounds.<p>And then what was to be my magnum opus: a graphical adventure with locations you could select with a &quot;mouse&quot; cursor controlled by the arrow keys. Everything was first plotted out on graph paper and hand written because it was actually FASTER TO WRITE TI-BASIC ON PAPER than entering the program using the calculator keys.<p>I had overcome the biggest technical hurdles and it was looking great when, for some reason, I decided to change the AA batteries AND the coin cell battery at the same time. Everything else was backed up to friend&#x27;s calculators. But not that graphical adventure game. It was gone as soon as that coin cell came out. I did not have the heart to re-enter the program and the school year was ending anyway.<p>I still remember that sinking feeling when I realized my work was lost.
mikeknoopover 3 years ago
Learning to code and hack on TI 83+’s definitely has through lines to my career nearly 20 years later.<p>One thing I’m particularly proud of was figuring out how to build an Assembly program workaround for TI’s “testguard” (a tool to force clear someone else’s calculator memory via link cable) in middle school: <a href="https:&#x2F;&#x2F;mikeknoop.com&#x2F;upload&#x2F;SafeGuard.zip" rel="nofollow">https:&#x2F;&#x2F;mikeknoop.com&#x2F;upload&#x2F;SafeGuard.zip</a>
gorkishover 3 years ago
Though I have absolutely no proof of it since that era is both a black hole for usenet and before calc-ti.org, I believe I can claim to have published the first fake-grayscale demo in asm for the TI-85. This would have been in maybe 1993 or 1994 I think. It was a 4-frame animation of Bevis and Butthead headbanging, and since it was essentially stored as 16 uncompressed bitmaps, it took the calculator&#x27;s entire memory.<p>Getting grayscale out of a mono LCD was obviously not a unique idea, but at least I independently arrived at the notion that it could work. I hammered out the TI-BASIC version and proved it sorta worked, but only if I could make my program run fast enough.<p>I should mention that I was 12.<p>Before zShell existed, my only programming as a kid had been things like BASIC and Logo; the closest I ever got to anything more fun was some type-in programs that used a whole lot of opaque POKE and PEEK statements, and I got frustrated trying to get C64 programs I got from a book at school working on the Apple ][. I was shit at porting software in middle school.<p>Going from this straight to z80 asm was insane, but the naivety of youth gave me confidence. My programs would be harder to write but they would run faster. Naturally the fastest program would be the hardest to write, so z80 asm it was.<p>I was hooked. I became a software developer.<p>I remember specifically in those early days emailing with Magnus Hagandar, Dan Eble, and Mattias Lindqvist. Thanks to each of you and to all the other early TI fans who helped me along and put up with me. In later years I learned most of this community were also basically kids playing adult on the early Internet. What a time it was!
jdkeeover 3 years ago
Modern RPN calculators (clones).<p><a href="https:&#x2F;&#x2F;www.swissmicros.com&#x2F;products" rel="nofollow">https:&#x2F;&#x2F;www.swissmicros.com&#x2F;products</a>
评论 #28783778 未加载
jaco8over 3 years ago
All this brings up long subdued memory .... my HP-25 ,which had cost me one months work during school holidays.. I still remember when I got payment and the next day walked into the shop and told the perplexed salesperson : I want this! He thought nobody in his right mind would buy a calculator without an equal sign button. Anyway I used it from 1975 to abt 1993 when the battery leaked .
gambitingover 3 years ago
Well, I&#x27;m jealous of you Americans being allowed graphing calculators. As someone who went to Polish shools in the same period of time, only basic calculators were allowed(addition&#x2F;multiplication&#x2F;subtraction&#x2F;division and nothing else). I&#x27;ve had a graphing calculator but it was just a novelty to play with at home since it wasn&#x27;t allowed at school.
评论 #28783164 未加载
bo1024over 3 years ago
I&#x27;ll also chime in. Early in high school, went from writing one-line basic programs to reading the assembly and C source code of Phoenix and other games. Wrote some games of my own in C and assembler. Now pursuing a career in CS. A very strange entry point in retrospect, but such a serendipitious one.
jeffalyanakover 3 years ago
<a href="https:&#x2F;&#x2F;www.irrlichtproject.de&#x2F;houston&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.irrlichtproject.de&#x2F;houston&#x2F;</a><p>Houstontracker 2 is a surprisingly powerful music software for TI calculators which accomplishes its magic by bit-banging the serial data port to produce stereo audio!
mbg721over 3 years ago
Never underestimate a bored person with something that looks to their boss like work.
trackrn6over 3 years ago
Before iPads were commonly used while flying. My first program was setting up an app to calculate wind correction and fuel estimates into my TI-83.<p>It was the first time I was able use Trig and programming to solve a real world problem.
评论 #28785644 未加载
samgranieriover 3 years ago
The first program I wrote was a quadratic equation solver on my TI82 in the mid 90s. I bought the link cable and enjoyed playing assembly games on my TI86.
johnebgdover 3 years ago
Finished high school in 2003.<p>Was told to pickup a graphing calculator in 6th or 7th grade. My family bought me a second hand TI82. I might be the only student to have had one malfunction but the = button stopped responding that first year. My family got me a TI83 after that. I would later buy myself a TI83+ when I started working part time.<p>That was my first exposure to basic.<p>I would like to believe I am also still the record holder for an uncle worm high score.
RobKohrover 3 years ago
I used a TI for my physics classes, and wrote code to solve pretty much every problem type.<p>Really, if it weren&#x27;t for writing the code, I wouldn&#x27;t have known the subject matter all that well, and would have likely done poorly. By programming it, I understood it deeply.<p>Also, I was able to plow through the exams faster than anyone else. I even made the code show the steps so I could show my work as required.
yrcyrcover 3 years ago
Circa 1995&#x2F;6 was it for me but on Casio calculators [1] There were books devoted to it, I was able to program games, school cheat notes, brilliant memories. [1] <a href="https:&#x2F;&#x2F;fr.wikipedia.org&#x2F;wiki&#x2F;Casio_CFX-9960GT" rel="nofollow">https:&#x2F;&#x2F;fr.wikipedia.org&#x2F;wiki&#x2F;Casio_CFX-9960GT</a>
ddingusover 3 years ago
I missed out on this whole thing being born a bit early. For us, it was 8 bit computers. And for me personally, I grabbed one of the Tandy Pocket Computers and used the crap out of it well into the TI era.<p>Looks like a whole lot of fun! Suppose I could have jumped in, but by then I was away from needing the calculator, ah well.
评论 #28780523 未加载
评论 #28780496 未加载
评论 #28781851 未加载
jurassicover 3 years ago
TI-83+ played a huge role in my formative years as a programmer&#x2F;nerd. This was early 2000s.<p>If you like calculators, I also recommend checking out the visual history of vintage TI calculators at <a href="http:&#x2F;&#x2F;www.datamath.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.datamath.org&#x2F;</a>
评论 #28781184 未加载
znpyover 3 years ago
I went back to school and was thrilled to have an excuse to use my ti86 once again :)<p>Love that thing.
m0ngr31over 3 years ago
I was the same way but with Casio calculators. Got me into programming and the casiocalc.org forum was the first online community I was ever active on. It&#x27;s like a ghost town now but it was a good time back in the day.
评论 #28800086 未加载
amznbyebyebyeover 3 years ago
Omg this brought back some ticalc.org nostalgia.<p>I had to check and the site is still going… crazy!
shmageggyover 3 years ago
It appears Durk Kingma, the author of the greyscale library mentioned, is renowned AI researcher <a href="http:&#x2F;&#x2F;dpkingma.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;dpkingma.com&#x2F;</a>. Pretty neat.
wiz21cover 3 years ago
I found this which has some screen shots : <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Jo_WgbUfNxc" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Jo_WgbUfNxc</a>
matyo91over 3 years ago
Hi !<p>This article tell a lot from me. Have a look at all my TI-89 programs I developed at high-school.<p><a href="https:&#x2F;&#x2F;apps.darkwood.fr&#x2F;ti89" rel="nofollow">https:&#x2F;&#x2F;apps.darkwood.fr&#x2F;ti89</a><p>Was good time !
em3rgent0rdrover 3 years ago
Fond memories myself of writing a texture rotator&#x2F;zoom demo and squeezing every clock cycle out of it.
lambdaloopover 3 years ago
Ah I was so into writing TI-BASIC (and eventually, experimenting with z80) on my TI calculator!<p>I would be carrying it to every class. This was before smartphones and I had a lot of times where I had nothing better than to write program on the calculator.<p>I wrote so many things, like a hangman game (with a wide vocabulary) and an RPG fully in TI-BASIC, with a 2D map and a combat system. You could store only a limited number of pictures, so I made up a format for mapping pictures into strings, with a corresponding encoder and decoder.<p>My favorite program I wrote is ELIZA, a copy of the famous therapist AI program (actually inspired by the alt-text of the xkcd linked in the article!). It had like 30 rules or so and worked remarkably well, to the extent that I would talk to it often through my problems.
h0ndover 3 years ago
My first few basic lines of code were written on a TI83+.<p>Nostalgia.
csenseover 3 years ago
The TI Files, where everybody knows your name.
thewakalixover 3 years ago
&gt; This is not a coincidence because nothing is ever a coincidence with xkcd.<p>I love these little in-jokes.
评论 #28785514 未加载