Hacker Newsnew | past | comments | ask | show | jobs | submit | Prolitheus's commentslogin

You could give everyone a unique identifier per thread.


That would only solve one of the problems. Some of the users here are skilled enough that the average user doesn't know enough to keep up a disagreement. It's easier if the user names stay.

For instance, the ggp is a security professional. I give more credence to his opinions than others.


It was only intended to solve one of the problems, as the other 'problem' is exactly what removing the names would seek to address: a person's authority/history influencing the weight of their comments within a thread. It'd really benefit people who've earned a negative following, but I don't see such a mob mentality on here as opposed to certain aggregators in which biases become apparent in just a few threads.


Yes, but sometimes a person's authority is actually relevant. Consider this short exchange from the other day: http://news.ycombinator.com/item?id=841887

On the other hand, when somebody who is deeply respected (be it pg, or any prolific high-karma commenter) posts on something where they have no particular expertise the comment shouldn't get special consideration due to the author.

I can't think of a way to reconcile these, and there's enough people who post here that are actual authorities in relevant areas that I wouldn't want to give up the first. Being able to know that, say, a comment about security was written by tptacek matters more to me than "oh look, pg made a two-word post that got 9001 points".


A decent intro; I'd add to the movement section these:

g$ - move cursor to last displayed character of line

Tx - move cursor backward and to the right of the first occurrence of x (reverse of tx)

And get started with split views:

^ws - horizontal split view

^wv - vertical split view

^w{h,j,k,l} - move to window in respective direction

Some decent scripts to get started with:

minibufexpl.vim: http://www.vim.org/scripts/script.php?script_id=159

surround.vim: http://www.vim.org/scripts/script.php?script_id=1697

More of a full-fledge suite, a frontend to a head{ed,less} Eclipse server: http://eclim.sourceforge.net


Another nice script I discovered recently is Nerd Tree : http://www.vim.org/scripts/script.php?script_id=1658


Nerd Tree is indeed a good one, and I'll add to this vimfs, which isn't a Vim plugin but rather a CLI file system browser with Vim bindings. I hardly ever actually browse my file system (zfs, grep, and locate do all of the work for me), so I'm not sure how much mileage one can get out of this (especially compared to something like Midnight Commander).


My preference is to use things like cd and ls to browse the filesystem. When I'm feeling really fancy, I might use tree.


Do you sometimes let loose and use tree -C?


I have done so, but not in a long time. Then again, I haven't even used tree in a long time. Maybe I don't really use it any longer.

Hmm. . . .


^[ - Same as Esc (I prefer not reaching so far to Esc)

W - move forward a Word

B - move backward a Word


I rely on buffers rather than tabs, too, and find minibufexplorer.vim to be a great addition: http://www.vim.org/scripts/script.php?script_id=159


Everything should have Vim key bindings.


Vi like keys definitively for me too.

Every thing not beeing a "full-blown" editor should have bindings to support a subset of your favorite keymap. So those who like Emacs or Vi, or Wordstar for that matter, could leverage their habits.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: