Live data from Hacker News

Most tech content is bullshit

aleksandra.codes

131–140 of 470 posts

Re: Most tech content is bullshit

#131

I basically realized this when I was at an internship talking to a buddy about a compilers course I could be taking and his language he was making for fun. He was talking about a couple topics I'd probably go over in the course. Then a more senior coworker came over to join the convo and mentioned a few similar words that were clearly jargon related to compilers etc. He spoke with such confidence that I didn't want t…

I once mentioned off-hand that I was a SIGPLAN member so that I could get the proceedings and learn about future tech in compilers and JITs and GC.

One person did a double-take, looked at me, and said, "You can understand those?" I knew exactly what he meant, and consoled him by saying "only about 2/3rds," at which point all of the tension drained out of his shoulders. I had communicated that yes, some of it is just bullshit not fit for consumption, and that he was not an idiot.

As a Feynman dilettante, if you can't have a human conversation about a subject (note: conversation, not 'curing cancer'/winning the Nobel) then you don't really know the subject. Or perhaps more generously: It doesn't matter if you know it because you can't pass that knowledge on. You are dead end as far as human progress is concerned.

I suspect Tech people feel this more than pure researchers, because we know that in a couple years we will be focusing on something else, and 5 years at most we will be gone. If we haven't passed on our knowledge, then there will be consequences that are readily apparent. In academia you get so many opportunities to connect and if you connect with 5 people, you probably feel like your work is done, and you forget about people like me who regret ever encountering certain teachers because they set me back or in one case, put me off a course I believed I would stay to the end.

Me, I have 10-15 people not of my choosing and I have to connect with 2 and 1/2 of them. It's a tempest in a teapot.

Re: Most tech content is bullshit

#132
>At the beginning of my career, I would never, ever, post anything technical on the internet. I thought that if someone was brave enough to post a blog post or take part in a tech discussion, they always know what they are doing. I couldn't be more wrong!

It's unfortunate that to have any sort of success as a software developer you must write about your opinion on frameworks, languages and techniques even if you know little about what you're talking about. Many developers and engineers blog because that's just what you do, not because they have anything important to say.

Re: Most tech content is bullshit

#133

Earlier quoted context omitted.

after working at couple of startups, I also noticed worrying trend. * 21 years old marketer writing about life crisis in 40s * fashion blogger explaining is Teflon harmful or not (come on, fashion and chemistry?) * 18 years old student who never immigrated to another country or studied abroad writing about how difficult is immigrant life and what to look for in different country and many more similar content.

About 5 years ago I attended a local code meetup and someone gave a presentation about this new TypeScript thing. He basically just explained the basic syntax, concepts. etc. A bit boring, but not the worst I've seen. Then in the Q&A someone asked a "In our experience, we've had problems with X, what's your take?" (I've forgotten what X was specifically), and the guy replied with "well, actually, we haven't really us…

>The entire talk seemed pretty useless to me.

To you. On the flip side, it provided an introductory level overview of a concept many watching/attending may not have looked into themselves, or were thinking of looking into. It also provided a different form of introduction, which could be valuable for attendees with a learning style preference different to that of look-at-a-how-to or check-out-the-docs.

>the guy replied with "well, actually, we haven't really used it yet, we're just looking at it".

Hey, at least he was honest and didn't try to bluff his way through an answer, as many in our industry will.

Overall, depending on the audience and context, it sounds like it may have been worthwhile for many attendees. Plus he got to work on his soft skills, and doing so with such vulnerability could inspire others to also.

Re: Most tech content is bullshit

