5,068 reputation
432103
bio website luciddreamingapp.com
location
age 27
visits member for 1 year, 7 months
seen 1 hour ago
stats profile views 436

An iPhone developer and sleep researcher, engineer by education.

Bringing the Singularity closer, one app at a time


56m
asked Is there an iPhone example project that uses Flot library for graphs?
1h
comment iPhone how to display a different view controller in response to device rotation?
I also found this implementation : github.com/idevsoftware/Cocoa-Touch-Additions/tree/master/…
1h
comment iPhone how to display a different view controller in response to device rotation?
You wouldn't know how to hide tab bar, would you?
1h
accepted iPhone how to display a different view controller in response to device rotation?
2h
accepted iPhone is there a way to analyze timestamps of all photos on the camera roll?
2h
asked iPhone how to display a different view controller in response to device rotation?
3h
asked iPhone is there a way to analyze timestamps of all photos on the camera roll?
8h
awarded  Notable Question
23h
awarded  Nice Question
1d
accepted Temporarily store images and receive a URL via a web service
1d
asked Temporarily store images and receive a URL via a web service
May
19
awarded  Popular Question
May
15
awarded  Notable Question
May
15
comment A faster way to update interface using background threads
Replacing unviews with view controllers managing CAlayers did speed up performance significantly, because I can do all processing in background and then just fill a bunch or rectangles with precomputed colors
May
15
asked Are there kinect-like motion/eye tracking accessories for iOS with APIs available?
May
12
awarded  Popular Question
May
11
asked iOS how to pick colors for a hot/cold spectrogram when max magnitude is not known?
May
11
comment A faster way to update interface using background threads
Core plot has abysmal performance and would not be able to update itself in 200 ms. I tried it on several other occasions.
May
11
revised A faster way to update interface using background threads
added screenshot
May
11
comment A faster way to update interface using background threads
Pretty much I have 256 columns each one having 32 UIViews (4px by 4px). By stacked I mean they occupy 128 pixels in 4 pixel increments. Each 200ms or so I want to do Fast Fourier Transform and use these views to color code the resulting frequencies ( simply changing their background color).