Re: [9fans] source header question

2010-08-20 Thread Iruatã Souza
On Fri, Aug 20, 2010 at 3:29 PM, EBo e...@sandien.com wrote: I noticed that some of the plan9port .h files have extern C C++ compiler directives: #if defined(__cplusplus) extern C { #endif ... Is this actually necessary since I thought C++ was not supported in Plan 9, et al. Just

Re: [9fans] source header question

2010-08-20 Thread Iruatã Souza
On Fri, Aug 20, 2010 at 5:41 PM, EBo e...@sandien.com wrote: i guess you answered that yourself. does p9p run on Plan 9? There a plenty of programs which are made to run under both p9p and plan9. So, no the question is still open, but I will rephrase it. Should any program which can run

Re: [9fans] install utility

2010-10-06 Thread Iruatã Souza
maybe you want /sys/lib/dist/pc/inst On Wed, Oct 6, 2010 at 12:17 PM, Iruatã Souza iru.mu...@gmail.com wrote: /sys/lib/dist On Wed, Oct 6, 2010 at 11:59 AM, ron minnich rminn...@gmail.com wrote: I'm setting up an arm with a usb root. I've the fossil and venti but I'm a little unclear on how

Re: [9fans] πp

2010-10-15 Thread Iruatã Souza
2010/10/15 Jacob Todd jaketodd...@gmail.com: Eh,  what's Πp? check http://iwp9.org/slides/osprey.pdf

Re: [9fans] anybody figured out a way to use acme as graphical merging tool for hg?

2011-03-16 Thread Iruatã Souza
adiff may be a good place to look at too. On Wed, Mar 16, 2011 at 11:27 AM, Mathieu Lonjaret mathieu.lonja...@gmail.com wrote: Hello, Maybe that would help, as a starting point? http://9fans.net/archive/2009/06/138 mathieu -- Forwarded message -- From: Fernan Bolando

Re: [9fans] contrib(1) WAS: Re: wiki...

2011-04-24 Thread Iruatã Souza
On Sun, Apr 24, 2011 at 11:11 AM, smi...@zenzebra.mv.com wrote: erik quanstrom quans...@quanstro.net writes: IIRC it's based on replica(1) which rather requires ideal circumstances for correct behaviour. partial installs are easy to recover from.  i just used it friday to sort out a file

Re: [9fans] Different results for the same rc script when using listen1

2011-04-24 Thread Iruatã Souza
On Sun, Apr 24, 2011 at 11:03 PM, andrey mirtchovski mirtchov...@gmail.com wrote:   #!/usr/local/plan9/bin/9 rc   echo first at path: $path(1)   for (i in `{seq 1 5}){       if (test $i -eq 3) {           echo $i equals 3       }       if not echo $i is different from 3   } NB: in

Re: [9fans] localization

2011-04-27 Thread Iruatã Souza
On Wed, Apr 27, 2011 at 3:04 PM, tlaro...@polynum.com wrote: Hello, On Wed, Apr 27, 2011 at 05:59:08PM +0200, dexen deVries wrote: browsing through uriel's slides from fosdem 2006 [1], i see him mention Plan 9 lacks localization. what are this lists feelings on localization (both

Re: [9fans] Compiling 9atom kernel WAS: Re: spaces in filenames

2011-04-29 Thread Iruatã Souza
On Fri, Apr 29, 2011 at 7:19 AM, errno er...@cox.net wrote: so I'm just speculating.) really? no one has noticed.

Re: [9fans] Compiling 9atom kernel WAS: Re: spaces in filenames

