Viewing profile — funkiee
funkiee
HN member- Joined
- Thu, Jan 19, 2012, 6:40 PM UTC
- HN karma
- 122
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About funkiee
http://github.com/mfunkie
Recent public activity
-
comment
Comment #47433832
[dead]
-
comment
Comment #19878686
Is lack of horizontal padding part of the KDE aesthetic?
-
comment
Comment #11885742
There's something to be said for being in close proximity with a lot of other people working in the same profession. I came from working in tech for 8 years before moving to Silico…
-
comment
Comment #10116919
More on that point. The reason you cannot use if/else within JSX is because the statement needs to evaluate to an expression. If you really need to use if/else logic embedded, a te…
-
comment
Comment #10110873
I haven't had to pull in jQuery for other things with usage of react-bootstrap, as react-bootstrap handles all of the interactions that bootstrap provides. Also, if file size is ge…
-
comment
Comment #9273076
If you can create a build process that outputs it's starting point to index.ios.js, I don't see why not.
-
comment
Comment #9186300
After digging around the store and url jumping, it looks like Google no longer sells the Nexus 5 nor 7 anymore. Interesting...
-
comment
Comment #9183797
I strongly feel that React Native is going to come out right around F8, but cannot prove it other than that the React team seems to be speaking there and this comment on twitter ht…
-
comment
Comment #9144753
Ran both through the Timeline in Chrome. It seems like there is a lot of time spent on scripting for Ember's version. In the underscore version you're consistently hitting render, …
-
comment
Comment #9068592
The next sentence in your quote has some importance too, "Remember that the key only has to be unique among its siblings, not globally unique." I agree there could be a little more…
-
comment
Comment #9066255
It's as intended. If the ID in a list of 100 changes, and that ID is the key, React is going to assume the tree is different during reconciliation. If you were to use an index, lik…
-
comment
Comment #9066065
Not necessarily addressing the speed portion, but if you're going to give a key to a repeated item in React, it is best to use the index instead of a unique identifier(if the overa…
-
comment
Comment #8681679
I think the Front-End community just happens to collaborate a lot more than other communities and so the ideas get shared at a faster pace. Yes, it leads to framework churn, but it…
-
comment
Comment #8061216
I've ridden taxis and Ubers in Charleston. The Ubers were far safer drivers.
-
comment
Comment #8061209
Charleston resident here, our politics are so backwards in this regard. We're also considering making new bars close at midnight to make downtown 'more attractive to tech companies…
-
comment
Comment #7905497
Angular Bootstrap's Typeahead directive does this job pretty well, although we've had to do some template overriding and funky directives to get the functionality we needed (e.g. s…
-
comment
Comment #7765547
I really like the simplicity of the 'How it works' section and I will probably steal the concept for explaining parts of our build to new employees.
-
comment
Comment #7670347
Visiting this page on an iPad causes infinite font resizing and page layout changes to occur.
-
comment
Comment #7338143
We've got some particularly complicated html RegEx for Email parsing at our company. We manually write new ones for new email layouts as we get them. I'd be interested in any infor…
-
comment
Comment #7178720
I know Facebook using the name without communicating first feels wrong, but this is just petty and won't succeed.
-
comment
Comment #7161976
It really is easy to end up with over 1000 watches in a page if you use any sort of list of length 100 or greater with complex data. Directives like bindonce help cut down on the w…
-
comment
Comment #6927449
"Vintage: A block caret is now used" Christmas came early... I've been waiting for this for so long.
-
comment
Comment #5200537
I think I read it on a Hacker News comment, but to put it simply, You feel bad reading facebook because you're comparing someone's highlight reel to your behind the scenes footage.…
-
comment
Comment #5176795
I can't agree with the statement, "It's a laptop!". It's almost impossible to use in your lap comfortably the way you would a laptop.
-
comment
Comment #5145822
If you do any sort of Windows administration, PowerShell is a godsend.