Viewing profile — hicksyfern
hicksyfern
HN member- Joined
- Thu, Mar 31, 2016, 9:47 AM UTC
- HN karma
- 112
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About hicksyfern
No profile information was provided.
Recent public activity
-
comment
Comment #43948586
The counter to that is that going and looking at the call sites to that function would have given the author a better understanding of what those call sites were, why they called t…
-
comment
Comment #36231747
Appreciate the response. The thing is, for a lot of it I can’t go into huge amounts of detail otherwise I could write a book on it. You’re right that the interaction system could k…
-
comment
Comment #36231512
Author here. It might be worth reading part 1, also. Aside from that, yes z-index was because there are multiple SVGs rendered. We also had non-SVG stuff for each element like inpu…
-
comment
Comment #36231273
Author here. For sure. That’s actually what we’re likely to do as the basemap rendering is done in webgl
-
comment
Comment #36231111
Author here. The example given is slightly contrived. A more realistic example involves large polygons that you zoom “inside” or locked elements overlaying active ones. But I had t…
-
comment
Comment #36230794
And since you mention state machines: most of the handlers are done as state machines. Plus the overall app state is done as a kind of reverse state machine where we derive the sta…
-
comment
Comment #36230628
Author here. Absolutely right what you said about being easier to grok. Shortly after this was merged to main (though under feature flag) another dev had to fix something and comme…
-
comment
Comment #36230591
I would agree with you if it was t for the fact that we’ve seen a big increase in the number of complex maps being made since the change. You give people a more powerful product an…
-
comment
Comment #36223537
Author here. I know this is the orange site and we have to expect this type of comment, but still… I’ve been building software for more than 20 years, and using React since it came…
-
comment
Comment #27971274
I don't work at Candide any more but I was CTO there when this was written. I can assure you you're reading too much into it! Candide is very well set up to protect users' private …
-
comment
Comment #22326170
This appears quite useful for debugging renders in web apps, and also just sounds quite cool.
- story
-
comment
Comment #13796007
My colleagues built this and it's pretty neat. But it raises the question, do we have a new law on our hands (if it hasn't already been made): "Anything that can be implemented in …
- story
-
comment
Comment #12092532
Currently trendy? https://en.wikipedia.org/wiki/Design_Patterns#Introduction.2... I wouldn't consider 1995 current. And it's gone way beyond "trendy". EDIT: Also, what you've menti…
-
comment
Comment #12092473
I don't think you've really read and understood the notion of function composition. All you're talking about here is having objects as properties of other objects - that is not fun…
-
comment
Comment #11396003
We have a Cordova app that begins on a local web page then immediately redirects to a remote page, and we have recently had a bunch of users on iOS 9.3 complain that they are just …