←back to thread

370 points adriangrigore | 1 comments | | HN request time: 0.3s | source
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 #
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 #
moody__ ◴[] No.43559072[source]
This has been done already: https://github.com/aiju/jsdrawterm
replies(2): >>43559106 #>>43559135 #
samtheprogram ◴[] No.43559106[source]
This looks like the opposite -- accessing a plan9 system from a web browser?
replies(1): >>43559173 #
1. moody__ ◴[] No.43559173[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).