Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 4 declined, 2 accepted (6 total, 33.33% accepted)

Submission + - CEO Paying Everyone $70,000 Salaries Has Something to Hide

ranton writes: Dan Price, CEO of Gravity Payments, made news last April when he raised all employee salaries to at least $70,000. He claimed his motive was based on research that shows increased wages increase happiness up to about $75k per year. But according to a recent Bloomberg article this may have been a smoke screen. Karen Weise found Dan Price has been fighting with his co-founder Lucas Price over Dan's salary for years, and that his co-founder served him with a lawsuit weeks before the pay raises were announced. Apparently Dan had been paying himself nearly three times the salary of CEO's of similar sized companies in his industry, over the strong objection of his co-founder.

The lawsuit was not officially filed until after the announcement, making it originally look like the pay rise caused the lawsuit. Now it appears to be the opposite. Since the lawsuit is trying to force the CEO to buy out his co-founder based on the CEO's prior greed, lowering the short term profitability of the company while boosting his positive PR seems to be a likely motive for the pay hike.

Submission + - Is C++ The Right Tool? 8

ranton writes: I am about to start a personal project which I believe should be done in C/C++. The main reasons I have for this are the needs to manage memory usage and disk access at a very granular level and a desire to be cross-platform. Performance is also important but I am unlikely to spend enough time optimizing to be much faster than core libraries of higher level languages.

On the other hand, network access is also a critical part of the project and I am worried about the effort it takes to make cross platform code for both network and disk access. I have been working in the Java / C# world for the past decade and things like TCP/IP and SSL have just been done for me by core libraries. Do libraries like Boost or Asio do a good job of abstracting these aspects away? Or are there other options for doing granular memory and disk management with more high level languages that have better cross-platform library support? I am willing to brush up on my C/C++ skills if necessary but want to spend as much time as possible developing the unique and potentially innovative parts of my project. Thanks for any advice you can provide.

Slashdot Top Deals

Mediocrity finds safety in standardization. -- Frederick Crane

Working...