←back to thread

370 points adriangrigore | 10 comments | | HN request time: 0.531s | source | bottom
Show context
mfro ◴[] No.43558049[source]
Russ Cox is an absolute legend for committing to this joke.
replies(1): >>43558993 #
pbohun ◴[] No.43558993[source]
Someone needs to convince Russ that it would be hilarious to have a full featured web browser in Plan 9.
replies(4): >>43559051 #>>43559200 #>>43559688 #>>43560785 #
1. fiddlerwoaroof ◴[] No.43559051[source]
Doesn’t plan9 support frame buffers over 9p or something like that? You could probably write a wrapper that just forwards a Linux browser to a plan9 window
replies(5): >>43559072 #>>43559175 #>>43559414 #>>43560341 #>>43560793 #
2. moody__ ◴[] No.43559072[source]
This has been done already: https://github.com/aiju/jsdrawterm
replies(2): >>43559106 #>>43559135 #
3. samtheprogram ◴[] No.43559106[source]
This looks like the opposite -- accessing a plan9 system from a web browser?
replies(1): >>43559173 #
4. fiddlerwoaroof ◴[] No.43559135[source]
I think this is the opposite direction?
5. moody__ ◴[] No.43559173{3}[source]
Yes you're correct, my apologies. There has been work on this going the other way as well: https://github.com/michaelforney/wl9. But there's still a lot more than can be done. There are vague plans to test the waters implementing something like this in to our vmx(1).
6. adriangrigore ◴[] No.43559175[source]
There are solutions, like VNC to some UNIX-ish machine, but, yeah, a native browser would be cool! 9front has a hypervisor, you could run something in there. https://man.9front.org/1/vmx
replies(1): >>43560758 #
7. ◴[] No.43559414[source]
8. numbsafari ◴[] No.43560341[source]
Many years ago a roommate and I had an HPUX machine running IE on HPUX just so we could forward X session to our FreeBSD and Linux desktops and not have to use our Windows machine for anything other than PC games.
9. fiddlerwoaroof ◴[] No.43560758[source]
So, something I’m thinking about here is that the 9p vision has always seemed really cool to me: expose all the resources in the network in a unified way that enables the whole network to be used as if it was a single computer. But, since this is a protocol-oriented vision of computing, it enables arbitrary implementers of the protocol to participate “natively”, even if they aren’t actually plan9 systems.
10. facile3232 ◴[] No.43560793[source]
It's probably easier to just run a VM directly into a window.