Most tech content is bullshit
11–20 of 470 posts
Re: Most tech content is bullshit
#12Re: Most tech content is bullshit
#13Re: Most tech content is bullshit
#14"Those who can't do, teach". While I think this is usually a pretty offensive statement, I think it is an apt one in the world of tech blogs. The people who really know what they are doing are not writing blogs. That's why the content that the Netflix team releases really sticks out. If only they broke their 1h-long presentations into 500 word tech blogs.
This is a feature; not a bug given the way our quasi-free-market founded on protection of trade secrets over actual marketwide innovation that lifts everyone else.
I try guiding anyone who'll listen how to do things I'm well versed in; but there is only so much one can do in a day.
Re: Most tech content is bullshit
#15I believe part of problem is Google SEO. Tech content maybe bullshit, but marketing content is even more bullshit. I remember times when we had slow internet and/or only subset of blogs we read from time to time. Most of development was done by reading books, specification of devices for writing drivers and so on. Now, literally everyone is trying to do SEO and use lots of words in articles, kind of creating content,…
Re: Most tech content is bullshit
#16However, I will expand on a specific pattern of bullshit that is common in the tech world: over-complication for the sake of some sort of "theoretical purity". I think Redux is a good example of this. I think Redux can be used well, but it became the "recommended way to do global state in React" and IMO way many more code bases have become an incomprehensible nightmare because of Redux than have been helped by it.
Similarly, and I'm probably dating myself, but anyone remember the original Enterprise Java Bean specs, and the laughably bad "Pet Store" demo app from the early 00s? It was as if you took a collection of "architects" with no real world experience, and certainly no regard for performance, and had them create the most elaborate Rube Goldberg machine possible.
Re: Most tech content is bullshit
#17Sturgeon's Law: Ninety percent of everything is crap. Tech content is no exception. As the article points out, the corollary is that you have to think for yourself, assessing every piece of content you come across.
Re: Most tech content is bullshit
#18I believe part of problem is Google SEO. Tech content maybe bullshit, but marketing content is even more bullshit. I remember times when we had slow internet and/or only subset of blogs we read from time to time. Most of development was done by reading books, specification of devices for writing drivers and so on. Now, literally everyone is trying to do SEO and use lots of words in articles, kind of creating content,…
“Content marketing”
Re: Most tech content is bullshit
#19I believe part of problem is Google SEO. Tech content maybe bullshit, but marketing content is even more bullshit. I remember times when we had slow internet and/or only subset of blogs we read from time to time. Most of development was done by reading books, specification of devices for writing drivers and so on. Now, literally everyone is trying to do SEO and use lots of words in articles, kind of creating content,…
Re: Most tech content is bullshit
#20On one side there are blogs that just post content to keep momentum, say csstricks.com, and don’t care to fix their errors even after you report them.
On the other side there are absolute noobs that post unresearched content just because some VIP tweeted that you don’t need to be an expert to blog.
Well, that’s what you get: Bullshit everywhere.
Then of course you get awful StackOverflow “top” solutions that are straight up “worst practice”