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

 



Forgot your password?
typodupeerror
×

Comment Re:Sounds good (Score 1) 118

I'm not a shill, I just think your logic is flawed.

Google has joined them in my list of evil-companies-to-avoid-at-all-cost. Only with Google, it's getting really, really tough because they're f*ing everywhere...

So because they are large makes them evil? Yes, they have a lot of products some of which are bought and they make them easy to use together with optional integration which honestly makes them easier to use. Yes, they do scrap together information about you is to send you relevant adverts because that is their ENTIRE business model!

Everything I've seen indicates that Google has a very different MO from your typical business.

- Their business is advertisement but they dont assault you with intrusive ads and they dont try to stop programs like AdBlock which completely undermines their business model. Hell, they even make it easy to install in Chrome's app store.
- Everything they make is free and you aren't forced to use or even have them. They support Mozilla even though they have a competing browser. You can uninstall all Google related apps on Android if you want, straight up replace Android or even use a fork of Android (see Cyanogen).
- Whenever they screw up, they fess up and try to make it right instead of burying it and denying it. Remember the wifi stuff? They could have easily denied it, buried and deleted all information related to it but instead they fessed up, helped governments determine the harm they had done and took the fines doled out.
- You also don't see Google suing people to death, they have only launched countersuits against those suing them (a MAD tactic). Everyone in the mobile market seems to be suing everyone else but Google isn't playing that game. Remember when they caught MS copying results and putting them in Bing? Google didn't take legal action against MS, they just outed MS for doing it. Furthermore, MS denied that they did at all and then said they used "different vectors" of obtaining data. If it were the other way around, MS would have sued their pants off of Google.

So tell me, what have they done that is so evil, collect information to serve you relevant and easily blocked advertisments?

I like Google (and some of their products) because they are the most ethical (for profit) company I know and they honestly seem to be trying to improve the world rather than just bleed it dry for money.

Comment Re:define "weibo" (Score 1) 39

To be fair, it's probably one of the most popular sites on the Internet (100 million messages each day). Some of these sites are good to know about -- like Baidu, QQ, Taobao, Sina Weibo, Weixin, etc. While you and your friends may not use them, they practically define the Internet for hundreds of millions of people.

The same can be said for processors, programming languages, pop culture icons/events or video games. there are billions of ARM based devices and yet few have even heard of an ARM processor. people all around the world use magnetrons on a daily basis and yet few people even know the very name of them or even where they are. there is no reason anyone should have to know about the existence of any of these because they will never need to.

it's all about relevance.

Comment Re:GTK+ is standalone (Score 4, Informative) 282

it has its own object model, networking stack, container library, threading library, graphics primitive library (i.e. not Cairo).

the toolkit is split into modules that can be used completely independently of each other. If you only want the GUI stuff, you can use just the GUI module.

This object model also leaks into its language bindings if you don't want to write your software in C++.

binding are completely third party software to Qt. you might as well complain about gtkmm while you're at it.

It's the same problem that Java and C# also suffer from: they're not cross-platform, nothing is. What they actually are is their own platform built alongside a perfectly good already-existing one, and you can see the seams. There's more to each platform's UI than what bitmap you skin buttons and checkboxes with.

obviously you have not used Qt in the last five years.

where is the "-1 Ignorant" mod?

Comment Dear Oracle, (Score 1) 109

My Darling Oracle,
Please add as many bells and whistles as you can, throw in all the experimental features that are poorly tested and don't worry about security. If you would be so kind to do this, everyone would finally agree to uninstall Java and never ever use it again. You have sabotaged all the other things you have bought so why not Java? Come on, you know you want to.

Love,
Every Server Admin Ever

Comment Re:Real mature (Score 0) 109

Yes, we can have mature conversation about Java.

1) Should become a Java developer? Consider all the hate so many people project at Java. Do you think people just hate it because it's so great? You dont get respect if dont act respectable.
2) Java keeps needlessly expanding and some parts get dropped.
3) Java is not a long-lived everyday programming language. Java showed up about the mid 1990s. C has been going strong since the early 1970s. C++ was an extension of C that came around in the 1980s.
3.1) How many programs do you have that are written in Java? The one's on your smartphone? Well, do you want to write those forever?
3.2) OSes are written in C and C++.
3.3) You can go with C# but you will be stuck on Windows until MS decides to reinvent the wheel again and C and C++ will still be widely used.

Java: write once, slow everywhere.

Slashdot Top Deals

The game of life is a game of boomerangs. Our thoughts, deeds and words return to us sooner or later with astounding accuracy.

Working...