Hacker News new | ask | show | jobs
by hateful 2290 days ago
This is a great example of something that happens when a technology/program/framework has a long history and an existing community. Most users have been there for a very long time and sometimes the instructions or documentation doesn't explain what new users may or may not know.

I see this a lot in the nodejs tooling, Azure, vmware. Each version of a product slowly changes the way the product works and most documentation, readme and blog posts miss key information that they assume people would already know. If I'm new to node, I may not know things. It's like when you have some sample C# code and it doesn't include the "using" line and/or the Nuget package used - assuming the person already knows what package would perform this task - because it's "obvious" to existing users.

2 comments

Also tried BOINC and got "cannot connect to core server" and apparently (based on googling around) you've gotta open up a specific port. Would be nice if they told you this on the download page or at least where to look after you download.

I gave up on both folding@home and BOINC. I don't have all day to fiddle around with this shit.

Good post, good insights. I faced the same when starting on nodejs stuff, things that were obvious to others were completely lost/hard to find for me.