#plan9

Leonardo Taccariiamleot@mastodon.sdf.org
2026-02-27

@shodansafari Mmm, a wild #plan9 host appeared! That's something not so common on Shodan Safari, nice! :)

Tao of Mactaoofmac
2026-02-26

Plan9

My summer break in 2014 had a theme of sorts, which was “back to basics”. I wanted to forget everything I could about work and fiddle with more interesting stuff – less abstraction(...)

taoofmac.com/space/os/plan9?ut

Plan9
Tao of Mactaoofmac
2026-02-26
Acme
2026-02-26

I was ssh forwarding from host to #qemu VM wo realizing that #plan9 or any such mounting is BIDI is reads and writes both ways?

2026-02-25

I have a mostly working gui for my #9front rpn calculator. I built the calculator bit as a file server that uses virtual files for the stack registers, input and mode. The gui is a separate program that interacts with the files. It’s an unnecessarily complex approach to a simple app. Learning more about #plan9 C in this process.

A screen shot of a simple calculator app for Plan 9.
2026-02-22

Pull the string!
#Svengoolie #theMist #plan9

Dan 🌻danvolchek
2026-02-14

my partner made some valentines for fedi

please send one to that special someone 😳

A set of 6 linux themed valentines. There are red hearts throughout. Cards read from top left to bottom right:
- "I want to run my service on your system D (consensually)" next to a picture of Xenia the linux fox
- "Hey Baby,  Let's make our own Linux distro" next to a picture of a penguin in sunglasses and a baseball hat
- "You really ring my Bell!" next to a picture of Bell the plan9 rabbit
- "Would you like to have sex with me? (no pressure)" next to a low poly picture of tux the linux penguin on a green grid background
- "syscall? more like booty call !" next to the standard image of tux the linux penguin
- "Unbuntu in the streets FreeBSD in the sheets" next to the ubuntu and freebsd logos respectively
2026-02-11

nug.only9fans.com/penny
really happy with my werc theme! It's even responsive
!Btw if you're on the east coast and somehow this is how you learn about it, you can totally get a login to the new england user group web server, I'd really like to host some more pages here
#plan9 #9front

David Somersomz13
2026-02-08

My audio pipeline can use either or or for codec purposes. The biggest shock was realizing that using pipes is a lot easier than an API, and that thinking like isn’t as crazy as it first seems.

2026-02-07

I've made Edwood understand Markdown. Toggles between rendered view and straight text, and supports direct editing in the markdown view, including **text** to bold, etc. Not perfect, but you have the escape hatch of looking at the text.
Certainly still buggy, but now my daily driver. Don't read the code, a machine wrote it and I've only lightly audited it.

Available at github.com/paul-lalonde/edwood

#plan9 #acme #edwood

A window of the Edwood acme clone with rich text support.  Shows an image of the Glenda bunny and some colored text and multi-sized text.
2026-02-05
Just added to my collection: an AST Ascentia 900N with an Intel 486DX processor, a glorious 12 MB of RAM, and a working floppy disk drive in perfect working order. Barely a scratch on the thing. I removed the nickel-cadmium hibernation battery and was surprised to see very little corrosion on the pins. The laptop is in perfect working order, except for all the dead batteries of course, but running on AC power it's a fun little side project. I'm of course going to install #plan9 on it (or perhaps #os2 warp 3 since I have the original floppy disks). Any recommendations?

#permacomputing #retrocomputing #AST #Plan9 #vintagecomputing #FediverseTech #LaptopArchaeology
Full frontal of an AST Ascentia 900N laptop displaying Windows 3.11AST Ascentia 900N keyboard top viewAST Ascentia 900N RAMAST Ascentia 900N monitor with text reading "Hello Fediverse! Greetings from thoe"
2026-02-01
So, #9front / #plan9 peeps:

What exactly happened with sigrid? I've been absent from the grid for a few months and am missing context.
2026-01-31
First day of my first time at #fosdem
Saw some interesting talks and met with people in rl i don't see so often. It was a little bit crowded but i still had a good time.
Excited for tomorrow, see you in the #plan9 devroom
2026-01-31
Linux is married to AI hegemony. It's time for a new and better OS. Skift might become a candidate:

SkiftOS : https://skiftos.org/

It's not a *NIX!

"skiftOS isn’t POSIX. It’s a fresh API and userland inspired by Plan 9, Haiku, and Fuchsia. Familiar ideas, different contracts."

Problem: the GPL is poison. It has polluted Linux and the Linux userland software so that only large corporations can afford to monetize it. BSD License or MIT License would be much better allowing small players to produce unique work without then being forced to share their source code with the AI hegemony racket.

#SkiftOS #Tech #Linux #OS #Plan9 #Haiku #Fuchsia #Computing #SoftwareFreedom #AIHegemony #GPL #License #BSD #MIT
Stefan Prandlredezem@aus.social
2026-01-31

blog.redezria.net/blog/experie

A dumb blog post about things I found out about #Go and #Plan9. Yay first blog post of the year!

2026-01-27

Несколько лет использовал #vim. Потом несколько лет использовал #emacs. Потом был очарован #9front ( #plan9 ) и пользовался #acme. Потом написал свой редактор #red (напоминающий #acme), Потом решил посмотреть, что там в мире творится. Глянул #neovim. Глянул #helix.... Запустил #emacs поставил helix-theme и залип.Похоже, из этой секты уже нет выхода... :(

2026-01-25

I've written a patchset to bring the menuless mode from Anthony’s Nile [1] to Lola. Start in menuless mode with -m, it can also be toggled in the 13 lola menu, the patches are available at

shithub.us/penny/lola/HEAD/inf

This patch enables creating windows by right click and sweeping the desktop, in windows right click always plumbs and middle click always sends. When in Nomenu mode, Lola will apply Nile's scrolling behavior to all windows. That is, windows will always autoscroll if you are at the bottom of the output, but will not if you are scrolled up.

In addition, Lola offers a system menu on mouse chord 1->3 and I have added a Nomenu option to this menu to allow toggling Nomenu mode at runtime.
No special accommodations were made for tabification, however on certain themes(including simple.c, and the patched win95.c in that repo) you may right click the title bar to yoink a window for tabification and I have found this more than suitable.
Changes were made to accommodate lola's system menu, the hidden window menu on the desktop has been moved to mouse 2, and includes the Delete and Hide verbs as I think it makes sense to make them available. The "menuless" notion only really applies to the windows themselves, and the creation thereof.

While this patchset is functionality a complete port of Nile's menuless mode to lola, Nile was based on 4th edition which does not offer "look", and therefore that functionality is not currently exposed in menuless operation. I am considering options for integrating it with these patches, including offering a keyboard combination.

1 - web.archive.org/web/2025111903

#plan9 #9front

thedæmon (Clay Ayers) [he / him]thedaemon@snac.9front.club
2026-01-25
Glenda the plan 9 bunny sketch by me
2026-01-25

9FRONT “GEFS SERVICE PACK 1” RELEASED

9front.org/releases/2026/01/24

#9front #plan9 #glenda

Steve Glender

No, you cannot use 9front software on windows 95

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst