Slashdot Mirror


User: coverclock

coverclock's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. LinkedIn is your rolodex in the cloud on Ask Slashdot: Is LinkedIn Still Relevant? · · Score: 1

    1. LinkedIn is my rolodex in the cloud, except that the users update their own rolodex cards so I don't have to do it. 2. LinkedIn is occasionally useful for business intelligence; when batch of people from the same company are updating their info, I know a layoff is happening. 3. LinkedIn is perhaps somewhat useful for marketing myself, since I'm self-employed through my own company. 4. LinkedIn can be useful for meeting potential new clients and colleagues; I've at least encountered some professionally-interesting people there. 4. LinkedIn is entertaining from time to time.

  2. Re:It's complicated. on Ask Slashdot: Where Do Old Programmers Go? · · Score: 1

    Sorry, didn't mean to post this anonymously. -- Chip Overclock

  3. It's a Different World Down There on How Relevant is C in 2014? · · Score: 1

    I've been paid well to write tens or even hundreds of thousands of lines of code in C++ and Java. I've had reason to mess with Python and JavaScript and I enjoyed it. I keep wanting to get into languages like Haskell and Scala because they remind me of the research I did in graduate school thirty years ago on languages and operating systems for Fifth Generation architectures (yes, I _am_ that old). But you know what language has been the most profitable for me by far over my forty year career? C. Most of the work I do is either down close to bare metal (device drivers, kernel hacking, embedded systems), or else deep in software stacks in multimillion line code bases, and it's all in C, for better or worse. C is the structured assembly language we all wanted back when the microprocessor was first invented. There's this huge world of embedded systems, digital control, real-time, that is growing by leaps and bounds as everything we manufacturer has some kind of microcontroller or microprocessor in it, and the vast vast bulk of software built for those products is in C. I really, strongly, loudly encourage people to work as high on the abstraction ladder as they can, for two reasons: [1] it's a cost issue for the product development organization, and [2] the less other developers understand the low level stuff, the more money I'll make. I appreciate that the Eloi working on big servers, laptops, and even mobile devices, need to use as high a level language as possible. But down here among the Morlocks, it's a different world.

  4. Measurement Dysfunction on Ask Slashdot: Have You Experienced Fear Driven Development? · · Score: 1

    I spent years working for organizations whose upper management thought forced ranking (where each employee is placed on on scale relative to others) was a good idea, and, later, instituted periodic layoffs (first annually, then semi-annually, then quarterly). When you work in that kind of environment, you've implemented FDD whether that was your intent or not. It's just another example of what Robert Austin refers to as "measurement dysfunction" in his book MEASURING AND MANAGING PERFORMANCE IN ORGANIZATIONS (Dorset House, 1996), a short, easily read classic that is still worth picking up. -- Chip Overclock

  5. Re:Not So Simple on Why Is Less Than 99.9% Uptime Acceptable? · · Score: 1

    I have to agree completely wkith this one. I worked for several years at Bell Labs on traditional telephony systems where "five nines" (99.999%) was the standard by which everything was judged. It was time consuming and very expensive to develop such systems. Most of us (me included) could not afford to use web-based and other internet-based systems if that level of reliability were required.

    Thank Ghod that the relatively low quality of cellular phones have set a new standard for telephony, making internet telephony (SIP etc.), even over land lines, of acceptable quality. If I had to compare internet telephony (and other internet services) to the standard set of traditional land-line TDM telephone service, I'd be tossing my desktop SIP phone (not to mention my cell phone) in the rubbish bin.

    We find crap acceptable now because crap is cheap.

    -- Chip Overclock