Live data from Hacker News

Viewing profile — superbobry

superbobry

HN member
Joined
Wed, Jul 28, 2010, 1:33 PM UTC
HN karma
154
Public activity
19 items

About superbobry

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #6042463

    No wonder, just look at the code: https://github.com/ben-eysenbach/do_good/blob/master/do_good...

  3. comment
    Comment #5200946

    Great, thank you!

  4. comment
    Comment #5200809

    I wonder if PDF or Epub version is available? couldn't find it on the site.

  5. comment
    Comment #5054330

    [1] can give you some insight on the dark side of JS. Also, avoiding JS in some way or another is not that hard, esp. since there're a lot of languages which compile to JS, most no…

  6. comment
    Comment #4763751

    This is because the datasets are unique for each user, so you need to login first, and then download the dataset.

  7. comment
    Comment #3883493

    Yup, that might work, but still, this is a weird idea for a key-value store, maybe a DAWG or a radix tree would do better.

  8. comment
    Comment #3883458

    I guess FM index is just not the right thing to use when you need a key-value data store. It's a full text index -- a data structure, which allows fast substring queries over a fix…

  9. comment
    Comment #3589296

    A nice example of how easy it is to get things wrong in JS: http://bayimg.com/JampiAAdJ

  10. comment
    Comment #3112203

    - unicode characters (for instance you can't type in russian) -- try there http://demos.anyterm.org/shellinabox_nano - speed could've been better, there's a noticeable delay when r…

  11. comment
    Comment #3112183

    I understand your point, there's two problems with most of the terminal emulators I've seen: - they are either poorly or completely unsupported - the code is a nightmare, badly wri…

  12. comment
    Comment #3112118

    Actually, some of them do have it -- `xterm`, for instance has a lists of flaws in other terminals. `pyte` on the other hand only mentions similar projects.

  13. comment
    Comment #3110345

    Just out of curiosity, why you didn't use (or decided not to use) existing solutions for the terminal backend: * http://pypi.python.org/pypi/pyte * http://github.com/samfoo/vt102 *…

  14. story
    Deft -- easy note taking for Emacs

    Deft is an Emacs mode for quickly browsing, filtering, and editing directories of plain text notes, inspired by Notational Velocity [ ]. It was designed for increased productivity …

  15. comment
    Comment #2918174

    First though was «they ported Fabric ( http://fabfile.org ) to node.js?! noway». And they didn't.

  16. comment
    Comment #2918152

    That would probably ruin all the fun of rule-breaking .

  17. comment
    Comment #2918145

    Any industry for that matter; just replace programmer with (for example).

  18. comment
    Comment #1704031

    man, they just don't look that good ...

  19. comment
    Comment #1613550

    Seriously, how can "using jQuery" be a good practice?