Live data from Hacker News

Most tech content is bullshit

aleksandra.codes

261–270 of 470 posts

Re: Most tech content is bullshit

#261
post #257

Earlier quoted context omitted.

Does Gson still force you to write "beans"? In any case, this project kind of didn't need any auto-magical serialization library, but the promise was reduced boilerplate. Instead, we just got way more complex boilerplate and a damn dependency forcing me to change how I want to write my code.

Pretty much. I'm all about data classes so the code reads just fine. Definitely less boilerplate than something like JsonObject. But using Gson means non-nullable fields can still be null if the incoming JSON doesn't have them. So you get these "impossible" NPEs. Also, this is more a complaint about the JVM type system but Gson can encode things that it can't decode into which really messes with my mental model.

My experience has been that there might actually be MORE boilerplate now than when I did ad-hoc translation to/from JsonObject.

inline classes straight-up don't work with Jackson, and probably never will. So for every class that has a field that is an inline class, I have to write a "builder class" that's exactly the same except replacing the inline class with the class it wraps.

Also, @JsonUnwrapped doesn't work with Kotlin. And, of course, doing anything with generics is a complex nightmare with Jackson (because of JVM's type erasure).

Not to mention, all these failures happen at runtime, so you don't even know your class is going to be a problem until you run the code.

The whole thing just sucks and I actually miss the simplicity of translating by hand...

Re: Most tech content is bullshit

#262

Good is hard. When I left O'Reilly Media in 2005 we were just ending a period where many programmers worked with a set of physical O'Reilly books on their shelf. And everyone at O'Reilly could see that their business was being eaten away by free. Stack Overflow didn't exist yet but we could feel it coming. At the time, we hoped that UGC would have some sort of wisdom of the crowd thing that would lead to high quality…

a period where many programmers worked with a set of physical O'Reilly books on their shelf.

I’ve never been so productive as I was in those days. Good quality documentation and no distractions. A golden age that we didn’t even know we were in. The modern development paradigm is a dumpster fire in comparison. Thanks for the good work you did back then producing those materials.

Re: Most tech content is bullshit

#263
post #108

Earlier quoted context omitted.

As a programmer with some 20 years of experience who likes to write tutorials on original research and techniques — you can pry my animated gifs out of my cold dead fingers! All my life I waited for broadband to be widespread enough to write articles with rich embedded animations. And yes, sometimes they only serve the purpose of entertainment or emotional tone setting. Other times they’re actual part of the content.…

Go you! I love high quality written content with a lighter tone. I find it incredibly difficult to focus on dry tests because of my ADHD.

Thanks! I actually study fiction writers and standup comedians to help me write/speak better. It makes a world of difference

Re: Most tech content is bullshit

#264
post #4

I 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,…

Uggh - this! Maybe I'm so used to it for programming queries, but I've gotten back into electronics and ham radio after a long time, and have always dreamed of owning a decent oscilloscope. Googling 'good digital hobbyist oscilloscope' just now was a frustrating waste of time. It's just pages and pages of regurgitated specs and affiliate links, no useful _actual_ reviews or anything... Take this top 10 result. It's o…

Some search hits are deeper than others. Specifically, forums. EEVblog comes to mind. Figure out the spectrum of specific brands/models, then read and watch some reviews.

Re: Most tech content is bullshit

#265
post #4

I 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,…

Uggh - this! Maybe I'm so used to it for programming queries, but I've gotten back into electronics and ham radio after a long time, and have always dreamed of owning a decent oscilloscope. Googling 'good digital hobbyist oscilloscope' just now was a frustrating waste of time. It's just pages and pages of regurgitated specs and affiliate links, no useful _actual_ reviews or anything... Take this top 10 result. It's o…

Google should ban all sites with Amazon affiliate links from its search engine.

Re: Most tech content is bullshit

#266

Earlier quoted context omitted.