2011-05-05 Thread Iruatã Souza
On Thu, May 5, 2011 at 5:30 PM, Gorka Guardiola pau...@gmail.com wrote: Any browser anyone writes/ports needs javascript and that is (mostly) independant of anything else and needed, so putting some effort there is probably good whatever the path taken. Spidermonkey javascript implementation

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Iruatã Souza
On Thu, May 12, 2011 at 5:30 PM, Bakul Shah ba...@bitblocks.com wrote: On Thu, 12 May 2011 14:03:13 CDT Daniel Lyons fus...@storytotell.org  wrote: On Thu, May 12, 2011 at 11:52:30AM -0700, Bakul Shah wrote: On Thu, 12 May 2011 13:14:55 CDT Stanley Lieber stanley.lie...@gmail.com  wrote:

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Iruatã Souza
On Thu, May 12, 2011 at 8:45 PM, Iruatã Souza iru.mu...@gmail.com wrote: On Thu, May 12, 2011 at 5:30 PM, Bakul Shah ba...@bitblocks.com wrote: On Thu, 12 May 2011 14:03:13 CDT Daniel Lyons fus...@storytotell.org   wrote: On Thu, May 12, 2011 at 11:52:30AM -0700, Bakul Shah wrote: On Thu, 12

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-16 Thread Iruatã Souza
On Mon, May 16, 2011 at 3:48 AM, Bakul Shah ba...@bitblocks.com wrote: On Thu, 12 May 2011 20:47:04 -0300 =?UTF-8?Q?Iruat=C3=A3_Souza?= iru.mu...@gmail.com  wrote: On Thu, May 12, 2011 at 8:45 PM, Iruat=C3=A3 Souza iru.mu...@gmail.com wr= ote: On Thu, May 12, 2011 at 5:30 PM, Bakul Shah

Re: [9fans] pic

2011-05-23 Thread Iruatã Souza
On Mon, May 23, 2011 at 7:56 PM, Steve Simon st...@quintile.net wrote: Hi, I would like to try to get something  running which would allow me to draw pic documents in a WYSIWYG style I have a load of rather complex drawings to do. The obvious candidates (it seems to me) are:        art

Re: [9fans] hgfs?

2011-05-26 Thread Iruatã Souza
On Thu, May 26, 2011 at 1:39 PM, Bakul Shah ba...@bitblocks.com wrote: Typically the way to do this is to create your own public fork, and then send a pull request to the maintainer of whoever you forked from since hg has the distributed model. A project idea: murkyfs -- browse not just your

Re: [9fans] Hey, new to this. Trying to get plan9 to work in a VM.

2011-06-05 Thread Iruatã Souza
On Sun, Jun 5, 2011 at 11:10 AM, Rudolf Sykora rudolf.syk...@gmail.com wrote: http://code.google.com/p/plan9front/ - Andreas Why this? What's wrong with plan9? I haven't found a word about the reasons on the cited pages. I see there is a problem almost in every piece of plan9 code. I would

Re: [9fans] unable to start plan9 on atom330 in virtualbox

2011-06-12 Thread Iruatã Souza
On Sat, Jun 11, 2011 at 9:32 PM, cinap_len...@gmx.de wrote: i would like to resolve the addresses printed in the screenshot. is this the plan9 live cd? how do i extract that kernel image from the cd? (or extract the floppy image) or does anyone have the debug versions of the kernels that get

Re: [9fans] Mousing is faster than typing but users do not believe it

2011-06-17 Thread Iruatã Souza
On Fri, Jun 17, 2011 at 4:57 AM, Guilherme Lino guih.l...@gmail.com wrote: better with it... but generally keyboard is much faster on most day tasks, people just don't have the patience to learn it Measuring the keyboard versus mouse speed is such a trivial experiment to repeat. Still, as Noah

Re: [9fans] Mousing is faster than typing but users do not believe it

2011-06-17 Thread Iruatã Souza
like I find HCI research is a trivial matter. By the way, the experiment I referred to as trivial is explained in http://www.asktog.com/SunWorldColumns/S02KeyboardVMouse3.html. Best, iru On Fri, Jun 17, 2011 at 6:55 AM, Iruatã Souza iru.mu...@gmail.com wrote: On Fri, Jun 17, 2011 at 4:57 AM

