TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Q&A with David Heinemeier Hansson

43 点作者 jdaudier大约 12 年前

6 条评论

Luyt大约 12 年前
I made a transcription of a FLOSS interview with DHH about Rails, Ruby, and how he became a programmer.<p><a href="http://www.transcribed-interview.com/dhh-rails-david-heinemeier-hansson-interview-randal-schwartz-floss.html" rel="nofollow">http://www.transcribed-interview.com/dhh-rails-david-heineme...</a><p>From that interview: <i>"The wonderful thing about the Web is that it divorces the notion of the native environment from the implementational technology. Any piece of programming language can spit out HTML and JavaScript, which means that you can build it in whatever the hell you want. It can be a tiny program. _You_ can invent a language and you can start using it and your users will not know the difference. So it really is this great equalizer in the sense of allowing new technologies to spring up and get serious traction because they don't need those network effects."</i>
crisnoble大约 12 年前
&#62;JavaScript is there to decorate HTML, not the other way around.<p>Does that mean that HTML is not there to decorate JavaScript? Or is he dinging Backbone and the other JS MV* frameworks cropping up.
评论 #5753454 未加载
jsnk大约 12 年前
"JavaScript is there to decorate HTML, not the other way around."<p>Would it be fair to say this is a subtle jab at JavaScript used on the server side, namely what nodejs is doing?
评论 #5753191 未加载
评论 #5754477 未加载
评论 #5753336 未加载
milkshakes大约 12 年前
<i>Error establishing a database connection.</i><p>I guess they didn't ask him any questions about caching or scalability...
评论 #5753012 未加载
jiggy2011大约 12 年前
I'd be curious as to exactly what features comprised the first released version of rails. Was it originally in the MVC structure we know today, or was it more a mixture of random parts that were refactored into that later?<p>Did it use a CGI model, or did it embed webbrick from the start? etc.
评论 #5753013 未加载
评论 #5753968 未加载
评论 #5752914 未加载
tieTYT大约 12 年前
I wonder what his opinion about Functional Programming is.