I fully acknowledge that Plan9 had a cool vision, maybe a superior one to the world we’ve got. But is it practical as an operating system for day to day use, particularly when working with other people using conventional Linux/Mac/Windows?
That question makes no sense really. It’s like asking whether camping can be as practical as living in a proper house - maybe for some people, but generally, that’s just not the point.
Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
21–30 of 98 posts
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#22I fully acknowledge that Plan9 had a cool vision, maybe a superior one to the world we’ve got. But is it practical as an operating system for day to day use, particularly when working with other people using conventional Linux/Mac/Windows?
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#23[flagged]
What's the problem with GC? Between C and Go (and maybe Scheme) there's not much choice of languages on plan 9 today. So not having to think about memory management in a browser pet project is surely the best choice when it comes to a relatively ambitious project as this. Also of note, Limbo (the language the successor was written is) is also garbage collected, so it's not like it's against the spirit of plan 9. The…
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#24I fully acknowledge that Plan9 had a cool vision, maybe a superior one to the world we’ve got. But is it practical as an operating system for day to day use, particularly when working with other people using conventional Linux/Mac/Windows?
It's trivial to get running in qemu if you're really curious.
I'm interested in hearing what it's like to use it more seriously; my biggest doubts are around collaborating with people on conventional OSes.
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#25[flagged]
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#26Earlier quoted context omitted.
It's trivial to get running in qemu if you're really curious.
Sure, but that doesn't seem to really be using Plan9, at least to me. Networked access seems so fundamental to Plan9 that running it in a sandbox seems like trying out a car with all the tires removed. I'm interested in hearing what it's like to use it more seriously; my biggest doubts are around collaborating with people on conventional OSes.
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#27Earlier quoted context omitted.
It's trivial to get running in qemu if you're really curious.
Sure, but that doesn't seem to really be using Plan9, at least to me. Networked access seems so fundamental to Plan9 that running it in a sandbox seems like trying out a car with all the tires removed. I'm interested in hearing what it's like to use it more seriously; my biggest doubts are around collaborating with people on conventional OSes.
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#28Curious to see how they will get WebGL and WebGPU over file handles.
Re: Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
#29Curious to see how they will get WebGL and WebGPU over file handles.
Does Plan9 even have hardware OpenGL implementations to begin with?