Viewing profile — chrishenn
chrishenn
HN member- Joined
- Sat, Dec 25, 2010, 10:19 PM UTC
- HN karma
- 227
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About chrishenn
No profile information was provided.
Recent public activity
-
comment
Comment #46206614
This looks really excellent, I'm excited to try it out.
-
comment
Comment #20696258
A similar and very powerful narrative can be found in _The Half Has Never Been Told: Slavery and the Making of American Capitalism_, by Edward E. Baptist. The book is slightly prob…
-
comment
Comment #17828308
Cool! I once wrote a much hackier version of complex arithmetic in JavaScript [0]. It was to support a visualization of the complex derivative [1]. I found it useful to think of a …
-
comment
Comment #15818069
This is rad! I wish it had MathSciNet as well. https://mathscinet.ams.org/mathscinet/index.html
-
comment
Comment #10687599
Good ol' Socrates :) This resonates with me very strongly. But it seems all too easy to extend this sentiment towards others and remind them that they don't know what they're doing…
-
comment
Comment #8659332
The violin plots are cool and look like a great alternative to box plots, I had not seen those before. Sweet!
-
comment
Comment #7883891
I've been working with Ember over the past few months and am still impressed with how simple and productive it makes every day tasks. Basic CRUD stuff, especially render code, is a…
-
comment
Comment #7804902
I will soon, thanks!
-
comment
Comment #7802005
One pain point I've really felt recently with Python is in the deploy step. pip installing dependencies with a requirements.txt file seems to be the recommended way, but it's far f…
-
comment
Comment #7648152
Reed Esau creates a bunch of vim plugins for writing, I've found them to work very nice: http://wynnnetherland.com/journal/reed-esau-s-growing-list-o...
-
comment
Comment #7131741
I've always wondered what coding is like for those who don't speak english, or only speak a little. I imagine it's something like working with code beatified by this tool. Almost e…
- story
-
comment
Comment #6756263
How do provisioning systems compare to Docker? Right now I have a development environment that consists of salt stack provisioning Vagrant. Spinning up a production server just mea…
-
comment
Comment #6755802
Hey krrishd, I also offer my help. It will be the most useful for front-end web design, or maybe some minor backend things.
- story
-
comment
Comment #5776864
You are thinking of https://letscrate.com/ .
-
comment
Comment #5592101
When I was learning more about this, I found this[1] article to be of great help. I think the key idea is that JS is a prototype-based OO model. It's easy to forget because there a…
-
comment
Comment #5464642
Thanks. The low level stuff certainly seems like a good thing to learn—I made an effort to read Code[0] a while back and most of it went over my head. The high level programming la…
-
comment
Comment #5464468
As a Senior in high school who already works in a startup, I have another question: what shit should I being trying to learn in college? There's a prominent attitude here that a de…
-
comment
Comment #5408569
I built a site using ProcessWire[1] a while back, it was a joy to use. Really clean modern php cms. [1] http://processwire.com/
-
comment
Comment #4892049
I would add RequireJS to the list. Being able to think in terms of modules while developing a large application is extremely helpful, and explicitly defining dependencies is great …
-
comment
Comment #4876502
Are you using jsPlumb? I just spent some time on a project that uses jsPlumb for a similar effect.
-
comment
Comment #4856457
I've never come across a website that I felt needed a responsive layout, though I regularly think emails are a pain to read on a phone if they use html. However, most html emails a…
-
comment
Comment #4565758
If you enjoyed this piece, you might like the book "The Information Diet" [1]. It's not particularly compelling writing, but the author has good ideas that are very much inline wit…
-
comment
Comment #4442056
I used xflux when I used linux a while back, it worked very well.