>>7
I don't think many of them have entered the 80's yet.
Name:
Anonymous2009-06-08 14:33
Yeesh, that's pretty grim. I'm programming a Mac
*now*, but it's running 10.5.7. It has
``orderly'' shared memory, an application-oriented IPC
mechanism that many programs already exploit in a meaningful
way, and shared libraries -- when will the *n* different
versions of Unix get them ?
Oh yeah, and it might not be the world's most flexible
window system, but at least you know what you get when
you're running MacOS X.
The real story is that by the time the Unix camps get
together, there will be a large portion of users out there
who will be doing hairy real-world things without the
``help'' of Unix. Already, PCs and Macs help run
long-distance phone services and produce magazines -- not
``computer'' magazines but real magazines like Spy, Wigwag,
and the Source.
Unix is best for hacking Unix utilities. Of course, the
Lisp Machine was a far better machine for meta-hacking.
Unix is poor choice for end-users on one hand and pure
hackers on the other...
Name:
Anonymous2009-06-08 14:38
>>4
my hardware apparently doesn't support 132-column modes... when i try to set the mode to 132x25, 132x43, 132x50, or 132x60 i get a blank screen.
so i guess i'm stuck with 80x30 (80x43, 80x50, and 80x60 also work, but require an 8x8 font instead of an 8x16 one and i haven't found any 8x8 fonts that don't look like shit).
Name:
Anonymous2009-06-08 14:42
>>10
OS X is still way behind DragonFly, Minix, and Plan 9.
Name:
Anonymous2009-06-08 17:51
>>12 Plan 9 is neither ahead nor behind anything. It has no boundaries, obeys none, and wherever it is is where everything else wishes it was.
And I do nothing in fullscreen. Windowed mode provides distraction, and distraction leads to CREATIVE EPIPHANIES.
Name:
Anonymous2009-06-08 18:00
>>1
Definitely not. Skinny columns of text are more readable. This is why newspapers use columns where not strictly necessary for layout purposes.
Name:
Anonymous2009-06-08 18:18
>>14 Yeah, text
like this
is so much
easier to
read.
Name:
Anonymous2009-06-08 18:31
>>1
No, but you can make full use of the extra space by having 3 files on screen at the same time instead of just two.
Name:
Anonymous2009-06-08 18:42
>>15
No, text like this is so much easier
to read. I resent your attempt to
caricature my statement, even though
as an attempt to discredit me, it
was pathetic.
So they think that by installing unix, it makes their system into a "real computer". In fact, unix is just a minicomputer operating system (at best). So what they end up with is a box with more MIPs than a 70s mainframe, more memory than a 70s mainframe, more disk than a 70s mainframe, and a 70s minicomputer operating system. And it runs about as fast as a 70s minicomputer, asn supports as many users.
Name:
Anonymous2009-06-09 2:28
>>24
that's like saying that windows vista is an operating system written in assembly for 80286s.
>>29
Because the former statement says the operating system in question is suitable only for minicomputers and is so inefficient that it makes the computer in question run like a 70s mainframe.
The latter statement says the operating system is written in assembly and designed for older computers.
Obviously these are not the same statement. Probably the poor author of the second was intending to say that the former statement refers to a version of Unix from 1988, and taking this statement as informative with regard to modern Unices is akin to treating the latter statement as one regarding Windows Vista. However the first statement still holds true.
Name:
Anonymous2009-06-10 18:55
I follow the 80-column rule. That lets me easily fit two gVim windows side-by-side on my 1920x1200 screen, using DejaVu Sans Mono 12pt. It's also easier to read, and I've had no problems with it; it's not hard to get code to fit within 80 columns, even if it means that you have to split a long expression into multiple intermediate expressions, which is good because it helps improve readability.
Name:
Anonymous2009-06-10 20:02
>>35
I thought that old minicomputer software systems had to be efficient because these minicomputers had very limited physical resources.
Name:
Anonymous2009-06-10 21:52
>>37
That's neither here nor there, as we're speaking only about modern minicomputers.
Name:
Anonymous2009-06-11 6:42
This 80 column rule, do variables count? Especally those inside of structs? Like in Java, classFoo.structFoo.fooBar? I don't generally code in Java, but in C I've had a single line of code go well past 80 columns.