Viewing profile — superbobry
superbobry
HN member- Joined
- Wed, Jul 28, 2010, 1:33 PM UTC
- HN karma
- 154
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About superbobry
No profile information was provided.
Recent public activity
- story
-
comment
Comment #6042463
No wonder, just look at the code: https://github.com/ben-eysenbach/do_good/blob/master/do_good...
-
comment
Comment #5200946
Great, thank you!
-
comment
Comment #5200809
I wonder if PDF or Epub version is available? couldn't find it on the site.
-
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…
-
comment
Comment #4763751
This is because the datasets are unique for each user, so you need to login first, and then download the dataset.
-
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.
-
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…
-
comment
Comment #3589296
A nice example of how easy it is to get things wrong in JS: http://bayimg.com/JampiAAdJ
-
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…
-
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…
-
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.
-
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 *…
-
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 …
-
comment
Comment #2918174
First though was «they ported Fabric ( http://fabfile.org ) to node.js?! noway». And they didn't.
-
comment
Comment #2918152
That would probably ruin all the fun of rule-breaking .
-
comment
Comment #2918145
Any industry for that matter; just replace programmer with (for example).
-
comment
Comment #1704031
man, they just don't look that good ...
-
comment
Comment #1613550
Seriously, how can "using jQuery" be a good practice?