Live data from Hacker News

Ti-84 Evo

education.ti.com

261–270 of 503 posts

Re: Ti-84 Evo

#261

Earlier quoted context omitted.

This is why you always mount outlets with the grounding pin facing up!

How does that help?

The ground pin, when "up", is higher than the hot, so in certain situations it can prevent something from shorting the hot and neutral. Code (?) or convention requires it if you have a metal faceplate, and hospitals require it. People generally like them mounted ground down because then they look like little faces. :-)

edit: Not code, just convention.

Re: Ti-84 Evo

#263

Earlier quoted context omitted.

My mom once was getting ready for work and I hear a pop and hear my mom yelling. I go in and her necklace fell off the dresser; a "dust buster" wall wart was plugged in back there and it fell across the prongs, shorting it out.

This is why you always mount outlets with the grounding pin facing up!

This is why you have modern circuit breakers.

Re: Ti-84 Evo

#264
post #38

We had to buy those calculators for highschool and it was a waste of money, felt like somebody must be paying somebody off to have thousands of students buy a device that they will certainly never have to use (and is of little educational value).

I certainly got a lot of educational value out of mine. I managed to program a fully functional Minesweeper game on mine, using the built-in programming tools - no transferring efficient binaries via cable! But yes. 99% of what we did with them in class - when we were even allowed to use them - could have been handled by a little solar-powered calculator with basic arithmetic functions.

It’s not that the calculator was more than what students need, it’s that even for what it was the TI83/84 was way overpriced. It could have been like $20 at the scale they were produced.

Re: Ti-84 Evo

#265
post #86

From here: https://www.cemetech.net/news/2026/4/1062/_/ti-84-evo-calcul... > 3x Processing Power - Matching one of the speculated options, the calculator appears to use an ARM Cortex CPU, finally retiring the z80 and ez80 family of CPUs that were used in three decades of TI-83 and TI-84 Plus graphing calculators. It's running at 156MHz, compared to the 48MHz of the older calculators. It appears likely that in an unex…

Much nostalgia. The TI-83 Z80 was how I learned assembly as a teenager, so I could write better calculator games than was possible with TI Basic. Many others here had a similar experience, I’m sure. It’s been a couple decades, but I’m sure I’d still remember most of it if you put me down in front of a bunch of Z80 asm code. One thing that I remember vividly was you had no MUL or DIV, so you have to implement them you…

Same story here (basic was too slow for a phoenix/movable-ship-shooter game).

Do you think you could remember most of Z80 ASM? I looked at some old ASM I wrote long ago, and it's hard to follow the logic of the program, since most lines are messing around with the registers. But basics like 'ld hl,xyz' and 'jp/jnz' still make sense.

Re: Ti-84 Evo

#266

Earlier quoted context omitted.

Hahaha! This is great. Somewhat related. My mom once yelled at me for losing a necklace she really liked. Then we were moving her stuff out of her house and found the necklace behind a wardrobe, wedged between it and the wall. It had been there for like 40 years, layered in dust.

On 9 July 1537, Martin Luther wrote in a letter to Wolfgang Capito about a lost golden ring: "Pro annulo aureo gratias tibi agit mea Catharina, quam vix unquam magis indignatam vidi, quam ubi sensit, cum vel furto sublatum, vel sua negligentia (quod nec mihi verisimile est, licet usque ingerenti) amissum, quod persuaseram ei, hoc donum esse felix omen et augurium ei missum, tanquam nunc certum esset, vestram Ecclesia…

Are we expected to know latin, or is this supposed to be a little homework assignment for us? Ridiculous.

Re: Ti-84 Evo

#267
post #86

From here: https://www.cemetech.net/news/2026/4/1062/_/ti-84-evo-calcul... > 3x Processing Power - Matching one of the speculated options, the calculator appears to use an ARM Cortex CPU, finally retiring the z80 and ez80 family of CPUs that were used in three decades of TI-83 and TI-84 Plus graphing calculators. It's running at 156MHz, compared to the 48MHz of the older calculators. It appears likely that in an unex…

Does this mean uncle worm won’t run on it out of the box? A tragedy

Re: Ti-84 Evo

#268

Earlier quoted context omitted.

Must have been closer to 20 years, 84(+) didn't come out until 2004. Gonna be pedantic/crotchety about this because I got into advanced math classes but it was my brother who got the 84+ (I had to settle for a 83+). Guess who's the engineer now, and who's the NEET? Your kids pay attention to what (who) you value, folks.

> I got into advanced math classes but it was my brother who got the 84+ (I had to settle for a 83+) I had a TI-85 (maybe 86), unlike the entire rest of my school who had 83s. There was a difference: when programming in TI-Basic, variable names on a TI-83 are limited to a single character. On the 85, you can make them longer. But that was pretty much the only difference, and it will never come up if you're using the…

The TI-85 also didn't have a lot of the built-in statistical functions that the TI-83 had.

I also was the one person with a TI-85 in a school of 83s. But by the time I took the statistics class I knew enough BASIC to write my own programs to replicate the functionality that was missing.

Re: Ti-84 Evo

#269

Earlier quoted context omitted.

You could get that same educational value from programming things on a smartphone.

What's your favorite free programming environment for commonly used smartphones?

> What's your favorite free programming environment for commonly used smartphones?

Termux

  pkg install python
  python
  print('hello')
  ctrl+D
Haven't tried these, but have seen them recommended:

Acode

Termux + neovim

Termux + code-server (vscode-like, accessed through phone browser at localhost)

Re: Ti-84 Evo

#270
Bring back the HP-10c. RPN with "scientific calculator" label. Pure and simple, and approved for testing that forbids any programmable devices.

EDIT: oops, conflated with HP-35, from a decade earlier. 10c was programmable. HP-35 was not.

Post reply on HN