Viewing profile — deanotron
deanotron
HN member- Joined
- Wed, Jul 25, 2012, 6:35 PM UTC
- HN karma
- 25
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About deanotron
Recent public activity
-
comment
Comment #9244518
When I meditate I often combine it with tiny yoga exercises - not formal yoga poses, but just stretching and going where my body wants to stretch. What's funny is that I often find…
-
comment
Comment #9244442
Yes, simply because I like the experience. "It feels good, man". There is a lecture by Alan Watts where he denounces the idea of "meditating on an idea" as well as meditating for p…
-
comment
Comment #9195221
There is a large difference between the ability to read emotions and "..vicariously experiencing the feelings, thoughts, and experience of another..". A great salesman can also be …
-
comment
Comment #9195091
I haven't seen anyone mention this but part of the success is that they had git in their name. All social platform successes aside, they had the right technology at the right time.…
-
comment
Comment #9120996
This is true about infrequent updates - it may be more for providing the appearance of total control. I would love to see a user-friendly universal app for managing static sites (J…
-
comment
Comment #9120966
I agree that React and all the sweetness it contains does have this effect when working on a large - or simply dynamic - application. But all of the benefits of the React Virtual D…
-
comment
Comment #9120912
HHVM was needed at Facebook because it's a dynamic app with rapidly changing content. WordPress sites are typically static content that are perfectly fit for static caching with a …
-
comment
Comment #9120837
Static CMS's are great for personal projects, or very tech-friendly clients, but most clients paying for a website want the ability to manage content in a user friendly way. I'm su…
-
comment
Comment #9120802
The thing about WordPress is that for most clients you'll likely end up running on a managed WP server like WP Engine. The vanilla WP environment means goodies like React (which re…
-
comment
Comment #8963151
Very Nice. Writing glsl shaders is one area where live-reloading is a must. glslify has me excited, I've mostly used Three.js when writing shaders (even fullscreen no-geometry shad…
-
comment
Comment #7331928
SEEKING WORK - Vancouver BC or Remote (US & Canadian citizen) Full Stack Engineer (actually fullstack - a strong aesthetic and eye for design included). Technical founder at modern…
-
comment
Comment #7293702
Exactly - the ambiguity related to what is 'viable' is what allows any first-run product to be called an MVP. Nobody releasing a product into the wild is going to be 100% happy wit…
-
comment
Comment #5245736
The warnings comparing carbon-nanotubes to asbestos are simply because of the shape of the structure - they are both microscopic needles and our white blood cells don't do a good j…
-
comment
Comment #4781611
Push all things all the time? http://news.ycombinator.com/item?id=4774490
-
comment
Comment #4695168
how about a whole library of them? http://lenr-canr.org/
-
comment
Comment #4691673
I'm sorry, but that's just not true. There have been 1000+ replications / reports of excess energy from this very same "anomalous energy effect" - the hard part is the how and why.…
-
comment
Comment #4690760
I've been following the Rossi Ecat spectacle since stumbling upon it in 2011, and I think LENR (cold fusion) will be the biggest story on the planet in a few months time. I'm a 'be…
-
comment
Comment #4535216
I'm not sure that this will ever be a fair statistic because coffeescript should never really be used for shared / module code IMO. I love CS for my application code but would neve…
-
comment
Comment #4535145
That is a good example, and something that is eased by syntax highlighting (although I rarely implement double-bar function literals, keeping a pythonic 'self = this' reference is …
-
comment
Comment #4534118
I've been using coffeescript for about two years - I thought it was the best way to keep the pleasant aesthetic of python, which was my favorite language, and have been happy worki…
-
comment
Comment #4292572
I'm not so sure the "next Ruby on Rails" necessarily prescribes a full stack framework like meteor. They have an impressive demo that showcases what you can do with full stack java…