HN user

gkatsev

50 karma

[ my public key: https://keybase.io/gkatsev; my proof: https://keybase.io/gkatsev/sigs/YcuC_Baw5NHBaNu3e7qjmNMwJsFPte9T619ry2SLtWg ]

Posts7
Comments11
View on HN

I think the main strength is the fact that you are writing JavaScript both on the client side and the server side. You don't have to mentally switch languages or anything. Even though people don't think that it has an effect, it does. And while, even in JS, you'll write things slightly differently when doing client/server side work but it still would take less brain power than changing client/server paradigms as well as changing languages.

Yep, the konami code to get into dev mode has been in webos since the very beginning. I am talking webos 1.0.

Also, WebOs is great. I really like it and the UI but so far the devices have been fairly unimpressive. The original Palm Pre was good for about 3 months. After which android and iphone have gotten so many updates.

If the Palm Pre 3 lives up to it's ideal, it would definitely be worth a look but unfortunately, as cool as the OS is, the hardware just doesn't match.

There are a few extensions for chrome available. See vrome and vimium and vim-like smoozie. Vrome (http://www.chromeextensions.org/other/vrome/) Vimium (https://chrome.google.com/extensions/detail/dbepggeogbaibhgn...) Vim-like smoozie (http://code.google.com/p/vimlike-smooziee/wiki/English)

However, because Chrome's extension API isn't as robust as Firefox's these extensions are very limited especially when compared to the feature-set that Vimperator and Pentadactyl provide you in firefox.

Hope that helps.

You can even set up an autocommand to auto enable pass through mode for specific websites and disable it when you move away from the page. au LocationChange .* js modes.passAllKeys = /mail.google\.com/.test(buffer.URL) | /google\.com\/reader/.test(buffer.URL)

that created an autocommand based on the LocationChange event which is run against all websites and then it sets the modes.passAllKeys property to true if the url of the buffer matches that of the regex.

Maxauthority, the founder of the vimperator project wrote his thoughts comparing the two on vimperator's google code page (http://code.google.com/p/vimperator-labs/wiki/VimperatorVsPe...) In general, it isn't much different, however, since vimperator version 3 it will start being much more different as vimperator is now trying to make the user interface as intuitive as possible while keeping the awesome modal controls from vim where as pentadactyl will still try to conform to vim. Check out vimperator 3's design goals: http://code.google.com/p/vimperator-labs/wiki/Vimperator3Des...

I never liked cygwin much, though used it for a bit. For a long time I was a fan of portable ubuntu (http://sourceforge.net/projects/portableubuntu/) which allows you to run ubuntu as a service inside of windows. It was pretty good but it was still not the same as running linux natively or creating a VM that shares all the harddrives and you can ssh into by setting a static IP with your router.

You don't need to give up vim and grep on windows. gVim works great and since vim has the built-in vimgrep command, you can use that. You do lose the awesomeness of a shell like bash or zsh.