Live data from Hacker News

Viewing profile — gniquil

gniquil

HN member
Joined
Sun, Sep 19, 2010, 10:06 PM UTC
HN karma
29
Public activity
21 items

About gniquil

No profile information was provided.

Recent public activity

  1. comment
    Comment #13969274

    I think you miss the point of having Next.js being based on React. Although I think handlebars/htmlbars are great (I'm a big ember user), the cool thing about React is it's compone…

  2. comment
    Comment #13093220

    Haven't watched through the entire video, but the first part, analyzing dependency bottom up, and claiming version doesn't work, really reminds me of graphql. We've been doing trad…

  3. comment
    Comment #12915978

    I use imgix at work and love it. However, there's one more downside which the article didn't mention, is no protected or authenticated assets, Say if you only want to serve an user…

  4. comment
    Comment #12813661

    Increase/decrease font size, adjust window height/width. I know you can do it with keyboard, but perhaps touch bar could make it more "natural" and free up key bindings for somethi…

  5. comment
    Comment #12812266

    So who's gonna be working on Sublime/Atom/Vim/Emacs integration on this. Shit, imagine all the things one can do with that bar (multi-touch, slidable, swippable).

  6. comment
    Comment #12812242

    I don't understand why there's so much backlash against the "bar". Personally I'm actually really excited. I'm a programmer. I can imagine all sorts of plugins and addons one can m…

  7. story
  8. comment
    Comment #10199870

    Got too much on my hand var OVERLAP = 2500; var RECENTLY_PLAYED_NODES_LENGTH = 21; var recentlyPlayedNodes = []; var audioDurationFix = function(audio) { if ($(audio).attr('id') ==…

  9. comment
    Comment #9823407

    It's sad that you capitulated. I agree with your original point more. Is this thing really flexible, composable, and implementable? How long do we have to wait for people to provid…

  10. comment
    Comment #9453962

    It not said explicitly, but I believe, for us, long term growth means users change their behavior. We need them to stop using Craigslist. We have the same challenge as early AirBnB…

  11. comment
    Comment #9453881

    perhaps the way to make it wow, is to connect 100,000 led to it, and each controlled by a separate browser socket. V8/node folks will cry a little.

  12. comment
    Comment #9453858

    Thanks for the comment. Our goal is to succeed in the Linkedin/Facebook sense of the word (excuse our enthusiasm, but if not this, we would self fund and be content with organic gr…

  13. story
    YC Rejection – How much should we change to address their concern?

    After 2 rounds of intense interviews, got the rejection email last night. Although we agree with YC's reason for rejection (user acquisition), we'd like to confirm that not everyon…

  14. comment
    Comment #8593934

    Your Meet me at "noon" placeholder got cut off (reads "no" right now). Had to pull up the trusty inspector to resize the input element to see the full word... Otherwise awesome!

  15. story
  16. comment
    Comment #7901227

    Great job! Like the concept. But here's another nitpick. I see when you activate a file, the animation first shrinks the file a bit and then expands it out. Is it possible to remov…

  17. comment
    Comment #7800455

    And of course someone should make storify for this once it gets popular.

  18. story
  19. comment
    Comment #6439943

    So I just looked at the quick start demo code. Did everyone notice the irony in it? We created some fake people and some fake orders and randomly let the people see the fake orders…

  20. comment
    Comment #4775845

    in 15 slides. :)

  21. comment
    Comment #2765301

    I have a very noob question. For most databases, suffix search is always super slow. However, can't someone just build an index based on the string reversed, then treat suffix sear…