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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Two Sentences About Getting Older and Working on the Web

24 点作者 aye大约 11 年前

5 条评论

gexla大约 11 年前
Make a list of confusing things. Carve out some time every day to explore and practice on confusing things. Maybe an hour, or whatever time you can devote to this. Queue them up, like a reading list. As with a book, take notes. Go back over those notes at times. Do this daily. Items which are confusing, but a core component of what you do every day may need its own dedicated block. For example in addition to dedicating time to X confusing thing, you could learn one VIM command or trick every day and then have a list of items to practice.<p>It&#x27;s part of our ongoing education.
quaffapint大约 11 年前
I think you certainly hit the nail on the head as people seem afraid to ask about &#x27;such simple things&#x27;. I think people want to be part of the &#x27;in&#x27; and not feel like an outsider. It&#x27;s a shame, it&#x27;s much like the cliques of high school all over again. You just gotta act cool and not ask.
Silhouette大约 11 年前
There&#x27;s a lot of this around in the web industry at the moment, but there is no magic, just lots and lots of hype being shouted from lots and lots of bandwagons (and <i>very</i> rarely, some genuinely good work trying not to get lost in the noise).<p>A year or two ago, we were watching conference speakers and bloggers and authors and consultants sing the praises of AngularJS. It was surely the One True Framework, and if you didn&#x27;t know it you were no-one. Don&#x27;t tell that to anyone who&#x27;s a fan of React today, though.<p>A year or two ago, Grunt was the shiny new tool for automating everything. Today, it&#x27;s old hat, and apparently we&#x27;re all supposed to be using Gulp instead.<p>A year or two ago, the previous Javascript module patterns and optimisers had become a plague on all our houses and we were implored to use AMD and RequireJS instead. Today, Browserify lets you use a module system bolted on to a server-side version of a language that only survived because it was the only client-side game in town on the client-side as well, and that constitutes progress.<p>And yet, for probably at least a decade, I haven&#x27;t worked on a single commercial web development project that lasted <i>less</i> time than <i>every</i> much-hyped web technology&#x27;s reign at the top. These fads literally come and go faster than any long-lived real project that might use them. They are good for demos, column inches, conference talks, and disposable MVPs that don&#x27;t need to worry about irrelevant details like maintainability and still working next year.<p>So don&#x27;t worry, Frank. Those kids you mentioned in your second sentence don&#x27;t appreciate this, because they&#x27;re kids and they want to play with their toys. When they grow up, they&#x27;ll understand. :-)
jqm大约 11 年前
If you can get what you need to done who cares? You can&#x27;t learn everything.<p>I don&#x27;t know Ruby. I don&#x27;t know Node. I probably never will and I don&#x27;t care. Because I can do the same type of things with Python and JS. Time is limited and I don&#x27;t have it for learning redundant ways of doing the same thing (unless someone is paying me... that&#x27;s different).<p>You should learn Git though. That&#x27;s important.
badman_ting大约 11 年前
I have coworkers who did little hacky stuff on the Web 10-15 years ago and think their knowledge is still relevant, so I respect Frank&#x27;s honesty in admitting the web dev world has passed him by, or vice versa if you like. I use all the stuff he&#x27;s talking about, though I believe I am slightly older than he is, so, not a kid.