Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:A painful transition, but worth it (barely) (Score 1) 140

I don't know why you had to reimport your projects. I have an Eclipse workspace from the 2.x era, that have never been replaced by a new one, every Eclipse update is pain free with my settings, plugins need to be updated if they aren't compatible, but the workspace with the imported projects have never been a problem for me

Comment Re:What Google apps _do_ people really care about? (Score 1) 163

The Play Store, it is the #1 application OEMs need, unless you are a Chinese OEM where you have a big market with established alternative stores. And Android device without the Play Store is like a Windows Phone without applications. Amazon store is a joke for OEMs because it is only available in selected markets and with the current economics of hardware manufacturing, you win money only at large scales, selling only on Amazon markets will not work for them

Comment Simple technical solution (Score 1) 341

Simple technical solution implemented in my country without insecure remote kill switch: force telephony providers to share stolen phone IMEI numbers, and block those phones on their networks. Changing IMEI number is possible, but it is beyond most thiefs knowledge, and if they know how to change it for a particular phone model, they will now how to remove the killed flag on the phone

Comment Re:For crying out loud ... (Score 1) 187

Do you think your browser is secure? every Firefox and Chrome feature releases contain critical security fixes and I don't hear people giving them the same treatment Flash get. I am not a Flash fan, but It is not fair how browser vendors are not blamed too for their bugs with the same emotion people talk about other technologies. Every time a Slashdot post talk about a new browser release never mention the security bugs, only the nice things

Comment Re:GPL and BSD give uses the same freedoms (Score 3, Insightful) 1098

For example if I write a hello world program in C++ and iostream.h is GPL. Then hello world can't be released unless it also is GPL. See the problem?

Wrong GCC libraries are GPL with an exception, for example

As a special exception, you may use this file as part of a free software
library without restriction. Specifically, if other files instantiate
templates or use macros or inline functions from this file, or you compile
this file and link it with other files to produce an executable, this
file does not by itself cause the resulting executable to be covered by
the GNU General Public License. This exception does not however
invalidate any other reasons why the executable file might be covered by
the GNU General Public License.

Comment Re:Native Widgets (Score 1) 282

You still don't get it, every OS release make changes of how widgets behave. One example, OS X "natural" scrolling behaviour, you run and old QT application on that platform and I am sure it will not behave the same way and users notice that. QT developers are good chasing every tiny update OS providers do, that doesn't mean that old applications are updated automatically. All applications need to be updated, specially on Windows and OS X where there isn't a shared QT runtime. If WPF is the new native, I am pretty sure that any modifications Microsoft make to old widgets are added to the new ones because I don't think they want an inconsistent experience for their users (sometimes I think they don't care after Windows 8)

I still write a lot of Java Swing code, so I know custom drawn toolkits have their advantages, if you are a good developer using them, and I am not against what QT do, I am only saying that QT are not native controls (only on platforms where it is the platform toolkit)

Is this QT or GTK? http://tirania.org/s/138c98b8.png

It is GTK, do GTK use native controls? NO

Slashdot Top Deals

An adequate bootstrap is a contradiction in terms.

Working...