Viewing profile — sstephenson
sstephenson
HN member- Joined
- Fri, Feb 20, 2009, 12:46 AM UTC
- HN karma
- 1,066
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About sstephenson
Recent public activity
-
comment
Comment #22868084
When will GitHub terminate its contract with ICE?
-
comment
Comment #20849524
jwalk parses JSON into a stream of TSV records: https://github.com/shellbound/jwalk/
-
comment
Comment #20802697
Performance depends on what toolset you’re using and how large your data set is. For small JSON documents, like a package.json file, jwalk is around ten times slower on my machine:…
- story
-
comment
Comment #10412520
Try to imagine yourself in the shoes of someone who doesn't know HTML and just wants to write a message or comment with a little emphasis and maybe a bulleted list. That's the majo…
-
comment
Comment #10412483
I was involved with the Wysihat project too. What we found is that its approach, like most other editors', is fundamentally broken. We created Trix to solve the problem. https://gi…
-
comment
Comment #10412458
Sadly, while the Scribe developers correctly identified all the various problems with contenteditable ( https://github.com/guardian/scribe/blob/master/BROWSERINCONS... ), they chos…
-
comment
Comment #10412437
Yes, of course we've seen ProseMirror. It looks quite nice. By the time we first heard of it several months ago, the bulk of Trix had already been written.
-
comment
Comment #10411400
It is not impossible. It just takes a lot of time and effort. It took two developers around 18 months to build Trix. The readme explains how our approach is different from other WY…
-
comment
Comment #10411392
Trix fully supports file attachments and image attachments, as documented in the readme. It includes an inline caption editor for images. Trix also supports "content attachments" (…
-
comment
Comment #10411380
No, it's not distributed as a Ruby gem.
- story
-
comment
Comment #4974712
"Many of the Ruby version switchers work with '#!/usr/bin/env ruby', but rbenv won't in certain circumstances, so an optimization for it has been built into the framework now." Inc…
-
comment
Comment #4586385
Here's another perspective: http://sstephenson.us/posts/on-configuration
- comment
-
comment
Comment #4082083
Patches welcome.
-
comment
Comment #4081929
Or you can use xip.io and save yourself a lot of trouble.
-
comment
Comment #4081906
How are you going to add an entry to the hosts file on an iPhone?
-
comment
Comment #4081767
For those who missed the other announcement, Pow 0.4.0 has xip.io support built-in: http://37signals.com/svn/posts/3191-announcing-pow-040-with-...
-
comment
Comment #4081762
You're right. I'm probably just running xip.io to steal all your sensitive development-mode form data!
- story
-
comment
Comment #3825369
I've got just the tool for you! https://github.com/sstephenson/gosh
-
comment
Comment #3704818
Because I didn't know about it :) Great tip!
-
comment
Comment #3704375
Sure thing. For high-level measurements I use good old "new Date().getTime()". One call before, one call after, subtract the former from the latter and log it to the console. When …
-
comment
Comment #3704262
Thanks, I really appreciate it!