The more I read about some of the operating systems eventually died out (mostly), the more disappointed I am that the only realistic options for workstation/server OS’s are Windows and a handful of Unix-like systems.
A Week with Plan 9
101–110 of 126 posts
Re: A Week with Plan 9
#102> 9Front And Surprise Auschwitz What the actual fuck. At first I thought this was some joke in poor taste by the blog post, but in fact he is referring to the use of Nazi death camp imagery in the documentation. That's not cool.
Hi. I made that image. I was searching for 'rails documentation' and accidentally hit the 'Images' link. That photo was in the first page of results. Its presence was so absurd and out of place that I felt like I had to do something with it. It was made in an era before actual Nazis had re-entered the public dialogue, so it felt like Google Image Search was denigrating Ruby on Rails by including this sort of imagery…
If I rephrase it as "Let's keep the Nazi pictures that confuse and anger people because it would be too much work to remove them", does that help you understand why people aren't happy with your decision?
Re: A Week with Plan 9
#103Re: A Week with Plan 9
#104> 9Front And Surprise Auschwitz What the actual fuck. At first I thought this was some joke in poor taste by the blog post, but in fact he is referring to the use of Nazi death camp imagery in the documentation. That's not cool.
Re: A Week with Plan 9
#105Earlier quoted context omitted.
I like minimalist and sometimes esoteric dev environments but I must confess that I just don't get acme. I know that some people swear by it but it's hard for me not to think that it's the programming equivalent of listening to music on vinyls. For one thing it's extremely mouse-driven, which is already disqualifying in my book but to each their own. The whole "anything can be a tag and you can execute it by clicking…
"books are black on white and we read those just fine" Now I wanna see a B&W syntax highlighting setup that uses all the tools available to a book. Font sizes, bold/italics, the use of display fonts here and there, including Comic Sans to highlight Really Bad Ideas...
Re: A Week with Plan 9
#106Earlier quoted context omitted.
I've heard wonders of Lisp OSes, but haven't tried one.
Interlisp/Medley has sort of revived as an application that runs on your computer: https://interlisp.org/ There’s also Mezzano which is a relatively new, from scratch Common Lisp implementation on bare metal: https://github.com/froggey/Mezzano Finally, if you know where to look, it’s possible to setup a Symbolics VM on Linux, which is somewhat interesting to poke around in (all the manuals available out of the box ar…
Re: A Week with Plan 9
#107> 9Front And Surprise Auschwitz What the actual fuck. At first I thought this was some joke in poor taste by the blog post, but in fact he is referring to the use of Nazi death camp imagery in the documentation. That's not cool.
Re: A Week with Plan 9
#108Earlier quoted context omitted.
I know that Russ Cox & Rob Pike both still use plan9.
Do we know what distribution they use?
Re: A Week with Plan 9
#109Earlier quoted context omitted.
I like minimalist and sometimes esoteric dev environments but I must confess that I just don't get acme. I know that some people swear by it but it's hard for me not to think that it's the programming equivalent of listening to music on vinyls. For one thing it's extremely mouse-driven, which is already disqualifying in my book but to each their own. The whole "anything can be a tag and you can execute it by clicking…
> the lack of syntax highlighting is pure elitism in my book That might be true. When you get past the snark, there is a strong argument against syntax highlighting in Plan 9. If your desk is too messy to find anything, tidy it up; if your code is too messy to read, ditto. Syntax highlighting, from this perspective, is like bringing in a mechanical excavator when the answer is to stop digging. If you look at the Plan…
Re: A Week with Plan 9
#110Earlier quoted context omitted.
A consequence of picking Tk as GUI toolkit, once loved across the UNIX world.
I taught myself Tcl/Tk back in the 90's. It was relatively simple to develop UIs with it. I remember the Tk layout manager was more pleasant than fighting with CSS...