Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment github and bitbucket have issue trackers (Score 2) 221

For what it's worth, there are issue trackers offered alongside even the free levels of both github and bitbucket.org (which lets you use both git and hg). Bitbucket's free tier even lets you have a private repo if your source needs to be private (issue tracking and wiki instantiation are configurable via admin there, and should be offered as part of project repo creation). This way you get source control for your personal work as well as an issue tracker. ;)

I vaguely recall that Sourceforge also has some sort of bug tracker as well, if you'd rather use cvs/svn. (It's been a long time since I looked in that level of detail at SF though, so ymmv.)

All of these are "cloud" (blech) solutions that don't require any server setup on your part. If you aren't familiar with source control, that's kind of another matter, but there are quality GUI clients for OSX for most of the common protocols and cvs, svn, git, and hg all have reasonably good documentation publicly available in various forms.

Comment Re:Just keep in mind the tradeoff (Score 5, Informative) 556

The public drug companies are required to file financial reports with the SEC, which generally detail their budgets (at least to a sufficient level of granularity for this discussion). EDGAR is one avenue of getting at them (10-Q for example for quarterly reporting). But yeah, he's not lying, R&D expenditures are not the majority line item for most large pharmaceutical companies. If anything, Big Pharma has been on the whole aggressively cutting R&D over the past few years.

Just for one concrete example, here's Pfizer's 10-Q from late last year:
http://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&FilingID=8236559&companyid=5709&ppu=%252fDefault.aspx%253fcompanyid%253d5709%2526amp%253bformtypeID%253d13

Click into "Financial Statements" there. I think the given figures are in units of "millions," so they spent about $2.1Bn on R&D during the given quarter, compared to $4.6Bn for "Selling, informational and administrative expenses" (which probably includes marketing) and $3.7Bn for "Cost of sales" (not sure, might be raw materials and manufacturing?).

Comment Re:No GPL if taxpayer funded (Score 1) 277

This is the FSF's position, but some people think the requirement to preserve the BSD license text is a "further restriction" relative to GPLv2.

Even if those people are correct (one might argue that the text the BSD license says must be preserved falls under "appropriate copyright notice", or is close enough that a court would not find it a substantial breach of the GPL), explicitly dual licensing is useful to satisfy said people's paranoia, especially if you want your code merged into their project.

Of course, if we're going to start interpreting the GPL that strictly to the letter, section 2a of GPLv2 gets violated constantly...

Comment Re:Poll Tax (Score 1) 390

Do they provide transportation to and from the office where you need to apply for such an ID?

What about people that are citizens, but lack the documents required to get a state ID? Not everyone is born in a hospital, and not all parents of home births are responsible enough to file the birth certificate -- especially for older births when such things weren't as important as they are today.

Adding barriers of any sort is going to depress legitimate turnout, so it had better be stopping enough fraud to be worth it. If you suppress more legitimate votes than illegitimate, you have failed in making the vote outcome better reflect the desires of those eligible to participate.

Such suppression disproportionately affects the fringes of society -- and we know who *they* vote for, so guess which party pushes voter ID laws...

Programming

C++0x Finally Becomes a Standard 398

Samfer writes "On Friday August 12th 2011, the results for the final ISO ballot on C++0x came in, and the ISO C++ Standards Committee were unanimous in favor of approving the new C++0x (for now unofficially known as C++11) object-oriented programming language standard which is intended to replace the existing C++ standard. The new standard is to offer new and improved features such as lambda functions, concurrent programming functionality, direct data field initialization, and an improved standard library to name but a few." Although I haven't heavily used C++ in years, it is nice to see a decade long effort finally come to fruition. Especially nice is the support for type inference which should save quite a few people from RSI and make refactoring code a bit less obnoxious.

Comment Main branch of the New York Public Library (Score 1) 202

The main branch of the NYPL uses the same system, albeit more floors that aren't as tall, and human workers handle pick and place.

An original illustration here, sorry for the ugly url: http://2.bp.blogspot.com/_PotguXM3PJk/TKh0YeRyQMI/AAAAAAAAF_c/WiOrMXEWdQc/s1600/nyplstacks.jpeg

Slashdot Top Deals

The game of life is a game of boomerangs. Our thoughts, deeds and words return to us sooner or later with astounding accuracy.

Working...