Slashdot Mirror


TI vs. Calculator Hackers

Nyall writes "So a bunch of TI calculator programming enthusiasts got together to factor the keys Texas Instruments uses to sign the operating system binaries for the ti83+ (a z80 architecture) and the ti89/v200 (a 68k architecture) series of calculators. Now Texas Instruments is sending out DMCA notices to take them down."

19 of 463 comments (clear)

  1. first post by Anonymous Coward · · Score: 5, Funny

    55378008

  2. Math by daveywest · · Score: 5, Funny

    Somehow, this just doesn't add up.

    1. Re:Math by elfprince13 · · Score: 5, Informative

      As a long time member of the TI community, I have to say that I'm glad Slashdot is covering this. TI consistently works against the enthusiast community, and this is blatantly obvious in their new Nspire line of calculators. The 83+/84+ line has been their one concession to sanctioned assembly programming, and they still threaten legal action against anyone who starts delving into operating system stuff.

  3. Wikileaks link by Brian+Gordon · · Score: 5, Informative

    I'm a lurker in that community and I have to say I'm extremely disappointed with TI. The community has had to reverse engineer every component of the hardware with no help from TI, and has done an amazing job writing development tools and mapping out which memory addresses do what.

    Here's the wikileaks link to the keys.

    1. Re:Wikileaks link by Anonymous Coward · · Score: 5, Insightful

      And thousands of people will mirror it....

      What will they do with people outside the US where the DMCA does not apply?

      The ease of which students can make their own programs is one of the reasons my college asked us to buy TI-brand calculators and not Casio (which is the other choice they give.. hp is not supported at all :-p)

      Meh...

    2. Re:Wikileaks link by Lumpy · · Score: 5, Funny

      What will they do with people outside the US where the DMCA does not apply?

      Get the US government to invade them?

      --
      Do not look at laser with remaining good eye.
    3. Re:Wikileaks link by Anonymous Coward · · Score: 5, Informative

      And here's the Freenet key for the zip file: freenet:CHK@cua6vt6OGoe8dBOY2D4PR13jt~FvyvmHlMJKXPcXUgs,gFqVGC6lWjlSdE0cizGzWcyE5Y9f5J0QyWo-GNmLluY,AAIC--8/keys.zip

    4. Re:Wikileaks link by dgatwood · · Score: 5, Interesting

      The DMCA doesn't protect hardware in the U.S., either. Since AFAIK TI doesn't sell copyrighted software that is protected by DRM, this is clearly not a DMCA violation, and unless TI's lawyers haven't read any of the cases that have clarified this beyond a reasonable doubt, it also qualifies TI for perjury charges for deliberately making a false DMCA claim---not that any attorney general will actually have the guts to make an example of them....

      IMHO, all these folks need to do is file a proper DMCA counter notice and then go about their business. Of course, IANAL, and they should consider getting advise from one.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    5. Re:Wikileaks link by stephanruby · · Score: 5, Funny

      What will they do with people outside the US where the DMCA does not apply?

      Put them on a hacker terrorist watch list and disappear them the next time they partake in a terrorist training camp (e.g. a math conference).

  4. Streisand Effect by quanticle · · Score: 5, Interesting

    You'd have thought that Texas Instruments would have learned when the Blu-Ray consortium tried to stop the spread of the '09 F9 ...' key.

    --
    We all know what to do, but we don't know how to get re-elected once we have done it
  5. DMCA Misrepresentation claim viable by zavyman · · Score: 5, Informative

    It's highly unlikely that the factors of an RSA private key are subject to copyright protection. Therefore the groups may have a viable claim for DMCA misrepresentation under subsection (f):

    (f) MISREPRESENTATIONS- Any person who knowingly materially misrepresents under this section--
        (1) that material or activity is infringing, or
        (2) that material or activity was removed or disabled by mistake or misidentification,
    shall be liable for any damages, including costs and attorneys' fees, incurred by the alleged infringer, by any copyright owner or copyright owner's authorized licensee, or by a service provider, who is injured by such misrepresentation, as the result of the service provider relying upon such misrepresentation in removing or disabling access to the material or activity claimed to be infringing, or in replacing the removed material or ceasing to disable access to it.

    Texas Instruments may just have Diebolded itself.

    1. Re:DMCA Misrepresentation claim viable by Nursie · · Score: 5, Informative

      Copyright?

      Wouldn't this be more likely come under the circumvention of cryptographic protection techniques which the DMCA also outlaws?

  6. Re:Screw calculator binaries; how about x64 driver by Xtravar · · Score: 5, Insightful

    1. Get a USB traffic sniffing application
    2. Run the TI driver on a Windows XP VM and record the traffic as you transfer files.
    3. Write your own driver with libusb-win32 and pray that it works
    4. Become hero to the TI community!!!

    --
    Buckle your ROFL belt, we're in for some LOLs.
  7. subterfuge by davidwr · · Score: 5, Funny

    Someone in TI's legal dept. who knows what the Streisand Effect is wants these keys publicized.

    Well, we can hope that's the reason.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  8. DRM in a calculator? by Anonymous Coward · · Score: 5, Funny

    I'm shocked to hear that TI is even bothering to sign things. What exactly could be in a calculator that you would want to protect from hackers or end users?

    "Oh no, a virus has replaced all my Fourier transforms with Laplace transforms!"

  9. No HP??? by volpe · · Score: 5, Funny

    hp is not supported at all

    I that they so shortsighted would be can't believe!

    1. Re:No HP??? by volpe · · Score: 5, Informative

      Oh well, I figured everyone would get it. HP Calculators use "Reverse Polish Notation" (RPN), also known as "postfix notation". Unlike ordinary "infix notation" calculators, in which you put the operator between the two operands, HP calculators take both operands followed by the operator, thereby eliminating the need for parenthesizing an expression. So, where you might enter "5 * ( 3 + 4 ) =" on an infix calculator, you'd enter "5 [enter] 3 [enter] 4 [enter] + * " on an HP calculator. Every time you enter a number, it gets pushed on the stack. Every operator pops the top two items off the stack, performs the operation, and pushes the result on the stack.

      One can write English sentences the same way if one considers the verb to be the operator, while the subject and direct object are the two operands. Thus, what I wrote was the RPN equivalent of "I can't believe that they would be so shortsighted!".

  10. Re:Its the usual castle gate mentality by SuperMog2002 · · Score: 5, Interesting

    I liked what my stats professor in college did: All tests were open book and open note, and you were allowed to use whatever calculator you wanted with whatever programs you wanted. The problems were tuned so that you wouldn't need a fancy calculator to do well, but if you knew this test was going to have Z-tests on it and you brought a program that could do Z-tests for you, more power to you. However, you darn well better be able to read the presented scenario and know off the top of your head that a Z-test is what you need in the first place. There was a strict 50 minute time limit, and if you were using your resources for anything more than a quick formula lookup or computation, you were doomed.

    --
    Sunwalker Dezco for Warchief in 2016
  11. Re:Exactly. by klapaucjusz · · Score: 5, Funny

    Hang on - it's 2009 and we're still arguing about calculators?

    Vi sucks.