active questions tagged knowledge - Stack Overflowmost recent 30 from stackoverflow.com2009-12-02T16:20:27Zhttp://stackoverflow.com/feeds/tag/knowledgehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/423823/whats-your-favorite-programmer-ignorance-pet-peeve172What's your favorite "programmer ignorance" pet peeve?Michael Borgwardt2009-01-08T10:39:31Z2009-12-02T07:47:00Z
<p>What are in your opinion the <strong>worst subjects of widespread ignorance amongst programmers</strong>, i.e. things that everyone who aspires to be a professional should know and take seriously, but don't?</p>
http://stackoverflow.com/questions/1801431/basic-skills-to-work-as-an-optimiser-in-the-gaming-industry1Basic skills to work as an optimiser in the gaming industryMPelletier2009-11-26T03:45:28Z2009-11-26T12:01:23Z
<p>I'm curious about a certain job title, that of "senior developer with a specialty in optimisation." It's not the actual title but that's essentially what it would be. What would this mean in the gaming industry in terms of knowledge and skills? I would assume basic stuff like</p>
<ul>
<li>B-trees</li>
<li>Path finding</li>
<li>Algorithmic analysis</li>
<li>Memory management</li>
<li>Threading (and related topics like thread safety, atomicity, etc)</li>
</ul>
<p>But this is only me conjecturing. What would be the real-life (and academic) basic knowledge required for such a job?</p>
http://stackoverflow.com/questions/1691557/what-are-the-overall-most-valuable-profitable-programming-expertises5What are the overall most valuable/profitable programming expertises?Cameigons2009-11-07T01:21:12Z2009-11-10T04:03:36Z
<p>Hi,</p>
<p>I would like to know if it's possible to point it out, and if so If anyone would know to summarize, considering things well beyond the basics and expectable of course, what would be nowadays the overall or statistical most highly regarded pieces of technical knowledge I better have if I wanna improve my chances of getting the highest paycheck I can get being a programmer? I'm asking either about valuable advanced knowledge with extensive applicability, but also about knowledge that the Market wants, and specific technical expertises pertaining any specific niche which are likely to yield greater financial rewards. </p>
<p>Regards,</p>
http://stackoverflow.com/questions/719739/how-do-i-get-domain-knowledge-to-start-programming-for-the-finance-industry26How do I get domain knowledge to start programming for the finance industry?ya232009-04-05T21:38:03Z2009-10-31T21:44:02Z
<p>I've seen a lot of job advertisements (contracts) quoting extremely high daily rates. I don't think I will ever earn anything even close to it without some experience in banking.</p>
<p>Besides, banking looks like a good challenge with high-availability systems and big money floating around. As a bonus, I would probably know more about how to invest my savings.</p>
<p>While technical skills shouldn't be a problem in the long run (I'd like to be C/C++/C#/Java developer), the domain knowledge would be a stopper.</p>
<p>Now, my question is <strong>how to start career in banking? How to learn domain knowledge?</strong></p>
<p>I believe economical slowdown we are in now may be an excellent moment to start training to be ready when the market is open again.</p>
<p>I'm aware of the fact this question may get negative feedback, but it's worth risking some rep to get a good answer.</p>
<p><hr /></p>
<p><strong>EDIT</strong></p>
<p>Question was closed, but it looks like there is a chance to reopen. IMHO question <strong>is</strong> programming related - the question is essentially about how to write code for banking, not how to become a banker...</p>
<p>A bit of my background:
I have distinct MSc degree in applied computer science. My current knowledge about banking in general is rather low - I'm not even sure how to invest effectively. But hey, I'm still not (that) old being 25 and want to fill that gap.</p>
http://stackoverflow.com/questions/1604832/should-marketing-departments-have-basic-html-skills0Should Marketing departments have basic HTML skills?Phil.Wheeler2009-10-22T03:13:04Z2009-10-27T06:07:32Z
<p>Working within an organisation as part of the in-house site development team, a lot of my team's throughput is driven by the colouring-in (marketing) department. It is their responsibility to provide approved content and imagery for the features or enhancements that we include on each iteration of the company site.</p>
<p>One thing I've noticed in this job and several previous ones is that the Marketing department is extremely particular about wording and presentation, but has little to no understanding of the actual medium with which they're working - the web.</p>
<p>I find that my team is constantly making best guesses for various HTML attributes like image alt text, titles, rel tags, blockquote cite attributes and the like. How reasonable is it to expect that marketing departments have a strong understanding of the purpose of HTML metadata? Should it be the developer's job to remind and inform each time or are marketing departments falling behind the technology they're working with?</p>
<p>What could I reasonably expect our marketing department to understand and provide every time with each new work request?</p>
http://stackoverflow.com/questions/1515358/what-are-the-skills-needed-to-read-and-understand-other-peoples-code6What are the skills needed to read and understand other people's code?Rachel2009-10-04T01:38:43Z2009-10-23T23:17:02Z
<p>Hi, </p>
<p>I have got a new job, and in this job I need to go through other people's code to understand the application.</p>
<ul>
<li>What are the skills which I must acquire to accomplish the task of reading and understanding other people's code? </li>
<li>What best-practices should I follow while reading and understanding other people's code?</li>
<li>Which books or online resources are relevant to this task?</li>
</ul>
<p>Thanks. </p>
http://stackoverflow.com/questions/1612769/resources-to-deepen-knowledge-before-writing-a-framework0Resources to deepen knowledge before writing a framework?pestaa2009-10-23T11:13:37Z2009-10-23T12:51:30Z
<p>I'm planning to reinvent the wheel by writing a PHP MVC/ORM framework in the near future.</p>
<p>I have already watched several conference presentations on InfoQ, came across numerous slides, which have great impact on my knowledge.</p>
<p>I'm still particularly interested in the best practices of:</p>
<ul>
<li>Framework design</li>
<li>TDD (PhpUnit, Selenium)</li>
<li>Domain Driven Development</li>
<li>Continuous integration (Xinc)</li>
<li>Subversion source control</li>
</ul>
<p>If you have a couple of useful bookmarks or similar that are hard to find with Google, please drop in. :) I'll happily study Anything Driven Development, if that particular Anything really drives your development. :)</p>
http://stackoverflow.com/questions/755814/as-a-java-developer-what-should-i-be-expected-to-know6As a Java developer what should I be expected to know?Craig Angus2009-04-16T11:59:17Z2009-10-21T19:32:54Z
<p>With the constant updating of technologies surrounding Java, as a Java developer what is the base knowledge you should be expected to have?</p>
<p>Should a Java developer know EJB3, Spring, Hibernate etc?</p>
http://stackoverflow.com/questions/1534826/learning-to-create-animations-in-c0Learning to create animations in C++KJP2009-10-07T23:44:44Z2009-10-08T23:33:33Z
<p>does anyone know where I can learn to create and manipulate animations in c++ for the purpose of game development?</p>
http://stackoverflow.com/questions/1534713/software-or-tools-recommended-to-improve-fast-your-c-programming-skills1Software or tools recommended to improve fast your C++ programming skills.KJP2009-10-07T23:06:38Z2009-10-08T02:35:04Z
<p>List anything you think is great to improve c++ knowledge... Please be concrete when giving solutions.</p>
http://stackoverflow.com/questions/1514678/what-are-the-must-know-algorithm-for-cs-graduate-software-engineer0What are the must know algorithm for CS Graduate/Software Engineer ? [closed]Rachel2009-10-03T19:56:37Z2009-10-05T19:29:55Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br />
<a href="http://stackoverflow.com/questions/445425/what-algorithms-should-every-developer-know">What algorithms should every developer know?</a> </p>
</blockquote>
<p>I know algorithm and data-structures are keys of software engineering but what are the must-know algorithms for a CS Graduate/Software Engineer working in the industry?</p>
http://stackoverflow.com/questions/345954/knowledge-hoarding4Knowledge hoardingcodemnky2008-12-06T05:14:09Z2009-09-27T06:11:31Z
<p>I work for a small ERP software firm. There are 2 guys that have seniority over me. They make 3 times the salary I take home. </p>
<p>Here's how they managed to get there: we have no documentation to speak of. They HOLD the business "know how" for the package. They don't share their knowledge with anyone. </p>
<p>The only way I see my way out of this predicament is to ramp up my skills set. Over the last two years, I have invested lot of my time and money to learn .NET. </p>
<p>Now the company wants to migrate the app to .NET, and I am the only one that understands how to architect a .NET application. </p>
<p>My problem is that one has to know the underlying business processes to architect a robust solution. </p>
<p>What should I do? Bolt or ask for a substantial pay raise?</p>
http://stackoverflow.com/questions/621068/structuring-your-web-based-knowledge-system1structuring your web based knowledge systemDavid Dekker2009-03-07T01:02:06Z2009-09-14T21:00:00Z
<p>How would you structure the information which you maintain to keep all of the information about your projects and clients at your fingertips. We are finding that ours is becoming so large that at times we don't know for sure what we are looking for only that we know it is in the knowledge-base. We use a confluence in a classical hierarchy with tagging as well. Any suggestions or articles would be appreciated.</p>
http://stackoverflow.com/questions/1092376/what-c-knowledge-should-i-have17What C# knowledge should I have?Anthony2009-07-07T13:34:47Z2009-09-10T00:22:32Z
<p>A very open question. I've been programming in C# for the
past 5 months doing small projects that I completed
successfully.</p>
<p>Today I went to an interview for a C# role. The 1st question
was 'Tell me about boxing'. Given my experience I had no
idea what the guy meant. Needless to say the interview
didn't go that well. Others questions were 'why isn't it
recommended to use an ArrayList of int', 'tell me what you
know about threading', etc.</p>
<p>I don't really want this to happen again so I'm planning to
spend some time reading (and practising) more on C#. I
understand that the best way of learning is by coding but
coding wouldn't have really helped me answer the question
about 'boxing' for example.</p>
<p>I'm not asking you to answer the above technical questions.
In fact, I know now their answer as I went straight to
Google after the interview and it's how I realised that my
C# knowledge is somewhat limited.</p>
<p>My question is: in your opinion, which knowledge should any
C# developer have? Ideally it would be better if you could
categorize it (Basic knwoledge anyone should have without
exception, Advanced knowlege, Expert knowledge etc). No need
to go into details. Doing research on whatever you list will
be a good exercise for me.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1338001/verifying-equivalence-of-a-secret3Verifying equivalence of a secretShalmanese2009-08-26T22:52:36Z2009-09-09T10:24:24Z
<p>Alice & Bob are both secret quadruple agents who could be working for the US, Russia or China. They want to come up with a scheme that would:</p>
<p>a) if they are both working for the same side, prove this to each other so they can talk freely.</p>
<p>b) if they are working for different sides, not expose any additional information about which side they are on.</p>
<p>Oh, and because of the sensitive nature of what they do, there is no trusted third party who can do the comparison for both of them.</p>
<p>What protocol would be able to satisfy both of these needs?</p>
<p>Ideally, any protocol would also be able to generalize to multiple participants and multiples states but that's not essential.</p>
<p>I've puzzled over it for a while and I can't find a satisfactory solution, mainly owing to condition b.</p>
<p>edit: Here's the original problem that motivated me to look for a solution. "Charlie" had some personal photos that he shared with me and I later discovered that he had also shared them with "Bob". We both wanted to know if we had the same set of photos but, at the same time, if Charlie hadn't shared a certain photo with either of us, he probably had a good reason not to and we didn't want to leak information.</p>
<p>My first thought would be for each of us to concatenate all the photos and provide the MD5 sum. If they matched, then we had the same photos but if they didn't, neither party would know which photos the other had. However, I realized soon after that this scheme would still leak information because Bob could generate an MD5 for each subset of photos he had and if any of them matched my sum, he would know which photos I didn't have. I've yet to find a satisfactory solution to this particular problem but I thought I would generalize it to avoid people focusing on the particulars of my situation.</p>
http://stackoverflow.com/questions/1375737/what-are-typical-industry-sectors-where-c-java-c-would-be-used-and-what-kind-o0What are typical Industry sectors where C++/Java/C# would be used and what kind of Application would be developed ? [closed]Rachel2009-09-03T20:25:16Z2009-09-03T20:36:18Z
<p>Hi All, </p>
<p>What kind of Industry sector would go for C++/Java/C# and what kind of application would be developed typically using this languages ?</p>
<p>Thanks. </p>
http://stackoverflow.com/questions/1371398/how-does-streaming-stock-quotes-on-website-like-cnn-cnbc-work0How does Streaming Stock Quotes on Website like CNN, CNBC work ?Rachel2009-09-03T04:09:54Z2009-09-03T04:23:13Z
<p>Hi All, </p>
<p>I wanted to know how does behind the scene technology works when we see stocks streaming on websites like CNN or CNBC. </p>
<p>I believe its an applet but would highly appreciate some detail explanations. </p>
<p>Thanks. </p>
http://stackoverflow.com/questions/1137113/which-is-more-advantageous-learning-new-languages-or-increasing-knowledge-of-one18Which is more advantageous: Learning new languages or increasing knowledge of ones you already know?Adinochestva2009-07-16T12:09:06Z2009-08-20T13:37:41Z
<p>Do you prefer learning new languages or just working in your current language and increase your knowledge of it? Which one provides more real-world benefits, and why?</p>
http://stackoverflow.com/questions/1078283/resources-to-get-started-with-ipv4-ipv6-basics-and-development1Resources to get started with IPv4/IPv6 basics and developmentKosi28012009-07-03T07:59:33Z2009-08-12T16:11:24Z
<p>I'm looking for resources and book which one can use to get started with IPv4 and IPv6 network development. The most relevant book I've came up so far is "<a href="http://rads.stackoverflow.com/amzn/click/0131411551" rel="nofollow">Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition)</a>" which covers both protocols but apart from that I did not find very much. </p>
<p>The information I'm looking for is how both protocols work in detail, how IPv6 and its handling differs to IPv4 and how to use the APIs (Windows or *nix) to set up basic communication between applications across both protocols. </p>
<p>Is above mentioned book already the right starting point or are there other resources and books one can use to get started with this topic?</p>
http://stackoverflow.com/questions/438268/scheme-project-ideas6Scheme Project IdeasAnthony Cuozzo2009-01-13T08:05:34Z2009-08-05T09:49:13Z
<p>I am interested in improving my Functional Programming skills and I believe that the best way to do this is by working on a medium-sized project. In the past I have worked with Scheme and would like to continue to do so. Can someone please suggest some medium-sized Scheme project ideas? (Note: I am well-versed in C (ANSI C89/ISO C90), so making use of Scheme's foreign function interface to (for instance) interact with a library like ncurses is not only possible, but preferred.)</p>
http://stackoverflow.com/questions/1204599/noticeable-increase-in-programming-ability-or-understanding5Noticeable increase in programming ability or understandingMJ2009-07-30T05:24:55Z2009-07-31T00:36:00Z
<p>I am interested in knowing if at some time throughout your programming career, (when you first wrote "hello world!" to the present) you experienced a noticeable increase in your ability or understanding of the programming field.</p>
<p>I understand that our field is built upon layers of knowledge, but was there one that stood out?</p>
<p>A few examples might be a side project, something at work, book you read or a personal experience.</p>
<p>What was it about the experience/project that caused it?</p>
<p>Would you suggest other programmers to experience the same thing, and might they get the same outcome?</p>
http://stackoverflow.com/questions/1185433/knowledge-and-skills-in-cvs2Knowledge and Skills in CVsredrockettt2009-07-26T20:11:44Z2009-07-30T22:16:31Z
<p>I'm job hunting and have been tayloring my CV for individual jobs however it tends to follow the following theme for my skills and knowledge:</p>
<ul>
<li><p>Commercial experience with Relational
Database Management Systems
(Postgres) including SQL, stored
procedures, replication and design.</p></li>
<li><p>Commercial experience in Python and
PHP web scripting, XML (including a
solid understanding of SAX and DOM)</p></li>
<li><p>Linux system administration including
knowledge of Apache, Bind and Ftpd</p></li>
<li><p>Solid understanding of n-tier
architectures and design patterns</p></li>
<li><p>Experience in HTML and JavaScript</p></li>
<li><p>Java</p></li>
<li><p>C#, ASP.NET (ASP.NET MVC)</p></li>
<li><p>Software installation and maintenance</p></li>
<li><p>Computer Hardware and Networking</p></li>
</ul>
<p>In general how good does this look? I'm not trying to fill my CV with lots of pointless acronyms however I'm not wanting to undersell myself. One area I've been thinking about is incorporating more "general" skills including my experience with eXtreme Programming and perhaps a bullet point relating to e-commerce (integrating Paypal and PaymentExpress) - what do people think?</p>
http://stackoverflow.com/questions/1203769/which-knowledgebase-app-is-used-by-mediatemple0Which Knowledgebase app is used by MediaTemple?bochenn2009-07-30T00:11:10Z2009-07-30T01:21:16Z
<p>Does anyone know if MediaTemple did this development in house or is a software we may know?</p>
<p><a href="http://kb.mediatemple.net/" rel="nofollow">http://kb.mediatemple.net/</a></p>
<p>Thanks</p>
http://stackoverflow.com/questions/1092675/what-ruby-knowledge-should-i-have8what Ruby knowledge should I have?Sarah Vessels2009-07-07T14:30:17Z2009-07-07T17:42:08Z
<p>I just discovered the <a href="http://stackoverflow.com/questions/1092376/what-c-knowledge-should-i-have">what c# knowledge should I have?</a> question and wondered about the same, but for Ruby. I consider Ruby to be my favorite programming language, and beyond learning the basics, at least what I've picked up from numerous Ruby on Rails projects and a few Ruby scripts, I've tried to learn from reading blogs like <a href="http://feeds.feedburner.com/Gluttonous" rel="nofollow">Gluttonous</a>, <a href="http://feeds.oreilly.com/oreilly/ruby" rel="nofollow">O'Reilly Ruby</a>, <a href="http://feeds2.feedburner.com/olabini" rel="nofollow">Ola Bini</a>, and <a href="http://blog.zenspider.com/atom.xml" rel="nofollow">Polishing Ruby</a>. I've also read in books like <a href="http://rads.stackoverflow.com/amzn/click/0672328844" rel="nofollow">The Ruby Way</a>.</p>
<p>However, I haven't felt fully prepared when being interviewed about my Ruby skills. I was asked once if I knew about closures and at first I responded that I didn't, but then I asked if the interviewer meant code blocks, like lambda and <code>do</code>...<code>end</code>, and he did. How did I go about 3 years of programming Ruby and trying to learn the language without learning that closures = code blocks?</p>
<p>So, my question to you is what knowledge should a Ruby programmer have of the Ruby language? What would you expect, as an interviewer for a Ruby position, me to know? Just list some topics, and I'll do the reading about them. Listing Ruby-specific tools like Ruby on Rails, Rake, Rack, etc. is good too, if you think that's necessary.</p>
http://stackoverflow.com/questions/502228/orkuts-url-writing-method0Orkut's URL Writing Methodnaveen2009-02-02T05:05:23Z2009-06-13T06:00:04Z
<p>I have a doubt about orkut's new URL Writing method.</p>
<p>Earlier the home page was like</p>
<p><a href="http://www.orkut.com/Home.aspx" rel="nofollow">http://www.orkut.com/Home.aspx</a></p>
<p>Now its changed to</p>
<p><a href="http://www.orkut.co.in/Main#Home.aspx" rel="nofollow">http://www.orkut.co.in/Main#Home.aspx</a></p>
<p>Whats the significance of "#" ?
Why is it there and why have they used it?</p>
<p>Is not "#" used to navigate to a particular section of Page using
name="blah" in the anchor tag?</p>
http://stackoverflow.com/questions/986047/technical-tests-in-interviews-as-a-judge-of-employer2Technical tests in interviews as a judge of employer Unsliced2009-06-12T10:41:24Z2009-06-12T14:10:43Z
<p>There is an increasing (and generally good) trend for potential employers to ask candidates to sit some sort of technical test before even being invited to interview. </p>
<p>I appreciate that it is going to be more cost-effective that even a phone call to screen you but there seem to be two types of test out there, in the wild. </p>
<p>The first type is the genuinely practical, e.g. <a href="http://stackoverflow.com/questions/32107/">Practical programming test in interview</a>, where you're sat in front of a 'real' machine and asked to code away. You'll be given a decent environment, have a web browser (for Google/MSDN/Stack Overflow/etc.) and a spec/question to answer as well you can within a time limit. </p>
<p>Then there's the more formulaic, answering, almost trivia quiz-like, questions. You're in front of an application that asks you specific questions, possibly with multiple choice answers. They'll dress this up as wanting you to be able to answer from first principles, but realistically, it's just a cheaper way than having a hiring manager call you on the phone. </p>
<p>As a candidate for interview, should I be wary of any company asking me to do a technical test that isn't a realistic simulation of a working environment? Or should I just deal with it, ace the easy test questions, accept the fact that I need to prove (again) that I know the really basic simple stuff off pat (or have at least read the first couple of chapters of any primer for the language I'm being tested on)? It's their job, I need to jump through their hoops in order to work there. </p>
<p>If a company can't trust me to know the basics, should I want to work there? </p>
<p><hr /></p>
<p><strong>Update</strong>: thanks for the comments. In my case it's probably because I'm a gamekeeper turned poacher. I've been a hirer and interviewer and the muppets <a href="http://stackoverflow.com/questions/11598/what-is-the-worst-interviewee-answer/246082#246082">who blatantly lied</a> did annoy me. (Actually that's being harsh on muppets, I love <a href="http://en.wikipedia.org/wiki/Animal%5F%28Muppet%29" rel="nofollow">Animal</a> and <a href="http://en.wikipedia.org/wiki/Rowlf" rel="nofollow">Rowlf</a> the dog.) I'm just fed up answering the same textbook questions about mainly arcane trivia within the language again and again and again. </p>
<p>Maybe that's the answer - this idiot filter is almost certainly what the recruitment agencies should do, but generally they're slave traders who don't know what or how developers do what they do, just in it for the commission. </p>
http://stackoverflow.com/questions/790893/assessment-knowledge-testing-questions0Assessment / knowledge testing questionsAndré Boonzaaijer2009-04-26T14:04:31Z2009-06-08T05:31:00Z
<p>For all you technicians out there that ever had to assess a new collegue (e.g. a job interview or intake of contractors), what questions do you ask during such sessions in order to measure the candidates technical knowledge?
For example, a common question I use is to explain the difference between an open or closed diamond in UML diagrams. Or the true conceptual characteristics of the Object Oriented paradigm. </p>
<p>Any interesting additions you would like to share?</p>
http://stackoverflow.com/questions/898779/whats-the-important-part-of-search-technology0What's the important part of search technology?Jinx2009-05-22T16:35:20Z2009-05-22T17:29:44Z
<p>What's the important part of search technology?</p>
<p>Distributed file system </p>
<p>Cloud computing</p>
<p>Storage system</p>
<p>Ranking algorithms</p>
<p>Search algorithms</p>
<p>Or something else?</p>
http://stackoverflow.com/questions/22514/how-much-should-a-software-guy-or-software-gal-know-about-hardware6How much should a "software guy" (or "software gal") know about hardware?Thomas Owens2008-08-22T14:34:40Z2009-05-08T16:34:33Z
<p>Aside from the software developers working on embedded systems and hardware modeling or any other job that deals with software for or on hardware, how much should a software engineer know about the underlying hardware that they might be developing for? Should it be treated as a black box that just works or should there be a very strong working knowledge of the hardware systems?</p>
<p>EDIT: This question was inspired by <a href="http://beta.stackoverflow.com/questions/22088/why-do-the-others-think-you-can-fix-their-computer" rel="nofollow">this post</a>.</p>
http://stackoverflow.com/questions/385012/which-is-better-to-get-knowledge-across-webcast-or-written-text2Which is better to get knowledge across: Webcast or written text?Tobias Hertkorn2008-12-21T21:55:04Z2009-05-07T08:52:48Z
<p>I just did some research on how to do X (it's not important what I was researching). A blog post suggested that I should try using product Y to solve my problem with X. So I went on their site - and since I had never used their product I skimmed the "hello" page, had the faint impression that it could indeed help me with my X. So I immediately went to the "Getting started" page - and was presented a 10 minutes webcast.</p>
<p>My first impulse was to just close the damn window, because frankly I am starting to get fed up with all those webcasts that are popping up all over the place in the last couple of months. I hope this is a phase, since in my opinion they just do not have the same information density as written text has. I already knew that I was going to sit there for 10 minutes watching somebody clicking around on an IDE telling me stuff that I could have read or at least skimmed in 30-60 seconds.</p>
<p>I think all programmers are people that are very well able to read text. So what is the point of producing webcasts, especially "Getting Started" webcasts? They don't have anything near the information density as text has, they can't (yet) be indexed by Google, there is no way I can copy and paste code from them, ... </p>
<p>Are there any benefits I am missing? Or does everybody agree that webcasts should be regarded as a phase the web (when it comes to programming knowledge) has to go through - but will hopefully die out sooner or later? I just hate watching people not being able to type for the nth time...</p>