Most tech content is bullshit
461–470 of 470 posts
Re: Most tech content is bullshit
#462Earlier quoted context omitted.
> Edit: you downvote and yet I often get comments appreaciating how the gifs make my 2000 word emails feel like a quick short read. I sampled your work. It's exactly what we're talking about. I'm sure this works for you, financially and SEO-wise.. but.. maybe use 500 words and no gifs instead?
I often do. My point is that this stuff doesn’t have to be boring and dry. It’s okay for content to reflect having fun when you’re having fun. Even my college professors used jokes in their lectures.
Actually, let me change my mind on the GIFs. Keep the best ones.
Re: Most tech content is bullshit
#463An old friend of mine has a tendency to dig deep through searches and while I tend to fire a few searches and then start doing it myself. There have been many examples when he came up with something he found online, which was even better than the thing I started building.
So while it contributes to my programming skills to get some practice, I think you have to find the optimum between building mediocre results yourself (using your own amount of limited time) and not being afraid to get your hands dirty (as opposed to the 'someone else has built it' attitude). In the end, both skills reinforce each other: The better you are at programming, the better you can judge a solution you find online, and the better you are at searching, the faster you can find something that is actually good.
Re: Most tech content is bullshit
#464Earlier quoted context omitted.
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.
Actually, that looks like a filled-in template with some relevant keywords for content marketing.
The king is naked!
Re: Most tech content is bullshit
#465Earlier quoted context omitted.
Many of us were told growing up that we were a special snowflake. Not sure there's correlation (not sure how you'd prove it), but I have my suspicions. IMO we're in the age of individualism. Hopefully it's just a cycle. The real kicker is it seems to be self-fulfilling. If experts are no longer trusted or respected, the market / margin for expertise shrinks. You get lots of self-proclaimed experts to fill in the gaps…
How would the non-experts differentiate between true expertise and self-proclaimed one?
Re: Most tech content is bullshit
#466I think it has something to do with this current culture of 'personal branding', wherein a lot of content online aimed at beginners says you should be blogging, writing articles, basically telling people how to do the thing you learnt that day on dev.to, blogs, Twitter, Medium, etc. I don't think it is necessarily bad per se, but it all seems a bit useless? I think there is good value in writing a personal blog, a lo…
Do you have any suggestions for blogs that come from a perspective of a learner, rather than a teacher? I feel like DevLogs in the game dev corner could be an example of that.
None come immediately to mind but I've definitely come across some before on the web. Basically they kind of go "here is my problem, here's what I tried first, that didn't quite work so I tried that, but then I learnt about super_mega_amazing_tech and I wrote my code like this and it seems to work."
I find those kind of things quite interesting to at least skim through if not read in full if it's well-written.
Re: Most tech content is bullshit
#467Earlier quoted context omitted.
Pro Git, Coders at Work both are ~10 years old. A recent one is Site Reliability Engineering published in 2016
Whoah, it's already ~4 years since the SRE book... How time flies. I wrote two of the chapters in the SRE book but I have very mixed feelings about them. I'm glad that I got a chance to talk openly about some of the work I've been doing for the last decade, but I felt that, in the end, I couldn't devote to my chapters as much time as I would have liked, so I don't feel as proud about them as I would have liked. Boy,…
Despite that, I still recommend it to anybody new to DevOps/SRE/Cloud Engineering/whatever you call it, with a grain of salt that you don't operate at Google scale so you shouldn't implement it as is. Just reading the principles chapters helps a lot to talk the same language.
Re: Most tech content is bullshit
#468Earlier quoted context omitted.
Pro Git, Coders at Work both are ~10 years old. A recent one is Site Reliability Engineering published in 2016
Pro Git is something I've been meaning to read, as someone who my team considers a "git expert" (I'm the only one who knows how to rebase and handle conflicts thru mergetool on the CLI -_-). I've heard great things about it, definitely need to add it to my queue. The SRE book is also interesting. There was a conference recently where one of the authors gave a talk [1] about training. Really encouraged me to at least…
Re: Most tech content is bullshit
#469Earlier quoted context omitted.
>> because it just makes it easier for the sufficiently competent to distinguish themselves Having worked in the blockchain space... I have seen seen the future and it looks nothing like you think. When a company has too many conmen. The most rewarded skill becomes conmanship.
I have also worked in the blockchain space, and none of the blockchain companies I previously worked with still exist. I am most certainly not worried about fraudulent blockchain companies becoming a major part of the economy.
I struggle to think of a single blockchain project which is not at least partly a scam. You can start at the top with Bitcoin.
Bitcoin handles 3 to 4 transactions per second max (this is tiny), consumes the electricity of Ireland but it's the most valuable blockchain. I get it, PoW is more decentralized. But is it worth the entire electricity of Ireland? No. Even Ethereum aren't deluding themselves about this; that's why they're moving to PoS. But even Ethereum is kind of scammy... How many times did they say that sharding would be ready soon? Seems like years ago now.
Lightning network is brittle and not practical. In real life, most financial transfers are unidirectional so you constantly have to re-open new channels after they become depleted. Also it locks up most of your funds. Also Lightning requires high availability - Without it, scammers can roll-back channels to an earlier state. Lightning is so complex that if something does go wrong, it will be extremely challenging to understand what went wrong.
And no, Bitcoin is not more valuable because it costs more money to run. If a car consumes more fuel than all other cars, that car is clearly less valuable than the others. If I can complete the same work twice as fast and same quality as someone else, then I should get paid twice as much. Economic value is rooted in efficiency, not in inefficiency. Technology which does basically the same thing but which does it more cheaply should be more valuable. Why are the top 2 projects both PoW?
I could go on about pretty much any cryptocurrency project from the top 100. Just because some project has been legitimized and is valuable, it doesn't mean that it's not a scam.
Re: Most tech content is bullshit
#470Turn up your BS filter and let it roll.