Here’s an article about the frame rate for television and movies.
http://www.economicexpert.com/a/Persistence:of:vision.html
Sounds like the preferred frame rate for persistence-of-vision applications is 16-24 frames/sec.
|
||||||
|
Here’s an article about the frame rate for television and movies. http://www.economicexpert.com/a/Persistence:of:vision.html Sounds like the preferred frame rate for persistence-of-vision applications is 16-24 frames/sec. The iPhone simulator doesn’t support accelerometer data. But this fellow wrote a nice iPhone app which broadcasts the accelerometer data via UDP to whatever is running on the simulator! http://code.google.com/p/accelerometer-simulator/wiki/Home I like Lou Franco’s 7 Rules of Managing Memory in iPhone applications:
Just a list of iPhone-related articles and posts I need to read:
I got many of these links from this article: Well, I’ve temporarily suspended all work on my project while I juggle career and taxes. One train leaves Los Angeles at 15 mph heading for New York. Another train leaves from New York at 20 mph heading for Los Angeles on the same track. If a bird, flying at 25 mph, leaves from Los Angeles at the same time as the train and flies back and forth between the two trains until they collide, how far will the bird have travelled? I’ve slowly been gaining a feel for how to build a website in Django, and I thought the implementation path to my finished website was pretty clear. But at lunch today, Caleb mentioned Joomla, a PHP-based content management system which seems quite popular. Why don’t I implement my website with Joomla? That threw me for a loop. What is the difference anyways between web frameworks, like Django or Rails, and CMSs, like Joomla or Drupal? Having no experience with the latter, I really can’t say. From looking at teh interwebs, I get the impression that with the web frameworks, you have more flexibility and power–especially with regards to data models and database integration. I intend to stuff all kinds of crap into a database, just for the practice, so I’m going to need power and flexibility. The price of this flexibility is a steeper learning curve. This is all conjecture, though. I’m going to stick with Django for now, but I’ll revisit Joomla later. My networked storage (a Synology box) makes its directories visible over the network. I wanted my Ubuntu box to automatically mount the directories when it boots up. There is a GUI app to view the directories (Places > Network), but it won’t actually mount the directories. What’s the point? Once again, I need to ditch the Ubuntu/gnome solution and do it the old-fashioned way, wading into /etc files with emacs. Does anybody else detect a trend here? This page explains how to do it by modifying /etc/fstab: I’ve finished working my way through the django tutorial. Django is a python-based web framework. I’m happy to see that the parts of Ruby-on-Rails which made sense are also present in django (e.g. ActiveRecord, Model-View-Controller, URL mapping), while also shedding the ridiculous bits ( Ruby). As I mentioned in a previous post, I’m operating Percy as a headless PC: no keyboard, no monitor. The only way to talk to it is via the network. I can ssh to Percy, but I would prefer to use VNC so I can use the desktop environment. Ubuntu comes with an ubuntu-ish (gnome-ish?) VNC server, available under System>Preferences>Remote Desktop. Unlike the “normal” VNC server, however, the desktop size (or in X11 parlance, the “geometry”) is always the same as the attached monitor. That might work for some people, but what if the PC doesn’t have a monitor? In Percy’s case, Ubuntu boots up into a weird desktop configuration which is completely unusable: the desktop is small, and launched applications never appear. It’s a fiasco. Once again, the solution is to ditch the Ubuntu solution and do it the old-fashioned way. I installed tightvnc:
And then in my .bashrc:
Now from my Windows machine, I ssh into Percy and start the VNC desktop with the command “vncserver1″. Then I start a Windows version of vncviewer and attach to Percy:1. |
||||||
|
Copyright © 2010 Snoodle's la Maison de la Casa House - All Rights Reserved |
||||||