On Thu, Jul 3, 2025, 5:02 PM Lyndon Nerenberg (VE7TFX/VE6BBM) <
lyn...@orthanc.ca> wrote:
> Thaddeus Woskowiak writes:
>
> > I'm not a programming wiz but it would be nice to have a well supported
> > language on Plan 9 besides c. I prefer that it be small and simple
I agree with Moody.
As for languages:
I'm not really interested in porting languages to enable dragging along
legacy software for the sake of running it on Plan 9.
An example I have is kicad. It's huge but useful and I've made a few PCBs
with it but I have no interest in ever seeing it run on Pla
On Thu, Apr 10, 2025, 1:28 AM wrote:
> Paul Lalonde wrote:
>
> > I neglected to add that tcp17020 is the tls trampoline that redirects to
> > 564.
> >
> > So I suspect my tls handshake but don't know how to debug it.
>
> Um, wireshark on Linux?
>
> Arnold
snoopy(8) does the same thing withou
That's the best kind of prank. Pure effort.
On Wed, Apr 2, 2025, 5:48 PM Jeremy Jackins wrote:
> Here I thought we were supposed to get a prank for April 1, rather than a
> gift.
>
> On Wed, Apr 2, 2025 at 8:47 AM wrote:
> >
> > Looks nice! Congratulations!
> >
> > > https://copy.sh/v86/?profil
On Sat, Mar 22, 2025 at 2:50 PM Thaddeus Woskowiak
wrote:
> I attached two images. At some point I will post a few more on my site
> and link it here.
As promised, a few more pictures: http://9systems.org/fun/3dglenda/
--
9fans: 9fans
Permalink:
This isn't the first time this idea has popped up.
There are plenty of microcontrollers with USB device support so why not run
a 9p server on the micro and let it serve it's hardware to a 9 machine
directly, alleviating the user from ever thinking about a driver - the
hardware is the driver. You c
I have two Shelly dimmers and a four pack of Shelly wall plugs (relay with
current and voltage measurement) that use a well documented json protocol.
They connect using Wi-Fi or Bluetooth via an ESP which they provide
documentation on so you can flash your own firmware. Very DiY friendly and
low co
On Sat, Jan 4, 2025 at 1:03 PM Bakul Shah via 9fans <9fans@9fans.net> wrote:
>
> On Jan 4, 2025, at 9:35 AM, Stuart Morrow wrote:
> >> This has been a very interesting discussion, thanks all. My offer
> >> remains: if anyone wants to revive NIX, I am happy to help.
> >
> > Am I the only one who se
Be confused no more: https://n-skvortsov-1997.github.io/reviews/
I found that link after a single search for 'v programming language
controversy' using duck duck go. It was linked from a hacker news post.
There are other resources. The controversy has made the rounds on numerous
tech news sites an
All I ask (as well as others) is to be up front with LLM answers. Note: I'm
not making accusations here, just a general statement.
There's been far too much discourse here which is eroding the trust and
quality of the list. I ask that we please be as civil as possible as well
as honest and up fron
Make sure to try and boot Linux first to ensure the pi is in fact working.
I've had Pi's go bad on me for unknown reasons. They just died.
9front should boot and you can use USB Ethernet. Unsure about Wi-Fi though.
On Thu, Aug 8, 2024, 8:12 AM LdBeth wrote:
> I think the latest 9front release h
> I'm not a troll; frustrated, perhaps. I just don't understand this culture.
>
You don't understand the culture because you did not bother to learn it. So
if course you're frustrated and so are we.
I don't think the issue lies with LLMs, but rather with an unwillingness to
> cooperate unless the
I recommend giving 9front a try and see if your USB devices are detected.
If not then you are either out of luck or have a new project.
On Fri, Jun 9, 2023, 3:22 PM Marco Feichtinger wrote:
> I have an AsRock Rack E3C226D2I Motherboard.
> When I boot the standard plan9 kernel after a fresh insta
Has anyone written any code to deal with SCPI, Standard Commands for
Programmable Instruments, on plan 9?
https://en.wikipedia.org/wiki/Standard_Commands_for_Programmable_Instruments
I have a few instruments and just bought a cheap Kiprim Programmable
DC power supply which works with 9front's nusb
> it's a shared system that I didn't install myself.
How are you connecting and interacting?
On Mon, Aug 1, 2022 at 7:47 PM Jag Talon wrote:
>
> Thank you Skip and Jacob I'm running a Plan 9 instance through the SDF
> Bootcamp so it's a shared system that I didn't install myself. I'll make sure
Hello,
I am curious if there is a port of plan 9 to the Apple Power Mac
series of computers, more specifically the 64 bit G5 machines but also
the 32 bit G3/G4. I saved a G3 imac, two G4 towers, and two G5's from
the scrap heap when a friend moved. I'd like for them to be useful.
Cheers
-taw
On Fri, Jun 17, 2022 at 10:13 AM Jacob Moody wrote:
>
> On 6/17/22 07:46, Thaddeus Woskowiak wrote:
> > I believe threadnotify() should be called from threadmain() to
> > properly register the handler in the rendez group
>
> This is incorrect, according to thread(2):
I believe threadnotify() should be called from threadmain() to
properly register the handler in the rendez group.
On Fri, Jun 17, 2022 at 5:39 AM wrote:
>
> Hi all!
>
> Strange behavior of syscall 'read' with signal 'alarm' in followed
> simple program (ip/port - not matter):
>
> -
On Sun, May 22, 2022 at 7:45 PM adr wrote:
>
> Oh man, hiro, you always running to the fun... but sometimes I
> don't know if you are smoking something good (let me know) or if
> it is that you just don't even bore to read the threads before
> jumping in anymore.
>
> I don't have any problem with
On Sat, May 21, 2022 at 1:13 PM adr wrote:
>
> On Sat, 21 May 2022, Aram H?v?rneanu wrote:
> > Since Charles wrote the arm64 compiler, he can call it whatever he wants.
>
> I wasn't talking about any compiler. Yes, you can call your compiler
> whatever you want. You can call it shitarm, just don't
The 9front /sys/src/9/zynq port is aiju board's kernel. That could be
ported to another zynq board like the little digilent cora z7 or arty z7.
Those are just examples, there are many other zynq 7000 boards.
Aiju also did a cyclone SoC port for 9front.
On Fri, Jan 28, 2022, 4:08 PM Eli Cohen wro
I've been saying the same thing for years. 9p makes for a great control
protocol that presents a simple way to present data, a tree of files.
Charles Forsyth wrote an Atmega compiler for plan 9. That could be used as
the basis for a plan 9 Arduino thing. We likely need a mulibc.h or whatever
and a
On Mon, Jan 24, 2022, 1:06 PM Thaddeus Woskowiak
wrote:
> All of you throwing around curse words and other defamation should be
> ashamed of yourselves. You want peace yet you cast the first stones. Grow
> up.
>
>
> On Mon, Jan 24, 2022, 12:58 PM Clout Tolstoy
> wrote:
>
All of you throwing around curse words and other defamation should be
ashamed of yourselves. You want peace yet you cast the first stones. Grow
up.
On Mon, Jan 24, 2022, 12:58 PM Clout Tolstoy wrote:
> Can we be mindful of posting useful information? The original author,
> albeit has an opinion
On Sun, Jan 23, 2022 at 5:44 AM Richard Miller <9f...@hamnavoe.com> wrote:
> > !rc (and the rest of the boot) is one of the first things implemented
> > uniquely by 9front.
>
> I think there's a little bit of confusion about different stages of booting.
>
> The 9boot program loads the kernel. Th
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.
>
>
> Thanks for the pointer Thaddeus. I've tried, but i
The following works on 9front:
Escape to an rc shell by typing !rc at the boot prompt.
Then type ls '#S'
This will list all devices the storage device, sd(3), sees which
includes CD/DVD, ATA, SATA, and SCSI drives.
You can also run cat '#S/sdctl' which will give you more information
about the contr
On Mon, Jan 17, 2022 at 6:32 PM Matt wrote:
>
> But that's why 9front was forked, right? They say it on their FAQ. Even
> though Plan 9 isn't being developed anymore, doesn't the fork cause worry
> that one day they become too different, especially since the community is
> rather centered aroun
The Vita Nuova man pages are woefully outdated. You might want to consider
purchasing the printed 9front man pages. http://9front.org/propaganda/books
Of course the most up-to-date man pages are available via man after a
sysupdate.
> For what I need, in fact I can simply use nsec(2), diffing nan
On Tue, Jun 15, 2021 at 5:57 AM hiro <23h...@gmail.com> wrote:
>
> freenode has deleted all channel and user accounts, including the
> #cat-v IRC channel.
>
> we had already abandoned ship and moved to the oftc network instead,
> but now the /topic redirecting users to oftc got deleted.
>
> our
On Tue, Mar 23, 2021 at 9:09 AM wrote:
>
> We are thrilled to announce that Nokia has transferred the copyright of
> Plan 9 to the Plan 9 Foundation. This transfer applies to all of the
> Plan 9 from Bell Labs code, from the earliest days through their final
> release.
>
> The most exciting imme
I had a thought a while back: could one pilfer plan 9's libc and
kernel guts to build an embedded c library à la newlib? The idea is a
native hosted plan 9 microcontroller lab similar to arduino and your
microcontroller program would look like a bare metal plan 9 program.
A monitor or rtos would b
On Wed, Nov 18, 2020 at 6:18 PM Anthony Sorace wrote:
> > Richard asked:
...
> Is this lightning bolt a hardware feature? Like, it overlays it on the
> display,
> even on Plan 9? I've never seen it. I'll watch for the power LED indicator.
Correct. Though I have not seen them on my pi 3b+ running
mount of work and we had no immediate application on the
> Cortex.
>
>
> On Thu, Nov 5, 2020 at 11:38 PM Thaddeus Woskowiak
> wrote:
>>
>> I would like to know if anyone is working on or exists an Arm Thumb
>> compiler so one could use plan 9 to program Arm Co
I would like to know if anyone is working on or exists an Arm Thumb
compiler so one could use plan 9 to program Arm Cortex M0/3/4/7
microcontrollers directly. I know of Charles Forsyth's xc AVR compiler
which is also interesting. Though I have yet to try it out.
-taw
-
On Sat, Oct 24, 2020 at 10:11 PM Wes Kussmaul wrote:
>
> Lucio's concern was about commercial enterprises bending Internet norms
> to serve their bottom line at the expense of interoperation.
>
> Imagine if the physical city where you live allowed building codes to be
> proprietary, and instead of
On Sun, Jun 21, 2020, 11:28 AM David Boswell wrote:
> I recall a public VMS cluster with the theme and hostnames you mention.
>
> https://deathrow.vistech.net/410.html
>
> On Sun, Jun 21, 2020 at 9:13 AM Thaddeus Woskowiak
> wrote:
> >
> > Somewhere between 15-20
Somewhere between 15-20 years ago I remember an early public grid of
plan 9 machines which amusingly featured hostnames of serial killers
such as Dahmer and Bundy or whatever. There was also a gallery of
failed attempts by script kiddies to use Linux and other Unix exploits
on a plan 9 machine or t
On Wed, Apr 29, 2020 at 1:53 AM Romano wrote:
>
> I am new to Plan9, but just as another data point, there was also
> drawterm-android2 in the Plan9-Archive on github. I tried this past weekend
> to get it up and running on an android emulator using Android Studio, but
> wasn't very familiar wi
39 matches
Mail list logo