Live data from Hacker News

Bill Joy's greatest gift to man – the vi editor (2003)

theregister.co.uk

11–20 of 186 posts

Re: Bill Joy's greatest gift to man – the vi editor (2003)

#11
post #8

Earlier quoted context omitted.

cron is a tool to schedule tasks see: http://man7.org/linux/man-pages/man8/cron.8.html and: http://man7.org/linux/man-pages/man5/crontab.5.html

But what does "chron" have to do with cron? Or was that a typo?

typo on my part, but the etymology of "cron," is related to "Chronos," if you didn't know

Re: Bill Joy's greatest gift to man – the vi editor (2003)

#15

It's amazing how fast one can edit text with vi once you get all the keys down. There used to be a video game that taught how to use VI. Is it still around?

> There used to be a video game that taught how to use VI. Is it still around?

You're probably referring to https://vim-adventures.com/.

Re: Bill Joy's greatest gift to man – the vi editor (2003)

#16
My career as a software developer is indebted to vi.

text editing can be a thankless, soul-sucking chore without the proper tools. I've seen otherwise intelligent individuals abandon a software career because they never quite figured out how to efficiently do it. I wouldn't say that vi/vim is the only tool that can do the job, but it's the one that I've chosen.

I was introduced to vi by a stroke of fate. My buddy in college pulled me aside and introduced it to me. I initially thought he we crazy because we had no shortage of schoolwork to do and vi just seemed impenetrably nuts. Really glad he did: my career might have taken a very different arc without that encounter.

Re: Bill Joy's greatest gift to man – the vi editor (2003)

#18

It's amazing how fast one can edit text with vi once you get all the keys down. There used to be a video game that taught how to use VI. Is it still around?

There are other great vi-inspired games, my favourite is Word War Vi ...

http://wordwarvi.sourceforge.net

:wq!

Re: Bill Joy's greatest gift to man – the vi editor (2003)

#19
post #12

Let's not forget Bram Moolenaar, who also deserves credit for extending the work on Vi. Vim [Vi iMproved] is likely (along with NeoVim) the actual Vi editor most people are using these days.

This is so often the case with long-running projects. People forget that the much of the work that went into the current product wasn't necessarily done by the original author. Everyone knows git is Linus Torvalds. But Torvalds constantly states that Junio Hamano deserves a lot the credit for making it the tool it is today. It sounds like a similar situation with vim.

Re: Bill Joy's greatest gift to man – the vi editor (2003)

#20
post #12

Let's not forget Bram Moolenaar, who also deserves credit for extending the work on Vi. Vim [Vi iMproved] is likely (along with NeoVim) the actual Vi editor most people are using these days.

+1 and all the plugin authors for writing and maintaining plugins. I find Vim/NeoVim so good for working with JavaScript and Go thanks to it's design and ecosystem.
Post reply on HN