Re: [9fans] novel userspace paradigms introduced by plan 9

2011-07-03 Thread Iruatã Souza
On Sun, Jul 3, 2011 at 8:06 AM, Connor Lane Smith c...@lubutu.com wrote: Still, FUSE has extended attributes, so you could e.g. configure a window manager just by setting attributes on the 'window manager filesystem' root directory. something like extended attributes can be accomplished by

Re: [9fans] Plan 9 Go (Was: GNU/Linux/Plan 9 disto)

2011-07-14 Thread Iruatã Souza
http://groups.google.com/group/golang-dev/browse_thread/thread/c44be49fe9ca42e7/cb98571d81888b9f?lnk=gstq=plan9front#cb98571d81888b9f

Re: [9fans] Ken Thompson page

2011-07-27 Thread Iruatã Souza
works for me. 2011/7/27 Lluís Batlle i Rossell virik...@gmail.com: Hello, I just wanted the article about security and the self-referencing compiler from Ken. http://cm.bell-labs.com/who/ken/trust.html errstr: '/usr/web/who/ken' does not exist And the Wayback Machine from archive.org

Re: [9fans] fossil file system corrupts after a power cut

2011-07-27 Thread Iruatã Souza
On Wed, Jul 27, 2011 at 5:39 AM, kin loo kinlo...@gmail.com wrote: On Jul 26, 3:55 pm, 0in...@gmail.com (David du Colombier) wrote: fossil/flfmt -v da39a3ee5e6b4b0d3255bfef95601890afd80709 /dev/sdC0/fossil fatal error: corrupted root: vtRootUnpack This Venti score is wrong. This is the

Re: [9fans] OT: how do 9fans backup their Mac(book)?

2011-10-02 Thread Iruatã Souza
On Sun, Oct 2, 2011 at 12:07 AM, steve jenkin stevej...@gmail.com wrote: erik quanstrom wrote on 2/10/11 1:37 PM:  it's all block storage. Nope. In the same way that RAM is finely differentiated with many incompatibilities 'gotchas'. It's not all memory. Go away and actually *do* the

Re: [9fans] all you yacc experts

2011-11-11 Thread Iruatã Souza
On Fri, Nov 11, 2011 at 6:54 PM, Bakul Shah ba...@bitblocks.com wrote: On Fri, 11 Nov 2011 08:07:21 PST ron minnich rminn...@gmail.com  wrote: If somebody wants to look at enhancing yacc so that the extra bison bits can be supported, that would probably do the trick. I have no idea of the

Re: [9fans] 9vx instability

2011-11-27 Thread Iruatã Souza
I like some of the fun in 9front, /lib/theo in special, and I dislike the idea of having the US constitution in /lib. But my point is that I think it is a little bit too much having Mein Kampf in there. It seems to me some people needed attention and adding such a disgusting text to the tree was

Re: [9fans] How to mange cwfs on 9front?

2011-12-02 Thread Iruatã Souza
On Fri, Dec 2, 2011 at 9:04 AM, kokam...@hera.eonet.ne.jp wrote: Hi I just installed 9front on a Celeron 2.8GHz with 1GB mashine on a 40GB hard drive. :-)   Yes, I just tried it for test. (When I used 528MB memory, I was rejected by insufficient memory). I know 9front doesn't add anything

Re: [9fans] i can't write to my disk

2011-12-15 Thread Iruatã Souza
how are you rebooting? On Thu, Dec 15, 2011 at 10:39 AM, visof abdullahi...@gmail.com wrote: hello i can't write to my disk in plan9, i tried to copy glenda/bin/rc/ riostart to my user but when i reboot, i got it disappear , also when i modified any file like termrc, i got no modification

Re: [9fans] Plan 9/plan9port coding conventions

