Slashdot Mirror


Ask Slashdot: Is Computing As Cool and Fun As It Once Was?

dryriver writes: I got together with old computer nerd friends the other day. All of us have been at it since the 8-bit/1980s days of Amstrad, Atari, Commodore 64-type home computers. Everybody at the meeting agreed on one thing -- computing is just not as cool and as much fun as it once was. One person lamented that computer games nowadays are tied to internet DRM like Steam, that some crucial DCC software is available to rent only now (e.g. Photoshop) and that many "basic freedoms" of the old-school computer nerd are increasingly disappearing. Another said that Windows 10's spyware aspects made him give up on his beloved PC platform and that he will use Linux and Android devices only from now on, using consoles to game on instead of a PC because of this. A third complained about zero privacy online, internet advertising, viruses, ransomware, hacking, crapware. I lamented that the hardware industry still hasn't given us anything resembling photorealistic realtime 3D graphics, and that the current VR trend arrived a full decade later than it should have. A point of general agreement was that big tech companies in particular don't treat computer users with enough respect anymore. What do Slashdotters think? Is computing still as cool and fun as it once was, or has something "become irreversibly lost" as computing evolved into a multi-billion dollar global business?

59 of 449 comments (clear)

  1. No. by Anonymous Coward · · Score: 2, Interesting

    There's no variety of systems, operating systems, one API set trying to prove that it is better at one task than another. Now it's basically 2.5 platforms and that's it.

    Sadly, I don't think the best or even more interesting platforms won.

    Definitely no.. much more boring now than 30 years ago.

    1. Re:No. by ShanghaiBill · · Score: 4, Interesting

      Definitely no.. much more boring now than 30 years ago.

      That is called "growing old". Everything is more fun when you are young.

      Today's younglings likely enjoy using WebGL to make 4K 3D webpages more than I enjoyed writing UIs with curses on a VT100 30 years ago.

    2. Re:No. by 110010001000 · · Score: 5, Insightful

      It is doubtful young people are writing that kind of stuff. It is much harder to write software than it ever was. It used to be fun writing "Hello World" but that won't keep the interest of young people today because they are used to much more sophisticated software.

    3. Re:No. by Anonymous Coward · · Score: 4, Interesting

      It's less-fun today, even for youngsters.

      Just look at the technologies you listed.

      WebGL is just a shitty subset of OpenGL, which actually isn't all that different from SGI's old IRIS GL library from the 1980s.

      And they're using WebGL from JavaScript, which was a shitty language back in 1995 when it was first released, and has only very recently seen positive improvements. In many ways JavaScript is still a step back from C89, and even from K&R C!

      A lot of what people are doing with WebGL today was done a couple of decades ago when VRML was the big thing, except VRML offered more practical higher-level abstractions.

      4K is just a bigger version of 640x480.

      They don't even have the benefit of doing this within the context of a real operating system, like IRIX or SunOS. They're constrained to the quite limited and often idiotic web browser ecosystem!

      As odd as it may sound, the youth of today are doing the same stuff the rest of us had done 25 or 30 years ago. But for whatever reason they're using worse libraries/frameworks/APIs (WebGL), from worse programming languages (JavaScript), in a worse environment (web browser)! Just going back to what we were using in 1990 would be a big leap forward.

    4. Re: No. by Miamicanes · · Score: 5, Funny

      ~35 years ago, I got a Vic-20 for Christmas. It took me an hour to write my first program, including the custom character design. Today, if you got a new Dell laptop for Christmas, you'd be lucky if Windows Update finally allowed you to even *do* anything within the first hour or two. Fuck, even a brand new Xbox One or Wii-U (and probably a PS4) will make you wait at least 30-60 minutes for mandatory updates before it'll allow you to play your first game.

    5. Re: No. by ninthbit · · Score: 3, Insightful

      What this guy said.... The barrier to entry for nerdy children is much higher now then it was for me. The sole saving grace for them is the open source community and vast availability of examples and information. But even then, you still need multiple skillsets with graphic design, code, data, story/purpose. Microcontrollers and SBC like Arduino and Pi's making IOT devices is the best way to amaze now.

    6. Re: No. by ShanghaiBill · · Score: 5, Informative

      The barrier to entry for nerdy children is much higher now then it was for me.

      This is what my 8 year old daughter did:
      1. Go to https://scratch.mit.edu/
      2. Start coding

      Total time to surmount barriers: 10 seconds.

    7. Re: No. by ememisya · · Score: 4, Interesting

      Absolutely worse. I refer you to the moment when Blizzard decided to make Internet connectivity mandatory for Diablo 3, it just went downhill from there. We have no privacy with our phones, computers, nor T.V., hell not even cars anymore, sold prebuilt with microphones, and GPS ready to collect data for "security" and partners. The world today is designed for a single purpose, to rule over the minds of the economically less privileged. I kind of liked it more when my cable service thought everyone nationwide loved Push Pop, and my Internet didn't offer me my favorite pizza. Ruling over physically is fine, it's called a governing system, but for fuck's sake did we have to lead people's minds too based on fake relevance further reducing the ability to empathize in the mass media age? I'm not sure, I'll have to ask uncle Google and read about it in my personal news feed from aunt Facebook. A big happy family.

    8. Re: No. by postbigbang · · Score: 4, Insightful

      Yeah. This.

      There is so much fun around. Yeah, there's also the mundane and the boring stuff, too. People have bills to pay, and sometimes being a meaningless dweeb is how the lights stay on.

      But there's never been more real fun. If you don't like code projects for Big Corp, you can get into the mad crazy fun of Arduino, Pi, FPGAs, robotics. SoCs, SDRs, and a myriad other interesting projects.

      I've been around since doing 6502s and Z80s in assembler. It's necessary to peel off the layers of cruft and mold that get into one's system when you sit still too long. Coding for secure, optimized code has been increasingly crazy, but if you know your platforms, go for it.

      I watch kids doing fascinating things. Truly sophisticated toys that twenty years ago were impossible at any price. My only fear: letting people get controlled by the advertisers and the government, each of whom are power hungry and relentless. Otherwise, if you're bored, break out of your box.

      --
      ---- Teach Peace. It's Cheaper Than War.
    9. Re:No. by Jon+Peterson · · Score: 3, Funny

      640x480?! That's just a bigger version of 320x280, and I started out with a lot less than 320x280, I can tell you. Bloody kids, next thing they'll be wanting more than 4 bits of colour information in each pixel.

      As for VRML, I often use it as an example of why 'open standards' are far from a panacea. It's a truly dreadful standard, created in academia before there were either competing implementations of the problem, or even much of a problem, that actively held back VR and web 3d stuff generally for years. Also a useful example of "worse is better".

      --
      ----- .sig: file not found
    10. Re:No. by hey! · · Score: 4, Insightful

      Back in the day we were writing more challenging programs than "Hello, World!". I personally wrote custom parsers, real-time control software (on a PDP/11 running RSTS/E), a numerous problems requiring serious algorithm design. A lot of what I did would be easy to do today because of a combination of computing power, rich libraries, and scripting languages, but doing it all yourself in C with nothing but the (then much smaller) standard library made it pretty interesting.

      The big difference is how much closer you felt to the bare iron back in the day. Today we work in the context largely of other peoples' frameworks and libraries. If I had to draw an analogy it'd be like voting in a town meeting in a small frontier town, and voting as a citizen in a republic with a hundred million citizens. In which case do you have the most power? It's not a straightforward question. In a small town you can shape policy in a way you can't in large republic, but you're limited by the limitations of that town itself. You can vote to put a man on the Moon, but it's not going to happen.

      The important thing to realize is that as you get older, you just don't have as much fun, pretty much across the board. You have to cultivate playfulness because it doesn't come as naturally as it once did. When I hear people middle aged or older (like myself) pining for a lost past, it's often clear to me that what they're mourning is the loss of their youth.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    11. Re:No. by computational+super · · Score: 2

      Today's younglings likely enjoy using WebGL to make 4K 3D webpages

      I don't know. I'd like to hope that this would be the case, but I watch my 13-year-old son so quickly lose interest with complex computing platforms because it just takes so long to get to where you produce anything that looks like anything you're used to. When I was his age, I could realistically put my C64 into graphics mode and code up something that sort of approximated what professional games looked like at the time. Nowadays, the best he can realistically hope for is approximating what games looked like back in 1987 when I was his age. I think he can see the utility and value in learning this as a trade, but I don't think it will ever be something that he looks forward to purely for the sake of it like we used to.

      --
      Proud neuron in the Slashdot hivemind since 2002.
    12. Re:No. by Hognoxious · · Score: 2

      what better thing to do than copy BASIC programs from magazines or books in so I could stay up half the night debugging them.

      FTFY

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  2. You switched to Android by Anonymous Coward · · Score: 4, Insightful

    Because of Windows spying?

    LMAO.

  3. Betteridge's law by ClickOnThis · · Score: 4, Informative

    That is all.

    --
    If it weren't for deadlines, nothing would be late.
  4. Systems are too complex by Anonymous Coward · · Score: 5, Insightful

    Back in the day, someone dedicated could learn everything he had about a system, from the CPU, registers, RAM, I/O, video, etc. It was relatively simple.

    The only way to get that same "cool and fun" feeling is to dive into the 8-bit microcontrollers such as the ATmega328P. Even the latest Arduinos have become too complex with their ARM SoC.

    Look on hackaday.com, there's often fun projects based on those basic, entry-level, sub-100MHz 8-bit uC.

    1. Re:Systems are too complex by operagost · · Score: 2

      For God's sake, yayoubetcha, pull up your drawers and stop staring at your Wang!

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
  5. Internet of things, 3D printing, maker movement by iamacat · · Score: 3, Interesting

    Cool is about pushing the boundary and enjoying experiences which are decades away from mass production. A desktop is not going to be super cool in 2016. Arduino controllers to operate hand wired power windows in your home might be.

    You can get very open and hackable Linux / Chromebook+chrouton desktops and laptops, but you may be hard pressed to get them to do anything which is not already widely available.

  6. Hell Yes! by Prof+G · · Score: 5, Insightful

    Switch to Linux and the cool factor becomes very much alive.

  7. rose colored glasses by banbeans · · Score: 2

    It never was that great.

    1. Re: rose colored glasses by fermion · · Score: 2

      What do you mean, nothing is ever going to be cooler that Fortean on a teletype are having to argue with the mainframe gods

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
  8. Are you a Hacker or a Gamer? It makes a difference by Bruce+Perens · · Score: 4, Insightful

    If you're a gamer, you are going to be forever at the mercy of the game companies, who are going to exploit their customers to some extent to maximize profit.

    If you are a hacker, you have your own hacker-produced computing platforms and tools and a wide-open vista of hardware and physical objects that can now be designed and manufactured by the individual.

    If you depend on some company to make everything you use, you've set yourself up to be their "client". Don't do that.

  9. would you like some cheese with your whine.... by tibbar · · Score: 2

    yes its fun - Arduinos, Rpi, fpga with fricken Arms embedded ..
      thinks we only dreamed of 30 years ago ...
        don't like an 'app' build it ,..

      don't like a platform move

    -- get off my lawn sonny --

  10. 80% of those complaints are Windows. Linux solves by raymorris · · Score: 4, Insightful

    > many "basic freedoms" of the old-school computer nerd are increasingly disappearing

    There is an organization devoted to computer freedom called the Free Software Foundation, closely allied with GNU. GNU makes most of the operating system we call Linux.

    > Software is available to rent only now (e.g. Photoshop)

    There are several alternatives to Photoshop which use free licenses, meaning licensees that respect freedom. None of them do everything Photoshop does in the exact same way Photoshop does it, but for any *particular* Photoshop user, there's probably a free software package that fits their particular needs well.

    > Windows 10's spyware aspects made him give up on his beloved PC platform and that he will use Linux

    Linux is certainly one way to avoid Windows built-in spyware.

    > viruses, ransomware, hacking, crapware

    That's 99% Windows too, Linux desktop users see viruses and malware very, very rarely - maybe once every 15 years.

    Linux isn't perfect. It does however address most of the concerns mentioned.

  11. git off-a my lawn comment by turkeydance · · Score: 2

    computing, music, whatever was better back in the day.

    1. Re:git off-a my lawn comment by Kjella · · Score: 4, Insightful

      computing, music, whatever was better back in the day.

      No, it wasn't better. It was much, much worse. It was so rudimentary you could actually start at:

      10 PRINT "Hello World"
      20 GOTO 10

      There's no doubt that a chain saw is far superior to a hand saw. But if I was interested in saw-making and how saws work it'd be an awfully lot easier to build a hand saw from scratch, all the way down to forging the blade, fitting the handle and giving it teeth. In fact it's often an inverse relationship between how hard it is to make and how hard it is to use, like an automatic gearbox is more complex than a manual gearbox. As progress means that we build more and more advanced and complex solutions, the more it is out of reach for the hobbyist. I could almost make something similar to commercial games on the C64 because many of them were actually written by one man in a garage. Today you look at $100 million dollar titles and realize that even if you did this professionally you'd be one little cog in a very big wheel.

      It's in the nature of advanced civilization, we're all doing a very small part. I depend on other people to produce the food I eat, the clothes I wear, the hot and cold running water, the electricity, the car and the roads etc. and all I do really is program computers and trade for everything else. That means I know a lot about that and very little about the rest. Or I could train for the post-apocalyptic society were I have to survive using whatever crude means I can pull off on my own, but life is short. I think I'll just take my chances and if shit hits the fan contribute to the rapid de-population back to an agrarian society.

      --
      Live today, because you never know what tomorrow brings
  12. Back in the day by rijrunner · · Score: 4, Insightful

    I have this conversation periodically, except it is usually addressed to music, art, tv, sports, or any of a number of topics. It's like those guys who see a high school girl now and say "Man, they did not look like that back in my day".. yes, they did. It's just that when you saw them then, you didn't see a cute blond, you saw the B***h from social studies.

    There are many exciting things going on now. I am looking at how quickly and massively raspberry pi's have been moving into area where their creators never thought they would be used. I see arduinos and the maker movement and think "Wow". Just a look at adafruit or any of a hundred other sites and the amount of very affordable tech is staggering. We could stop all tech development now and it would be centuries before we explore all the possibilities of what is sitting on the desk in front of us.

    I met someone at a coffee shop awhile back and there was a bunch of teenagers acting like teenagers. My friend is now in their mid-30's. I am in my 50's. I had first met them when they were a teenager at a coffee shop. My friend commented that they were not like that back then and I pointed out that I was their current age when we first met and yes.. my friend was just as dumb and teenagery back then.

    Excitement is never external. You can look at any family pic taken at Disneyland and see the scowling goth kid who is totally not having fun. OK. You have given up windows as the programming platform and gone to Linux and Android.. So? You did not start programming on Windows. You started on other platforms and moved with the times.

    But, that is not what you are complaining about..

    What catches my attention is that *none* of your computing complaints are really computing complaints. They are consumer complaints. You should not be doing this comparison back to their early 80's equivalents.. televisions with 3 channels. Radio. Vinyl records. Newspapers. Magazines. Computing is more than fine right now. It completely rocks. Consumer products are far greater than what they were.

  13. Fun by bjb_admin · · Score: 5, Insightful

    I have thought the same thing.

    Of course there are a few fundamental differences between then and now from my point of view:

    1. I was a young teen and had tons of time (and energy) on my hands to play with these things.
    2. Everything you learned you figured out on your own or as a group share with close friends, supplemented with a few manuals and magazines.
    3. The hardware was finite enough you could basically learn everything from the low level access to the hardware to all the software features (basic or machine language). You could literally learn what every location in IO or memory did (53281 anyone??).
    4. With a few days or at most weeks time with even modest skill levels you could put together something that could "wow" your friends and perhaps even non-computer family members.
    5. Atari / TI / Commodore computer overnight parties where a bunch of us get together to compete to show off the best games etc. in an attempt to prove we had the best platform.

    Today we have a lot more learning resources out there, and the hardware is much more powerful but in my mind it just isn't as fun. There is certainly no way to whip up something that would "wow" anyone. It's more a tool now than a fun hobby.

    1. Re:Fun by LemonFire · · Score: 2

      I agree. Assembly code, trap vectors, hardware interrupts, blitters, custom chips, etc. Exploring and figuring out how to use computers and their internals were difficult, time consuming, and ultimately very rewarding once you got it to work. Today's easy access to information for anything changed everything and IMHO killed some of the joys of exploration.

      -- This sig reserve the right to refuse service to anyone

  14. I'm still enjoying computing by MSG · · Score: 4, Interesting

    This weekend I spent some time improving my personal installation of SOGo groupware, so that my wife and I can better share email, calendars, and contacts on a system that we personally own.

    Certainly, big companies don't respect users, but it's still possible to provide all of the services that I need using only Free Software, so I do. Pretty much the only exception is navigation, for which I use Google Maps. Everything else we do with Free Software and the more I move my wife to our own services, the happier she is. Personally, I find that immensely gratifying. As long as that continues, I'll find computing as cool and fun as ever.

  15. 'Fun'? Not so much. by Rick+Schumann · · Score: 4, Interesting

    When I started in computing, you needed a soldering iron, a particular skill-set, and if you were good, some programming skills, to supplement very minimalistic disk operating systems. It was also kind of fun to witness the reactions of people seeing and hearing a 14-inch hard drive powering up, or in some cases the look of recognition on their faces when they realize that the IMSAI 8080 they saw in the movie War Games was a real thing, not just some Hollywood prop. I even built a speech synthesizer, and got to see my friends' eyes go wide when I made it say "Shall we play a game?" I even designed and built some of my own IEEE696 cards to plug into the backplane that did things you couldn't get kits or pre-made boards for. Before the IMSAI, and the Morrow Designs stuff, I had an 8-bit CDP1802-based computer built on perfboard, complete with an integer BASIC interpreter. Fun, fun, fun. Also great experience for later in life; all the skills and experience I gained from all that has kept me employed all this time.

    These days? You might, if you wanted to take the time, effot, and expense to do it, design and build PCIe cards for special functions, but largely there's no point; almost anything you'd want the hardware to do, you can just go out and buy. 'Building a computer' now takes a screwdriver, not a soldering iron, and just about any teenage kid with half a brain can get the parts and cobble a box together. Sure, there's microcontroller stuff of all kinds out there, but there's little to do between those and full-blown desktop systems anymore. Likewise, writing software yourself is almost pointless, you can download just about anything you want, too. Even general electronics as a hobby isn't very accessible or fun anymore, because so much is surface-mount only, not too much is through-hole, so the really interesting devices mean you're more or less required to spin a PCB for whatever it is, which makes it so much more expensive and so much less accessible.

    I guess if you're into computer gaming (I lost interest years ago) or just using a computer as an appliance (which they more or less are anymore) then I guess it's 'fun' for you, but from the background I'm coming from, it really isn't so much anymore.

  16. Too much shit. by MouseTheLuckyDog · · Score: 3, Informative

    Dealing with crap like systemd.

    Learning a new language, you don't just learn the language. you learn the build system, sopme complicated IDE plugins, some decent libraries, but most are hack together messes etc.

    One example illustrates it all: Javascript.

  17. Re:Go ahead and revert by Anonymous Coward · · Score: 2, Funny

    " Live like that for a month and then tell me which is better"

    OK but do I also get my 20-year-old body back, union jobs, single-income families that can afford a house, and a future in electrical engineering?

    I'll tell you right away what is better.

  18. "Old skool cool and fun" almost exclusively Linux by atrimtab · · Score: 2

    The only platform that you can still get the hood open now is Linux. I personally prefer Arch Linux or OpenWRT depending on the hardware and expected use for a project.

    But even with Linux you need to choose carefully as vendors work to close even the many products built upon Linux. Just buying hardware with Linux doesn't mean it's open enough to be useful for example: Android as generally sold. AOSP is the exception.

    If you want to intro someone to "old skool" look at the Raspberry Pi platform or OpenWRT. NOTE: even those have proprietary components and BLOBs of proprietary binary only code in almost ALL circumstances.

    General consumer computers like Windows PCs and Macs are becoming like current cars with less and less access with each new generation. You can work on them yourself less and less. This is driven by both manufacturers wanting more control particularly as advances in CPU power have slowed and government regulations that lock down what were previously tweak-able components like WiFi router hardware.

    Right now the most interesting stuff is in "do it yourself" IoT devices. But you better "do it yourself" rather than simply buy it. Otherwise it is likely "ownable" by someone other than you straight out of the box or ALREADY owned by the manufacturer who is spying on you using it. And given that there are no monetary or legal penalties for the complete lack of security this is unlikely to change regardless of various government solicited reports.

    --
    Facebook is billions of individual "Skinner Boxes." And if you use it you are the pigeon!
  19. Re:Are you a Hacker or a Gamer? It makes a differe by AmiMoJo · · Score: 5, Interesting

    While all true, people seem to forget how hard it was to get software before the internet, especially if you were a kid with no money. These days you can download vast amounts of high quality software, and its source code to tinker with. In some respects we are a lot better off now, and when you had to rely on friends, clubs and magazine cover disks/tapes.

    On the other hand, we are definitely a lot further removed form the inner workings of computers now. There is a massive amount of abstraction, which is kind of good for a lot of purposes but also very much encourages people not to look too far beyond really high level library functions. The lack of hacking friendly ports on the hardware side is a big issue too.

    But then again you can get a pretty good oscilloscope for peanuts now, so in some ways hardware hacking is a lot easier than it used to be to get into. We don't have those great kits you could buy from magazines any more though, and while people like Adafruit do offer some interesting stuff it's more Arduino level plugging modules together than figuring out why your transistor biasing isn't working.

    Personally I like the older stuff. Emulators are great for it actually - back in the day I used to reboot my computer about 900 times a day as I was trying to debug assembler (didn't have a single step debugger and of course no memory protection) and figure out what the hardware was doing, and emulators make it much easier.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  20. Everything is more complex by Jjeff1 · · Score: 2

    I was just talking about this the other day with some co-workers. It used to be that you could manage your work network, even a decently large network, and know everything about it in your head. Reading a manual and being a smart guy (or gal) was enough to have a working environment.

    No more. People expect remote access and that everything should be working 24x7, the added complexity of building out those environments, and the merging of multiple technologies means that every change becomes a much more complex endeavor. Encryption requirements makes everything more difficult to implement and troubleshoot. There are caveats with virtually everything, and I just don't have the time to be an expert on everything around me.

    Example from this year - my IP phone system, which integrates with Exchange using custom nonesense for playback in outlook, using the LLDP enabled voice VLAN on my switches, with servers running on my vmware hosts, each of which have multiple redundant connections, with handsets connected to a switch using 802.1x authentication, that's complex enough as it is, but then buried deep in the release notes was a bullet point that exchange 2013 wasn't supported, 18 months after exchange 2013 was released. That's a lot of stuff to be an expert in; a far cry from 10/100 hubs with a single management IP address and a stand alone server that send voicemail over encrypted SMTP.

  21. It's not computers, it's you. by Sarusa · · Score: 2

    Developing GUIs for databases on Windows 10 is not going to be fun and cool. But that existed back in the 80s, it was COBOL on mainframes.

    If you want it to be fun then you have to pick something fun, which usually involves one of the small boards like Arduino, Raspberry Pi, adding some motor control... This is what I do. These small systems are all quite digestible and have stuff built in we would have killed for, and you can make actual things which do things, be they useful or just playful.

    Or you could develop games for a classic system - there are still people doing homebrew games for all the old systems like Megadrive, Speccy, Apple ][, C/64, Lynx, etc etc. Or there's RPGMaker.

    There is so much awesome stuff going on right now from Arduino-like Maker stuff to drones to GPU power to deep learning to VR - I just got excited about a cheap tiny little camera component (neeeerd).

    So when you say 'computing isn't as fun and cool as it used to be' you mean YOU aren't as fun and cool as you used to be - and who is, besides Betty White? Not me. But that's what really happened, don't blame it on computing. You let your skills decay, didn't keep up to date, don't get excited by new stuff, and are too lazy to even keep up with what you knew how to do. The C64 is still thriving if you thought it was more interesting than watching sports or, oh hey, Westworld is on, I'll start tomorrow.

  22. Re:Leave the Walled Garden by BitterOak · · Score: 2

    You don't need to use Steam. You don't need to use Photoshop. What's that? You like the features or the convenience of the walled garden? Oh well in that case I guess computing really does suck.

    You seem to suggest that a walled garden is necessary to enjoy those features. The fact is, Photoshop, and other software in the Creative Suite used to be available for purchase. Now, it's rent only. I think that's what he was complaining about. I, too, am irritated by this. I still use CS6, the last version of Creative Suite you could buy. I refuse to use rented software.

    --
    If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
  23. Of course not by FireballX301 · · Score: 2
    Computers have evolved into an indispensable part of day to day life, so it's very obvious that it would stop being 'cool'. The automobile was conceptually a very cool thing in the turn of the 19th century, but they're just cars now. I think the comment here highlights some of the jackassery inherent in the question:

    I lamented that the hardware industry still hasn't given us anything resembling photorealistic realtime 3D graphics, and that the current VR trend arrived a full decade later than it should have.

    This is the sort of complaining that has no place on a 'news for nerds' site - if you want it, build it. If you can't build it, don't bitch that others haven't done it as quickly as you wanted. I don't think OP submitter was the one working on the VR judder problem or the high density screen refresh problem or any of that. This sounds like a bunch of dipshit 'enthusiast' friends from the 80s that only ever dipped a toe in the industry and didn't actually end up building anything they wanted over the thirty years of their careers

  24. This reminds me of the old "declining SAT" crisis. by hey! · · Score: 4, Insightful

    Declining SAT scores were a big topic of discussion in the 80s and 90s, but what most people never really took into account was that in the 50s most jobs only required a high school diploma; by the 80s more people felt they needed to have a college degree. The decline in scores didn't reflect a decline in ability of graduating high schoolers, it reflected more of the lower-performing graduates taking the test.

    I've been in the computing field for a long time. When I went into it back in the early 80s most people had never seen a computer. There were a very small number of people who worked with computers, and I'd say about half of them were doing at least moderately interesting stuff. Today there are many many more people doing interesting stuff, it's just that the growth in interesting work has been swamped by a rising ocean of mindless, bureaucratic IT drone work.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  25. For Linux-unfriendly corporate, GPL on Mac Unix by raymorris · · Score: 2

    > I ran Linux in a corporate environment for 10 years. It certainly worked, and I found ways to get what I needed done.

    It does work, my corporation ran Linux exclusively for 15 years. It was a network security company, so for most of those years Windows was not allowed on the corporate network.

    > I think Linux is fine for the home, fine web browsing, but it becomes a major problem for people in corporations, simply because they're addicted to Windows

    Working in a Windows-centric company, there is a compromise I've been using for four years. OS X is certified Unix. When you want to, you can ignore the shiny Mac GUI and run all your favorite GPL software that you've used on Linux. Also when you want to, you can run Adobe Photoshop, Adobe Acrobat, Microsoft Office 2016, 2016, etc. It integrates pretty well with a Windows-based company. Of course there are small issues here and there, but there are also small issues here and there when using Windows.

  26. Re:VR by guises · · Score: 2

    Seriously. The current VR fad arrived a decade later than it should have? Bullshit. There was a VR fad twenty years ago and that wasn't even the first. The current fad is the third that I can think of, and no more compelling than the previous two.

    Head-mounted displays just aren't a good idea. They seem like a good idea, they seem like the first step towards a hollodeck, which is the thing that everyone really wants, but they're awkward to use and any immersiveness that they may impart is fairly meaningless when you're still sitting on a couch. Your sense of immersion is still coming, as it always does, from your own ability to suspend disbelief and from the artist's ability to craft a compelling environment.

    Those omni-directional treadmills are more interesting than the head-mounted displays, but it doesn't look like they work very well.

  27. In essence: computing has grown up by golodh · · Score: 5, Insightful
    Let's face it: computing has grown up.

    Take application development. Pioneering has been replaced by engineering. Great for making complicated and reliable products, not so great for empowerment of the individual. Software engineering tends to be teamwork. Depending on how "standard" the required end product is you can parcel out the interface design, the overall apllication design, the datastructures, the core algorithms, data management, and housekeeping. Could be 3-50 software engineers in a team. Used to be 1 programmer doing all of that.

    Take high-performance programming. It used to be an art. Found e.g. in DOD stuff, scientific software, and games. Often in assembler, for speed. Nowadays that's mostly out. Certainly for scientific software. You use compilers of even scripting languages that call libraries to do the heavy lifting. You're quite unlikely to do better than the library builders. If you're writing some really new algorithm, you'll code it in C/C++. If absolutely necessary, you can make that code tunable (array stride, blocksize, etc.) and write an algorithm to optimise those parameters for your specific hardware (like e.g. BLAS). If it's too slow, buy better hardware. If it's still too slow, get access to a Hadoop cluster and parallelise your algorithm.

    Take datacommunication. In the early days datacommunication meant controlling some UART and sending squiggles down a wire. Now it's calling a packaged protocol stack and talking to the appropriate protocol layers. More often than not that's the connection or session layer or higher ... unless you are a specialised networking engineer.

    As for computer users as clients: the nerdy types are dying out. What today's consumer wants is things like smartphones and tablets. And what do they want it for? To surf the web (shopping, news, amusement (e.g. video torrents, Youtube)), and to waste time on Facebook, Twitter, Instagram and various chats. If they somehow want a desktop computer, they'll only know it for the OS it runs. That would be "Windows" or "Apple" (meaning macOs, but Apple users typically don't know that). And that's what the industry is giving them. Want "Basic Freddoms" ? Bugger off and run Linux, you freak.

    So, yes. Computing as a product has become commoditised and geared towards the mass market. It's not easy to turn a buck by catering for nerds: the real money is in serving customers. And it shows. Consumer-grade users get a consumer-grade experience plus consumer-grade treatment (read: DRM, spyware, bloatware).

    Those who want to play around with a computer however never had it better. For less than 50$ you can get a complete Raspberry Pi system (or a lookalike) that's more powerful than a clunky old PC. For 500$ you can get performance you used to have only on workstations, and for 1500$ you can get the same power you used to need a supercomputer for.

    The only thing stopping you is know-how, time and interest. But that's not the industry's fault,

  28. It's still very fun. by orlanz · · Score: 2

    I am assuming you really meant "computing". Not just desktop programming and gaming like the examples implied.

    When I was just a lad, the adults had programming careers that were very fun. They solved complex puzzles, and problems. It was very frustrating but very rewarding. Even growing up, I enjoyed programming which was very much a "figuring things out" topic minus the grease and back pain of former generations.

    But today, with more than a decade into adulthood, that topic has become mostly a commodity. Windows, Linux, embedded, or otherwise. Lots of people "program" and most problems have already been solved. It's more a test of google-fu than puzzle solving. As a career it is very boring, trivial, and narrow in the results. There are still positions like before but they are outnumbered 1000 to 1.

    So computing in that aspect is no longer fun. Same with hardware, it's all the same. It's all commodity. The gains in the permutations are so minor that cost easily overrides the performance benefits in most cases. This is primarily because hardware has outclassed software. I think software is probably a decade behind hardware now.

    But if we switch to micro computers, sensors, and networks beyond just wifi: The glory days of the past still exist. Smart homes, smart gardens, etc are just a few tinkering days away. The common geek has access to fabricate their own custom hardware solutions. Writing the software is still mostly trivial due to the internet, but the ideas and solutions custom to a geeks unique physical world or situation is well with in reach. In this space we are still only limited by our imaginations in defining the problems to solve.

    It is still very much FUN!

  29. Re:80% of those complaints are Windows. Linux solv by techno-vampire · · Score: 2

    However, there's zero alternative to Acrobat.

    I take it, then, that you've never looked at Scribus a cross-platform, FOSS page layout program that's being used by professionals to create newsletters, periodicals and books. And, if you're having trouble with it, there's an active and helpful mailing list full of people ready to advise you. Check it out; you might just be surprised by how good it is.

    --
    Good, inexpensive web hosting
  30. Absolutely not as cool or fun, but not boring by shanen · · Score: 3, Insightful

    Replying here partly in agreement but mostly in wonder about the OP's AC status. If your ideas or opinions are so bad that you don't want to associate your name (or even a handle) with them, then why bother to post at all? I'd make an exception for cases where you are saying something with possible repercussions, but I'm not seeing it in the OP of this thread. (In a sense, it's moot, since my settings render the ACs nearly invisible. It was the quote in the visible reply that exposed this AC.) Incidentally, it doesn't matter in terms of protecting privacy. Slashdot knows who you are, and surely you can't trust the sanctity of your personal information as stored on Slashdot.

    Now what's the agreeing part? In the days of yore computers were within the scope of understanding of a single person. The systems were still small enough that it was at least theoretically possible to understand all of how they worked. I thought that was really fun and cool, even if I never got there I enjoyed the chase. I caught just the tail end of that period.

    Not sure when the transition happened, but at this time there is clearly no hope of understanding everything about any "normal" machine. Both the hardware and software have passed the human scope of understanding or control. No one has time to look at billions and billions of transistors or millions and millions of lines of code. We have to abstract, and picking your level of abstraction is not the same as understanding the entire thing.

    There's also a level of threat and paranoia that cuts into the fun. Maybe part of that is a result of getting old, but I think it is mostly just a matter of experience and understanding my own limitations. I really don't want to be pwned, but all it would take is one juicy vulnerability, and I'm sure the serious black-hat hackers can find one if'n they want to. If a serious hacker is coming for me, I might as well save both of us the trouble and just turn over my passwords now, eh? The best defense is having nothing worth hacking for?

    --
    Freedom = (Meaningful - Coerced) Choice != (Speech | Beer^2), and sad sock puppets' bad mods avail them naught.
    1. Re: Absolutely not as cool or fun, but not boring by tsqr · · Score: 2

      The problem isn't pseudonyms. The problem is that you can't distinguish one AC from another. You can't have a discussion beyond 1 post, 1 reply with someone using a non-unique identifier.

  31. No, it's much moreso by drinkypoo · · Score: 2

    Computing is a lot more fun now than it was even ten years ago, let alone twenty, let alone longer. You can still do all the same stuff people did back then if you want; people are still wire wrapping their own computers from scratch, for example. And you can still play the games of yesteryear, through emulation. But now there's a whole bunch of things to do which didn't even exist back then, and furthermore, it's vastly easier to get access to a leg up so that you don't have to do a whole job yourself. For example, it's been reasonably possible to build quadcopters since about the 1990s, when cheap MEMS accelerometers began sampling from Analog Devices, and before they appeared in the Wiimote and people began to reappropriate them. But today you can buy a flight controller or build one out of components or you can buy a MCU board and an IMU board. You can write your own flight control software or you can just download code and write the binary or you can download and compile and optionally customize. You can buy the ESCs off the shelf or you can build your own or you can buy cheap ones and reflash them with superior open-source firmware which you can customize. And this is computing, obviously, since each of these things is a little flying computing cluster. And that's before even getting into making them autonomous. We didn't used to have multi-core computers with multiple GB of RAM and an onboard multi-core vector processor which would fit into a ~5W power envelope to do stuff like that with.

    Computing is also a lot more cool than it used to be, which ought to be painfully obvious. It's cool to carry a fancy, needlessly expensive computer around in your pocket! We used to get laughed at just for owning a computer, let alone one you could keep in your pocket. Now you get laughed at if your pocket computer is too old!

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  32. I have a Gog account by rsilvergun · · Score: 2

    and I've got a 2TB hard drive and writeable Blue-Ray. So I'm at nobody's mercy. Now, if you're into Multi-Player games exclusively you might have a point. Especially the ones that connect to servers. Then again, you can still play Phantasy Star Universe on private servers if you're so inclined.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  33. It could be.... by DidgetMaster · · Score: 2

    The computing environment certainly has changed. The powers that be are busily taking a lot of the fun out of it in their efforts to create 'walled gardens' where THEY (not YOU) control everything. While I am glad that I don't have to get out a soldering iron just to save a few bytes to permanent storage; I get enraged every time some program or system tries to hide my data from me or make it nearly impossible to do what I want with it. I get ticked off when all your settings change because your system decided it was going to 'upgrade' whether you wanted to or not and the company that wrote the software wants to make you view some new ads. I pull my hair out when I can't even find where my app decided to store that file I just created. I certainly miss the days when the 'install program' was copy *.* and the 'uninstall program' was del *.* and you didn't have to worry about a dozen registry settings or DLLs left behind to play havoc on your system. I am currently working on a new system that will bring a lot of that control back where it belongs...with the user.

  34. Comment removed by account_deleted · · Score: 3, Insightful

    Comment removed based on user account deletion

  35. Re:No even NO, but HELL NO! by Humbubba · · Score: 5, Interesting
    Programming can still be fun if you stick to the code, but it ain't cool like it use to be.

    The programmer's toolbox is better now, with more languages, code can have longer, clearer and more complex lines, safer calls, better garbage collection and modularity, a more uniform common user interface, and sophisticated database interactions.

    What's missing is that great unknown, limitless potential, the clubs, Dr. Dobbs, and the clueless millions wanting, needing and willing to believe whatever you told them. And they were willing to pay too.

    Programming isn't as cool anymore. I know people in IT who look down on programmers, ridicule what they do. They beg their bosses for classes on how to be an administrator and run Windows, Servers, SharePoint, 365, Azure, Exchange, SMS,...

    There is big money in programming, but rarely for programmers. Corporate programming jobs are often outsourced with short short term contracts, or just part time, which negatively affects the software product. The corporations don't care, as long as it doesn't affect the bottom line. Further hampering good programming, the sales departments have become dominant, turning software products into advertising platforms - even the operating system. Surveillance has become an indispensable revenue stream, as businesses have learned from Google and FaceBook how to monetize user information.

    The game industry rakes in over $20 billion annually. As they've gotten richer, they've gotten more paranoid over DRM. 3rd tier business software is everywhere, with customers paying more every year. Accountants', auditors' and governments' standards demand that certain financial information be packaged according to the rule books. If anything goes wrong, until otherwise proved, it's the local programmer's fault. The one exception: if the programmer is in 'the club', they find somebody/something else to blame.

    Yeah, programming can still be fun, but cool - eh.

  36. Re:No even NO, but HELL NO! by AchilleTalon · · Score: 4, Insightful

    IT landscape is pain in the ass if you are seeking for a motivating programming job. Usually, large companies buy products to do almost everything. What is left is customization to your particular business or enterprise. In this arena, the software vendors are making huge efforts to make the interface as boring as they can since "easy to customize" is a major selling point. They want to tell your boss your work can be done by a monkey, so they make it that way. Some are having graphical interfaces which at the end of the day happen to be more time consuming than an standard API in any language a good programmer can take advantage of.

    A fool with a tool is still a fool. So, they hire monkeys to play with the graphical programming interface and they produce shitty code because it is so easy to add layers and layers of shit over shit. Then they wonder why that beast they paid many hundred thousand dollars is working so slow and so bad.

    All the fun is at home.

    --
    Achille Talon
    Hop!
  37. Re: A Mea Culpa by hackwrench · · Score: 2

    Dollar for dollar, computers (the device itself) haven't gotten more expensive come to think of it, but there are extenuating circumstances that makes it seem like it is, like the "need" for internet access. I also don't know what the C64 and the pre-IBM compatibles cost. I bought my computers either used or from a no-name shop when I first got into things. Used computers seem to be harder to come by at the steep discount you could originally get them at.

  38. Re:True, but only to a point by ShanghaiBill · · Score: 5, Insightful

    Computers are a lot more expensive.

    Cost of an IBM PC in 1983: $4000.
    Cost of a Raspberry Pi in 2016: $29.

    The Raspberry Pi is several orders of magnitude faster, and comes with WAY more free development software.

  39. Fundamental Missing Features by LionKimbro · · Score: 3, Insightful

    Forget compiled languages. That's not fun.

    We want command based (imperative) languages that can be run in a REPL for fun. BASIC basically fits this.

    Take Python as a contemporary example. Now look at how many basic features of interactivity are NOT enabled in an easy way in Python by default: LOCATE, INKEY, SOUND, PLAY, SCREEN, PSET, LINE, CIRCLE, PGET.

    Just these. You can't do ANY of these things in Python with a basic install. "Yes," if you have tkinter in your install, you kind of can. But it's hairy and complex. It's not anywhere near as simple or accessible as BASIC. Pygmy makes some of these things possible, but those are further steps of installation away, and the interactivity feels further away.

    Line numbers are incredibly simple (read: understandable) as a flow control model. "Why Johnny Can't Code" outlined the problem with mandatory complex abstract control structures.

    I think there are basic fundamental missing pieces in the contemporary programming environment, and that the industry is worse for it.

  40. I know what MdSolar says, read Bruce Perens by raymorris · · Score: 2

    You do have a point. Also, a counterpoint:

    > but I don't see how someone claiming to have a PhD in nuclear physics is somehow more credible just because

    If you read here often, you start to recognize some of the names. Actually even if you DON'T read here often, you may recognize somw names, like Bruce Perens. Bruce doesn't "claim" to have a PhD, Bruce is a *recognized* expert. When Bruce writes about security and such, you can bet that he has good reason to say whatever he says, he knows what he's talking about. When I disagree with Bruce, I know that I should take a moment to really think about what he says - if it sounds dumb at first, I might be missing something.

    I've read enough posts by TacoCowboy to know that he's insightful, and to know a bit of his life story. When he says something, a) I want to read it and b) I know where he's coming from, so I can understand his comment *in the context of who he is and where he's coming from*. Reading a paragraph, I can understand better if I know which story that paragraph is part of.

    Some other commenters, I know where their coming from too, they are here to advance an agenda and don't mind making up completely fictional "facts" to try to advance their propaganda. I know that if I bother to read a post by MdSolar, and "facts" he claims likely came from his ass. Having his name in those posts is helpful.

    A few people probably read hear enough that raymorris is a veteran IT security professional, writing security software and detection/export code. They've seen enough of raymorris's posts to realize that he knows this topic, so when he gives analysis or advice, they read it with that in mind. Other people may have noticed that raymorris also likes to troll the most Koolaid drinking the liberals here, the guys who blindly follow and parrot anything they hear about "evil corporations" and "investors", but don't know anything at all about the topics they flame about. So those who have noticed this don't take raymorris's posts seriously when they see him trolling the most clueless of liberals.

    It's useful to have the names on the posts. You might see a ridiculous political post and if it's by raymorris you know he's parodying liberals, if the exact same words are posted by MdSolar you know he's being completely serious - he actually believes a parody of liberalism.

    Besides, my former boss used to read and occasionally post here. When arguing with some idiot on the internet, it's good to know if that idiot happens to be your boss.:) He can certainly know when it's me replying to him!

  41. Re: True, but only to a point by ninthbit · · Score: 2

    Sorry, but I find TV's to be quite affordable. Chances are, the kid already has access to one. Keyboards and mice are a dime a dozen. Yeah, a sporty gaming set will put you back, but Fry's has wireless mice for $6. It'll get the job done. Most people could scrounge free ones from a friend as well. The Pi's being just the board provide the opportunity for the device to only cost $29. It's a whopping $50 for the case and power as a kit. That's still a reasonable birthday present.

    If the cost is still an issue, the Orange Pi One is an even cheaper option at $10. Though it's reliance on community support since the vendor has virtually no reliable images makes it a little less entry level. It makes a better second or third addition after you already have a real Raspberry Pi.

  42. Re: True, but only to a point by jpatters · · Score: 2

    IBM Color Monitor in 1985: $590 ($1300 in todays dollars)
    LG 4K LCD Monitor today: $300
    QNIX 2K (2560 x 1440) Monitor today: $177
    Dell Full HD LCD Monitor today: $79

    --
    "Remember, there never were pineapple-almond cookies here."