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

 



Forgot your password?
typodupeerror
×

Comment Re:Power User? (Score 1) 344

Honest question, how do you directly modify your android OS due to the source code being available?

I don't. I indirectly enjoy the benefits: I am running SOKP on my Moto G. Before that, I ran similar AOKP-based Android releases on my Nexus 4 (before its digitizer and radio went tits up.) And before that, various community releases on my Xperia Play. In every case the rewards have been many and varied. These days I run ordinary kernels (no overclocking) and try to keep things simple.

The argument was over which phone was more like its desktop counterpart. Your argument applies equally to both platforms.

Is it just "hey look I can run top" or what?

Actually having a nice userland means being able to use your phone as a troubleshooting tool. You can actually do pretty well just by installing busybox (from the app, it's free, or there's some features you don't strictly need which won't cost you very much... or do it manually) and android terminal, as well as anysoftkeyboard plus the ssh layout, which you're going to want very much. But having the option to go Wayland one day means being able to recycle the phone, use it for other purposes. My oldest phone is now a clock and occasionally plays me some MP3s. It's not really worth selling.

Medicine

Live Anthrax Shipped Accidentally To S Korea and US Labs 67

New submitter hamsterz1 writes: U.S. Officials say that the military mistakenly sent live anthrax to laboratories in nine states and an air base in South Korea, after apparently failing to properly inactivate the bacteria. Four lab workers in the United States and up to 22 overseas have been given precautionary medical treatment. The CDC is investigating the incident and Pentagon spokesman Colonel Steve Warren says, "Out of an abundance of caution, [the Defence Department] has stopped the shipment of this material from its labs pending completion of the investigation."

Comment Re:Scientists are generally trusted (Score 2, Insightful) 260

More to the point, it's impossible to independently (& personally) verify the data and claims of everything that you would like verified. There's not enough time in the world.

Very true. The rational man realizes this, and doesn't hold strong political opinions on the rest of it. We're all going to be ignorant of most science in the modern world - the time has long passed when the educated man could know all of the scientific knowledge there was. It's important to therefore set arrogance aside, and not try to tell others they're idiots, or force your uneducated opinion on others by law, unless you actually care enough to do the diligence first.

Far too many people mistake fashion for education. If you're going to call others fools for trying to stop the teaching of "evolution" in schools, call them fools because you took the time to understand the science, the counter-arguments, and why a smart, ration person could somehow not believe in evolution. Until you understand the other side, and why it's wrong, stay out of the argument. For the evolution case: if you had a solid biology class, this takes just a few days of reading the talk.origins site. It's not an undue burden, and otherwise arrogance about your uninformed opinion is just idiocy.

For newer fields like the climate change debate, it will take longer to dig up the details, as there isn't a handy website that collects all the pro and con arguments. For climate change, can read through the pro and con sites and understand where they're coming from, understand the Vostok ice core data for perspective, spend time pondering the satellite temperature data, and so on.

For any such issue, treat both sides as intelligent people who are in earnest in their beliefs and not trolling, and read enough to understand how this can be true. When you understand how intelligent people can disagree on the issue, and see where both sides are coming from, then you can act out of knowledge instead of arrogance, and stop polluting the debate with idiocy. If your only basis for argument is "everyone knows the smart people believe X, and the losers believe not-X", well, that's fashion, not knowledge. This pretty much applies to anything being debated politically, BTW, not just the science stuff.

Comment Re:This is how organized religion dies (Score 1) 623

Yeah, the specific question was in this specific post.

http://slashdot.org/comments.p...

The question being how to deal with inheritance for more than one partner.

So far your contribution has been to tell me Canada dealt with it just fine. By not allowing more than one partner! lolololitrolu etc.

Since you seem to have a habit of grabbing the wrong end of the stick very hard and never backing down, I look forwards to you rationalising how you made any contribution to the conversation whatsoever.

Submission + - Sourceforge staff takes over a user's account and wraps their software installer (arstechnica.com) 11

An anonymous reader writes: Sourceforge staff took over the account of the GIMP-for-Windows maintainer claiming it was abandoned and used this opportunity to wrap the installer in crapware. Quoting Ars:

SourceForge, the code repository site owned by Slashdot Media, has apparently seized control of the account hosting GIMP for Windows on the service, according to e-mails and discussions amongst members of the GIMP community—locking out GIMP's lead Windows developer. And now anyone downloading the Windows version of the open source image editing tool from SourceForge gets the software wrapped in an installer replete with advertisements.


Submission + - Sourceforge staff takes over a user's account and wraps their software installer (arstechnica.com) 11

An anonymous reader writes: Sourceforge staff took over the account of the GIMP-for-Windows maintainer claiming it was abandoned and used this opportunity to wrap the installer in crapware. Quoting Ars:

SourceForge, the code repository site owned by Slashdot Media, has apparently seized control of the account hosting GIMP for Windows on the service, according to e-mails and discussions amongst members of the GIMP community—locking out GIMP's lead Windows developer. And now anyone downloading the Windows version of the open source image editing tool from SourceForge gets the software wrapped in an installer replete with advertisements.


Comment Explaining API copyright to lawyers/judges (Score 1) 223

You're honor, you probably don't want to read the case. "Why not. It's a matter of public record". Yes, but the index is copyrighted. It's $5000/copy. Good luck finding the case without the index. "$5000 per copy? That's preposterous. Indexing is trivial compared to the arguments in the case". Why yes, yes it is...

Comment Re:Answer (Score 1) 336

That's not C++. That's "C with classes". (No true Scotsman uses C++ that way!) There should really be a new C standard that adds classes, C++-- or something. (BTW, a sure sign that people don't understand C++ is when they argue that the STL is slow.)

It's funny to hear game devs argue that C++ is too abstract, and then in the next breath wonder how they're ever going to get their code to use more than one core. I hope you're not that guy!

I'm in a different world. To me, performance means infinite horizontal scalability. Clarity and performance of work distribution across N machines (for arbitrary N) is where the fun is. Counting cycles and optimizing bytes got boring when machines got fast (a Raspberry Pi blows away the mainframes I started on).

Comment Re:Answer (Score 1) 336

Only catch exceptions that you can fix is the rule. If you can't actually do something useful about an exception, why would you catch it? There's nothing worse than Pokemon code!

catch(...) make perfect sense in one place - in main(), followed by logging the exception and terminating the process.

The whole point of this entire mindset is to stop checking for errors individually after each call. This lets you eliminate about 2/3s of your lines of code, all boilerplate, and reveal the actual business logic of each function by sweeping away the clutter. But there's a whole crowd of devs who like the clutter. They're not actually very good at coding, but mindless repetition they can do. This mindset is anathema to those guys. RAII without exceptions leaves half the clutter, and so doesn't achieve the goal.

Slashdot Top Deals

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...