Earlier quoted context omitted.
This is why you always mount outlets with the grounding pin facing up!
How does that help?
edit: Not code, just convention.
261–270 of 503 posts
Earlier quoted context omitted.
This is why you always mount outlets with the grounding pin facing up!
How does that help?
edit: Not code, just convention.
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!
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.
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…
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.
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…
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…
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…
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.
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?
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)
EDIT: oops, conflated with HP-35, from a decade earlier. 10c was programmable. HP-35 was not.