Viewing profile — spasquali
spasquali
HN member- Joined
- Tue, Sep 13, 2011, 4:54 PM UTC
- HN karma
- 15
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About spasquali
No profile information was provided.
Recent public activity
-
comment
Comment #38582175
I have worked with some on the team in a professional setting in the past. I've seen them deliver brilliant enterprise-grade engineering to the Fortune 500. Now they're shaking up …
-
comment
Comment #21664808
Nice summary of Malcolm Gladwell's work. Weirdly uncredited.
-
comment
Comment #20860977
If your goal is profit then giving away your work for free isn't a good strategy. What you gain with open source is free distribution and advertising (public git, free advertising …
-
comment
Comment #12704373
Not `shrinkwrap` -> `shrinkpack`. Not sure why Facebook spent so much time and money to create a more complicated "solution", or why so many people don't realize that.
-
comment
Comment #12699812
Or just use shrinkpack: https://github.com/JamieMason/shrinkpack But that would be too easy...
-
comment
Comment #12613815
These "JavaScript is stupid, why don't you all see that!! Why! Why! Why?!??!!" rants are really entertaining nowadays. The author has also invented a (perverse?) extension of Atwoo…
-
comment
Comment #8051481
I have to push back against some of your statements. “I think the issue is we've been slowly accepting that the node is the right way to do things. Five years of working with someo…
-
comment
Comment #7991658
Your experiences moving a Node app to Go would make for a great study. You're extremely influential, and it may be better to give concrete examples of how Node can be improved. I w…
-
comment
Comment #7988375
Go is a great language, and I'm looking forward to see what TJ does with it. He's bored, and moving on. That's it. He's trying to justify what must be a painful decision by making …
-
comment
Comment #7918792
It's great to remind everyone how Node follows various rules of the Unix Philosophy, and how it is designed to make process spawning/streaming as natural as on the OS. I would pref…
- comment
-
comment
Comment #3834407
Meteor packages: https://github.com/meteor/meteor/tree/master/packages The comments here are telling: https://github.com/meteor/meteor/blob/master/packages/handle...
-
comment
Comment #3834401
This is just the client code necessary to run a todo app: https://github.com/meteor/meteor/tree/master/examples/todos/... Seems rather fat. Fatter than what I've seen for Knockout,…