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

 



Forgot your password?
typodupeerror

Comment Less work more output (Score 2) 311

This is the future; robots are doing everything for us while we do whatever we want to do. Spend all your time learning art, wacky scientific pursuits, or do nothing but smoke pot all day. Robots are the free workforce and the Sun is the almost unlimited free energy. Do this right and do it once, it is self-sustaining. It is perfect and it is win-win, it is the second renaissance.

The problem is that the income inequality is also growing because of this. If you started at a position that lets you benefit from the less-work-more-output scenario you keep getting better. If you were in a worse position you keep getting worse.

You can't get Star Trek economy by good faith: people are selfish and people who do not want to work will not work. We need to accept that is ok. Now who is going to build the robots and the solar plants to catalyze the whole thing?
Cellphones

Qualcomm Unveils Snapdragon 820 With Adreno 530 Graphics For Mobile Devices (hothardware.com) 34

MojoKid writes: Qualcomm held an event in New York City today to demonstrate for the first time its highly anticipated Snapdragon 820 System-on-Chip (SoC). More than just a speed bump and refresh of the Snapdragon 810, Qualcomm says it designed the Snapdragon 820 "from the ground up to be unlike anything else." Behind that marketing spin is indeed an SoC with a custom 64-bit quad-core Kyro processor clocked at up to 2.2GHz. Qualcomm says it delivers up to twice the performance and twice the power efficiency of its predecessor, which is in fact an 8-core chip. Qualcomm officials have quoted 2x the performance of their previous gen Snapdragon 810 in single threaded throughput alone, which is a sizable gain. Efficiency is also being touted here, and according to Qualcomm, the improvements it made to the underlying architecture translate into nearly a third (30 percent) less power consumption. That should help the Snapdragon 820 steer clear of overheating concerns, which is something the 810 wasn't able to do.
Programming

GCC 4.9 To See Significant Upgrades In 2014 191

noahfecks writes "It seems that the GCC developers are taking steps to roll out significant improvements after CLANG became more competitive. 'Among the highlights to look forward to right now with GCC 4.9 are: The Undefined Behavior Sanitizer has been ported to GCC; Ada and Fortran have seen upgrades; Improved C++14 support; RX100, RX200, and RX600 processor support; and Intel Silvermont hardware support.'"

Comment Re:A testament to engineers (Score 1) 221

Send your most visible exec out with total crap in his hands?

Depends on the exec. Some are completely incapable of doing this - they either panic and push the wrong buttons or fail to gracefully recover when they fumble.

When you are starting off, the goal is to demo the vision, not the product. So it is not only ok, but commonplace to have incomplete/buggy device. But if your execs cannot pull off these kinds of demos, the whole thing is DOA.

Comment Profit margins (Score 2, Informative) 665

There are a lot of musicians and there is a lot of music around. Like it or not the field is saturated, competition is fierce and music is a commodity (and there is in fact a lot of free music around in case you were not paying attention). You need to deal with profit margins like we all do.

The part I don't like is, we are supposed feel bad and sympathize because you are high and noble with your "art" and "culture".

If you can't make enough money you are supposed find a different job (shocking, right?). A lot of people deal with it every day. You can still play your music on the side.

Comment Inconvenient? yes. Necessary? yes (Score 1) 536

Even if there was a shortcut for safely ignoring return values, I would (the company I work for would) still need to check and catch every return. Why? We have to log them all.

If you don't want to deal with failed returns, I find that a scripting language is the best way to go. I write my glue functions to handle nulls gracefully and I am done.

Slashdot Top Deals

The universe is like a safe to which there is a combination -- but the combination is locked up in the safe. -- Peter DeVries

Working...