33s/35s Checksums paradigm - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: 33s/35s Checksums paradigm (/thread-213202.html) |
33s/35s Checksums paradigm - Matt Agajanian - 03-02-2012 Hello all.
If the checksums and lengths are meaningless, how then am I supposed to verify that my program was entered correctly. Or, am I back to square one and SST/BST through my program like I did in the 34C, 15C days?
Re: 33s/35s Checksums paradigm - Paul Dale - 03-02-2012 The latter. The 35s has a huge memory so you'll be single stepping for a lot longer.
Re: 33s/35s Checksums paradigm - Matt Agajanian - 03-03-2012 Well, maybe not that long as I'd be proofing the program I just wrote. And, even if I forgot and wrote a whole slew of programs, I'd take them one by one with a breather between sets.
Re: 33s/35s Checksums paradigm - Paul Dale - 03-03-2012 Better not try this little game then :-)
Re: 33s/35s Checksums paradigm - bill platt - 03-03-2012 This is a perfect example why all these current RPN machines (and all except the 65/67/41) are a PITA.
In RPL or in a 1, you could take that whole code listing and just copy the freaking thing into memory. But in a 35S etc you have to KEY IT IN. Ugh. The stone age.
Re: 33s/35s Checksums paradigm - Marcus von Cube, Germany - 03-03-2012 The 34S fits in line with the 65/67/41: You can transfer software from the PC to it. :-)
Re: 33s/35s Checksums paradigm - Paul Dale - 03-03-2012 And back. And between 34S's.
Re: 33s/35s Checksums paradigm - Matt Agajanian - 03-03-2012 Where can I get the 34S
Re: 33s/35s Checksums paradigm - Matt Agajanian - 03-03-2012 H & S Game is that long?!?! That's NUTS! Someone actually wrote this 600+ step thing? Even chemical/mechanical/electrical engineering programs aren't this laborious! Must've drained the battery something terrible. Edited: 3 Mar 2012, 8:12 a.m.
Re: 33s/35s Checksums paradigm - Matt Agajanian - 03-03-2012 You'd think, within the era of the SD Card, HP'd design it newer models with an SD slot or some I/O. Look at the 48GX--even that had (although proprietary) expansion cards. Edited: 3 Mar 2012, 8:16 a.m.
Re: 33s/35s Checksums paradigm - Marcus von Cube, Germany - 03-03-2012 You need a few things:
The README file on our SourceForge pages gives you the necessary e-mail addresses.
Re: 33s/35s Checksums paradigm - Matt Agajanian - 03-03-2012 !!Sorry for the double-post!! As much as I see keystroke programming a catapult to the stone age, I'm rather fond of it for what it is meant for. Given, in the 65/67/34C eras, 100, 224 and 210 steps respectively, weren't that much, so a keystroke approach wasn't that painful. Although, the 15C's still ahead of its time, its 448 step limit is yes, a bit overwhelming and exhausting. But, given the 15C's capabilities and, although its lack of external storage into an SD card, etc, the 15C is worth the keystroke effort. But, as for the new era of the 32SII and following keystroke programmables, I also limit myself to making concessions so as to merit the effort put into keying in relevant apps I need at the time.
Although yes, it is rather a PITA (not the bread, though) and gone are the days of Rapid Reverse Branching and the 67
Edited: 3 Mar 2012, 8:50 a.m.
Re: 33s/35s Checksums paradigm - Bart (UK) - 03-03-2012 See that chap that posted the link? He actually wrote it, within the first two weeks of the 35s being on sale! I have it in my 35s, it took me 2 days just to key it in (I had to take breaks when the lines started floating about).
Re: 33s/35s Checksums paradigm - Bart (UK) - 03-03-2012
Quote:The 50g: SD card, USB and serial I/O ;-) Re: 33s/35s Checksums paradigm - Marcus von Cube, Germany - 03-03-2012 The 'chap' has become far more serious by now. ;-)
Re: 33s/35s Checksums paradigm - Bart (UK) - 03-03-2012 Well, they said the same about the 28S, and that kept my programs safe for 15 years. Until a broken battery door caused the battries to fall out in my bag, and I didn't notice until it was too late. Re: 33s/35s Checksums paradigm - Gerson W. Barbosa - 03-03-2012 I can't help remembering a scene from one of the Airport movies. Stewardess to passenger, who's reading a very thick book, "The Microchip Logic": Re: 33s/35s Checksums paradigm - Paul Dale - 03-03-2012 Or buy a preprogrammed ones with overlay.
- Pauli
Re: 33s/35s Checksums paradigm - Paul Dale - 03-03-2012 Quote: Wrong! The 34S has something equivalent to rapid reverse branches. It supports label-less branches and subroutine calls a specific number of steps backwards *and* forwards. That is in addition to a wealth of labels -- 100 numeric, 4 hot key and over fifteen million alphabetic. The 100 numeric and 4 hot key are per program as well.
Re: 33s/35s Checksums paradigm - Paul Dale - 03-03-2012 Yes, I wrote it. It has been typed in and used by more than a few people (not counting me who has typed it in a couple of times). There are several 41c games this size or larger, so it is nothing really exceptional. And no, no batteries drained by this that I'm aware of. I'll get around to a 34S version eventually, but you won't have to type it in, it will be part of the software library.
Re: 33s/35s Checksums paradigm - Palmer O. Hanson, Jr. - 03-03-2012 Quote:What ever happened to doing test cases? memory card slots and I/O ports - Eric Smith - 03-03-2012 Calculators with memory card slots and I/O ports are prohibited on many tests (e.g., NCEES), and HP doesn't want to lose that market. TI, Sharp, Casio, etc. also make lots of calculators without I/O ports, for the same reasons.
From a marketing perspective, people that want memory cards and I/O ports on calculators are a tiny part of the market, and usually are willing to buy high-end calculators, so it is hard to justify trying to put those features into low-end calculators.
Re: 33s/35s Checksums paradigm - Eric Smith - 03-03-2012 Perhaps inspired by similar dialog between James Coburn and Lee Cobb's characters in _In Like Flint_ from 1967: "Flint, how do you find time to read all these books?"
"No, no, no, sir, I wrote those."
Re: 33s/35s Checksums paradigm - Matt Agajanian - 03-03-2012 Yes, I see your point. That was part of my 34C, 15C, TI-58C and SR-56 days so, it'll be jut like old times (which were good). Edited: 3 Mar 2012, 8:57 p.m.
Re: 33s/35s Checksums paradigm - Matt Agajanian - 03-03-2012 Sorry if you were misled. The 34C is the calculator I'm referring to
Thanks for the update. As I'm unfamiliar with the WP-34S you speak of, thanks for informing me of its robust functionality. Edited: 3 Mar 2012, 10:26 p.m.
Re: 33s/35s Checksums paradigm - Paul Dale - 03-03-2012 I know the 34c well -- my first ever HP.
|