Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Genetic vs. Cultural Diversity (Score 2) 235

The more ideas and ways of looking at the world you bring to the table, the more diverse your solutions and creativity, and the more developed your economy becomes. This seems to be broadly supported by history as well, since the most prosperous trade often occurred when and where cultures mingled freely.

The Middle East and the US Senate/Congress of late would seem to be exceptions...

Comment Re:humans (Score 2) 97

I should point out that transfats (in some types of processed food) and hydrogenated fats (margarine) have been scientifically proven to be bad for you. But saturated fat hasn't.

You might be interested in these two videos (they're both 1.5 hours long, but really informative):

Comment Re:humans (Score 1) 97

The most healthy man I've ever known ate fatback, lard, butter and scrambled pig brains like they were going out of style. He lived to be 102.

The most sickly man I've ever known ate wheat testicles, oat scrotum, tofu ice cream, and tons of herbal supplements.

You might be interested in these two videos (they're both 1.5 hours long, but really informative):

Comment Re:"personal responsibility" (Score 1) 848

So you think that liberty is something poor people shouldn't have, that it's bad for them?

I'm not sure where you got *that*, but "liberty" and "personal responsibility" don't mean the same thing, except for conservatives that use those as code words to express their desire to opt-out of the social contract. Their real meaning is "fuck poor people, I got mine." Watch a little more Fox "News" or listen to Republican rantings and you'll see what I mean.

Comment Re:Um, why? (Score 1) 252

Leaving the standard key bindings in place allows one to be immediately productive anywhere

I have a 90 line .emacs file that allow me to be even more productive on my computers. You win some and you lose some.

Sure I get it. Mine is 540 lines, carried forward from the mid 1980s when I was a LISP coder, but I can work without it - 99% standard key bindings and all. And back then, you couldn't carry your config around on a USB drive...

Comment Re:Um, why? (Score 1) 252

What a bad idea. Why insist everybody does that just to satisfy your needs? It's trivial to write a bit of elisp to save their keymap and load your own. Having your configuration on usb or online is even better.

It's not to satisfy *my* needs - geesh - the recommendation is so anyone can drop down and be useful - either with a new configuration or to work with someone else - w/o having to carry around their own key mapping. You don't go around aliasing "grep" to be "awk" or redo the layout of /etc and such things? [ If you do, you'll never be in charge of one of my systems. :-) ]

The standard mappings are pretty well thought out and consistent. Why trouble yourself or others with *your* desire to simply be different? Customization (of anything) should be done for a specific operational purpose, not a whim or because of laziness.

P.S. I don't have bad ideas - at least none that I offer up.

Comment Re:Original vi (Score 1) 252

You were modded "Funny" but your post was pretty accurate - though the two modes are Edit and Command. People either don't know or don't remember that "vi" was originally a visual extension of "ex". From Wikipedia:

The original code for vi was written by Bill Joy in 1976, as the visual mode for a line editor called ex that Joy had written with Chuck Haley.

If I remember correctly, Bill Joy basically wrote Vi over a weekend.

Comment Re:Um, why? (Score 1) 252

I have been on ...I think two systems in my life that had emacs, but no vi.

The sysadmins were psychotic assholes.

I don't think I've ever seen a unix, linux or BSD system that didn't have some kind of vi on it. I've seen very many that don't have emacs.

I really don't see why emacs still exists, I can only assume it does something better than vi that I don't know about.

Us psychotic assholes love Emacs, but it didn't make us that way...
I've been using it since the mid 1980s for everything and I haven't killed anyone - yet.

True that most systems come with Vi (or a clone) in the base install - probably because it's small, simple and everyone that knows Emacs also knows Vi. But to your last point, Emacs does just about everything better than Vi (except start time) and probably every other editor on the planet. Sure, it's not super simple to learn and/or master, but the powerful and the standard key-bindings are fairly well though out. Give it some time and you'll be amazed. It can also emulate several other popular editors, which is the basis of this thread.

Comment Re: Emacs key bindings (Score 1) 252

Maybe if the Ctrl key was back on the left side of the keyboard next to the `A` (as God intended it to be) you wouldn't have that problem.

Ah the old PC vs. Sun keyboard challenge. I still have to deal with both every day.

The other nice thing about leaving the standard Emacs key bindings in place is they are generally the default bindings for the Emacs modes in other applications, like Tcsh, Bash, Ksh, readline(), etc...

Comment Re:Um, why? (Score 2) 252

You.do know/you can change those 'bindings' to anything you want right?

I've used Emacs since the mid 1980s and I've always discouraged changing the standard key bindings and only encourage people to extend using unbound keys sequences. The reason comes from trying to help a co-worker, a long time ago, who had extensively re-bound the standard keys. I couldn't function within his editing sessions and he couldn't function in any other.

Leaving the standard key bindings in place allows one to be immediately productive anywhere, anytime. Unless you have a good reason, like a physical limitation or keyboard issue, I recommend leaving things standard as much as possible. I carry this philosophy to other areas of sysadmin and life as well. This way others can easily step in when needed - like if I get hit by a bus...

Comment Re:Um, why? (Score 1) 252

Also Emacs has very good Prolog mode that communicates directly with the Prolog debugger so you can do line by line execution, watch variables, etc.

That's great if you program prolog but I've not used prolog since university. Slime seems to be a lisp thing. I've never used lisp.

What else have you got?

Anything having to do with LISP works pretty well w/Emacs - because the editor is primarily written in LISP.

What else about Emacs or XEmacs? Just about anything you can imagine and/or write.

  • See: Emacs Features and Great Emacs Features
  • FTP directly in/out of a buffer.
  • Edit an unlimited number of files at once, in an unlimited number of windows and/or sub-windows (as desired).
  • IDE for various languages w/compiler integration.
  • Full regular-expressions Macros, basically w/o limits.
  • Extensibility, customization, basically w/o limits.
  • Language and formatting support for just about every programming and text language.
  • SQL mode - run SQL Plus within Emacs.
  • A few games.
  • Okay, the list actually never ends.

Once you're proficient with Emacs, there's no need to know any other editor. I've been using Emacs (or XEmacs) since the mid 1980s for system admin/programming on many types of systems and application programming in many, many languages. If you know Perl and Emacs, you can do almost anything.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...