2012-01-11 Thread Iruatã Souza
On Wed, Jan 11, 2012 at 7:20 PM, John Floren j...@jfloren.net wrote: (1) For example, P9 code tends to use variable names like i and j, where I would typically use self-documenting variable names like row and col.  Variable names like row and col are much easier to search for (i.e., with a

Re: [9fans] Real time Glenda

2012-04-21 Thread Iruatã Souza
On Sat, Apr 21, 2012 at 4:38 PM, Don Bailey don.bai...@gmail.com wrote: Has anyone attempted to create a real time version of Plan 9? What would this effort require? Would substantial changes to the kernel be needed? D http://doc.cat-v.org/plan_9/real_time/

Re: [9fans] I will buy laptop pre-installed with plan9!!!

2012-05-10 Thread Iruatã Souza
On Thu, May 10, 2012 at 11:26 AM, tlaro...@polynum.com wrote: On Thu, May 10, 2012 at 03:31:14PM +0200, cinap_len...@gmx.de wrote: 9load has to die. Ideally, yes. I worked, a long time ago, with GRUB and finally realized that adding feature after feature we were just building another

Re: [9fans] IL depreciated

2012-05-11 Thread Iruatã Souza
http://code.google.com/p/plan9front/source/detail?r=f31b07b59320acda22829bb12bac497cb5a29a69 On Fri, May 11, 2012 at 3:05 PM, Connor Lane Smith c...@lubutu.com wrote: Hey, The explanation for IL's deprecation is originally from the Plan 9 fourth release notes [1]: We are phasing out the IL

Re: [9fans] build iso's plan9 for amd64, atom, arm, powerpc

2013-01-03 Thread Iruatã Souza
On Thu, Jan 3, 2013 at 3:39 PM, Matthew Veety mve...@gmail.com wrote: Here's how to make a 9front iso. I would guess that building a bell labs dist is similar. http://code.google.com/p/plan9front/wiki/build -- Veety Not that similar.

Re: [9fans] a disk filesystem for both Plan 9 and Linux?

2013-01-11 Thread Iruatã Souza
If you ever mount an extN partition with ext2fs, always remember to unmount it before reboot/shutdown. I remember having trouble with that. On Fri, Jan 11, 2013 at 4:58 PM, John Floren j...@jfloren.net wrote: I'd like to be able to use a disk in both Plan 9 and Linux. FAT seems to have some

Re: [9fans] [GSoC] sorry for the last email

2013-04-23 Thread Iruatã Souza
how naive. On Tue, Apr 23, 2013 at 5:21 PM, Calvin Morrison mutanttur...@gmail.com wrote: Politics... no. It is most likely to do with taxes and other paperwork. it would be a huge hassle for Google to employ students all over the world, more hassle than it is worth apparently. On 23

[9fans] p9p win(1) body file

2013-05-27 Thread Iruatã Souza
Hello, Suppose $winid is the id of an acme window running win(1). An echo ls /mnt/acme/$winid/body will execute ls, i.e. the input to body will be treated as if we had just typed ls in $winid. P9p on the other hand, will show ls in $winid but not execute it. Code reads: win.c:372: case

Re: [9fans] NDB Error

2014-02-24 Thread Iruatã Souza
to avoid confusion: it is a 9front install On Mon, Feb 24, 2014 at 6:27 PM, Shane Morris edgecombe...@gmail.com wrote: Hello 9fans, I get the error as seen in the screenshot - I highly suspect this is because the internet connection I'm using at present is pretty dodgy, but I stand to be

Re: [9fans] DNS/DHCP/AUTH with Raspberry Pi?

2014-10-14 Thread Iruatã Souza
The 9P implementation is based on puffs. Its docs/code may be of help. On Tuesday, October 14, 2014, lu...@proxima.alt.za wrote: i use a socks and http proxies running on the plan9 gateway machine to get windows internet connectivity. the plan9 machines just import the /net.alt ipstack

Re: [9fans] Persistent font in Acme.

2014-11-06 Thread Iruatã Souza
acme is not the system. On Thu, Nov 6, 2014 at 10:48 AM, Stuart Morrow morrow.stu...@gmail.com wrote: The way most congruent with the system might be to have $font a 2-variable (like prompt), to have you favourite fixed- and variable-width fonts both settable in the obvious place: your

Re: [9fans] Persistent font in Acme.

2014-11-06 Thread Iruatã Souza
what other program needs two fonts? On Thu, Nov 6, 2014 at 11:30 AM, erik quanstrom quans...@quanstro.net wrote: On Thu Nov 6 08:15:54 EST 2014, iru.mu...@gmail.com wrote: acme is not the system. On Thu, Nov 6, 2014 at 10:48 AM, Stuart Morrow morrow.stu...@gmail.com wrote: The way most

Re: [9fans] Persistent font in Acme.

2014-11-06 Thread Iruatã Souza
yes, but what about two fonts? I only remember acme. On Thu, Nov 6, 2014 at 12:37 PM, Lee Fallat ircsurfe...@gmail.com wrote: On Thu, Nov 6, 2014 at 9:04 AM, Iruatã Souza iru.mu...@gmail.com wrote: what other program needs two fonts? On Thu, Nov 6, 2014 at 11:30 AM, erik quanstrom quans

Re: [9fans] Porting plan9

2014-12-02 Thread Iruatã Souza
Em 02/12/2014 19:59, Enrico Weigelt, metux IT consult enrico.weig...@gr13.net escreveu: On 02.12.2014 16:21, Steven Stallion wrote: snip apropos kernel/bootloader: I just recently had a look at the code and somewhat got the impression that 9load seems to be a specially tailored plan9

Re: [9fans] Porting plan9

2014-12-02 Thread Iruatã Souza
as far as I can remember, Plan 9 (Bell Labs) as 9load expect each other. 9front, on the other hand, got rid of 9load for its own good. On Tue, Dec 2, 2014 at 8:28 PM, Enrico Weigelt, metux IT consult enrico.weig...@gr13.net wrote: On 02.12.2014 23:02, Iruatã Souza wrote: apropos kernel

Re: [9fans] DigiLand DL701Q quad core tablet

2014-12-19 Thread Iruatã Souza
Em 19/12/2014 06:35, Richard Miller 9f...@hamnavoe.com escreveu: in reality the kernel is the same modulo some drivers and one variable ( e.g. no vga in cpu servers). It's actually quite easy to make a single binary which can be configured at boot time to be either cpu or terminal, depending

Re: [9fans] Standalone *nix port of sam

2015-02-06 Thread Iruatã Souza
On Fri, Feb 6, 2015 at 8:54 AM, Steve Simon st...@quintile.net wrote: There4 was also a chording patch to make cut and paste work like acme, but my fingers have never been agile enough to do this reliably, so its of less# interest to me. 9front sam does it in case it is of interest.

Re: [9fans] on cp /fd/1 /fd/0

2015-05-12 Thread Iruatã Souza
--r d 0 glenda glenda 0 May 10 18:57 0 --rw--- d 0 glenda glenda 0 May 10 18:57 1 ---w--- d 0 glenda glenda 0 May 10 18:57 2 is that what you want to know? or the reasons why the permissions are like that? On Tue, May 12, 2015 at 8:56 AM, Daniel Bastos dbas...@toledo.com wrote:

Re: [9fans] kernel for sgi/indy

2015-04-02 Thread Iruatã Souza
awesome! On Thu, Apr 2, 2015 at 1:51 PM, cinap_len...@felloff.net wrote: have 9front working on sgi/indy (150Mhz r5000) with seeq ethernet, newport graphics (1280x1024x32) and mouse/keyboard working so it can be used as a terminal. in case anyone wants to play with it:

Re: [9fans] using tls-psk cipher suits vs roll our own handshake

2015-12-24 Thread Iruatã Souza
5) seems to much effort to do right/securely, no? On Thu, Dec 24, 2015 at 4:45 PM, wrote: > plan9 currently uses the shared secret from the authentication > process with ssl and rc4 cipher for encrypting traffic for > exportfs and the cpu services (pushssl()). the

