Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Planned obsolescence

Planned obsolescence

Scheduled Pinned Locked Moved The Lounge
hardwarequestion
44 Posts 28 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Slow Eddie

    Is it just me, or are we caught in some software/hardware planned obsolescence?:confused::confused: With several new languages, frameworks, and hardware coming out every day, it's got me wondering. Have the IT market software and hardware vendors saturated the market, and are trying to increase market share by bringing out minor and unneeded tweaks? I am not talking about the consumers of IT and the increasing demand for developers. On the language/framework front it seems like the "Tower of Babel". I used to be able to keep up by running as hard as I can. But not anymore.

    I guess I am just getting old.

    R Offline
    R Offline
    Rusty Bullet
    wrote on last edited by
    #30

    Just need better shoes...

    1 Reply Last reply
    0
    • B Bruce Patin

      Significant white space is not acceptable to me.

      M Offline
      M Offline
      Mike Winiberg
      wrote on last edited by
      #31

      Fair enough! No tool suits everyone.

      1 Reply Last reply
      0
      • G Gary R Wheeler

        For what it's worth, the frenzied churn appears to be by far the worst in the web/mobile application arena. Desktop, system, and embedded development has been fairly stable in comparison. You can argue that stability comes from lack of interest or revenue (and you're probably right), but I don't mind it at all. I envision being a web developer going for a job interview: Interviewer: How much experience do you have with MetaXYZ framework version 2.0? Candidate: Since it was only released a month ago, I've been working with it for a month. Interviewer: How about version 2.15? Candidate: I've not seen it. Interviewer: It was released 47 minutes ago, while you were talking to our HR person. Didn't you take a look between questions? Candidate: ...

        Software Zen: delete this;

        S Offline
        S Offline
        Steve Naidamast
        wrote on last edited by
        #32

        I stopped working with web development when I retired in 2014. After Microsoft released its version of MVC, this entire side of our profession went bat-s**t crazy with it subsequently creating the mess we see now. Instead of throwing out the WebForms paradigm, Microsoft should have continued to refine it while giving the finger to all the purists who insisted that MVC was the "correct" way to develop for the Internet. I still develop applications but they are purely for the desktop where few care if you are using the latest technologies...

        Steve Naidamast Sr. Software Engineer Black Falcon Software, Inc. blackfalconsoftware@outlook.com

        1 Reply Last reply
        0
        • B BryanFazekas

          Slacker007 wrote:

          In technical terms, we would all still be using punch cards, I believe, if it were not for planned obsolescence.

          Nope. The concept of punch cards was invented in the 1700's to control looms, and "modern" punch cards were used well over a century ago for tabulating the 1890 US census. Punch cards were replaced as a mechanism for data input, output, and storage because technological advances enabled the creation of better mechanisms. There was no planned obsolescence - it simply was progress. The current mess that Slow Eddie pointed out is far from being progress. If anything, it's numerous backwards steps. Part of the problem is due to a mass of folks believing they can do it better, so many make their own version of "X". Add to that global communications and talking heads, struggling for relevancy, promoting obscure technologies to make themselves sound useful. Add rabid fanbois and we get the current mess of numerous languages and frameworks that have no future planning and often no backwards compatibility. Let's look at C# -- 90% of each of the last 10 DotNet framework updates were unneeded "features". Compacting the code so people can type less characters at the expense of readability is worse than useless, as it takes those supporting the code more time to figure out what it's doing. One of my co-workers spent 2 hours figuring out what a function HE wrote 6 months before was actually doing. Microsoft is churning out updates to keep C# in the news and make it seem relevant. Keep Hanlon's Razor in mind: Never Attribute to Malice That Which Can be Adequately Explained By Stupidity. Planned obsolescence? While there is probably some, IMO it gives IT vendors far too much credit, as most appear to have a complete lack of vision beyond tomorrow's sales goal.

          S Offline
          S Offline
          Steve Naidamast
          wrote on last edited by
          #33

          Well said! I always look at the new language features being released in upcoming Visual Studio upgrades. In recent years, I haven't seen a single one I would have used for fear of making my own development not only look like hieroglyphics but something I cannot understand if I leave the code for any length of time. and even though the relatively new List collection is inherently, internally superior to an ArrayList, I still don't even use it now since the data I store in my Arraylists is so minimal as to not affect performance.

          Steve Naidamast Sr. Software Engineer Black Falcon Software, Inc. blackfalconsoftware@outlook.com

          1 Reply Last reply
          0
          • S Slow Eddie

            Is it just me, or are we caught in some software/hardware planned obsolescence?:confused::confused: With several new languages, frameworks, and hardware coming out every day, it's got me wondering. Have the IT market software and hardware vendors saturated the market, and are trying to increase market share by bringing out minor and unneeded tweaks? I am not talking about the consumers of IT and the increasing demand for developers. On the language/framework front it seems like the "Tower of Babel". I used to be able to keep up by running as hard as I can. But not anymore.

            I guess I am just getting old.

            M Offline
            M Offline
            Matt McGuire
            wrote on last edited by
            #34

            you're not wrong; things are changing stupid fast, and I'm not exactly seeing the benefit of it. I feel that frameworks get updated (too quickly) to try to stay ahead of all the other competition to keep their market share, but at the cost of developers getting burned out. New languages are fun, when you have enough time to play with them and fully understand the concepts that that new language offers and how it can be best used. When you get bombarded with "here's 6 languages you need to know this year" articles, it's pure BS. You might have the time to take a quick course on all 6, but you won't really know them or be able to put them to good practice. When I got started professionally, Java was brand new, classic VB was the go to for desktop, C++ was for the hard core crowd, and C was the old friend. With C you could memorize most of the standard libraries and a few purchased ones, and work happily all day occasionally checking a reference book. There were other languages out there, but pretty fringe and would only show up in magazines once in a while. Today, when jumping through a few languages to just get the daily work done, I find that a good portion of the day is just spent looking things up online, for what framework -> version -> feature you are trying to use, or the weird compiler/runtime error that's breaking everything, or what was all the options you can put in this type of configuration file? The list goes on. In the older days you could know almost everything about your environment and language of choice and be able to use the leftover brain power to get creative to work around the short comings of that language. Now you have to know at least 10x the amount of information to just get started, and you will never have the time to truly dig deep in to a language. Sorry for the rant, feeling my age this morning.

            B 1 Reply Last reply
            0
            • S Slow Eddie

              Is it just me, or are we caught in some software/hardware planned obsolescence?:confused::confused: With several new languages, frameworks, and hardware coming out every day, it's got me wondering. Have the IT market software and hardware vendors saturated the market, and are trying to increase market share by bringing out minor and unneeded tweaks? I am not talking about the consumers of IT and the increasing demand for developers. On the language/framework front it seems like the "Tower of Babel". I used to be able to keep up by running as hard as I can. But not anymore.

              I guess I am just getting old.

              J Offline
              J Offline
              JP Reyes
              wrote on last edited by
              #35

              Well If I ever have to develop for web, at least it looks like typescript corrects most of the mistakes of ecmascript (javascript) but best of all, we have webassembly and you'd hardly have to leave the holy ASM/C/C++ trinity to code seriously for the web. Otherwise there's nothing new under the sun. Young people are anxious for C++ 20 but I've been coding in version '94 (and a bit of the one after that) since always and I mix a lot of C into it (mind you I write them in .c files, not .cpp)

              1 Reply Last reply
              0
              • M Matt McGuire

                you're not wrong; things are changing stupid fast, and I'm not exactly seeing the benefit of it. I feel that frameworks get updated (too quickly) to try to stay ahead of all the other competition to keep their market share, but at the cost of developers getting burned out. New languages are fun, when you have enough time to play with them and fully understand the concepts that that new language offers and how it can be best used. When you get bombarded with "here's 6 languages you need to know this year" articles, it's pure BS. You might have the time to take a quick course on all 6, but you won't really know them or be able to put them to good practice. When I got started professionally, Java was brand new, classic VB was the go to for desktop, C++ was for the hard core crowd, and C was the old friend. With C you could memorize most of the standard libraries and a few purchased ones, and work happily all day occasionally checking a reference book. There were other languages out there, but pretty fringe and would only show up in magazines once in a while. Today, when jumping through a few languages to just get the daily work done, I find that a good portion of the day is just spent looking things up online, for what framework -> version -> feature you are trying to use, or the weird compiler/runtime error that's breaking everything, or what was all the options you can put in this type of configuration file? The list goes on. In the older days you could know almost everything about your environment and language of choice and be able to use the leftover brain power to get creative to work around the short comings of that language. Now you have to know at least 10x the amount of information to just get started, and you will never have the time to truly dig deep in to a language. Sorry for the rant, feeling my age this morning.

                B Offline
                B Offline
                BryanFazekas
                wrote on last edited by
                #36

                Matt McGuire wrote:

                When you get bombarded with "here's 6 languages you need to know this year" articles, it's pure BS.

                I agree. As a young developer in the consulting/contracting market in the late 80's/early 90's, I got shoved into project after project, learning new technologies several times each year. It was fun and exciting! I rode that bleeding edge! After 15 years of professional work, I had a huge breadth of experience but relatively little depth with the exception of C, SQL, and VB 4/5/6. And I was exhausted by the churn. I've seen tool after tool rise and fall, sometimes within just a couple of years. Sure, I learned new stuff faster than most, but learning something only to drop it for the next one got very old. Now? My decision to learn a new language depends on market share and the local availability of jobs using that skillset. If I don't see a long-term use for a skillset, I pass on it. I don't have the enthusiasm I had and gained the wisdom to focus on what will benefit me in the long run. And my employer in the short term. I read the "6 new languages to learn!" articles, then check the local jobs. Unless a language is trending, I ignore it. I'm ok with letting others ride that bleeding edge ...

                1 Reply Last reply
                0
                • Sander RosselS Sander Rossel

                  The creator of some framework was recently turned down for a job application because he didn't have at least five years of experience with his own framework. The reason was that he created it three years ago. He tweeted about it, so it must be true. Can't remember who it was or what the framework was though.

                  Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                  N Offline
                  N Offline
                  nobody158
                  wrote on last edited by
                  #37

                  This was the guy that created homebrew. He was turned down for a job at google, he wrote an interesting article about the interview process and getting turned down if I remember correctly.

                  1 Reply Last reply
                  0
                  • S Slow Eddie

                    Is it just me, or are we caught in some software/hardware planned obsolescence?:confused::confused: With several new languages, frameworks, and hardware coming out every day, it's got me wondering. Have the IT market software and hardware vendors saturated the market, and are trying to increase market share by bringing out minor and unneeded tweaks? I am not talking about the consumers of IT and the increasing demand for developers. On the language/framework front it seems like the "Tower of Babel". I used to be able to keep up by running as hard as I can. But not anymore.

                    I guess I am just getting old.

                    S Offline
                    S Offline
                    SeattleC
                    wrote on last edited by
                    #38

                    I don't think it is planned anything. It's more like "framework baseball." Every author wants a turn at bat. 3/4 of the time they strike out. Sometimes they get a hit. More rarely a home run. You only see the hits.

                    1 Reply Last reply
                    0
                    • S Slow Eddie

                      Is it just me, or are we caught in some software/hardware planned obsolescence?:confused::confused: With several new languages, frameworks, and hardware coming out every day, it's got me wondering. Have the IT market software and hardware vendors saturated the market, and are trying to increase market share by bringing out minor and unneeded tweaks? I am not talking about the consumers of IT and the increasing demand for developers. On the language/framework front it seems like the "Tower of Babel". I used to be able to keep up by running as hard as I can. But not anymore.

                      I guess I am just getting old.

                      F Offline
                      F Offline
                      frontlinegeek
                      wrote on last edited by
                      #39

                      Well, the real joke is that in the end, it is all assembly or turned into machine code. What I don't like is that in a lot of cases, most of the "new, cool kid things" are created by people that don't want to learn how to use the existing tools that actually work far better on the long term. Example? People that think LINQ is freaking awesome and refuse to learn SQL. Someone showed me LINQ and I just chuckled. (Keep in mind that I am a corporate internal apps and DB developer; full stack) C and the primary C variants have been around for a VERY long time and deserve to keep on keeping on. Approaches like that taken with Java or Python are interesting and do have some degree of place but I stand by my position that most of these trendy things over the last 20 years are from people that just don't want to learn something or can't so they concoct something that does what was already amply doable in existing languages.

                      1 Reply Last reply
                      0
                      • S Slow Eddie

                        Is it just me, or are we caught in some software/hardware planned obsolescence?:confused::confused: With several new languages, frameworks, and hardware coming out every day, it's got me wondering. Have the IT market software and hardware vendors saturated the market, and are trying to increase market share by bringing out minor and unneeded tweaks? I am not talking about the consumers of IT and the increasing demand for developers. On the language/framework front it seems like the "Tower of Babel". I used to be able to keep up by running as hard as I can. But not anymore.

                        I guess I am just getting old.

                        J Offline
                        J Offline
                        John Godin
                        wrote on last edited by
                        #40

                        I bet you've never said "I won't learn it" about any technology required for any task that's been shoved your way. So let's not hear anything about getting old ...etc. And for that matter - not everything is something that even should be kept up with, rather fashionable chaff blown away by the wind generated by the next perceived cash-in opportunity. And furthermore Get off my lawn :)

                        S 1 Reply Last reply
                        0
                        • S Slacker007

                          I believe one cannot experience change unless their is a certain degree of planned obsolescence. If that was not the case then we would all still be cave people, if that. In technical terms, we would all still be using punch cards, I believe, if it were not for planned obsolescence.

                          J Offline
                          J Offline
                          Julian Ragan
                          wrote on last edited by
                          #41

                          We would be using abacus, if there were no lazy people. Since there are lazy people, someone came up with a way to stop using punch cards, not because someone planned to make them obsolescent. Planned obsolescence is actually a force that is working against progress. It wastes resources on things, that are cuter and shorter lived, than the ones replaced instead of making them more functional and longer lasting (therefore redirecting efforts and resources from making cheap appliances to making say interplanetary spaceships).

                          1 Reply Last reply
                          0
                          • J John Godin

                            I bet you've never said "I won't learn it" about any technology required for any task that's been shoved your way. So let's not hear anything about getting old ...etc. And for that matter - not everything is something that even should be kept up with, rather fashionable chaff blown away by the wind generated by the next perceived cash-in opportunity. And furthermore Get off my lawn :)

                            S Offline
                            S Offline
                            Slow Eddie
                            wrote on last edited by
                            #42

                            In fact I had a course in BASIC in college (business school). You worked on a teletype machine logged in to the University's main computer. I worked in Apple BASIC on an Apple2e clone computer and did an accounting application (Payroll and Inventory control) for the company I worked for. Next, after moving to Charlotte, I wrote a check printing application in Microsoft VB 1.0. I believe you are starting to see the trend here. I've moved through every version of VB since, up to and including VB6 ('84 to current supporting legacy apps for customers) and VB.Net (developing a website). I looked a C once for a monthor so and decided that you had to be a masochist :omg: to use it (way to low level). I rejected it out of hand. I have looked at C# but don't see any advantages over VB.net. On the data side went from flat file, to MS Access, to SQL server. So you see I have rejected all of them.

                            Stella!

                            1 Reply Last reply
                            0
                            • S Slow Eddie

                              Is it just me, or are we caught in some software/hardware planned obsolescence?:confused::confused: With several new languages, frameworks, and hardware coming out every day, it's got me wondering. Have the IT market software and hardware vendors saturated the market, and are trying to increase market share by bringing out minor and unneeded tweaks? I am not talking about the consumers of IT and the increasing demand for developers. On the language/framework front it seems like the "Tower of Babel". I used to be able to keep up by running as hard as I can. But not anymore.

                              I guess I am just getting old.

                              A Offline
                              A Offline
                              AnotherKen
                              wrote on last edited by
                              #43

                              Planned obsolescence has been around for a long time now, in modern times, some time in the 1960's it began to pick up again. You see it in almost everything that could be made to last longer, especially things with moving parts. Its all about short term profit. Long range and broad thinking are out, short range and narrow thinking are in.

                              1 Reply Last reply
                              0
                              • S Slow Eddie

                                Is it just me, or are we caught in some software/hardware planned obsolescence?:confused::confused: With several new languages, frameworks, and hardware coming out every day, it's got me wondering. Have the IT market software and hardware vendors saturated the market, and are trying to increase market share by bringing out minor and unneeded tweaks? I am not talking about the consumers of IT and the increasing demand for developers. On the language/framework front it seems like the "Tower of Babel". I used to be able to keep up by running as hard as I can. But not anymore.

                                I guess I am just getting old.

                                M Offline
                                M Offline
                                Martin ISDN
                                wrote on last edited by
                                #44

                                i think everything comes from the fact that a lot of people need to justify their jobs. they make changes all the time, like everybody is working something. they take the up-directory button on windows explorer, then they return it. they take the start button on windows UI, then they will return it... you enter a 3yr project and work in whatever popular language, when the project finishes the language had 6 revisions and you are 'no more competent' in it. "if this frameworks are so great and helpful why do we need another one? why didn't the last 27 frameworks solve the problem? they didn't so you need the 28th framework, right?" Jonathan Blow on Software Quality at the CSUA GM2 it's nothing but chaos

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups