Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Rock Star = (Score 1) 425

I can work with people who recognize this in themselves. not everyone loves to program, but the most important thing is having team members I can rely on. You do your fun stuff at home, I do my fun stuff at work. I got someone at my work who doesn't really aspire to do anything more than he's told to do, but he's there when you need him. I just have to remind him not to burn himself out. I wouldn't say it to his face, but we do need people to do the boring work.

My favorite thing to do as a programmer is to make tools for people like him. I like to make his job less boring and less annoying. I want to automate as much work, and leave him with data to make better decisions with. Then he spends more time making informed decisions on what to do, which is more enjoyable.

Comment Re:Depends how you evaluate the curve (Score 1) 425

Your examples are of top tier "rock stars". That's the same argument about programmers that we're having. There is "I made a program", and there is "I made a great program". The difference is in programming, there is a thing called technical debt. Average programmers create technical debt almost faster than I can fix it.

i'm just happy the primary people that I work with can understand what I'm talking about and can understand my vision and know when to ask me questions. But get some other programmers from other departments, and they don't ask questions. You ask them to do something, they make it work and nothing more. Pass in something unexpected and their code goes to shit. Brittle code with lots of undefined states. Pure crap.

Comment Re:News? (Score 1) 425

They were born interested and mindful. I believe that intelligence is a bell curve, but interest is not. Anyone can be smart, but most people's personalities won't let them.

Comment Re:News? (Score 1) 425

Yes and no. Yes, we shouldn't give up on them. No, someone getting an A on a programming assignment, but takes them 3 days, when I can finish the assignment in 1 hour, it not what I consider "getting it".

Making a program work is only 20% of the job. It's great they have a better understanding and appreciation for the work that goes into programming, but keep them away from me.

Comment Re:News? (Score 1) 425

determined by the time and motivation they put in

And if you're not born with this motivation? Unless you're saying people can be motivated at gun point to become great programmers. Self motivation to want to learn is a mental trait of a programmer. Everyone else will eventually be automated out of a job.

Comment Re:News? (Score 1) 425

I think my problem is when I say "programmer", I mean someone who understands everything, full stack. what does the distribution curve look like when you limit it only to people who can design, build, maintain, and successfully secure a high performance datacenter all on their own, but only from the aspect of the computers, network, and programming, not datacenter layout, power planning, etc?

Comment Re: News? (Score 1) 425

Of course your misrepresentation of the 10x rule isn't helping. The 10x rule is that the best developers are 10x as productive as the worst 10 developers. That's all it says. So you can replace them with 10 worse developers, that's the whole frickin' point of the 10x rule.

The 10x rule assumes you have a lower limit on your worst.. No matter how many people you throw at a problem, if they do not understand the problem, you won't get the job done. When it comes to programming, nearly all problems seem simple at first. A big part of my job is arguing with people to keep them from painting themselves in a corner. Feature creep happens, you need well defined designs and functionality. I want my code to not only break, I was it to break early, break loudly, and tell me exactly what the issue is. I spend more time designing my code to break than to work.

Comment I agree with the reasoning but not the conclusion (Score 1) 425

The truth is that programming isn't a passion or a talent, says Edge, it is just a bunch of skills that can be learned.

Then why do so many "programmers" not have these skills?

Programming isn't even one thing, though people talk about it as if it were; it requires all sorts of skills and coding is just a small part of that. Things like design, communication, writing, and debugging are needed.

The problem is that too many programmers don't realize that they don't have these skills and pretend that they do. They you get stuck with poor design or buggy code. Even worse is that many of these areas have massive overlap. You can't design a good program unless you know how to program and debug. You can't program a good program unless you understand the design. etc etc.

I guess what I'm getting at the programming is a poster child of "the whole is greater than the sum of its parts", by a huge amount. Each skill is a multiplier for all of the other skills. With so many overlapping skills, someone with all of the skills is suddenly magnitudes better than someone with slightly fewer skills.

Comment Re:No suprise. Comcast TV is poor value for money (Score 1) 140

I pay as much as you do, except I get a dedicated connection with sub 1ms pings, no cap, symmetrical, no-bundling required, non-intro price, no funny fees, bill hasn't changed in years, and I bet my jitter to nearly anywhere in the world is less than the ping you get to your first hop. You're getting ripped off.

Comment Re:No suprise. Comcast TV is poor value for money (Score 1) 140

It was a rhetorical question. I can blow through 150GB in a day, not even downloading. Someone on DSLReport is on Google Fiber and nearing 300TB/month. Don't ask, don't tell. Caps are stupid for most situations. Hell, I pay $90/m for a 100/100 dedicated uncapped connection will not have congestion, ISP does not oversubscribe. They don't even differentiate between business and residential because all residential customers have business quality Internet. All they sell is "Internet". You can purchase an SLA with all dedicated path-ways, that will cost you an arm and a leg, but if all you want is dedicated bandwidth and a connection that has 5 minutes of downtime every few months at 2am for regular maintenance, you can save yourself a lot of money.

Comment Re:The 30 and 40-somethings wrote the code... (Score 1) 553

never set up a Facebook account, twitter account, or Instagram account

How are you going to figure out an exciting new ways to integrate FB, Twitter, or Instagram if you don't even use it? Maybe some 18 y/o programmer will have the next great idea for his generation. What exciting new thing can you think of that the young generations will also think is fun and exciting? They don't just want programmers, they want people with ideas and inspiration. They want people who can get into the heads of the people they're targeting.

Slashdot Top Deals

No man is an island if he's on at least one mailing list.

Working...