Live data from Hacker News

Is the madness ever going to end?

unixsheikh.com

31–40 of 629 posts

Re: Is the madness ever going to end?

#31
post #16

ITT: lots of people who have promoted one trivial web technology or another who feel personally attacked by the post.

The one who feels personally attacked is the article's writer IMO. From this article and others from his website you can see he clearly has a problem with new developers, especially those from JavaScript. A lot of resentment can be read between lines.

Re: Is the madness ever going to end?

#33
I'll offer a counter, perhaps, unpopular opinion. I too, have found myself at times mentally fighting against what appears to be a tidal wave of modern software techniques. But I don't do that anymore, these days I try to embrace them using an ecological perspective. They won't all be great ideas, some will prevail while others fail, some will even survive well while at the same time layering complexity and loss of performance on the industry. However, I now see them all as being necessary experiments to further the technological advancements of the industry. Even if they are bug ridden, security nightmares, they all work to provide selective pressure and refinement by the industry in the aggregate. Upon close inspection, it looks like a mess, but if you back out and see it akin to our own bio-diversity and natural selection processes, you may begin to appreciate the wide variety of techniques and talents we have to choose from and that over time we should expect a refinement of our abilities.

Re: Is the madness ever going to end?

#34
post #15

> and while we're add it I hole-hardedly agree, but allow me to play doubles advocate here for a moment. For all intensive purposes I think you are wrong. In an age where false morals are a diamond dozen, true virtues are a blessing in the skies...

This comment was chief's kiss. Bone apple tea!

Re: Is the madness ever going to end?

#35
> The entry barrier to programming needs to [be] high!

I strongly disagree with this sentiment. I think the author's view that frameworks like Electron offer "no value over a native desktop application what so ever - well, perhaps with the only exception that now a 2 year old baby can make something shiny that you can click on with your mouse." is missing the point that a "2-year-old baby" making something shiny you can click on is an amazing feat, and an example of the power of the democratization of computing technology.

I do agree that tech stacks are increasingly obtuse, and not something any one person can carry in their head. I do agree that this is problematic. However, I really believe that the more individuals get access to a technology and have their barriers to using it removed, the better odds we have of letting someone with great ideas execute those ideas.

Re: Is the madness ever going to end?

#36
I thought this was going to be about blockchain, or something else hypey like the Metaverse.

Instead, it complains about stuff like Electron.

I think the author is wrong that the technologies he complains about are all that bad.

Also, there was no world in which a traditional Unix system was a good experience for a regular person, and it's never going to happen.

Re: Is the madness ever going to end?

#37
When you solve a problem, you deprive someone of one they can manage / extract value from, and so they invent new ones to manage. Problem solvers aren't actually that clever, they're more like beasts of burnden or working donkeys (asses) who have become wise to how they are being managed, but this doesn't change the fact that they are still asses. Most frameworks are new ways to favourably manage solved problems, and pointing out this fact without understanding it's on purpose is what a smart ass would do. (I am very much a smart ass.)

When it clicks that most people are miserable because it works for them and most problems are trivial but for it being someone's job to manage it and ensure it's never solved, you can probably find some peace.

Re: Is the madness ever going to end?

#38

"They constantly crash..." Putting aside the downsides and reasons not to use Electron, this statement is just false. They are not "constantly crashing." I currently use at least Figma, Insomnia, Slack, Spotify, and VS Code and these apps rarely crash, if ever.

It's possible that they crash constantly on that person's computer, especially if they have a bad power supply or other hardware. The problem might just be their own.

Re: Is the madness ever going to end?

#39
post #2

No it probably won't end. No you are not a dinosaur, but development has changed. Decades ago you could build an app from the ground up. This gave you a bunch of different layers to compose, and probably made the app overall simpler. Now most developers are given a box to create their feature in whether it's a Spring Bean, a React Component, or a serverless function, with an entire application stack under it. You cou…

That's a great perspective, but are those peeps writing the unused frameworks just wasting their time to solve a question nobody has asked? Take the D language, it's basically a poor man's Java, with a shoddy garbage collector and aspirations at being C/C++... Is that the work of heroes or the misguided?

Sorry, but D is a good idea and much closer to golang in my book, plus a lot earlier. They just didn't have the funding.

Re: Is the madness ever going to end?

#40

The author is fighting a strawman. Rather than engage with the specific problems these solutions were built to solve they dismissively regard them as just flavor of the week trends purely for the sake of chasing newness. This is true of the entire post, but I'll tackle just one since it's emblematic of my issues with all the rest: The argument for Electron and React Native isn't "it's modern", it's "it's much cheaper…

The whole “newness” idea seems odd anyway considering electron must be coming on ten years old now.

> The argument for Electron and React Native isn't "it's modern", it's "it's much cheaper".

This is spot on. I’ve worked on a big electron project before for a massive firm and a lot of work was done before picking that direction. Proof of concept was done for a couple of alternatives but electron ended up better on balance.

Post reply on HN