Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:coding is for losers (Score 2) 149

Somewhat true. I author software mostly in Unity these days using state machines and I am developing the deepest, most rich and robust applications of my 30+ year career in software development absolutely code free. If you are still churning out lines of application code I highly recommend learning about the excellent x-platform tools like Unity that are available today. If you are writing device drivers or native utilities in C or Assembly, then my hat is off to you for actually practicing programming. Scripting, no matter how sophisticated, is somewhat banal when you think about it. Applying endless standards and APIs to recreate what has already be done before. There just isn't enough risk in it for it to be actually innovative. I'm not pointing fingers, the game engine centric development I do these days is even higher abstraction from the machine, but there is a sense of freedom working in simulated space and time. It's not really programming, it's more like experience design. And for the grossly divisive posts below, imagine a world where people are not judged by the color of their skin or the country they came from. Isn't it a better place?

Comment This is a load of crap (Score 1) 441

I'm in my 40s and I'm working on innovative stuff every day. At my company the younger guys all look to me for help and mentoring. The company looks to me for technical leadership. I agree that there are a lot of really talented young technologists out there, but very few of them can do what I do or bring the type of value I bring to the organization. Give them 20 years experience and maybe they will do the job better than I can, but for now I think my "relevance" is very safe and secure.
Security

Submission + - McAfee Allegedly off the Rails, Involved in Drugs, Murder (foxnews.com)

sitarlo writes: New outlets are reporting that the founder of McAfee, John McAfee, is wanted in relation to a murder investigation. Evidently his lifestyle after founding one of the most successful anti-virus brands has taken a downward spiral into the world of synthetic drugs, prostitution, and other various forms of debauchery. http://www.foxnews.com/tech/2012/11/12/us-antivirus-legend-john-mcafee-wanted-for-murder-in-belize/?test=latestnews

Comment Re:LOL urbanites (Score 1, Insightful) 578

I'm always amazed at how *intolerant* leftists can be. I live in a rural "redneck" community and we have very little crime, pollution, racism and unemployment here. Our schools are ranked some of the highest in the nation and just about everyone I know graduated college. Maybe we're not as dumb as the stereotype you submit to says we are.

Comment Headhunters... (Score 1) 306

Yes, consult with headhunting firms in your area (as long as you are in an area with tech jobs, SF/Bay, RTP, or major metro area). I predict you'll be working again as a programmer within 30 days. Of course half the money you earn will go to the headhunting firm and they won't give you many benefits or anything, but you'll have a job and make decent money.

Comment Don't trust anyone under 30... (Score 1) 388

When I was under 30, I thought everyone over 30 was a dinosaur and I was right from a certain point of view. Now that I'm well over 30 I think everyone under 30 is a punk ass and I'm usually right about that too. Fact is, good programmers come in all shapes, sizes, colors, and ages. I suppose the same can be said about bad programmers. Being a game developer I've been turned down for jobs because I'm "too old". I wonder if the "enlightened ones" who make those decisions realize they are discriminating on a level similar to discrimination of race or gender? Pretty low mentality for such "smart" people. Anyway, I figure as long a Metallica or Iron Maiden can still tour, I can still make games.

Comment I write messy code... (Score 1) 360

...and I make loads of money with it because it all works. You should focus your interview questions on the company's design and quality culture. I do appreciate clean, elegant, standards conforming codebases, but that's all academic exercise for the programmer. Users could care less as long as their software works the way the need/expect it to. Maintainability is important, but not as important as user experience. If the software does what users need it to do it will require *less* maintenance. Also, forget newer technologies because that just isn't important at all. Good projects use the *right* tool for the job despite current trends. Yeah, the stuff we have now is boatloads better than last decade's stuff, but you can still create useful software in FORTRAN or C. I stopped caring about code style when Sun first opened sourced Java. That codebase was barely readable but millions of people were happily using it. The fact is sausage tastes great, but the consumer *never* needs or wants to know how it's made. Ok, one step further here and some advice from a 25 year software trenches veteran: learn to appreciate and admire bad code. Learn to view it as a challenge presented to you so you have something to do to earn a living. Adversity is the avenue to opportunity.
Government

Submission + - Confessions of a Welfare Recipient - In Honor of the 47% (thepragmaticpundit.com)

FayPax writes: "If you live in America, in some way you are directly or indirectly dependent upon government aid. You may not receive a monthly stipend from Medicaid, but maybe you work for a firm that receives government contracts, received a grant to go to school or you attend a state college. Perhaps you serve in the military, put out fires or serve and protect your community. Maybe you’re on Medicare or your doctor receives it. Perhaps you eat corn-on-the-cob from a government supported farm or put subsidized gasoline in your car. Maybe, like millions of other people in this nation, you receive unemployment."

Comment Re:How do you guarentee a safe shuttle flight? (Score 1) 111

Wrong. The space shuttle had a horrific safety record. 2 accidents costing human life in 135 flight cycles is much worse than any production airplane used for air transport. Actually, by an exponential margin. Nobody would get on a 747 if 2 out of 135 or even 2 out of 135,000 flights resulted in a fatality.

Slashdot Top Deals

egrep -n '^[a-z].*\(' $ | sort -t':' +2.0

Working...