Live data from Hacker News

Viewing profile — sstephenson

sstephenson

HN member
Joined
Fri, Feb 20, 2009, 12:46 AM UTC
HN karma
1,066
Public activity
89 items

About sstephenson

http://sstephenson.us/

Recent public activity

  1. comment
    Comment #22868084

    When will GitHub terminate its contract with ICE?

  2. comment
    Comment #20849524

    jwalk parses JSON into a stream of TSV records: https://github.com/shellbound/jwalk/

  3. 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:…

  4. story
  5. 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…

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

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

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

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

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

  11. comment
    Comment #10411380

    No, it's not distributed as a Ruby gem.

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

  14. comment
    Comment #4586385

    Here's another perspective: http://sstephenson.us/posts/on-configuration

  15. comment
  16. comment
    Comment #4082083

    Patches welcome.

  17. comment
    Comment #4081929

    Or you can use xip.io and save yourself a lot of trouble.

  18. comment
    Comment #4081906

    How are you going to add an entry to the hosts file on an iPhone?

  19. 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-...

  20. comment
    Comment #4081762

    You're right. I'm probably just running xip.io to steal all your sensitive development-mode form data!

  21. story
  22. comment
    Comment #3825369

    I've got just the tool for you! https://github.com/sstephenson/gosh

  23. comment
    Comment #3704818

    Because I didn't know about it :) Great tip!

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

  25. comment
    Comment #3704262

    Thanks, I really appreciate it!