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

 



Forgot your password?
typodupeerror
×

Comment Re:Mobile is where Gnome belongs now (Score 1) 38

I second that. Gnome 3 and all releases after that are the worst thing that ever happened to the Linux community. Even after a decade of criticisme there still continue to impose an insanely wrong concept that nobody see as a so good idea that it wanted to copy. On the contrary this started a lot of projects against that wrong concept, notably XFCE that I recommend. Even if the default XFCE settings are ridiculous, it's very quick and easy to configure it like a normal powerful desktop.

Comment Re:Remember when nothing was made in China? (Score 2) 157

I am old enough to remember that state of the world. Japan was the fast growing player at that time. For China the process did take about 40 years, with the help of what is certainly the biggest total massive money investment ever from USA and Europe over that period of time. The drama is that this was coupled with a quasi systemic dismantling of the USA and Europe industries.

We urgently need to revert that process.

Comment Virtual Reality Soccer Table (Score 1) 106

I have done the large part of the engineering of the Koliseum soccer table. It allow up to 4 players, each with a headset, to play a common soccer football game with real mechanical rods that act like on a regular soccer table. Missing players are replaced by robots. Each rods have a handle with buttons that allow specials features like detaching the player from the rod. The game use the virtual reality to bring effects and surprises impossible to realize in the real world.

Comment Re:C is one local optimum (Score 3, Interesting) 243

The "old misfeatures" is part of the way too many features of the C++ that make it a such problematic language. Because of the backward compatibility, there is no practical solution to this problem. The name mangling incompatibility across compilers is another C++ long time problem without practical solution. C++ is almost 40 years old now and allowed to test many new ideas on real world applications. It's now time to consolidate all that was learned in something new, clean, secure, and efficient: rust.

Comment Re:Why? (Score 2) 127

For that reason I always wanted that the win32/win64 API will be a international standard managed by an official organization like ISO. That way Microsoft will lost evil control of an API that is actually a very effective tool to kick off any concurrent. This will allow Wine to implement a good implementation based on detailed documentation.

This is curious that no government on the planet require that win32/win64 are international standard, while there usually require standard certification on a tone of less critical parts of there infrastructure. OpenOffice did a genius master move by making ODF an international standard before Microsoft was able to do the same. If only Wine would get enough support to standardize win32/win64 before Microsoft. Seem to be an impossible dream actually.

Comment Re:Why? (Score 1) 127

It's doable, the Wine project prove that point. It's just way more complicated...
In addition to what "KiloByte" have said, Microsoft have the Linux source code as implementation reference to look at, while the Wine project didn't have a chance to look at the Microsoft kernel and libraries.

Comment Re:Not really open source if the source isn't open (Score 2) 117

Whenever it's for hardware or for software, the point to make a project open source is to create a community to support and improve the project, not to make money. Starting from that point I found cheap clone a rater big advantage, because this offload the production problem and make the project accessible to more and more peoples with almost no management. Instead of fighting against clones, it better to take advantage of them.

Comment Re:How do you know? (Score 1) 279

Because the squashfs image of OpenELEC is read only and mostly one of the know images already published, the operations you describes could be done on the hacker PC. It can then find a way to generate the hacked image from the original by analyse the difference between the two. This recipe can then be directly applied to the partition of the target device probably without too much processing and memory.

I agree that this is much more work, but maybe not so difficult for a motivated hacker.

Comment Re: How do you know? (Score 4, Informative) 279

OpenELEC FAQ disagree:
http://wiki.openelec.tv/index....

What is the SSH login?
Shortcut: #SSH Login
Currently the login into OpenELEC has fixed settings.
  Login: root
  Password: openelec

How do I change the SSH password?
Shortcut: #SSH Password change
At the moment it's not possible to change the root password as it's held in a read-only filesystem. However, for the really security conscious advanced user, you can change the password if you build OpenELEC from source. Also you can consider logging in with ssh keys and disabling password logins.

Slashdot Top Deals

The difference between reality and unreality is that reality has so little to recommend it. -- Allan Sherman

Working...