Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment drunken musings (Score 1) 549

Did Musk write this when he was drunk? Seriously, if you want to do this, it needs to use mostly martian resources rather than sapping earths resources which are needed on earth. Unless a planet has a large supply of water, and at least the ingredients you need to make an oxygen atmosphere, the idea is a no-go. Ideally it would have some land surface (for mining) but also an ample supply of the above mentioned elements. The idea is virtually impossible. If you were concerned about survival such as from an asteroid, what you would do, is create survival groups around earth that would be equipped with underground facilities stocked with an emergency supply of food, not only for humans but also to feed livestock animals, as well as a seed bank. Hidden, secure, and fortified so the group could go underground for years, along with the livestock. The livestock and seeds would be used to rebuild agriculture afterwords. Unlike dinosaurs, we have the capability to survive the worst asteriod strike. though, you want to develop a plan to kill an asteriod before it hits the earth (with a nuke perhaps) as your first line of defense.

Comment Re:GIMP runs better then ever on Linux (Score 0) 197

It needed more features, it needed to actually exceed Photoshop and offer more features than Photoshop rather than being second best. Most people who need a Gimp like program have lots of graphics and dont need something that breaks when you try to do anything except for the most mundane task. Until Gimp stops being content with supporting "just some" of photoshops capability, its going to be useless for real users, and more like a useless toy.

Comment Re:GIMP runs better then ever on Linux (Score 0) 197

gimp needs to stop being content with second best and instead be better than photoshop. The fact is, while Gimp has some features, most people who need a paint program with a more complete feature set. Right now Gimp really has little appeal to anyone, its far too weak to really replace Photoshop which is what most people need. The goal needs to be to be a full replacement for photoshop and even beyond that, rather than "not quite".

Comment Proprietary garbage (Score 1) 197

This is NOT good news AT ALL. This is a closed source application which means it is designed to take away your freedom, basically, you have no capability to read or to modify source code that runs on your computer if you want to do so. Worse, its a cloud application, which means that your data is stored, transmitted over the net even when you don't want it to be, which means you really dont have control or ownership of your own data. Its also not a port to real Linux, but instead, to Chrome.

Real Linux distros need real desktop applications. Yes, we need more feature rich programs than what is available right now , such as something more powerful than Gimp,, as does Inkscape and other programs, which need to take meeting and exceeding the capabilities of their closed source counterparts more seriously instead of being just second best.

Comment burning living room furniture (Score 1) 49

This is burning the living room furniture. Running the server and personal computer business is profitable for Lenovo, IBM could have itself made it profitable as well if it was so inclined. Whats left of IBM? A few aging mainframe platforms that are on decline and serve an increasingly small niche market

Comment Re:Is the bash parser a lost cause? (Score 1) 329

Wrong. Most software programs have had big bugs like this that need to be fixed, including Java and Python. For example http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1912. Python has had a dozen remote code exploit attacks. So why do people keep picking on Bash when many other software programs have had these problems.

Comment Re:Is the bash parser a lost cause? (Score 1) 329

Backwards compatability, which is a language design issue, has absolutely nothing to do with the implementation problems we see with these bugs. A good parser can implement backwards compatability without difficulty or problems. One option I like is recursive descent and ascent parsing with backtracking for ease of understanding and versatility, even if it may not be the most efficient.

Comment Re:Time to retire bash! (Score 1) 329

No. The bugs we see in Bash have analogs which have been found in most software implementations, remember all of the Bugs found in Java, Python and so on, this is not a Bash only thing. Bash implements a programming language of its own (its own extensions to Bourne), and implements functionality that is unique and different from other languages. When you want the Bash programming language, Python isnt going to do that for you. What needs to be done is to fix the problem in the implementation and its much quicker to fix the current code base rather than to rewrite. the problem here is the implementation, not the language. The language itself is not the prroblem, is fine for what it does, its some problems in the implementation.

Slashdot Top Deals

"The one charm of marriage is that it makes a life of deception a neccessity." - Oscar Wilde

Working...