Is switching to a Dvorak keyboard configuration worth the time and effort?

  • Context: Calculators 
  • Thread starter Thread starter niehls
  • Start date Start date
  • Tags Tags
    Calculators
Click For Summary

Discussion Overview

The discussion revolves around the performance and features of HP and TI calculators, particularly the HP 49G and its successor, the 49G+. Participants compare these models with various TI calculators, exploring aspects such as processing speed, usability, and the potential for running alternative operating systems like Linux. The conversation includes personal experiences and preferences regarding calculator functionality, especially in exam settings.

Discussion Character

  • Debate/contested
  • Technical explanation
  • Exploratory

Main Points Raised

  • Some participants express frustration with the slow menu navigation and graphics performance of the HP 49G compared to TI models.
  • Others suggest the TI-89 Titanium as a faster alternative, highlighting its 14MHz processor and USB capabilities.
  • One participant notes that the HP 49G+ uses a 75MHz ARM processor, which is significantly faster than the older models and suggests it may outperform TI calculators in the future.
  • There are discussions about the potential for running Linux on both the TI-89 Titanium and the HP 49G+, with some arguing that the HP model's specifications make it more suitable for such projects.
  • Participants mention the historical significance of RPN in HP calculators and express a preference for it over algebraic modes.
  • Some participants share anecdotes about the resale value of older HP calculators, indicating a strong market interest in these models.
  • One participant questions the manufacturing origins of the HP 49G+, suggesting it is produced by an OEM and discussing its emulation capabilities.

Areas of Agreement / Disagreement

Participants generally agree on the performance issues of the HP 49G but have differing opinions on the merits of the HP 49G+ versus the TI calculators. The discussion remains unresolved regarding the feasibility of running Linux on these devices and the overall superiority of one brand over the other.

Contextual Notes

There are mentions of specific processor speeds and capabilities, but some claims are based on personal experiences and may not be universally applicable. The discussion includes varying levels of technical knowledge among participants, which may affect the interpretations of performance and usability.

  • #31
graphic7 said:
Yep. Everything from that point on can be seen in algebraic mode. You never really seen those RPN keystrokes that I showed above on the display - all you see are the results of those keystrokes.

Edit: And no, RPN is not the only input style. Algebraic is an option. Also, the input style does not dictate that the output style must look like.
i know it doesn't dictate ouput style, simply that after years of using the algebraic style, both on calculators and for writing programs, having to readjust to a new one would be something of annoyance, though not the greatest in the world.

Either way, its somewhat moot, i won't be getting a new calculator for a while, i don't have the $150 to spend.
 
Computer science news on Phys.org
  • #32
Since the 28c in '87 HPs have had the ability to do algebraic entry if you wish. However if you have some numbers to crunch, there is NOTHING better then RPN, it works, and it works well. I still cannot use a TI for anything other then trivial addition, subtraction etc.

Recently, at work several of us were looking at raw data in a log file, we found the coordinates of 2 points and needed to know the separation. There just happened to be an ancient HP12c laying about (Gee, I wonder why?)* In RPN distance if found by the key sequence

# (enter) # - (enter) * # (enter) # - (enter)* + (Sqrt)

As I pick up the calculator one of my coworkers (who may not understand RPN) said something to the effect of, Put do you know how to use it?) When I had the answer in short order, he shook his head as if to say "Where did that come from")



* I work at HP Corvallis... where the original calculators where built.
 
  • #33
Integral said:
* I work at HP Corvallis... where the original calculators where built.

It's quite sad about what happened to Corvallis. I'm proud of my 48GX, for it was one of the last (if not the last) calculators to come from Corvallis.

Edit: As I'm aware of, the 48 series was also heavily developed by the French HP subsidiaries. So, I guess the 48 isn't really, really from Corvallis after all.

Edit again: Erk just remembered that the 49 series was developed by the French. The 48 was indeed from Corvallis.
 
Last edited:
  • #34
Integral said:
Since the 28c in '87 HPs have had the ability to do algebraic entry if you wish. However if you have some numbers to crunch, there is NOTHING better then RPN, it works, and it works well. I still cannot use a TI for anything other then trivial addition, subtraction etc.

Recently, at work several of us were looking at raw data in a log file, we found the coordinates of 2 points and needed to know the separation. There just happened to be an ancient HP12c laying about (Gee, I wonder why?)* In RPN distance if found by the key sequence

# (enter) # - (enter) * # (enter) # - (enter)* + (Sqrt)

As I pick up the calculator one of my coworkers (who may not understand RPN) said something to the effect of, Put do you know how to use it?) When I had the answer in short order, he shook his head as if to say "Where did that come from")



* I work at HP Corvallis... where the original calculators where built.

if you had told me those keystrokes, even knowing what RPN is, i would i have no idea what you just plugged in.
 
  • #35
By the way, I got my Pocket PC for Christmas.

I haven't put a math program on it, but you get one that is somewhat like Maple, which is awesome.
 
  • #36
franznietzsche said:
if you had told me those keystrokes, even knowing what RPN is, i would i have no idea what you just plugged in.

# represents a number (ie key in a number, in this case the each # is a different component of the coordinates.

