Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - willrandship

Pages: 1 ... 192 193 [194] 195 196 ... 208
2896
TI-BASIC / Re: Nspire lists
« on: July 06, 2010, 01:04:59 am »
yeah, you'll find a lot of things replace parentheses with brackets. Same with matrixes (I think that was my first thread on here :P)

2897
The Axe Parser Project / Re: Calling Brave Axe Warriors!
« on: July 01, 2010, 11:35:14 pm »
I have what may be a bug!

This may only happen on nspires, not sure. When I recompile an app, so it deletes itself, it still increases the number of apps by one, but since there isn't an extra app, it duplicates the last app that was there. Right now I'm at 6 duplicates on my nspire. All duplicate apps lead to the finance app.

ie.
Apps on calc
Finance
Axe
AXED
Puzzpack
Periodic
RushHour
PONG
Transfrm
Francais

List
Top to bottom
Finance
Axe
AXED
Puzzpack
Periodic
RushHour
PONG
Transfrm
Francais
Francais
Francais
Francais
Francais

Scrolling Bottom to top
Finance
Finance
Finance
Finance
Finance
Finance
Axe
AXED
Puzzpack
Periodic
RushHour
PONG
Transfrm
Francais

Not sure if it's axe, but I have a sneaking suspicion it is, as I haven't done anything else AT ALL with it but axe.

Maybe a Keypad swap will clear it.....

Is anyone else experiencing this?

2898
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: July 01, 2010, 05:43:23 pm »
Actually, technically the nspire is just that: a common netbook-style processor (granted, a fairly weak one)

If they wanted the nspire to be some fancy handheld computer, they could do it with one OS release. The OS currently used on the nspire is one made for mininetbooks anyways, so it would take minimal effort.


Better yet, fb39, get an army of 81s with all their keypads hacked to talk to each other, and crack it.


Edit: Oh, btw I'm leaving on another trip, won't be back until tuesday night. Sorry!


I was thinking: if we used ndless, could we ever access the area of the memory to change the factor required? We could make our own rsa key and replace ti's (making a key takes like 3 seconds)

2899
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: June 29, 2010, 09:45:53 pm »
Well, BOINC would mean the computers act like one supercomputer. The idea I had in mind would have them all as separate computers sending information to a server and (hopefully) working faster and it could be random, but still regulated.

If you can work out a way for BOINC to work, though, why not? I have an atom that can be our master node, but you'll have to tell me how to set it up.

2900
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: June 29, 2010, 06:38:21 pm »
Well, this way the server can send new numbers faster. If it doesn't recieve one set within x min/hrs of sending, it resets it to open.

2901
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: June 29, 2010, 06:15:39 pm »
i was hoping for something that would be completely automatic user-side, so you just run it.

For power outages, I was thinking since it would do segments, reporting to the server every time. you would simply lose maybe 15 min. of progress in a power outages

2902
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: June 29, 2010, 05:06:08 pm »
Well, every bit you add doubles the difficulty, so 1024 is 2^256 harder than 768. That's a lot more than 1000. :P Not very easy at all.....

I was thinking, if you assign computers to do so many numbers, randomly within a certain bit range, it might go faster, so:

(increments of 40 example)
Server:
0-40 Unsolved
41-80 Solved, no answer
81-120 In process by 12.60.2.255
121-160 Unsolved

When a computer finishes its portion, it receives a random other portion to solve. Hopefully, several computers doing this all at the same time should hopefully hit the solution eventually, and the server sends the message to all the rest, spreading the key instantly to (hopefully) thousands of people!

By a fermat attack, are you referring to http://en.wikipedia.org/wiki/Fermat%27s_factorization_method?

I'd be willing to write it if I knew how a little better. Unfortunately, my best programming language is still TI-Basic :P I have lots of time on my hands for this kind of thing.

Yes, I know 40 numbers is nothing. It was just an example. It would probably be maybe 30-minute segments, not too long or they get interrupted before they finish when you turn off your computer.

brute forcing the key doesn't require much memory. Check that perl script's memory usage, and it's slim to none. But yes, the virus portion was a bad idea.


I had one other idea: Where exactly is this code stored? Is there any way we could replace it with a different key, that we know? That way, you couldn't have the nspire OS (which sucks anyways :P) but you could have another OS, maybe similar to KnightOS, or moonshell (flashcart menu for DS) based.

Edit: repitition fix. Sorry about that.

2903
News / Re: SirCmpwn Joins The Ranks of the Coders Of Tomorrow
« on: June 29, 2010, 02:47:06 pm »
Thanks! Yeah, I was gone for a few days on Trek. Are you familiar with it? Basically, it's a pioneer reenactment where we go out in the middle of nowhere and pull handcarts for a few miles. At least they fed us more than the authentic 4 oz. of flour.

2904
TI-Nspire / Virus to crack RSA for nspire? :P
« on: June 29, 2010, 01:04:36 am »
Just think: a virus that infects a computer, completes some rsa factoring, sends results to a server as it does (so as not to duplicate work), and spreads to some more hosts. Nobody notices it's there since it has a low processor priority, and we get the nspire keycode super fast! (well, not super fast, but you get the idea)

Like it?

2905
Axe / Re: BGM in Axe?
« on: June 29, 2010, 01:01:06 am »
Did metroid use something like this in the NES games? Sounds similar! That would be cool: a metroid clone that has the same type of music.

The nes had 2-track music, I believe, which is why zelda 1 sounds worse when your hearts are low.

2906
TI-Nspire / Re: Nspire Raycaster
« on: June 29, 2010, 12:58:40 am »
Yeah, Silver, I know how you feel! I can't wait for ndless 2.0!

2907
News / Re: SirCmpwn Joins The Ranks of the Coders Of Tomorrow
« on: June 29, 2010, 12:55:29 am »
Congrats Sir! Have fun using your new subforums!

2908
Axe / Re: The case of the decreasing RAM
« on: June 27, 2010, 10:28:58 pm »
I feel so lucky now. My math teacher cleared the ram once on a test we did, since it was a regulated test, but never does it otherwise. Once, I let him reset my ram with my 84+ pad in, then switched to my nspire pad with all my progs :P

It rocks and sucks at the same time to live in the country.

2909
The Axe Parser Project / Re: Features Wishlist
« on: June 26, 2010, 09:40:53 pm »
I was going to vote asm libs, but voted Geo Drawing since asm libs will probably not be allowed in contests.

2910
tiDE / Re: Feature Requests
« on: June 26, 2010, 08:03:49 pm »
I think I have a few. You might already have them though.

Nspire ARM Asm Support
OS Signing
Open Source (Eventually, I hope that I will be able to run this on other devices)

Good Luck! I really like the idea of an IDE where I don't have to worry so much about setting it up correctly.

Pages: 1 ... 192 193 [194] 195 196 ... 208