Re: [9fans] python csp

2009-03-12 Thread roger peppe
2009/3/11 gd...@9grid.es: www.stackless.com not viable. it doesn't even support alt, as far as i can see. coming up: another port of the 9 code. maybe i'm hidebound, but i hate to do concurrent programming without channels!

[9fans] p9p Ubuntu packages

2009-03-12 Thread underspecified
Greetings, Having gotten fed up of compiling and installing Plan 9 from User Space on all of my machines, I have packaged p9p for Ubuntu Linux and am hosting it on my package repository Ubuntu NLP [http://cl.naist.jp/~eric-n/ubuntu-nlp]. The packages are still very basic; I am literally building

Re: [9fans] small node

2009-03-12 Thread maht
From the picture, the thing has USB. Gotta be a way to DIY ethernet or wifi into it... http://ninetimes.cat-v.org/news/2008/12/24/1_New_driver_for_usb_ethernet_devices/

[9fans] IWP92009-Bondi

2009-03-12 Thread Bruce Ellis
Please be advised that because of a change in weather the workshop will now start at 5:30am for a surf at south bondi. All delegates are expected not to be eaten by sharks. brucee

Re: [9fans] small node

2009-03-12 Thread J.R. Mauro
On Fri, Mar 13, 2009 at 10:45 AM, maht mattmob...@proweb.co.uk wrote: From the picture, the thing has USB. Gotta be a way to DIY ethernet or wifi into it... http://ninetimes.cat-v.org/news/2008/12/24/1_New_driver_for_usb_ethernet_devices/ Hey, that's pretty cool

[9fans] drawterm crash. small fix. bug remains?

2009-03-12 Thread erik quanstrom
ignominously, i am dealing with an x86_64 linux machine with 64-bit linux. this always crashes drawterm 1. create new rio window 2. put window in hold mode 3. cut from an x application 4. paste into drawterm window from #2. this change stopped it from crashing. i don't know

Re: [9fans] drawterm crash. small fix. bug remains?

2009-03-12 Thread erik quanstrom
nevermind. i guess this is the right fix. evidently i had a little dyslexic fit at 2 in the morning. as 0x7f8554001670 != 0x7f8554001960 - erik

Re: [9fans] python csp

2009-03-12 Thread John Barham
coming up: another port of the 9 code. maybe i'm hidebound, but i hate to do concurrent programming without channels! How about using queues (http://docs.python.org/library/queue.html)? I've used them many times for inter-thread communication. John

Re: [9fans] python csp

2009-03-12 Thread andrey mirtchovski
coming up: another port of the 9 code. maybe i'm hidebound, but i hate to do concurrent programming without channels! me too. sign me up for alpha/beta testing.

Re: [9fans] python csp

2009-03-12 Thread roger peppe
2009/3/12 John Barham jbar...@gmail.com: How about using queues (http://docs.python.org/library/queue.html)? no alt.

Re: [9fans] python csp

2009-03-12 Thread John Barham
How about using queues (http://docs.python.org/library/queue.html)? no alt. Couldn't you implement it approximately using http://docs.python.org/library/queue.html#Queue.Queue.qsize?

Re: [9fans] python csp

2009-03-12 Thread Joel C. Salomon
On Thu, Mar 12, 2009 at 4:08 AM, roger peppe rogpe...@gmail.com wrote: 2009/3/11  gd...@9grid.es: www.stackless.com not viable. it doesn't even support alt, as far as i can see. It seems to me from http://www.stackless.com/wiki/Channels#channel-balance that Stackless Python's Channels have

Re: [9fans] python csp

2009-03-12 Thread David Leimbach
On Thu, Mar 12, 2009 at 10:54 AM, Joel C. Salomon joelcsalo...@gmail.comwrote: On Thu, Mar 12, 2009 at 4:08 AM, roger peppe rogpe...@gmail.com wrote: 2009/3/11 gd...@9grid.es: www.stackless.com not viable. it doesn't even support alt, as far as i can see. It seems to me from

Re: [9fans] my /dev/time for Linux

2009-03-12 Thread J.R. Mauro
On Fri, Mar 6, 2009 at 6:29 AM, maht mattmob...@proweb.co.uk wrote: nice one. Getting it upstream would be great. Another you know Y that's in Linux now, it's from Plan9, but if you want Plan9 you know where to find it (unless it's down today). Actually, I got Ashwin Ganti's Plan 9

Re: [9fans] python csp

2009-03-12 Thread roger peppe
2009/3/12 John Barham jbar...@gmail.com: How about using queues (http://docs.python.org/library/queue.html)? no alt. Couldn't you implement it approximately using http://docs.python.org/library/queue.html#Queue.Queue.qsize? no. approximately in this case would mean wrong. for the time

[9fans] Realtek 8111C

2009-03-12 Thread Tharaneedharan Vilwanathan
hi, i have a quick question. does anyone know if realtek 8111c is supported? any help appreciated. thanks dharani

Re: [9fans] Realtek 8111C

2009-03-12 Thread Tharaneedharan Vilwanathan
hi erik, thanks for the quick response. regards dharani On Thu, Mar 12, 2009 at 1:17 PM, erik quanstrom quans...@quanstro.net wrote: works fine for me, even with jumbo packets: 5.0.0:  net  02.00.00 10ec/8168  10 0:d801 256 2:feaff004 4096 3: 16        Realtek Semiconductor

Re: [9fans] Realtek 8111C

2009-03-12 Thread Kenji Arisawa
Hello, I tried 8111C on GIGABYTE GA-G31M-S2L, but the controller did not work for me. I don't know if recent driver works. Additional information welcome. Kenji Arisawa On 2009/03/13, at 5:27, Tharaneedharan Vilwanathan wrote: hi erik, thanks for the quick response. regards dharani On

Re: [9fans] Realtek 8111C

2009-03-12 Thread erik quanstrom
On Thu Mar 12 18:35:33 EDT 2009, aris...@ar.aichi-u.ac.jp wrote: Hello, I tried 8111C on GIGABYTE GA-G31M-S2L, but the controller did not work for me. I don't know if recent driver works. Additional information welcome. Kenji Arisawa i am running a slightly different driver than the one

[9fans] new toy - gmap

2009-03-12 Thread Steve Simon
New toy, a google maps client in a few lines of script - thanks to them rather than plan9. With no args it looks in /lib/sky/here and displays where you are, with some args describing a place on the planet it tries to show you the local roads. It should really have a GUI that lets you zoom and