Re: [9fans] plan 9 regexp

2009-06-03 Thread Enrique Soriano
But then, how exactly the '?' operator is useful for grep? I was Suppose we want to filter file names ending in '.jpg' and '.jpeg'. We would use this regexp: ; ls | grep '\.jpe?g$' The 'e' is optional (zero or one 'e'). Q

Re: [9fans] nice quote

2009-09-02 Thread Enrique Soriano
> (Dave Kirk, Nvidia) A: "No, I think C will die like Fortran has" http://developer.nvidia.com/page/cg_main.html

[9fans] 8c, 8l, and empty files

2009-03-03 Thread Enrique Soriano
term% cd /tmp term% ls nothing.c ls: nothing.c: 'nothing.c' file does not exist term% touch nothing.c term% 8c -FVw nothing.c term% 8l -o nothing nothing.8 term% echo $status term% ls -l nothing --rwxrwxr-x M 8 glenda glenda 0 Mar 3 21:49 nothing term% ./nothing ./nothing: exec header invalid

Re: [9fans] 8c, 8l, and empty files

2009-03-03 Thread Enrique Soriano
On Mar 3, 2009, at 11:54 PM, andrey mirtchovski wrote: if nobody replies to your email, would you report an error? or, if you prefer: if a linker has nothing to link (in the forest), should everybody hear about it? :) Commands are expected to be loud on errors and silent on success. Do

Re: [9fans] 8c, 8l, and empty files

2009-03-04 Thread Enrique Soriano
> "Garbage-in, Garbage-out" What does it happen when you try to link an object file that does not have main() defined? And when you try to link a malformed object file? In these cases, there is not any garbage-out for the garbage-in. There is an error, as expected. > two things: the linker doe

Re: [9fans] Jim McKie

2020-06-25 Thread enrique . soriano
I'm so sorry to hear this sad news. My heartfelt condolences to his friends and family. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Td73b359f9dc68c15-M86d1f8b2ede1fba73a7fde13 Delivery options: https://9fans.topicbox.com/groups/9fans/

Re: [9fans] Sad news.

2020-09-29 Thread enrique . soriano
My condolences to his family and friends. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T89f7af873f4109c5-Me7a0c59db714e73b9a647a39 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Inducing artificial latency

2010-06-15 Thread Enrique Soriano
On Tue, Jun 15, 2010 at 11:39 PM, Jorden M wrote: > On Tue, Jun 15, 2010 at 5:29 PM, John Floren wrote: >> I'm going to be doing some work with 9P and high-latency links this >> summer and fall. I need to be able to test things over a high-latency >> network, but since I may be modifying the kern

[9fans] Intel ICH9R sata controller

2013-02-27 Thread Enrique Soriano
The Intel ICH9 SATA controller is listed in the wiki, but does anyone know if the Intel ICH9R works? Thanks. q

Re: [9fans] Intel ICH9R sata controller

2013-02-27 Thread Enrique Soriano
On Wed, Feb 27, 2013 at 10:18 PM, David du Colombier <0in...@gmail.com> wrote: >> The Intel ICH9 SATA controller is listed in the wiki, but >> does anyone know if the Intel ICH9R works? > > Yes, it is supported in AHCI mode by the sdiahci driver. Great! Thanks q

Re: [9fans] Acme real estate on 15" macbook pro?

2013-10-03 Thread Enrique Soriano
I use Acme with three columns (fullscreen) and the default fonts on my Macbook Pro 15" retina with the maximum "scaled resolution" (looks like 1920x1200). IMHO it's perfect. Regards. q On Wed, Oct 2, 2013 at 10:43 PM, Steven Stallion wrote: > On Wed, Oct 2, 2013 at 10:02 AM, marius a. eriksen w

Re: [9fans] goals of the different projects

2013-10-06 Thread Enrique Soriano
Read the papers. Plan 9: http://plan9.bell-labs.com/sys/doc/ Inferno: http://www.vitanuova.com/inferno/docs.html Plan B, Octopus and Nix: http://lsub.org/ls/papers.html For 9atom and 9front info, go to the web sites. Regards. On Sun, Oct 6, 2013 at 6:50 PM, Sakis Kasampalis wrote: > > -