Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:So tell us (Score 2) 74

Maybe it never tried.

That and also more importantly: because nature's idea of "better" is almost never the same as our idea of "better." I think it's wonderful that the performance example that they used, happened to be binding to cancer cells. If cancer doesn't illustrate the vast gulf between us and it, I don't know what does!

Comment Re:The Problem: code not seeing the light of day.. (Score 1) 123

Ensuring all developers in the industry are competent is a pipe dream. Take a look at the most exacting careers you can think of - and you'll find varying levels of competence.

People are imperfect (in the sense that they can have a bad day, and let typos slip by from time to time - even the very best of us). Additionally the real software lifecycle is not like frozen water. It is more like all the different states of water - solid, liquid, and gas, changing as its environment changes on a continuum from birth to death.

I agree we should do something. I think that 'something' should be more than just training and hoping they use what they've learned.

Comment Re:The Problem: code not seeing the light of day.. (Score 1) 123

People are not perfect automatons - therefore you always run the risk, and probably will see new bugs and vulnerabilities. However, that is okay - in the sense that it will still reset the clock (assuming you caught the existing zero days in the process). Now the hackers will have to start over - and it will take them another 6 to 12 months to figure out an exploit to the bugs you introduced - assuming they are actually exploitable. Therefore it makes sense to review and refactor code on a recurring basis. The benefits outweigh the costs.

Comment The Problem: code not seeing the light of day... (Score 1) 123

The real problem here is willingness to fund what is necessary - refactoring all code used in critical systems to ensure they are secure - and to maintain that approach over time in an iterative basis.

We should touch code (at least to review it) - every year - which research indicates is the sweet spot for zero-day exploits. We get more benefits if we refactor the code - effectively resetting the clock for exploit writers to find a new zero day, and develop applications to exploit it.

Working in IT today, I can tell you from experience no one is willing to spend money to constantly refactor code without delivering new functionality (read 'revenue generating functionality'). This approach also is counterintuitive to software engineers trained to value code reuse over rewriting or building new solutions.

Instead, they focus on cosmetic bandaids - such as firewalls, antivirus, patch updates, and policy management. All of these things are important - but in the scheme of things will not stop a zero day exploit - particularly given that most patches for zero days are not available until the zero day is discovered - and then the time it takes the developer/company in question to put out a fix - on average 6 months to a year after the zero day is discovered and reported. Meanwhile the network is wide open to anyone who has figured it out (which is roughly 6 months to a year after a new piece of software is deployed on the network). The problem is related more to how humans learn systems than any particular coding practice. Your code refactor efforts just need to fall inside of that curve - leading rather than following.

Finally - the proposed fixes, such as more regulations, will not fix the problem - and will only serve to drive people out of the business, at the precise time when we need more developers than ever to address the problem effectively.

Steps:

1. Pay for what is needed in IT instead of being cheap. If you get more specific regulation of this - you might not have a choice (e.g. Sarbanes-Oxley)

2. Let your developers as a whole spend some time on evaluating code - the more eyeballs you have the better.

3. Move away from expensive water-fall projects to more flexible agile methods, and adjust your funding protocols to match.

User Journal

Journal Journal: Rant: Why i hate Java (simple, old debate) 4

Why do i hate Java? (And C too.) retardedNames, case sensitivity, offsets treated like indexes. These are examples of where programmers had good ideas but then unfortunately designed them into a language.

Comment Re:Kernel size and compile reduction (Score 2, Insightful) 110

It sounds like the project you want [someone] to start, does this: reads a config file, looks at what modules ended up actually getting loaded, and then enables/disables config options, writes a new config file. Then your subsequent compiles can be faster and your /lib/modules can be smaller.

Comment Re:Google It (Score 1) 189

Damn, that's a nice program. Kudos to Brother.

I wish I could find something on their website that states what they actually do with the returned toner cartridges. All I could find is this:

We will evaluate the opportunities to recycle, reuse, reduce, refuse and reform resources throughout the life cycle of our products.

My emphasis. This is not a commitment to recycle. It's feel-good corporate-speak.

Do they actually dismantle and recycle them? Do they refurbish them, or sell them to a refurbisher? Or do they just dispose of them so that they stay out of the after-market?

I'm sorry to be cynical. Brother may very well be acting as a good corporate citizen. But when I don't see explicit mention of their actions, I start to wonder what they are.

I suspect there are two problems for them in being too clear. First, I suspect they can't guarantee to reuse every cartridge - some of them will be damaged or contaminated, I imagine; second, they won't want to validate third party cartridge refills by admitting they actually do refills themselves! I recycle my Lexmark cartridges by mailing them back (with a prepaid shipping label they include with every new cartridge); my guess is they will refill and reset perfect-condition cartridges, recondition damaged or older ones, and recover the raw materials from unusable ones, but they won't want to be too open about the details. The "new" cartridges aren't exactly cheap, admitting they're sometimes actually refills would probably hurt sales.

User Journal

Journal Journal: Line: There's an AP (app) for that.

We need something done tomorrow. We're off tomorrow. The Asia/Pacific (AP) team is in tomorrow. So, need it done tomorrow? There's an AP (app) for that.

Well, it was funny when i thought of it...

Comment Re:Drone It (Score 4, Informative) 843

make the entrants build a working prototype *first*, without any governmental money up front

Waitaminute, Congressman. Why would I fund your campaign, if you're not going to vote to give the public's money to me? I thought we had a deal: you scratch my back, I'll scratch yours.

Comment Re:CDs? (Score 2) 301

I still buy CDs. They're (currently) the best way that I know of, to get music. Better ways are possible but aren't yet widespread.

Tell ya what: go to some live music bars tonight, and if you're lucky, you might find a band you never heard of that you really like. Tell me how you listen to their music the next day. Assuming you succeed (it's reasonably likely but far from guaranteed) I bet you will come up with an inferior approach to buying their CD from them. But maybe not: go on, teach me about a better approach.

Slashdot Top Deals

"The four building blocks of the universe are fire, water, gravel and vinyl." -- Dave Barry

Working...