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 - ElementCoder

Pages: 1 ... 25 26 [27] 28 29 ... 46
391
Other / Re: Beware next time you report a security flaw...
« on: January 21, 2013, 03:03:32 pm »
There's a petition going too apparently http://www.hamedhelped.com/petition/
Almost 2000 people signed it already o_o

392
Other / Re: Beware next time you report a security flaw...
« on: January 21, 2013, 02:46:33 pm »
It's just sad that these things happen :( He's only trying to help people, but apparently big companies couldn't care less about our information.

393
Lua / Re: Updating WZGUILib
« on: January 21, 2013, 01:47:08 pm »
That's a nice looking button, was the colored window already there or is that a new feature as well?

394
TI-Nspire / Re: nCraft (3D minecraft-like game for the nspire)
« on: January 21, 2013, 03:45:31 am »
If he does, I hope he told it Chockosta la vista
That is one epic line :P

395
Other Calculators / Re: Black edition of NSpire CM-C CAS
« on: January 20, 2013, 07:01:10 am »
On taobao, the CM-C and the CM-C CAS have almost the same price.
The CM-C costs 980~1180 yuan (158~190 USD), and the CM-C CAS 1100 yuan (177 USD). (Unlike those very cheap NSpire Clickpad, here are the price from official TI agency.)
Hold on, the CM-C CAS is CHEAPER than the regular o_o?

396
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 19, 2013, 05:44:04 am »
A bit slower wouldn't hurt I think, though high values indeed corrupt your NAND quickly. IIRC, the warnings on the CPU could be ignored it was only the AHB warning that should be taken serious.

397
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: January 18, 2013, 02:38:21 am »
A few minutes later, I totally take Element out of context. How fun.

I don't know what to say to this. Now what will people think of me D:
I don't want to know what you are doing Element Coder :P
I kinda do.
thats just scary
I know, right?
Always pay attention to what you say.
How is that relevant?
About what ElementCoder said originally, i just like quote pyramids :P
Yay quote pyramids though that is offtopic

What was the original context of that quote?
I don't know.
ElementCoder, do you remember the context?
Or is the context what it seems to be? XD
* Sorunome runs
Apologies for making this pyramid even bigger :P Yes I do remember the context, I a mini-usb in my nspire which broke off, then tried to get it out with something else which got stuck again XD But it's fixed now :P

398
News / Re: Custom Boot graphics on TI-Nspire CX !
« on: January 17, 2013, 10:50:51 am »
Would it be possible to set the data real-time? If so, maybe some Ndless hack could make the boot messages (serial) print to the screen, that would be awesome :) but I'm afraid that won't be really possible xs

That's awesome Critor!
I'm wondering if it's only pictures you can set as backgrounds, or could you also put something else. :P
What do you mean with something else? An animation?
I think he means this

399
Humour and Jokes / Re: Minute Physics and the Moon
« on: January 17, 2013, 10:49:15 am »
That moon must be very happy to have that :D

400
General Calculator Help / Re: Hacking the TI Nspire CX Native OS?
« on: January 17, 2013, 03:30:14 am »
Don't we have nsNandMgr for this now? Or is that not capable of loading custom OSes?

401
News / Re: Custom Boot graphics on TI-Nspire CX !
« on: January 17, 2013, 03:15:53 am »
Hmm not sure what I should put gangnam style, or windows XP bootup
Nah, I'd go with the ubuntu bootscreen, nice, clean, and it's ubuntu, what else do you want :)
Or even better, a Crysis loading screen :P

402
Humour and Jokes / Re: If there was tech support in botswana...
« on: January 16, 2013, 01:14:41 pm »
Burn it, but be cautious, it might be more effective then you think...

A wild lobster appears.

403
Computer Programming / Re: passing a type?
« on: January 16, 2013, 10:34:56 am »
I guess you could pass a class (pretty much the same as coolio does):
Code: [Select]
private void foo(Class<?> t){
    if(t == String.class){ ... }
    else if(t == int.class){ ... }
}

private void bar()
{
   foo(String.class);
}
As far as practise goes, I don't see why this would be bad tbh :) Using Class<?> instead of just Class will save you an error about raw types though.

404
Humour and Jokes / Re: If there was tech support in botswana...
« on: January 16, 2013, 10:29:45 am »
Give it up, you can never understand both Quantum and Mechanics at the same time

My bodytemperature has dropped below 0K

405
Other Calculators / Re: [Lua] Cellular Automata
« on: January 16, 2013, 10:22:11 am »
Interesting, now we only have to wait until the nspires themselves start reproducing :o Good job :)

Pages: 1 ... 25 26 [27] 28 29 ... 46