Re: [9fans] Install: root file system

2016-01-11 Thread Iruatã Souza
Never tried it, but you could try installing 9front, then your distribution of choice atop of that. On Sun, Jan 3, 2016 at 8:06 AM, wrote: > On Sat, Jan 02, 2016 at 04:26:39PM -0800, erik quanstrom wrote: >> i'm not sure what the root cause of your problem is, > > I'm now

Re: [9fans] 9front sam in plan9port.

2016-05-21 Thread Iruatã Souza
This is just a port of the 9front version of sam to p9p. As you can see, it hasn't been updated in a while. But I can do that if anybody wants it. Em 21/05/2016 4:50 PM, escreveu: #define chording 0 /* code here for reference but it causes deadlocks */ I suppose the

Re: [9fans] libtask

2016-10-18 Thread Iruatã Souza
https://github.com/iru-/lua9p On Thu, Oct 13, 2016 at 3:47 PM, yy wrote: > On 13 October 2016 at 18:03, Steve Simon wrote: >> Anyone written or ported a small simple 9p library; > > As part of a GSoC project I wrote >

Re: [9fans] Partition problems

2016-11-23 Thread Iruatã Souza
9front solved that 5 years ago. On Mon, Nov 21, 2016 at 5:20 AM, wrote: > Hello, > > On Sun, Nov 20, 2016 at 11:07:03PM +, Steve Simon wrote: >> Hi, >> >> I run a modified labs kernel with a few bits of 9atom to support my atom >> Motherboard. >> >> I have added an ssd

