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

Pages: 1 ... 22 23 [24] 25 26 ... 115
346
News / Re: Hands-On with the HP Prime: Full Review
« on: September 15, 2013, 02:53:39 pm »
What you describe is resistive touch screens.
The HP Prime's touch screen is capacitive, which is like smartphones, so, no layer on top.

347
Casio Calculators / Re: FX-CP400 (ClassPad 400): Who got one?
« on: September 14, 2013, 07:10:53 pm »
I have one, although Critor has it as of today and, well, uses it for more good than myself right now, since he can screenshot algorithms for math exercises :)

348
TI-Nspire / Re: LuaTerm v2.0 - An interactive Lua prompt for your TI-Nspire
« on: September 10, 2013, 05:13:59 am »
The font is actually done by hand in the Lua code, it's not a standard Nspire one :P

349
Other / Re: Looking for non-shit phone
« on: September 10, 2013, 05:13:35 am »
As for Apple, you'll pay for the Apple logo
Sure. (Although other comparable smartphones aren't very cheap neither)

and a locked down device
Sure again, until you jailbreak it if you ever need whatever can be offered through jailbreaking (btw iOS7 has some very nice additions whose ideas probably came from the jailbreaking community)
I was myself using a jailbroken iPhone 3GS for 3 years and the few things I was actually using it for was SBSettings (quick settings toggle, like wifi, etc.), removing system icons I don't use, and using BiteSMS for quick-replies. Now, I only miss BiteSMS's quick-reply, which was just a few-seconds-time-saver, since the rest is already there.

that you'll have to reformat every few week.
Wait.... What ?
The aforementioned iPhone 3GS had only been restored 2 times. In 3 years.
Why would you want/need a higher formatting frequency ?

Also their touchscreen is out of sync with the content, which makes it incredibly hard to type text.
Wait... We clearly aren't talking about Apple i* devices anymore, here, right ?
Among the smartphones I have tested, the actual touch interface is, to me, the best.
Other manufacturers don't seem to be this precise, but do have a better screen quality in terms of contrast, brightness etc (with super amoled and stuff). But that's when you really want to get technical anyway. For 99% of people, A standard "Retina"-like screen, amoled or not, is perfect.


Anyway, the OP wants a "nice large screen" so probably some recent Samsung/HTC stuff ?

350
TI-Nspire / Re: LuaTerm v2.0 - An interactive Lua prompt for your TI-Nspire
« on: September 09, 2013, 04:22:21 pm »
As a tester, I can only say congratz for this release :)

Awesome Lua code in there ;)

351
News / Re: Orion TI-84 Plus Hands-on review
« on: September 09, 2013, 12:13:52 pm »
Also the buttons on the module itself.

352
News / Some music with the Orion TI-84 Plus
« on: September 09, 2013, 08:26:46 am »
Hi everyone,

You may have read our recent news about the hand-on review of the Orion TI-84 Plus, and… maybe you thought if you're a programmer especially, about the not-so-normal possible uses of the Orion module, for example user-controlled sound output ? ;-)

Of course, for now, one can think about making it read numbers and words, which is not very difficult and it was shown in the video on the news linked above.

But .... already on the traditional TI-83+ and 84+, some programmers have released solutions from relatively simple to a bit more complex but realistic in order to get music from the calculator via the 2.5mm Jack I/O port.

Anyway, there has always been some joy for the programmers to tinker with that, maybe especially for the ones more hackers than others, for offering a new dimension to their creations, and in general for those who want to impress their friends with music coming out of their calculator ;-)


Here is a music whose name I won't probably need to state, which I was able to "compose" when thinking about the fact that the calculator has the ability to "read graphs" :


You'll have to excuse me for a few false notes, I certainly heard them too, but ... I can't actually do better, or at least with this method. Indeed, the height of the sound depends directly on the y-coordinate of the pixel, but the change is not by semitone as in our traditional tempered scales ; in fact, the increase in pitch of the sounds are done by a few commas and therefore we don't always get on a well-defined note ... I put the closest ones, which may bother some who have a good ear like me, but it won't prevent anyone from recognizing the Mario theme ;-)

