Viewing profile — gkatsev
gkatsev
HN member- Joined
- Wed, Mar 02, 2011, 5:06 PM UTC
- HN karma
- 50
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About gkatsev
Recent public activity
- story
- story
- story
- story
- story
- story
-
comment
Comment #2805318
I'm using Eclipse 3.5 and vim via eclim. Eclim should probably be added as an option. Since it isn't quite one or the other.
-
comment
Comment #2712265
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 tho…
-
comment
Comment #2550308
Actually, in Japan, a bunch of novels are written on phones. Also, if you hit C-A-T on the cr48, it opens up a terminal. Have fun coding. Though, it works best if you ssh into a VP…
-
comment
Comment #2538859
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 devic…
-
comment
Comment #2446887
Companies are always in need to good programmers and Computer Scientists. Why not go to school for CS now while the economy isn't perfect and then you'll be out when it starts to p…
-
story
Show HN: A Set object implementation in JavaScript
I created this because I could not find any actual set object implementations in JavaScript that included functions such as union and intersect. Also, I wanted to learn a bit more …
-
comment
Comment #2435655
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.co…
-
comment
Comment #2435256
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…
-
comment
Comment #2435246
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/Vimperator…
-
comment
Comment #2362942
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 ubun…
-
comment
Comment #2362270
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 ba…
-
comment
Comment #2280226
Continuing with the here's mine: http://gkatsev.com/gameoflife.js/index.html I wrote this a few months ago. It's fairly similar to the post's one but I have a few presets as well a…