(enter) = hit the enter key
# the next coordinate
- = hit the minus key (this gives the difference of the 2 #s)

(enter) push the result onto the stack

* = hit the multiply key (compute the square)
# (key in another coordinate)
Enter
# (key in another coordinate)
- compute the difference
Enter
* (compute the square)
+
Add em up
(Sqrt) yields the distance.

To use RPN you have to understand the stack, the modern calcs show several levels of the stack on the screen and the only limitation is calculator memory, this is very helpful. Back in the old days (I started with a HP35 in 1973) you only saw the x register and had to keep track of the stack (only 4 levels) for yourself. That can be tricky.

A neat trick for evaluating polynomials on any calculator is attributed to someone called Hooker.

basically you factor the polynomial eg,
x^2 + 3x +5 = x(x+3)+5

To evaluate this at x = 4
key:
4
enter
enter
3
+
*
5
+

Can you do it in fewer key strokes on your TI?
 
  • #37
Integral said:
# represents a number (ie key in a number, in this case the each # is a different component of the coordinates.

(enter) = hit the enter key
# the next coordinate
- = hit the minus key (this gives the difference of the 2 #s)

(enter) push the result onto the stack

* = hit the multiply key (compute the square)
# (key in another coordinate)
Enter
# (key in another coordinate)
- compute the difference
Enter
* (compute the square)
+
Add em up
(Sqrt) yields the distance.

To use RPN you have to understand the stack, the modern calcs show several levels of the stack on the screen and the only limitation is calculator memory, this is very helpful. Back in the old days (I started with a HP35 in 1973) you only saw the x register and had to keep track of the stack (only 4 levels) for yourself. That can be tricky.

A neat trick for evaluating polynomials on any calculator is attributed to someone called Hooker.

basically you factor the polynomial eg,
x^2 + 3x +5 = x(x+3)+5

To evaluate this at x = 4
key:
4
enter
enter
3
+
*
5
+

Can you do it in fewer key strokes on your TI?

I read those key strokes, know what the symbols mean, and i cannot possibly get them to make that equation.

I'm just going to stick to algebraic notation. Faster or not, i can read it and understand it much faster.

I get the feeling that RPN is somewhat like Perl: Really easy to use, hard to learn, and so short hand that it can be very difficult to read sometimes.
 
Last edited:
  • #38
That is pretty much correct, it is not for display it is for calculating. When all that matters is that you get the correct number. Every time I pick up a TI am having to get pencil and paper to write down intermediate results, With RPN I just push them onto the stack. I have never really learned to use a calculator with parens. Like you I just don't care to switch. Same reason I still use a QWERTY keyboard.

Now a days I rarly use a handheld, I just pop open Excel, but most of my computing is done near a computer.
 
  • #39
Integral said:
That is pretty much correct, it is not for display it is for calculating. When all that matters is that you get the correct number. Every time I pick up a TI am having to get pencil and paper to write down intermediate results, With RPN I just push them onto the stack. I have never really learned to use a calculator with parens. Like you I just don't care to switch. Same reason I still use a QWERTY keyboard.

Now a days I rarly use a handheld, I just pop open Excel, but most of my computing is done near a computer.

doesn't work like that on the 89. You just push the up button, highlight the result you want and press enter to insert it wherever your cursor last was. And you can pick from up to the last 99 results.

Its also very easy if you make a mistake entering to tell exactly what it is. to fix it, you just cycle up through entries (entries and results are in the same list, alternating so you get entry1, one the right of the screen at the bottom, answer 1 to the left of it, entry 2 right above... You just cycle up, select then entry, press enter, fix the syntax and hit enter gain to recalculate.

And I've never even seen anything other than a QWERTY keyboard. (well, the split keyboards, but those are still QWERTY, and i don't like them because of the way i type). I've heard of a Dvorak keyboard, but never seen one.
 
Last edited:
  • #40
franznietzsche said:
doesn't work like that on the 89. You just push the up button, highlight the result you want and press enter to insert it wherever your cursor last was. And you can pick from up to the last 99 results.

Its also very easy if you make a mistake entering to tell exactly what it is. to fix it, you just cycle up through entries (entries and results are in the same list, alternating so you get entry1, one the right of the screen at the bottom, answer 1 to the left of it, entry 2 right above... You just cycle up, select then entry, press enter, fix the syntax and hit enter gain to recalculate.

And I've never even seen anything other than a QWERTY keyboard. (well, the split keyboards, but those are still QWERTY, and i don't like them because of the way i type). I've heard of a Dvorak keyboard, but never seen one.
You can flip a software switch and turn your keyboard into a Dvorak configuration... If you don't move the key caps to match, it makes a great way to protect your computer from non knowing users.. :biggrin: better then any pass word! The beauty of the Dvorak is that it was designed for effecient keying. While the QWERTY was designed to slow you down.

BUT... you have to learn to type all over again!
 
  • #41
Integral said:
You can flip a software switch and turn your keyboard into a Dvorak configuration... If you don't move the key caps to match, it makes a great way to protect your computer from non knowing users.. :biggrin: better then any pass word! The beauty of the Dvorak is that it was designed for effecient keying. While the QWERTY was designed to slow you down.

BUT... you have to learn to type all over again!
i type plenty fast(faster than i can forumlate my sentences in my head) on a qwerty, in the dark, with my eyes closed, with no increase in typos, changing would then take me another 10 years to get as good at it. Absolutely no reason to change.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
13K
  • · Replies 6 ·
Replies
6
Views
63K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
14
Views
5K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
10K
  • · Replies 13 ·
Replies
13
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • Sticky
  • · Replies 48 ·
2
Replies
48
Views
68K