Slashdot Mirror


The Tools Don't Get You the Job

An anonymous reader writes: It's a trend that seems to permeate education across every discipline, from creative to technical: reliance on a single expensive, proprietary, vendor-driven tool. Whether it's the predominance of Adobe in design programs, of Visual Studio in many computer science programs, or even Microsoft Office components in business schools, too often students come away with education that teaches them how to be rote users of a tool rather than critical thinkers who can apply skills in their discipline across toolsets. Relying on knowledge of a single tool chain can create single point of failure for a student's education when licensing comes back to bite. What can we do to bring more software choice into education to give students more opportunity when they get out into the real world?

3 of 255 comments (clear)

  1. Re:Encourage autodidactism by MarioXXX · · Score: 3, Informative

    >A diploma is worthless if you can't think for yourself, but this isn't something that can be taught, apparently.
    See: Philosophy

    Comment Signature

  2. Visual Studio is free by ljw1004 · · Score: 5, Informative

    reliance on a single expensive, proprietary, vendor-driven tool. Whether it's the predominance of Adobe in design programs, of Visual Studio in many computer science programs, ...

    Visual Studio is free for students, OSS contributors, and small teams. It's only larger enterprises that have to pay for it.

    Visual Studio Code is free and cross-platform, runs great on Linux (and mac), and is a pretty handy tool for working in node.js and other languages.

    (disclaimer: I work in the Visual Studio team)

  3. Re:Blacksmiths by jakimfett · · Score: 5, Informative

    Have to disagree with you here, as both a blacksmith and "one of today's kids".

    Anvils are typically purchased, because "blacksmith" doesn't equate to "foundry".
    Many kids today are just as, if not *more*, motivated to ask questions than the "older generation". This includes asking "how can I do something my IDE doesn't support".

    Extra info on the blacksmith bit: most blacksmith shops are designed around the idea of forging metals, not smelting them. This is part of why a blacksmith's anvil was and is one of their most prized possessions...it used to be nearly irreplaceable. Current technology has made cheap anvils fairly available, but you can't just buy a 300 pound anvil at your local Home Depot.
    The process of creating an anvil is one of the few things that you can't do with traditional blacksmith tools. If you have an anvil and a single hammer, all of your other tools can be made from bits of metal or bar/rod stock. Punches, tongs, other hammers...even the forge itself can be made by hand. But the anvil has to be a solid piece of metal, and the only way to do that is with a shop designed specifically for anvil making, or with modern metal casting equipment.

    Moving on from the anvil bit to the "kids these days, gerrof mah lawn" bit...I would hazard that the typical distribution of interests has migrated outward in the bell curve. Technology today makes it easy for an unmotivated child to spend the majority of their day immersed in facebook/instagram/pinterest/twitter/etc. But it also makes it much easier for a motivated child to find knowledge.
    An example from my personal experiences: I ran Minecraft servers for about 3 years, and had one of the more successful modded servers online in early to mid 2014. A lot of the players were in the 8-18 years old range. And quite a lot of them were interested in figuring out and using interesting game mechanics to their advantage. We're talking about kids in their early teens learning digital logic so that they can build a piston based elevator with floor selection buttons. I know more teenagers who have a solid grasp of programming decision logic because of ComputerCraft than I do professional programmers who learned via a 4 year computer science school.

    Obviously, it's just my own personal experience. But I was one of the kids who started out with an IDE scratching out HTML, and now I'm a linux system administrator with four or so languages under my belt.

    --
    Bits of code, random ramblings: jakimfett.com