Profile_bird

Hey there! drjsp173 is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving drjsp173's tweets.

Already using Twitter
from your phone? Click here.

drjsp173

  1. Its tempting to mix OpenGL and UIKit. Put OpenGL in a view, mix it with all the rest. But that screws up the pixel pipeline. Ah well.
  2. Just added the Jewish, Christian, US Government Holidays to Google calendar. One click. And the Yankees.
  3. On a Google hunt for texture atlas tools. Found a nice post on creating an atlas from fonts: http://bit.ly/7FlNWj
  4. Oldie but goodie article on automatic texture atlas generation: http://bit.ly/15pBIY
  5. Stumbled across TUIO today http://www.tuio.org/?showcase
  6. CATransform3DRotate appears to need the underlying View to have a well defined frame. Make sure its not (0,0,0,0)... #iphone
  7. Doh! Just realized that CATransform3D work as described only when the given CALayer has a well-defined frame.
  8. Make those frames into an animated gif: convert -ordered-dither o8x8,8,8,4 -monitor +map -delay 2 -loop 0 ./frames/*.jpg anim.gif
  9. Turn a 40fps movie into image frames: ffmpeg -i mymovie.mov -b 115174 -y -an -vcodec mjpeg -r 40 -vframes 80 ./frames/%3d.jpg
  10. Last 5 years: YouTube, Photobucket, Twitter, Facebook, Texting, iPhone, Obama. Astounding 5 years for the Net. What's next?
  11. @wcgallego I tried Ball and Biscuit for a bit. Good for the gym, bad for code.
  12. Van Morrison on #Pandora. Now playing Springsteen. Great channel for the "coding zone"
  13. @christmasgorill git feels like a barnacle on xcode and eclipse. it works, but I've cut myself too many times on the unsightly lump.
  14. @onyxraven You shell hacker you. :-)
  15. Synchronize all deleted files with your svn repo: svn delete $( svn status | sed -e '/^!/!d' -e 's/^!//' )
  16. i wish there were an MVC #Drupal, using classes vs. a single namespace. So, so much power. Too many cords.
  17. Some good subversion quickies http://bit.ly/8SWcWh
  18. @mitchitized what is he saying about drupal v. joomla?
  19. @TheFlashBum was it a test on a model, or a controller?
  20. @PodcastPickle try ffmpeg