Earlier quoted context omitted.
Because of cheating? How can you use the Raspberry Pi (in a calculator shell) to cheat, in such a way that you can't use a ti-89 to cheat? Most cheating will be by either storing crib notes on the device (which won't do you any good in math if you don't understand the concepts), or by running a program to solve a problem for you, both of which the ti-89 is more than capable of doing -- that is its whole purpose, is t…
Standardized test calculator rules in this country are not governed by reason. For instance, a TI-89 is allowed on the SATs, but a TI-92 is not. Basically the same calculator, except the TI-92 has a qwerty keyboard. How would a tiny little qwerty keyboard actually give you an advantage on a test like the SAT? Who the hell knows. Remember 10 or so years ago when teenagers were all typing on telephone keypads? On the o…
Add a dirt-cheap screen to the Raspberry Pi B+
61–66 of 66 posts
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#62Basically take the tablet manufacturing process and remove most of the stuff thats not a screen and add HDMI.
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#63Earlier quoted context omitted.
Because of cheating? How can you use the Raspberry Pi (in a calculator shell) to cheat, in such a way that you can't use a ti-89 to cheat? Most cheating will be by either storing crib notes on the device (which won't do you any good in math if you don't understand the concepts), or by running a program to solve a problem for you, both of which the ti-89 is more than capable of doing -- that is its whole purpose, is t…
During my high school exams, every calculator would get reset by a teacher/supervisor beforehand. Harder to do with such a device.
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#64Earlier quoted context omitted.
Standardized test calculator rules in this country are not governed by reason. For instance, a TI-89 is allowed on the SATs, but a TI-92 is not. Basically the same calculator, except the TI-92 has a qwerty keyboard. How would a tiny little qwerty keyboard actually give you an advantage on a test like the SAT? Who the hell knows. Remember 10 or so years ago when teenagers were all typing on telephone keypads? On the o…
The TI-92 with its keyboard was banned not because it would help the test taker, but because of a worry that the full keyboard would enable copying the test to send to someone in a later timezone.
With the 89's input history, you could effectively record the mathematics section merely by running it all through your calculator and then extracting the history after the fact.
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#65This is an awesome post. A number of older laptop screens use this "standard" and you can just take off the screen and repurpose it. The trick is that sometimes the flex cable between the screen and the laptop has extra stuff on it. Time to go panel hunting for some more panels :-)
I was wondering recently what the interface is on my old Nokia N800 tablet, for just this reason, but I'm reluctant to take it apart to find out. And I still have a soft spot for my trusty old N800. I also have an XO-1 OPLC laptop, but it has a funky display. Hmm. I have an old IBM T60 in my junk pile, maybe that could be used...
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#66Earlier quoted context omitted.
This comes up every time someone mentions the corruption. We don't power off our many pis, but they are on UPSs (we use them for a security system.) However, the corruption happens so much that we keep disk images and have a spare on hand when we have to reboot them for any reason because 1/4 of the time they will not boot up. Even if it were corrupting the FILES being written when hard booted, it shouldn't corrupt t…
> Even if it were corrupting the FILES being written when hard booted, it shouldn't corrupt the FILESYSTEM being written. That's not how SD cards work unfortunately. When an SD card erases data, like if it's updating a file allocation table, it has to erase an entire block of flash and not just the bytes you care about. The card will throw the block into a cache in memory, erase the block, and then rewrite the parts…