> On Mar 9, 2025, at 13:27, Shawn Rutledge wrote:
>
> So who’s planning to go? I think we should get started coordinating the
> lodging so we can get the flights ahead of time too. https://iwp9.org/#loc
> says “To be provided”. If we’re just going to get Airbnb’s and suc
So who’s planning to go? I think we should get started coordinating the
lodging so we can get the flights ahead of time too. https://iwp9.org/#loc says
“To be provided”. If we’re just going to get Airbnb’s and such on our own,
that’s fine with me, and I could share with someone.
Sorry to both
> On Feb 23, 2025, at 01:07, Jacob Moody wrote:
>
> 9front does not run on the rpi5 and there hasn't been anyone interested so
> far in doing the port work.
That’s a bummer, but I understand. It has to be interesting to someone who
knows where to start. And they do have the reputation for no
There’s also
https://9p.io/wiki/plan9/Unix_to_Plan_9_command_translation/index.html FWIW; it
doesn’t seem to be editable AFAICT. Maybe it’s worthwhile to merge anything
interesting from there into the garden wiki.
> On Feb 20, 2025, at 19:33, Ori Bernstein wrote:
>
> perhaps:
>
>htt
> On Nov 8, 2024, at 17:04, sirjofri wrote:
>
> Hello everyone,
>
> some time ago I started working on a filesystem for vcard files. The
> filesystem manages a vcard database (stored in the user lib dir), and mounts
> itself to /mnt/vcard per default.
I don’t think I like the idea of one big
If your inclination is to combine streams every time you need to ensure that
event ordering is maintained, you could end up with a lot of streams being
combined, and thus a traditional event queue. Next thing you know, you might
want to be able to inject application-created events into that que
> On May 15, 2024, at 11:27 PM,
> wrote:
>
> I'd like to start playing with the combination RISC-V and Plan9.
I would too. I have a VisionFive 2 (I highly recommend the metal case from
here, if you get one):
https://www.aliexpress.com/item/1005004799577384.html
And a Mango Pi D1:
https://
> On May 4, 2024, at 8:13 AM, Steven Stallion wrote:
>
> All,
>
> It has taken almost 15 years, but fossil has finally managed to chew
> through a second set of SSDs
What does that mean? Does fossil do too many writes, or did they fail for some
other reason? Did you have a heavy write load i
> On Apr 18, 2024, at 1:41 PM, Dan Cross wrote:
>
> Git and Jujitsu are, frankly, superior.
Aha, I had never heard of Jujutsu until now; you mean
https://martinvonz.github.io/jj/ right? Monitoring file changes and treating
changes to the working copy as an implicit work-in-progress commit sou