Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Press release in english (Score 1) 347

Not to mention that if you're scouring for this kind of stuff you often end up paying in the hundreds for a piece of 50 year old vinyl. A lot of this stuff exists in that nebulous zone of someone owning copyright and forgetting about it and there being people that are looking for it but not enough for the holder to remake it or make it available. And of course if you start reproducing it yourself you get a lawsuit.

Comment Re:easy. (Score 1) 842

Save money, get married and buy a house? Some of us live in NYC where buying and saving don't exist (my rent costs more than your mortgage I bet) and people don't get married until their mid-30's generally. Not to mention it's bad advice since when you have a house and a wife you're tied down. I'd recommend moving to a new, large city where you meet more people who are interesting and trying to start something with them.

Comment Re:Aarghhhh (Score 1) 267

100% accurate. I don't get raises and promotions because I put together a long presentation on how secure my work is. I get them because I can churn out code fast, on budget and on time. I of course take measures that are easy to do, etc, but I'm usually off to the next thing some PM has been bugging me about and just say "Screw it" and get my other stuff into testing so QA can do some general functional testing.

Also, the domain I'm in isn't dealing with anything a PCI system would need. But still, I've learned the game is production, regardless of what is inside the blackbox is ultra secure or not. Getting things out on time and on budget, as you said, are really the only things that count.

Comment Re:Use a persistence library (Score 1) 267

You forgot to read the "hire real programmers" part. Any programmer who is hired to write code and SQL should be able to avoid disaster queries and use a query analyzer if needed. But, a DBA shouldn't touch a line of code. If anything, they should be involved in a code review. Another system at a company I worked at is our DB guy would review ALL queries that were submitted. But this creates overhead. Every company is different, if your system works for you then good for you. But I'd agree, you should hire competent programmers if their queries are that bad. One of the questions we give to prospective programmers is "what is wrong with this?" SQL. We've had some baddies come through and have had some system destroying SQL we've weeded out, and most the mistakes are simple things.

Microsoft

Submission + - Microsoft Windows Mobile 6.5.3 - New Features and (sizzlingbit.com)

farzan1992 writes: Sony Ericsson's new phone named as Aspen comes pre-installed with a Windows Mobile version 6.5.3 operating system. It's the first mobile phone that comes with the latest version of Windows Mobile. The new version of Windows Mobile OS comes with lots of new features, updates, and improvements.

This latest version also includes a support for capacitive-touchscreen displays, improved Internet Explorer performance and lots of other features. Below is the list of all the new updates, improvements and features in Windows Mobile version 6.5.3.

Security

Submission + - 32% Of Computers with AV Protection Are Infected (net-security.org)

An anonymous reader writes: A SurfRight report shows statistics that give credibility to the lately popular opinion that one anti-virus solution is no longer enough to be sure your computer isn't infected. The effectiveness of most anti-virus solutions relies still on the quality of the virus signatures, and sometimes on the heuristics capabilities of the programs. Aided by its partners, SurfRight had the idea of bundling up 7 anti-virus engines that have at their disposal an equal amount of anti-virus databases. They called it Hitman Pro 3. The statistics that they presented regard a little over 100,000 users that have run their anti-virus solution during 55 days.
Idle

Submission + - 'Weekend effect' makes people happier - Duh (scienceblog.com)

siuengr writes: Your tuition is ever increasing so studies like this can continue to be published.

"Workers, even those with interesting, high status jobs, really are happier on the weekend," says author Richard Ryan, a professor of psychology at the University of Rochester. "Our findings highlight just how important free time is to an individual's well-being."

Comment Javascript (Score 1) 512

This has more to do with Javascript than anything. the Javascript interpreter in IE6 is pretty awful. I've spent many hours coding little jscript workarounds for IE6. It doesn't fail gracefully and in complex jscript environments, it can be entirely painful to have to change a bit of script because IE6 can't handle what every other browser can.

Comment Re:Programmer, or full out software engineer? (Score 2, Interesting) 844

High school kids and anyone who spends two years at a technical school can 'program' nowadays, but coming up with a proper design is something people are still willing to pay for.

Good companies, perhaps. But in general it seems design doesn't really matter, ultimately. Business wants a blackbox that works. If it takes more time to design it and test it well, that will be deemed unnecessary at many companies. I worked at a company and the most cherished developer there was a guy who wrote terrible code, didn't communicate well, was oblivious to good design but wrote a ton of code and got it out. Every developer knew his stuff sucked, especially to maintain (of course he didn't maintain his own, he was off to a new project like the cowboy he is), but the suits don't know or don't care about that.

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...