Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Federico Benavento
> On 24 Jan 2022, at 09:45, Steve Simon wrote: > > i suggest first you check your facts carefully before publicly accusing > anyone of anything. > > throwing unchecked accusations around is a good way to start an angry mob, > and we all know how inclusive those tend to be. > > -Steve > >

Re: [9fans] Transfer of Plan 9 to the Plan 9 Foundation

2021-03-24 Thread Federico Benavento
Congrats! > On 24 Mar 2021, at 15:09, Anthony Sorace wrote: > > On Mar 23, 2021, at 16:55 , Dave MacFarlane wrote: >> >> Wow, fantastic news! Congratulations! > > Thanks! I'm pretty excited > >> Is there any way we can donate to the foundation (time or money) to keep >> things moving along

[9fans] Re: Plan 9 in Summer of Code

2021-03-09 Thread Federico Benavento
KUDOS! > On 9 Mar 2021, at 16:08, Anthony Sorace wrote: > > Google has just posted the list of accepted organizations for Summer of Code > 2021, and I'm happy to report that Plan 9 has been accepted! > > The first wave of eager student applicants is already checking out the ideas > pages fo

Re: [9fans] Rudimentary web browser in Go

2021-01-04 Thread Federico Benavento
Nice. > On 4 Jan 2021, at 16:13, philip.silva via 9fans <9fans@9fans.net> wrote: > > Hi! > > I've been working on a rudimentary web browser in Go which runs on > Plan9(port) thanks to the duit UI framework. I've developed most of it of > 9front/amd64 although the initial setup and some debuggi

Re: [9fans] Sad news.