Uggh - this! Maybe I'm so used to it for programming queries, but I've gotten back into electronics and ham radio after a long time, and have always dreamed of owning a decent oscilloscope. Googling 'good digital hobbyist oscilloscope' just now was a frustrating waste of time. It's just pages and pages of regurgitated specs and affiliate links, no useful _actual_ reviews or anything... Take this top 10 result. It's o…

The first paragraph: > Best Oscilloscopes are not a common field where people would choose to spend their spare time relaxing. However, analyzing and measuring signals might be an interesting fact for most engineers or people looking for complexity, isn’t it? That’s what we actually thought about before doing our research. Reads like it went through Google translate twice.

Google's own tools make flooding their main moneymaker with junk easier and more accessible. There's something in that but I'm not sure what...

Re: Most tech content is bullshit

#267
post #104

Unlike hackernews comments, which of course are totally non-bullshit. The people commenting here all agree that we are not bullshit. As true as some of the comments might be, take a scroll through this very thread of comments and admire the finely curated homogeneity and repetition of popular trivia and opinion. You want to see through the bullshit? Look at the source code for some repository that makes it to the top…

hacker news comment is probably the most reliable source of info i have regarding tech thoses days. Not because the majority of comments are useful or right, but because in between all this regular interner noise you sometimes have the unique opportunity to speak with the creators of the tech itself, or by researchers working on the issue. Now to be honest, most of the time when an issue is complex the most useful co…

I actually agree that hackernews has a better feed of aggregated content, and I that there are brilliant people lurking in the comments.

But that's the main content, and about 5% of the comments.

From the article:

"This pattern is consuming — instead of creating. Consuming — without questioning. Consuming and hiding behind an authority.

I saw developers taking other people's solutions for granted. Not thinking twice about the approach, not bothering about analyzing it."

It's normal and within acceptable limits, but if you want to find a circle jerk devoid of critical reasoning--a celebration of consumption over creation--it is very much alive here.

And that's fine, really, so long as we never stop being aware of it.

Re: Most tech content is bullshit

#268

Earlier quoted context omitted.

Personal brand building is another major contributor to search engine content dilution. Whenever I Google for something in hot new languages or frameworks, I have to sift through 10s of Medium articles from beginner developers who are trying to establish themselves as industry experts. I don't want to read some junior developer's Medium post full of animated GIFs and a pseudo-tutorial that is really just entire sourc…

That's an interesting, albeit selfish, perspective. Experienced developers usually aren't busy writing blog posts. Nor are they engaged on HN. As the old saying goes, those who can are out doing, those who can't `teach'. This touched a nerve, but sorry it's spot on. The more faltering the career, the less certain the skills, the more likely the person has a vigorous social media and blog presence.

Given the great reception this has received, let me give an example, and one of HN's great "successes" - patio11.

Guy made a tiny, miserable little service that would have made more money if he worked at Walmart. He was the seer who provided day after day of front page content for this site, the "fake it till you make it" ruse in full effect. Because his product was so miserably unsuccessfully he instead put all of his effort into blog posts and "lessons" for people to follow, and the suckers lined up.

People with actually successful products were just off being successful.

Re: Most tech content is bullshit

#269
post #62
post #4

I 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,…

Or when you want to compare two products and the top result(s) are just auto-generated pages that dump the stats/spec of each product side by side. I hate that so much. I want to read what a human who has tried both thinks.

Appending "reddit" to the query or doing it on Reddit directly can often return usable information.

Re: Most tech content is bullshit

#270

Earlier quoted context omitted.

The truly worrying development is when those same Medium posts start circling HN. I’m not trying to be elitist, but what I enjoy about HN is seeing truly novel and interesting content, and every “crappy” article on the front page bumps an interesting one downwards into oblivion.

Worrying development? HN has never been particularly enlightened in this respect, and has all of the same trends and superficial articles that emerge on the other networks. The illusion that it's some higher ground has never held true.

Based on your bio, you may be a bit biased in your assessment.
Post reply on HN