Live data from Hacker News

Viewing profile — gkatsev

gkatsev

HN member
Joined
Wed, Mar 02, 2011, 5:06 PM UTC
HN karma
50
Public activity
18 items

About gkatsev

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

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. 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.

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. 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 …

  13. 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…

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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…