plan9
So are hipsters using Plan 9 or derivatives? Can someone please explain the use case beyond this? This is a real question, not being facetious. #plan9 #9front #plan9front
So.. there are binaries available for this..32bit.. Does this really work? lol
https://tailscale.com/blog/tailscale-enterprise-plan-9-support
#Plan9 #9front #Tailscale
https://tailscale.com/blog/tailscale-enterprise-plan-9-support
#Plan9 #9front #Tailscale
As an excercice on #plan9 I am trying to write a basic text editor in C. Sofar I can open a file and read it into a biobuffer, then print it to the console by writing to /dev/cons file. That works fine. Now I am struggling to clear the console before writing, so that I have only the intended text, which I can edit and then save by reading /dev/cons and saving it to the original text file. Not sure if this makes send nor if this is the #plan9 way of coding. Any suggestions?