#134
Making a ton of mistakes early in your career, being lucky to work with those that took the time to have constructive discussions/arguments with you (i.e. they're passionate and actually give a crap about budding talent), and paying it forward are a few key things that make for a good engineer.

I've pulled whatever hair out that I have on a Friday night trying to figure out something with a solution or approach unpublished elsewhere when I could be watching Doctor Who or getting fat on fat free ice cream and sedentary on my couch instead. Sometimes spending that personal time experimenting pays dividends in the form of a working solution. Other times it builds grit.

Re: Most tech content is bullshit

#135
It's funny because I agree with what she says, but the amount of black/white in her post (and many of the comments) also trigger me.

I don't always go on a blog post searching for THE truth. I go to get someone's view on something. Maybe get excited by the journey or what was achieved. Learn about the use case. And somehow, in some cases, because they are less biases junior developers that write actually have interesting insights.

If I want the dry and no BS info, I'll go read the source, or the doc. If I go on a blog post to read about X, Y or Z, I don't just swallow it and take it at face value, I just hope to find something that will interest me to learn more about it.

And yet, I agree that a lot of what I see lately is marketed to no end, and it becomes harder and harder to separate actual value, from tooling marketing.

Re: Most tech content is bullshit

#136

I’ve said this for a long time: The people actually doing the work don’t have time to talk about it and the people spending all their time talking about it aren’t doing the work. Of course there are exceptions but I’m extremely skeptical of a lot of stuff I read. Also that the HN bubble will always make readers feel behind when in reality 90% of the industry hasn’t even begun to catch-up. I felt behind with K8S in 20…

>>The people actually doing the work don’t have time to talk about it and the people spending all their time talking about it aren’t doing the work.

This is one of the most poisonous attitudes I have ever seen when it comes to tech content, and unfortunately it is really prevalent in the largest tech companies.

No wonder nearly all the documentation created by the tech giants is complete garbage and often out of date, with almost zero regard for people who actually read the documentation.

Re: Most tech content is bullshit

#137

I’ll just share a recent anecdote from work. A developer asked someone ‘What are the pros/cons of using _____ library?’, here was the answer — ‘This is what everyone is using right now’. There must be a limit to this nonsense. So we’re just going to drop this into our stack because that’s what everyone else is doing?

It's the "beating the averages" debate all over again. You get certain economies of scale doing what everyone else is doing, and face less political friction getting it adopted. But it may not be the absolute best solution for what you need, and over time, it may hold you back.

It's why we're not all writing our stuff in Lisp. ;-)

Re: Most tech content is bullshit

#138

Earlier quoted context omitted.

>> The people actually doing the work don’t have time to talk about it and the people spending all their time talking about it aren’t doing the work. I can't really agree with this. I think it's worth noting that writing about something you have just learned is a really good way to solidify that knowledge, especially if you are able to get feedback from others. So a lot of people deliberately set aside the time to do…

I wouldn't want to read a tutorial by someone who has just learned it. I want a tutorial by someone who has ample experience. How would you feel if I write a cookbook the first time my bread rolls didn't catch fire? ... to solicit feedback?

It depends on what the thing is you've just learned and your background. For example, this week I worked a bit on an article on the working with the Go "analysis" package for running and writing your own static analysis tools (not yet finished). I "just learned" this 2 weeks ago and wrote a few things in it.

I think it's useful to share my experience on this: there isn't a whole lot of content on it and I think people could benefit from it. It's also helpful for myself, because writing it down clearly means I understand it better too now.

My background here is that I've been programming in Go for over 4 years and have worked with the Go ast package before (though not the analysis framework). I'm hardly a renowned expert on it, but I'd like to think that I have enough background/experience to know what I'm doing and communicate that information others.

Re: Most tech content is bullshit

#139

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…

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.

I’m ashamed to say that was me at some point. On top of that, those articles did nothing to further my career. All that mattered so far is my past experience, projects and how well I can (leet)code. Now if I start blogging again, it will have to be purely out of intellectual curiosity.

Re: Most tech content is bullshit

#140
post #13

From personal experience, including reading a lot of HN, I think programmers as a species are especially biased towards putting forth opinions in the hopes of being validated for our experience or intelligence, even when we know we don't know much about the subject. The fact that IANAL (I Am Not A Lawyer) [but...] is a common enough statement in these circles to deserve its own acronym is telling. We often throw out…

I thought the IANAL thing was because people didn't want to get dragged into a potential court case, or (wrongly)* thought giving any form of legal advice as a non lawyer was illegal.

So less about being validated for our experience, more about trying to avoid being dragged into court/relied on for evidence in a future court case.

Post reply on HN