Re: [9fans] Small Plan 9 Platforms

2015-08-15 Thread Brian L. Stuart
On Fri, 8/14/15, Brian L. Stuart blstu...@bellsouth.net wrote: The fundamental issue ... hwdraw(). Tonight's update: Forget what I said last night about hwdraw() and the difficulty of connecting into the devdraw/memdraw/screen stack. I had one of those embarrassing how did it ever work bugs.

Re: [9fans] python for plan9 ?

2015-08-15 Thread Floris van Manen
is there a python 3.4 port ? .F On 15 Aug 2015, at 17:21, Jeff Sickel j...@corpus-callosum.com wrote: The 2.7.9 release isn’t complete yet given a backport of the SSL module from Python 3 to Python 2.7.9. You may want to track hg clone -b 2.7-plan9 -u 93565

Re: [9fans] python for plan9 ?

2015-08-15 Thread erik quanstrom
On Sat Aug 15 16:06:57 PDT 2015, v...@klankschap.nl wrote: is there a python 3.4 port ? .F nope. - erik

Re: [9fans] Small Plan 9 Platforms

2015-08-15 Thread hiro
cute, you should ship with fresnel lenses, then the reference is complete: http://www.wikinoticia.com/images2//s2.alt1040.com/files/2011/11/Brazil2-800x528.jpg There could also be more modern versions for more IKEA styled students:

Re: [9fans] Small Plan 9 Platforms

2015-08-15 Thread Steve Simon
Vncserv must do something similar, maybe that is worth looking at. I went down a similar route but am planning to just address the display as a different type of device, rather than as a plan9 display. Your progress is very impressive, my project stalled - I must get back to it. -Steve On 15

Re: [9fans] Small Plan 9 Platforms

2015-08-15 Thread Brian L. Stuart
On Sat, 8/15/15, Steve Simon st...@quintile.net wrote: Vncserv must do something similar, maybe that is worth looking at. I went down a similar route but am planning to just address the display as a different type of device, rather than as a plan9 display. Good point. Hadn't thought about

Re: [9fans] Small Plan 9 Platforms

2015-08-15 Thread Brian L. Stuart
On Sat, 8/15/15, hiro 23h...@gmail.com wrote: cute, you should ship with fresnel lenses, then the reference is complete: http://www.wikinoticia.com/images2//s2.alt1040.com/files/2011/11/Brazil2-800x528.jpg rotfl... I hadn't made the association until you mentioned it. I may have to mention

Re: [9fans] Small Plan 9 Platforms

2015-08-15 Thread Brian L. Stuart
On Sat, 8/15/15, Joseph Stewart joseph.stew...@gmail.com wrote: Brian, does your uni let you publish your curriculum or course notes? Is this something you've ever considered? I should be able to do at least something along those lines. There are corners of the university that get twitchy

[9fans] python for plan9 ?

2015-08-15 Thread Floris van Manen
Is there a recent python port for plan9 ? Or is it a no go area? .F signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [9fans] python for plan9 ?

2015-08-15 Thread David du Colombier
Jeff Sickel ported Python 2.7 to Plan 9. https://bitbucket.org/jas/cpython My notes on to install Python (and Mercurial) are available here: http://9legacy.org/9legacy/doc/python/notes -- David du Colombier

Re: [9fans] Small Plan 9 Platforms

2015-08-15 Thread Joseph Stewart
Brian, does your uni let you publish your curriculum or course notes? Is this something you've ever considered? -joe On Fri, Aug 14, 2015 at 10:49 PM, Brian L. Stuart blstu...@bellsouth.net wrote: I have tried to email BLS but fear I am being spam filtered... you there? I did get one message

Re: [9fans] python for plan9 ?

2015-08-15 Thread Jeff Sickel
The 2.7.9 release isn’t complete yet given a backport of the SSL module from Python 3 to Python 2.7.9. You may want to track hg clone -b 2.7-plan9 -u 93565 https://bitbucket.org/jas/cpython until I get time to redo the Plan9/_p9ssl.c module. It’s a bigger effort than the old 2.7.x