Re: [9fans] Partition problems

2016-11-24 Thread Iruatã Souza
I forgot only mac os should be mentioned, sorry. Em 23/11/2016 4:00 PM, "Sigrid Haflinadóttir" < sigrid.haflinadot...@gmail.com> escreveu: > He didn't ask about 9front. > > On Wed, Nov 23, 2016 at 4:13 PM, Iruatã Souza <iru.mu...@gmail.com> wrote: >

Re: [9fans] kerTeX update: m3D for 3D images with MetaPost

2017-08-21 Thread Iruatã Souza
On 08/17/2017 06:47 AM, tlaro...@polynum.com wrote: > Hello, > > I have updated kerTeX. The most visible change for user is the > possibility to use Anthony Phan's m3D macros for MetaPost allowing > 3D figures (this is a package, so it is m...@mp.sh package and not > included in the core

Re: [9fans] What are you using Plan 9 for?

2018-06-15 Thread Iruatã Souza
On Fri, Jun 15, 2018 at 12:02 PM, Mark van Atten wrote: > On Fri, Jun 15, 2018 at 8:13 AM, Mart Zirnask wrote: > >> I'm a part-time writer and radio producer with no CS background, so I >> even use this machine for producing 1-hour radio shows for Estonian >> Public Broadcasting. (Thank you, Non

Re: [9fans] What are you using Plan 9 for?

2018-06-26 Thread Iruatã Souza
On Wed, Jun 20, 2018 at 10:39 PM, Kurt H Maier wrote: > On Wed, Jun 20, 2018 at 10:35:42PM +0100, Ethan A. Gardener wrote: >> >> a sort of operating system where the primary interface to all tasks is >> a Forth interpreter. > > I think we've talked about this in another venue some years back, but

Re: [9fans] Is Plan 9 C "Less Dangerous?"

2018-09-05 Thread Iruatã Souza
On Wed, Sep 5, 2018 at 4:45 AM Chris McGee wrote: > > >> Wasn't that the whole point of RISC? > > > It could be, but after having looked briefly at the size of the design for > RISC-V Rocket and especially BOOM I wonder if it's all overly complicated. > They even built their own high level

Re: [9fans] plan9port : complete system : kernel : freebsd || linux ?

