Viewing profile — gniquil
gniquil
HN member- Joined
- Sun, Sep 19, 2010, 10:06 PM UTC
- HN karma
- 29
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About gniquil
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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).
-
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…
- story
-
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') ==…
-
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…
-
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…
-
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.
-
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…
-
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…
-
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!
- story
-
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…
-
comment
Comment #7800455
And of course someone should make storify for this once it gets popular.
- story
-
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…
-
comment
Comment #4775845
in 15 slides. :)
-
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…