Viewing profile — delambo
delambo
HN member- Joined
- Sun, Jul 03, 2011, 8:46 PM UTC
- HN karma
- 296
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About delambo
Recent public activity
- story
-
comment
Comment #15053643
The stats don't really suggest that vue is rapidly climbing in popularity: https://npm-stat.com/charts.html?package=react&package=vue&p... While popularity might not have anything …
-
comment
Comment #12977639
In the React ecosystem, there are several really good tools for managing build, deploy, and test harnesses. See kyt [1] for example, or the list of Create React App Alternatives [2…
-
comment
Comment #10945803
I think gmail was built using closure which is JavaScript. https://developers.google.com/closure/faq?hl=en#gwt
- story
- story
-
comment
Comment #10107351
Again, thanks for the feedback. Right now, I'm literally putting together a pull request to improve this functionality. Some cards do have links inside of them - they may have exte…
-
comment
Comment #10107080
I assume you are talking about the recipe cards not being links? It's tough to build a linkable card with links inside the card without using JavaScript. The actual html link is th…
-
comment
Comment #9986840
The best way to organize a mix in iTunes is to create a playlist with all of the songs, make sure the album title is the same for each artist, then select all of the songs and open…
- story
-
comment
Comment #9125241
To that point, it's interesting how many claim that Backbone is yesterday's tech and that we are now 2 or 3 iterations of javascript frameworks past Backbone, yet most of these lar…
-
comment
Comment #7311859
Even though Lebron James is the best player in the world, why is there a good chance that the Heat won't win the championship this year? Also, could a team of Lebron James level pl…
-
comment
Comment #6172814
I think the greatest advantage to static typing is the IDE support. Compile-time error checking is overrated, and in my several years of writing JavaScript, I've never seen a bug i…
-
comment
Comment #6155547
Another consideration is the projects that have been built with each framework. That can help you gauge popularity, where the jobs are, where you could get a job (or potentially po…
-
comment
Comment #6085968
Here's a trivial example: I have a Modal class which depends on some utilities in a Utility class, but the Utility class depends on the Modal class because there are some utilities…
-
comment
Comment #6083419
I used to think the same thing, but then I ran into the problem where my large app had circular dependencies which require.js/AMD does not support. Naturally, AMD supporters blame …
- story
-
comment
Comment #5984306
Agreed. I was laughing out loud at some of the analogies, but the author does make some good points -- it's really early in the client side framework evolution.
-
comment
Comment #5612603
The subreddits I subscribe to: http://www.reddit.com/r/javascript/ http://www.reddit.com/r/programming http://www.reddit.com/r/worldnews/ http://www.reddit.com/r/DepthHub/ http://w…
-
comment
Comment #5594652
Reddit is the unfiltered internet. I don't go there to get trustworthy news. The problem is any news source that quotes straight from Reddit - they should know better, and verify a…
-
comment
Comment #5572664
I often search on "backbone" - docs are the first result. Same with "angular" and "ember".
-
comment
Comment #5531895
Stickit author, here. To be clear, stickit will not make your "zombie views grow fatter" or contribute to any memory problems. In fact, stickit cleans up all of its model and view …
-
comment
Comment #5407121
Trek must have been a perl monk, back in the day.
-
comment
Comment #5288873
I know this is slightly off-topic, but I've asked this before in comments and at the following submission, but I never get any replies: http://news.ycombinator.com/item?id=5182145 …
-
comment
Comment #5246612
Recently, I made the switch to vim from Sublime Text and I have installed some of the same tools. So far, I've committed to vim, but I have found that the plugins for file searchin…