2020-09-28 Thread Federico Benavento
Damn, I’m really sad to hear this, I never met him personally, but he was always fine guy to talk to. My condolences to his family and friends. :( > On 28 Sep 2020, at 15:32, Dan Cross wrote: > > I just got word that Andrey has passed away. :-( > > I'm sorry, I don't have any further details

Re: [9fans] Jim McKie

2020-06-24 Thread Federico Benavento
Rest in peace, Jim, my condolences to his family and friends. > On 24 Jun 2020, at 21:35, Charles Forsyth wrote: > > I am sorry to say that Jim McKie (jmk) died suddenly on 16 June. > https://www.ippolitofuneralhomes.com/obituaries/James-B-McKie?obId=15111702&fbclid=IwAR3d7aHZXEOhYz-ciOrQPh-W1e

Re: [9fans] Is the vanilla Plan 9 still alive?

2019-11-23 Thread Federico Benavento
Yeah, WTF. > On 23 Nov 2019, at 14:16, Skip Tavakkolian wrote: > >  > I think (hope) this is sarcasm. > >> On Sat, Nov 23, 2019 at 6:35 AM Aram Hăvărneanu wrote: >> Steve and Richard, >> >> You are a bunch of hypocrites. Bitter old men. >> >> -- >> Aram Hăvărneanu > > 9fans / 9fans / see d

Re: [9fans] moving 9fans to new server, but still 9fans@9fans.net

2019-10-14 Thread Federico Benavento
Damn, my first post was more than 15 years ago, we are not as young as we used to. —- Federico G. Benavento benave...@gmail.com -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T73a7388a716e3644-Mf8a933bffa7997a46fe8ff72 Delivery opt

Re: [9fans] Rc port.

2019-01-30 Thread Federico Benavento
Fixed, thanks. > On Jan 28, 2019, at 12:22 PM, arn...@skeeve.com wrote: > > Federico Benavento wrote: > >> Hola, >> >> I just uploaded a standalone unix (only tested on macOS/Linux) port with >> edit, history and completion support to GitHub. >> I

Re: [9fans] Rc port.

2019-01-24 Thread Federico Benavento
Oh, maybe it wasn’t so obvious, but this copy has edit, history and completion which can be customized by defining a fn complete{} function. > On Jan 24, 2019, at 1:25 PM, Federico Benavento wrote: > > I just wanted the shell, not the whole thing, it’s a port, because I started &

Re: [9fans] Rc port.

2019-01-24 Thread Federico Benavento
I just wanted the shell, not the whole thing, it’s a port, because I started from the copy in /sys/src/cmd/, I didn’t want to use es either. > On Jan 24, 2019, at 12:01 AM, Mayuresh Kathe wrote: > > On 2019-01-24 03:09 AM, Federico Benavento wrote: >> Hola, >> I just uploa

Re: [9fans] Rc port.

2019-01-24 Thread Federico Benavento
macOS Terminal Title printf '\033]7;%s\007' file://^`{hostname}^$PWD } fn cd { builtin cd $* && setprompt } > On Jan 23, 2019, at 7:32 PM, Federico Benavento wrote: > > Yes, you can, I think I even set the title of the terminal window when I cd.

Re: [9fans] Rc port.

2019-01-23 Thread Federico Benavento
Yes, you can, I think I even set the title of the terminal window when I cd. I’m not at home now, i’ll post my rcrc once I get a chance. > On 23 Jan 2019, at 19:11, Calvin Morrison wrote: > > feature i would ove: something equiv to a PS1 line so i know what > folder i'm in. Can I do that with $

Re: [9fans] Rc port.

2019-01-23 Thread Federico Benavento
I’ve been able to survive quite well on a regular Mac terminal with it. Thanks for trying it. > On Jan 23, 2019, at 6:57 PM, Calvin Morrison wrote: > > On Thu, 24 Jan 2019 at 08:41, Federico Benavento wrote: >> >> Hola, >> >> I just uploaded a standalone

[9fans] Rc port.

2019-01-23 Thread Federico Benavento
Hola, I just uploaded a standalone unix (only tested on macOS/Linux) port with edit, history and completion support to GitHub. I have been using it as my primary shell for months on macOS and it’s seems to be working pretty well. https://github.com/benavento/rc Have fun. —- Federico G. Benaven

Re: [9fans] using git

2015-03-19 Thread Federico Benavento
Same here, https://bitbucket.org/fgb/mac9p <https://bitbucket.org/fgb/mac9p> — Federico Benavento benave...@gmail.com > On Mar 19, 2015, at 1:36 PM, Charles Forsyth > wrote: > > Anyway, I moved all my Google Code stuff to mercurial at Bitbucket. > I find both the comma

Re: [9fans] 9p on iOS?

2014-12-19 Thread Federico Benavento
I can reuse code from u9fs, I did that for mac9p. Linking C to obj-C is straightforward. > On Dec 19, 2014, at 4:10 PM, Anthony Sorace wrote: > > I have a project for which I need 9p on iOS. Anyone have an Objective C > module that'll do that, or experience fitting in a C library? I'm looking f

Re: [9fans] Can't "mk CONF=9pcdisk" --> gives error "rc: #d/0:

2012-07-19 Thread Federico Benavento
you're using backquotes, why? that would be `{mk CONF=9pcdisk} in rc's syntax. now to compile that kernel the syntax is: % mk 'CONF=pcdisk' now are you sure you want a pcdisk? On Jul 19, 2012, at 6:07 AM, kalara...@gmail.com wrote: > I'm in /sys/src/9/pc and I type > > `mk CONF=9pcdisk` > >

Re: [9fans] plan9port rio and keyboard shortcuts

2012-07-10 Thread Federico Benavento
cinap has a patch for that in /n/sources/contrib/cinap_lenrek/rio.c, I don't remember the scapes, I think it was ^n or ^m. On Jul 10, 2012, at 6:26 AM, Rudolf Sykora wrote: > Hello, > > In p9p's rio there is a possibility to cycle over windows with left_alt-tab. > Has anyone thought about / man

Re: [9fans] environment variables bevanving weird

2012-06-08 Thread Federico Benavento
quot;); > > After running it, > echo $foo > prints just an empty line, while > cat /env/foo > prints bar. Can anyone explain? > --- Federico Benavento benave...@gmail.com

Re: [9fans] Reading gmail

2012-05-14 Thread Federico Benavento
b/ndb/local or hardcode it in /mail/lib/remotemail follow the wiki, btw you should have copied rewrite.gateway over rewrite --- Federico Benavento benave...@gmail.com On May 15, 2012, at 2:37 AM, 9 9 wrote: >> >> Any help on sending mails using gmail? >> http://ww

Re: [9fans] Mercurial and Plan 9

2012-03-20 Thread Federico Benavento
check, /sys/src/ape/lib/draw/ for some insight On Mar 14, 2012, at 12:22 PM, Yaroslav wrote: > Speaking of which... what would be the trick to make libsec visible > for an APE source? > -- > - Yaroslav >

Re: [9fans] fun with replica and pull

2011-12-20 Thread Federico Benavento
On Dec 20, 2011, at 12:57 PM, ron minnich wrote: > > it reminds me of why we went with hg on the NIX tree. > because at the time you did it things like bitbucket and the hg port came to exist? so what one should do, use replica to sync with sources and move the all the contribs to bitbucket

Re: [9fans] hg over ssh

2011-12-15 Thread Federico Benavento
hg expects certain environment... at first I thought it was a quoting issue that hg didn't rc's quoting, but it might be that it could fork a unix program or even trying to run /bin/sh it self, anyways this works with the only hg port I've used and that I know it works, the one in bichued's contrib

Re: [9fans] go v. mk

2011-12-05 Thread Federico Benavento
mkmk On Dec 4, 2011, at 9:44 PM, John Floren wrote: > On Sun, Dec 4, 2011 at 4:32 PM, Federico Benavento > wrote: >> >> On Dec 2, 2011, at 9:12 PM, ron minnich wrote: >> >>> Did you try it? Might be worth trying it. We did. But maybe it's time >&

Re: [9fans] go v. mk

2011-12-04 Thread Federico Benavento
On Dec 2, 2011, at 9:12 PM, ron minnich wrote: > Did you try it? Might be worth trying it. We did. But maybe it's time > to try things first and then send email :-) relax, maybe he didn't, but he did write a tool that parses configure/makefiles and generates mkfilles