Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:All this because Clang went Clunk? (Score 1) 203

Regular finance account reporting of how the money is being used should be required. If you can't handle it, don't ask for money.

Such production of reporting and auditing of reports has costs and could consume significant amount of project funds.

Nonsense. If it's a serious project, they should already have an accountant or at least some form of accounting software - once you have that, it's pretty simple to produce a basic cash flow report. Regardless of what your business is, tracking the financials is basic to it. If not just to know whether or not you can afford that widget or software package, because come the end of the year you have to let the IRS know. If the project doesn't have financial tracking, it's a sign to run - far and fast.

If it's a small project (not aiming to go big or anything, and I'm specifically thinking about tinkering projects that are looking for under $10k total), then yes the money for the requisite software could be substantial relative to the project costs.

If it's anything bigger, then yes, they should have to do more. Even so, the cost of a CPA to audit and maintain their books could still make up a substantial portion of the costs for projects under $50k.

So as with anything, it needs to be graduated or may be Kickstarter provides some of those services - e.g they provide a Quickbooks account and a team of CPAs to review them and help the projects out unless the project certifies that it can do it on its own with a reference to their hired CPA (which companies would have no problem with) in exchange for a slightly smaller pinch from Kickstarter.

Comment Why an arbitrary age? (Score 1) 478

I can understand the "At some point, I'm going to stop trying to stay alive for the sake of staying alive" attitude.

I can't understand projecting a fixed age. He doesn't know what his health will be like at 75. If his health starts to rapidly decline at 70 or 65, he may want to change his health-care attitude earlier. If he's still in great shape at 75 he may try to stay alive as long as he's healthy or only suffering acute ailments.

As for me, I'm going to treat my body like an old car: Barring a sudden fatal or mentally-incapacitating calamity, I'll try to keep it running well enough to be "fully functional" until it gets to the point that "it's just not worth it" then I'll cut back on how much effort I spend staying alive. Whether that's 65, 75, 85, or some other age, $DIETY only knows.

Comment Raid-resistant, not raid-proof (Score 1) 144

The technology listed is not raid-proof, only raid-resistant.

It is still vulnerable to legal attack IF the governments in the countries where the servers are located are willing to use subpeonas or other means to "quietly" (i.e. without TPB finding out) determine what the next "downstream" server is until they have a full list, then do a coordinated takedown.

All it takes to stop this is to make sure that at least some key servers are in countries in which such court orders could not be legally issued.

The summary didn't say it, but I would think that after all that they have been through, TPB also has recent-enough "disconnected" backups of all of their key servers that they could bring it all back up within a matter of days if their servers were all seized at the same time. I would also think that they have a "shadow staff" who can take over in the event that the people currently running the show are arrested or ordered by a court to not participate in the project.

Comment Re:Finally! (Score 1, Interesting) 178

It almost seems like an accident, though. They need to move to HTML5 because Microsoft supports its technologies like high school students support their relationships.

12 years for Win XP.

However, Silverlight is already out of support. It didn't even make 3 years of support. I think the big thing that did it in was also the same thing that MS tried to show it off with - the Olympics on-line broadcasting in the US. Too many restrictions and it didn't go anywhere. NBC left it behind shortly after; an there has been zero large deployments of it since (at least any where near that scale).

Comment Re:Federal Overreach (Score 1) 156

Profound analysis. By your logic, why don't we just give up on anything requiring centralized government then?

Exactly. Outside of keeping the states working together collaboratively, and providing national defense, there really isn't much that the Federal Government should be doing.

That is why the original Articles of Confederation were so weak - too weak to even enforce getting funding from the States; the US Constitution that replaced it was made stronger primarily to ensure the Federal Government was able to collect funding from the States and do a little more, but the intent of the Federal Government was still basically the same - to help smooth over relations between the States by managing the inter-state relationships, and provide a uniform defense for all States against foreign (not domestic) enemies. (Domestic enemies were left for the States to manage.)

Submission + - Native Netflix support is coming to Linux, for real (themukt.com)

sfcrazy writes: Native support for Netflix is coming to Linux, thanks to their move from Sliverlight to HTML5, Mozilla and Google Chrome. Paul Adolph from Netflix proposed a solution to Ubuntu developers: "Netflix will play with Chrome stable in 14.02 if NSS version 3.16.2 or greater is installed. If this version is generally installed across 14.02, Netflix would be able to make a change so users would no longer have to hack their User-Agent to play."

The ball is now in the court of Canonical developers.

Comment Re:Simple set of pipelined utilties! (Score 1) 385

If you really buy that principle and want to enforce it religiously, then please never use a web browser again (even Lynx!), not to mention any other complex program that isn't formed from a bunch of small "do one thing well!" utilities that are executed in a pipeline.

If web browsers and other modern programs do not follow the "many small tools doing 1 thing well" model, that's only due to programmer mediocrity and market pressure.

Not quite. There are a number of reasons why one would build a binary that doesn't have any shared libraries:

  • You want to control the dependencies of the software on the target system
  • You want to have the installed software be minimally impacting the target system
  • You are targetting a portion of the system that is loaded before the libraries are available
  • and more...

Technically, any program under /bin and /sbin are suppose to be fully self-contained binaries - e.g. no external library dependencies; if they must, then those can only be under /lib, but it has to be a minimal set. That was deu to / being the only file system mounted for certain scenarios, e.g boot time before the other volumes are mounted, or in recovery mode when other volumes have not yet been mounted.

Further, any file that goes into an initrd image has the same set of requirements - in that case initrd is extracted to a RAM-based file system (f.e tempfs) so it's only what you put in.

This is yet another area that systemd is breaking - because they're pushing for everything to be /usr and removing /sbin, /bin, etc claiming those are "not useful any more". The devs need to get exposed to some real embedded development environments where the reality is that those things are still extremely useful.

Comment This is fine for stored data after the fact ... (Score 1) 504

... but I wouldn't be surprised if you start seeing requests for courts to order phone/internet providers and/or Apple to install trojans and/or man-in-the-middle-enabling SSL certificates on suspects' phones.

Then again, I wouldn't be surprised to find out 5 years from now in a leak or declassified-in-2019 document that this is already routine practice in 2014.

Slashdot Top Deals

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...