Live data from Hacker News

Viewing profile — ELV1S

ELV1S

HN member
Joined
Mon, Nov 24, 2008, 7:44 PM UTC
HN karma
23
Public activity
19 items

About ELV1S

http://n12v.com/

Recent public activity

  1. comment
    Comment #3364252

    Yes. You can edit CSS in Resources panel ( http://youtu.be/N8SS-rUEZPg?hd=1&t=7m18s ) and JS in both Resources and Scripts panels. It doesn't have any code completion yet. Also, yo…

  2. comment
    Comment #3363654

    I believe it's possible to make Less and SASS work. https://addons.mozilla.org/en-US/firefox/addon/firesass-for-... does work somehow. Can't same the same about CoffeeScript.

  3. comment
    Comment #3363651

    Web Inspector editor is not powerful yet, but I'm working in this direction: https://bugs.webkit.org/show_bug.cgi?id=70182 , https://bugs.webkit.org/show_bug.cgi?id=71625 , https:/…

  4. comment
    Comment #3173645

    https://github.com/NV/chrome-devtools-autosave You might find this useful.

  5. comment
    Comment #3173377

    You have to reload the page then. Also, copy the changes from this file to your stylesheet.

  6. comment
    Comment #3172984

    LiveReload should works on every browser that supports WebSockets. It should work on modern WebKit-based mobile browsers. Live.js uses polling. It sends XHR HEAD request every seco…

  7. comment
    Comment #2195111

    We should also use base-8 number system! http://infoverse.org/octomatics/octomatics.htm

  8. comment
  9. comment
    Comment #1827981

    > - keyboard shortcuts for debugging (go to line, create breakpoint) F1 shows shortcuts. ⌘G: Go to Line How do you create a breakpoint with shortcut?

  10. comment
    Comment #1635791

    I've made one for 10K too http://10k.aneventapart.com/Entry/235 . Mine is SVG based. The code is on GitHub http://github.com/NV/color-blender .

  11. comment
    Comment #1559418

    If I knew about it wouldn't build mine.

  12. comment
    Comment #1559144

    I built a Chrome extension that meets gist.github.com and ideone.com http://github.com/NV/run-this-gist . Alas, API doesn't work well in most cases http://ideone.com/tXexT .

  13. comment
    Comment #1559118

    Try http://run-this.appspot.com/ if you don't want to learn SOAP.

  14. comment
    Comment #1489393

    Would be nice to have more difficulty level http://elv1s.ru/i/bombada-score.png

  15. comment
    Comment #1387326

    Igor Sysoev once wrote "Why is Google V8 is not suitable for embedding in server" http://sysoev.ru/prog/v8.html (russian).

  16. comment
    Comment #1360934

    My script takes the favicons from Google. http://www.google.com/s2/favicons?domain=news.ycombinator.co...

  17. comment
    Comment #1360888

    http://www.masterbranch.com/developer/nv/139036 "NV has worked in 2 Open Source projects." It's not true. http://github.com/NV — 27 repositories.

  18. comment
    Comment #1360523

    Inspired by Yandex, I've made Faviconize Google user script, which adds favicons to the Google's search result page. User script: http://userscripts.org/scripts/show/58177 Chrome e…

  19. comment
    Comment #1310492

    Unrelated question. How did you make syntax highlighting for bash prompt? I mean, yellow strings ('user exists' on 5:40) and orange wrong commands (enclosed string "'use"). I've fo…