Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Roedy Green Newsgroups: comp.lang.java.programmer Subject: Re: TubroVNC Date: Thu, 16 Jun 2011 09:55:51 -0700 Organization: Canadian Mind Products Lines: 28 Message-ID: References: <9775d931-9e65-4dd6-b5c9-d53f19d1dbbd@glegroupsg2000goo.googlegroups.com> Reply-To: Roedy Green NNTP-Posting-Host: RCd/Ul4tyxGUBII8WGwa5g.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Forte Agent 6.00/32.1186 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:5336 On Thu, 16 Jun 2011 08:32:29 -0700 (PDT), New Programmer wrote, quoted or indirectly quoted someone who said : >Does anyone have experience with TubroVNC? >I'm having an issue with the refresh rate for 2D vs. 3D. I have posted a sample video illustrating > the issue below. As you can see the 2D images do not appear to be refreshing correctly. >The 3D background appears real-time and correct. I think you mean TurboVNC. What else are you doing while this thing is busy rendering? You might want to fiddle with thread priorities, and make sure you are not meddling with objects the renderer needs. -- Roedy Green Canadian Mind Products http://mindprod.com One of the great annoyances in programming derives from the irregularity of English spelling especially when you have international teams. I want to find a method or variable, but I don't know precisely how its is spelled or worded. English is only approximately phonetic. Letters are randomly doubled. The dictionary often lists variant spellings. British, Canadian and American spellings differ.I would like to see an experiment where variable names were spelled in a simplified English, where there were no double letters.I also think you could add a number of rules about composing variable names so that a variable name for something would be highly predictable. You would also need automated enforcement of the rules as well as possible.