Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:incompetence (Score 1) 242

You make a good point - sometimes the 'stupid' programing decisions of management are actually smart business decisions. They prefer messy code that makes money to pristine code that doesn't, and that's just business. The money it makes keeps us employed. The fact that we coders are immersed in the details makes us more concerned about them than about the big picture - which is fine, but we need to be overruled at times.

I'm glad that you've got a boss who understands the tradeoffs.

Comment Re:incompetence (Score 5, Insightful) 242

Also, this happens too often:

Manager: We need to add Feature Y.
Coder: But that builds on Feature X, which is still buggy.
Manager: I don't care. The customer wants it.
---
(A month later)
Coder: Can we take some time to fix the bugs in Feature X and Y?
Manager: No, we have to make Feature Z, which builds on X and Y. We can fix them later.
Coder: If we'd known you wanted Feature Z, we would have done X and Y completely differently.
Manager: Hmmm. Well, it needs to work by next Tuesday.
Coder: (very quiet expletive)

Comment Hire someone to add a feature (Score 1) 332

If you use a piece of FOSS software that lacks a feature you need, hire one of the project's developers to add that feature and contribute it back to the project.

This is great because:

1) You get the feature you need for a low, one-time cost
2) If it's added back to the main project, it simplifies your future installations
3) You help the project to continue development, which again benefits your organization in the future
4) This use of taxpayer money goes to create something that all citizens can use. Public dollars for public benefit.

Databases

First MySQL 5.5 Beta Released 95

joabj writes "While MySQL is the subject of much high-profile wrangling between the EU and Oracle (and the MySQL creator himself), the MySQL developers have been quietly moving the widely-used database software forward. The new beta version of MySQL, the first publicly available, features such improvements as near-asynchronous replication and more options for partitioning. A new release model has been enacted as well, bequeathing this version the title of 'MySQL Server 5.5.0-m2.' Downloads here."

Comment Re:Why Are We Deferring to an Economic Organizatio (Score 1) 715

More importantly, how do you know if they're honest even if they provide data? They could have faked the raw data. Independent (i.e. different data/code) reproduction is the only way.

Your overall point is good, but publication of the raw data would still be useful. It's much easier to tweak an algorithm to bias it than it is to tweak thousands of data points individually, without leaving any trace of manipulation (for example, maybe (I'm not sure) these numbers could be expected to follow Benford's Law). My guess is that much of the data collection is automated, too, so if we were really paranoid, we could say that the data collection stations must publish their measurements in real time to the public internet. It would be REALLY hard to tweak them, then.

I realize this is probably overkill. I'm just saying that more transparency CAN be useful. Whether its usefulness outweighs to cost of providing it is debatable.

Comment FOI workload solution (Score 1) 715

It's worth pointing out that at one point CRU were getting over 50 FOI requests per week from climate skeptics. Maybe it's more now. That is a crazy additional workload for the CRU scientists who are paid to do actual research and not fill out FOI replies.

Solution:

  • Make a public web site
  • Post your new data there continuously
  • Answer every FOI request with a one-line, stock email with the URL

Am I missing something?

Science

94 New Species Described By CA Academy of Sciences 52

An anonymous reader writes "Researchers at the California Academy of Sciences traversed four continents and two oceans to uncover 94 new species in 2009, proving that while sometimes in this digital age the world can feel like a small place, much of it has yet to be explored. Among the 94 discoveries were 65 arthropods, 14 plants, 8 fishes, 5 sea slugs, one coral, and one fossil mammal. Why does it matter? As Dr. David Mindell, Dean of Science and Research Collections at the Academy, explained, 'Humans rely on healthy ecosystems, made up of organisms and their environments. Creating a comprehensive inventory of life on our planet is critical for understanding and managing resources. Yet a great many life-forms remain to be discovered and described.'"

Comment The meaning of "unlimited" (Score 1) 572

The word "unlimited" just has to come out of all advertising everywhere. There is no such thing as unlimited supply of anything so it is, on its face, false advertising.

While it's true that nobody can give you truly unlimited access due to finite bandwidth, I think that a company could still advertise unlimited access honestly. To me, it would mean "we are capable of giving you bandwidth X, and we guarantee that you can use that much bandwidth, around the clock, 365 days a year if you like. We won't stop you."

In other words, the fact that the network has inherent limits is not a problem, as long as they're made clear up front. The problem is when they say "unlimited" and actually plan to cut you off at some point. That should be considered false advertising. If the cap is 5 GB, call it a "5 GB data plan."

Comment And this is why... (Score 1) 195

a DOCUMENT READER shouldn't be interpreting javascript.

Seriously. Web pages are interactive. Documents are meant to be read and maybe filled out. The only reason we need PDF is for stuff that needs to look the same on every screen and print out the way it looks. We don't need Javascript in them.

Slashdot Top Deals

"Money is the root of all money." -- the moving finger

Working...