Ask YC: Why do you recommend a Macbook?
21–30 of 118 posts
Re: Ask YC: Why do you recommend a Macbook?
#22Re: Ask YC: Why do you recommend a Macbook?
#23pg said that Mac lets him drag and drop code from vi to repl - and he was very happy about it you can do that on any OS with the GUI shell for Vim (with Vim running in Vi compatible mode if that matters) [edit]: actually it doesn't look like it's possible. i could have sworn it was though i'm guessing the iPod has something to do with macs becoming more popular
I tried this now but it didn't work for me. I must be missing something. Please help. I am running GVIM (I am at work so I am on Windows). I am trying to drag and drop a block of code to Python REPL. It is not happening.
Re: Ask YC: Why do you recommend a Macbook?
#24Re: Ask YC: Why do you recommend a Macbook?
#25Re: Ask YC: Why do you recommend a Macbook?
#26Re: Ask YC: Why do you recommend a Macbook?
#27Re: Ask YC: Why do you recommend a Macbook?
#28Overall my opinion of macs is that they are excellent for beginners, and for looking cool in the cafes but for me it simply didn't make the cut for serious work.
I don't code, but work in outlook, excel, word and a browser. This might make make a difference.
Re: Ask YC: Why do you recommend a Macbook?
#29Separation between line editing commands, and GUI commands.
It is very simple. What happens on Linux when you are in Thunderbird and you do "^a"? It selects all! What happens when you do that on the command line? It takes you to the beginning of the line! Why a different experience for the exact same universal command?
On a Mac, "^a" always brings you to the beginning of the line, whether you are in Terminal, a Safari text edit box, a Mail email message, etc. "command a" always selects all, whether you are in Terminal, a Safari text edit box, a Mail email message, etc. The same goes for "^k", "^y", "^e", etc.
Cocoa uses basic Emacs bindings, and the user experience because of it is hands down better. I drove myself nuts on Windows for 3 months, then Linux for 8 until I told my employer that I either get a Mac or I leave. They gave me a Mac. My hands, brain, productivity, and my employer are all better off as a result.
Re: Ask YC: Why do you recommend a Macbook?
#30pg said that Mac lets him drag and drop code from vi to repl - and he was very happy about it you can do that on any OS with the GUI shell for Vim (with Vim running in Vi compatible mode if that matters) [edit]: actually it doesn't look like it's possible. i could have sworn it was though i'm guessing the iPod has something to do with macs becoming more popular