For technical details on the calculator side :
- The calculator reads the current pixel with a sound corresponding to its height (y-coordinate). I had to find a way to jump from one height to another (not going through the pixels in between)
- To do that, we can draw a graph in Plot mode with a list of points :-) In Trace mode with a plot drawn, moving with the left / right arrow jumps from point to another and thus switches from a height to another directly !
- So : just define a list (here, L2) of y-coordinate representing the notes (pitch), and L1 the simple list of X values ?? (a trivial seq(A,A,1,dim(L2->L1 will suffice)

Mario's notes (y-coordinates) are, in order :
Code: [Select]
39,39,39,33,39,44,25,33,25,21,29,32,29,27,26,39,
44,47,41,44,40,34,37,32,14,44,42,41,38,40,27,29,
34,29,34,37,14,44,43,41,38,39,52,52,52,14,44,42,
41,38,40,27,29,34,29,34,37,38,37,34,34,34,34,34,
37,39,34,28,25,39,39,39,33,39,44

Some technical obstacles :
- You are limited to 95 points, so 95 notes, for each Plot. We can thus have 285 notes in total by combining 3 Plots with 3 ordered lists (to go from one to the other, use the up / down arrows)
- It is not with this method that we can have rhythm (on the video, you see that I'm doing it manually). Perhaps with the program Xeda made (IIRC), it can perform a sequence of keystrokes to automate the process ? Or maybe with another way I have not yet found via basic programs to display a point to be read ... (granted, I have not yet tried much).
- It is not like this that we get several notes at once. But hey, just buy several Orion ....  ;D



See you soon for some more … peculiar experiments ? ;)


Source : http://tiplanet.org/forum/viewtopic.php?f=41&t=12949&lang=en

353
Humour and Jokes / Re: Weird/funny pictures thread
« on: September 08, 2013, 11:23:54 am »
That's cheap anyway :P

354
News / Re: New TI-84 Plus Orion videos: unboxing & keys features
« on: September 08, 2013, 08:03:49 am »
By the way, how does the module behave if we move the cursor over a 8000-bytes long line of code (for example, a massive Axe tilemap)? Of course that is unlikely to happen for the average user of that module, but I am curious if it just speaks during one hour, mentionning all 8000 chars one by one? :P
In fact, it's smart enough to skip the currently spoken item if you move over to another :)

355
BTW, in my Chrome v30, it generates 3 errors :

356
News / Re: New TI-Nspire CX hardware revision K
« on: September 05, 2013, 07:22:12 am »
Oops I got confused with that presentation : http://www.covenantchristian.org/bird/TTT/NspireCalc/PressToTest.ppt  It was showing "2.0" etc. :P
(it's the one saying the leds are "hardware-secure"...)

357
News / Re: New TI-Nspire CX hardware revision K
« on: September 04, 2013, 07:18:35 pm »
Oh, at my school most teachers don't even know that the PTT mode exists.
Yeah, like probably most teachers outside of USA actually :P

The older clickpads don't even have an LED and also don't have a PTT mode (?).
The CAS Clickpads don't have LEDs, and the OSes < 2.0 didn't have the PPT mode yet IIRC.

My math teacher was quite surprised after I showed him my calculator playing music over the speakers we have in every classroom and he doesn't even care about the wires I soldered onto the dock connector.
Eh :P

358
News / Re: New TI-Nspire CX hardware revision K
« on: September 04, 2013, 09:43:32 am »
Perfectly , it's why I said it just would take longer for them to know what/how to fix, which can lead to more survival time for ndless, nlaunch, linux etc.



Edit:  phone typo grrr

359
News / Re: New TI-Nspire CX hardware revision K
« on: September 04, 2013, 09:31:35 am »
So you want the next exploit to be released only as a binary?

I said "crucial parts" ;)
(So, pretty much the exploit(s), I guess)

360
News / Re: New TI-Nspire CX hardware revision K
« on: September 04, 2013, 09:14:04 am »
Also, giving the source of the crucial parts of ndless and nlaunch is making the life easy for TI, I think.
I guess it'd be better if those parts should be only accessible by community members who actually need them for [whatever] purpose.
Of course it's not something that can stop TI's security team, but it would largely make fixes take longer to release for them


Edit : typo

Pages: 1 ... 22 23 [24] 25 26 ... 115