2018-10-04 Thread Iruatã Souza
On Thu, Oct 4, 2018 at 3:35 AM Rui Carmo wrote: > > I’ll bite, partially because I’m used to finding resistance to exploratory > ideas and learning paths, but mostly because I find this kind of passionate, > biased argument fascinating in tech contexts... > > > On 4 Oct 2018, at 09:50, Kurt H

Re: [9fans] plan9port : complete system : kernel : freebsd || linux ?

2018-10-02 Thread Iruatã Souza
On Tue, Oct 2, 2018 at 8:57 AM Roderick wrote: > > > I think it is uninteresting: one can always install plan9port in a > meager installation of openbsd, freebsd or linux. > > More interesting is to have the original plan9 and perhaps a virtual > machine on it to run one of the above OS and their

Re: [9fans] plan9port : complete system : kernel : freebsd || linux ?

2018-10-03 Thread Iruatã Souza
On Wed, Oct 3, 2018 at 10:15 PM Mayuresh Kathe wrote: > > On Wed, Oct 03, 2018 at 11:49:19PM -0400, s...@9front.org wrote: > > what is the point of this exercise? > > to provide an easy to install plan9port based system. > > I suggest you check this list's archives first.

Re: [9fans] Is Plan 9 C "Less Dangerous?"

2018-09-02 Thread Iruatã Souza
On 09/02/2018 09:31 AM, Chris McGee wrote: > I'm curious what > tools are available to help discover bugs. > Does simplicity and clarity count?

Re: [9fans] I went down a Forth rabbit hole and found Glenda

2019-09-22 Thread Iruatã Souza
Hi Skip, Glad you found 9p4! Please let me know if you need any help with it. It is not complete and surely lacks documentation, but testclient.f can help you get started. It currently implements the minimum required to walk and do file i/o. On Sat, Sep 21, 2019 at 6:46 PM Skip Tavakkolian

Re: [9fans] Request for (constructive?) comments: Plan 9 : 2020

2019-10-31 Thread Iruatã Souza
If we want to see what people have been doing with Plan 9, isn't it better to facilitate for the people that want to expose their work? Le jeu. 31 oct. 2019 à 19:58, Lyndon Nerenberg a écrit : > For BSDCan I say "unofficial" specifically because an "official" > BOF as part of BSDCan would

Re: [9fans] Request for (constructive?) comments: Plan 9 : 2020

2019-10-23 Thread Iruatã Souza
I suggest we do it somewhere in Europe. I have the impression most active users are here. On Wed, Oct 23, 2019 at 8:58 AM Steve Simon wrote: > > hi, > > i love the idea, what concerns me is the cost of a flight from the UK to > Michigan. > > we shall see what tickets i can find. > > -Steve > >

[9fans] Plan 9 in Brazil

2020-05-02 Thread Iruatã Souza
Hi, For the Plan 9 historians/archaeologists, yesterday I found this https://archive.org/details/Geek008. Geek was a very popular monthly magazine distributed with a CD packed with software. This was 2002 and dial-up internet was still the norm in Brazil. As far as I know, this is how Plan 9 was

Re: [9fans] Plan9 complete source for raspberry pi

2020-03-19 Thread Iruatã Souza
Hi, You can clone http://code.9front.org/hg/plan9front/ for 9front. For the rpi code in the kernel, check sys/src/9/bcm64 (pi3 and pi4), and sys/src/9/bcm (pi and pi2). On Thu, Mar 19, 2020 at 1:15 PM wrote: > > Hi, > > How do i clone the complete source of plan9 port for raspberry pi? Is

Re: [9fans] Plan 9 in Brazil

2020-08-29 Thread Iruatã Souza
Le sam. 29 août 2020 à 19:26, Leonardo a écrit : > Cool! > > I want to make a Plan 9 distro aimed at brazilians: I'm at the beginning > of this journey. My plan is to translate all the documentation (articles > and man pages), try to make the system more user friendly (not for hackers > but for

Re: [9fans] Plan 9 in Brazil

2020-08-29 Thread Iruatã Souza
een presented in http://4e.iwp9.org/papers/9null.pdf. Lucas > > Em sáb., 29 de ago. de 2020 às 16:55, Iruatã Souza > escreveu: > > > > Le sam. 29 août 2020 à 19:26, Leonardo a > écrit : > >> > >> Cool! > >> > >> I want to make a Plan 9 d

Re: [9fans] Plan 9 in Brazil

2020-08-29 Thread Iruatã Souza
out it at the uni I'm in > but with prior warnings that all the content is in English. > > Lucas > > Em sáb, 29 de ago de 2020 16:55, Iruatã Souza > escreveu: > >> Le sam. 29 août 2020 à 19:26, Leonardo a >> écrit : >> >>> Cool! >>> >>> I wan

Re: [9fans] Plan 9 in Brazil

2020-08-30 Thread Iruatã Souza
On Sun, Aug 30, 2020 at 6:54 PM Leonardo wrote: > > On Saturday, 29 August 2020, at 4:55 PM, Iruatã Souza wrote: > > As another historical note, for a number of years (2006 to 2009 iirc) Plan 9 > reached the peak of 3 regular users in Brazil. Others came and went, but > those

Re: [9fans] Plan 9 earlier versions

2020-08-10 Thread Iruatã Souza
Earlier than what exactly? Pre 4th edition? Le lun. 10 août 2020 à 20:28, Leonardo a écrit : > Hi! > > Can I find Plan 9 earlier versions? Where? > > Sorry for my english, > > Leonardo > *9fans * / 9fans / see discussions >

Re: [9fans] full fossil follies

2021-06-25 Thread Iruatã Souza
Le ven. 25 juin 2021 à 17:19, a écrit : > On Fri, Jun 25, 2021 at 02:12:07PM +, adr via 9fans wrote: > > On Fri, Jun 25, 2021 at 01:41:30PM +0100, Richard Miller wrote: > > > > it just becomes difficult > > > > to do anything when no fossil blocks can be allocated > > > > > > Thinking a bit

Re: [9fans] Help with a sam cleanup script

2021-07-27 Thread Iruatã Souza
On 7/27/21 5:07 AM, Mark van Atten wrote: > On Mon, 26 Jul 2021 at 23:08, wrote: >> >> Quoth revcomni...@gmail.com: >>> I do have 9front's sam installed >>> I am running sam as a standalone on Debian Linux >> >> 9front's sam does not run on Debian linux. > > There is a port, now no longer

Re: [9fans] Help with a sam cleanup script

2021-07-28 Thread Iruatã Souza
On 7/27/21 3:39 PM, k...@a-b.xyz wrote: >> Just pushed it to https://github.com/iru-/sam9f-unix. It might be >> outdated, but I still use it daily. > > It seems that you imported two months before '^' and '_' got added > (in 758496ecaa42b5f6c17c0bd1e0f43189e50e0745). > > There have been a few

Re: [9fans] 9P in Forth

2022-02-14 Thread Iruatã Souza
> On 15 Feb 2022, at 04:19, Lyndon Nerenberg (VE7TFX/VE6BBM) > wrote: > > Alex Musolino writes: > >> Seems so: https://github.com/iru-/9p4 > > Oh now that's slick! < 200 lines of code. > I’m the author. If you can, please let me know how it goes if you decide to try it on AVR.

Re: [9fans] Problems installing 9legacy on bare metal (Thinkpad X60)

2022-01-23 Thread Iruatã Souza
> On 22 Jan 2022, at 17:08, Thaddeus Woskowiak wrote: > > On Sat, Jan 22, 2022 at 10:32 AM yakkuliste via 9fans <9fans@9fans.net> > wrote: >> >> On Friday, 21 January 2022, at 2:02 PM, Thaddeus Woskowiak wrote: >> >> Escape to an rc shell by typing !rc at the boot prompt. >> >> >>