Forgot your password?

typodupeerror

Comment: Re:QT is a flawed implementation of cross platform (Score 1) 81

by McLoud (#43410947) Attached to: Qt 5.1 Adds Android and iOS Support

On Windows there is no standard widget set that everyone uses, an no agreement on how a widget should behave. Every framework has their own. MFC, WinForms, whatever MS Office uses, Wordperfect, etc.

There are standard widgets provided by the OS, and everyone who uses them will produce apps which look the same, absent customization. There are alternatives, but that doesn't change the fact.

Really? So how to I use those nice office widgets like the excel pivot or word rich text editor (since the one I can use in MFC is crap) in my own native MFC application?

Comment: Re:Yes but (Score 1) 437

by McLoud (#39971245) Attached to: Objective-C Comes of Age

Thats like saying that C/C++ adoption on windows is due to vector locking because that's what the API is built on. Due to that, C-like bridges need to be build into other languages so they could talk to the OS
The same can be done to talk to Objective-C

DISCLAIMER: have been dealing with windows api the whole week and is not funny

Comment: Its not the languare only per se (Score 1) 274

by McLoud (#39376697) Attached to: Why New Programming Languages Succeed Or Fail

It's not really just the language. It's the entire programming environment: the language, the library, what system features it allows you to get your hands into and failing that last one, how much the language has "build in" and with how much quality, how much trouble-less it is to run in your target system, how much easy is to build a program around it
The major PITA's I have found with "alternative" languages is when building beyond hello-world/clickety demos. Many languages with their respective build environments fail to provide a good desktop infrastructure to build rich apps. Some fail at the web side of it. Some ain't much good at any of it. For windows desktop apps, if you don't provide support for system widgets, you better have a alternative to the build in rich editor with printing support that can just copy/paste to/from office-like software without much trouble. Many focus too much into the "programming" side of it and relegate the integration with everything else to second plan.

Comment: Re:Oracle and Java (Score 1) 372

by McLoud (#38661630) Attached to: Oracle's Latest Java Moves Draw Industry Ire

In my experience, Microsoft has some of the best backwards compatibility of any vendor out there. Well written C++ and .NET apps on Windows will probably keep working until the heat death of the universe. Meanwhile, Java took a long time to catch on to the fact that the runtime and standard libraries aren't 100% backwards compatible, and that people may actually want to run multiple versions side-by-side. For comparison, every .NET app uses the appropriate runtime automatically.

Java Runtimes are installed side-by-side, even minor versions. And even if you have a grip with a particular installer feature, you can very well get your own folder bundled with the app and it will not touch anything else. Try that with a .NET runtime. I've seen 1.1 .NET apps fail to work properly after a 2.0 .NET runtime got installed in the system, no way to do otherwise that I know, the only solution was remove everything and stall from scratch and stop the damn f* windows update from messing with the SO.

Comment: avant + compiz or kde (Score 1) 357

by McLoud (#38460870) Attached to: Ask Slashdot: Assembling a Linux Desktop Environment From Parts?

Last time I used that, I was using compiz, avant-window-manager and gDeslets. I used nautilus as filemanager, but keep in mind this was in the gnome2 days where all you needed was to lauch gnome-settings-daemon and you was set. At this day and age, I use a customized kubuntu, and plasma makes very easy to move stuff around the way I like to do, kwin is working great in 4.7.6 as window manage. The only complaints I got is kopete protocol stability (only recently msn got back to working for me) and lack of a descent SIP phone, so I got to use ekiga for that. I always used thunderbird as mail client and that's unlikely to change since it is mostly desktop-safe, same for chrome (konqueror or rekonq are still too slow;/buggy for general usage)

Thats my 0.02 brazilian cents

Comment: Re:The Desktop Mirror (Score 1) 614

by McLoud (#38398578) Attached to: Why Developers Still Prefer iOS To Android

What would you base that assessment on? If that were true why would lInux, which had exactly the same combination of possible buyers (techies plus people seeking really budget computers) not have beaten Windows long ago?

* flamebait mode on *
Because Linux STILL F* SUCKS! Even tried to use linux for anything desktop remotelly serious? Office suites on it are still a joke (I am lookin' at you Open/LibreOffice), it is still hard to do anything gui-wise, some stuff still lacks any useful gui, while some other don't even had any. Try to configure sound for example. Or try to use any intel graphic card (majority of OEM PC's come with them). I use linux daily, have used from many distros, used gnome, kde, E15, E16, E17, XFCE, black box, you name it, but to say it is as usable as windows or OS X, that's a dream, and most tech users agree with it (even if they don't speak so, but OS usage figures speak wonders for that)

Comment: Re:Let me know if I'm wrong... (Score 2) 86

by McLoud (#36996648) Attached to: Google Developing Master API — Web Intents

Google seems to be proposing a bit of javascript that anyone can add to their website,
which will pull my data from any other enabled website I've stored information on?

Why does this just seem like another entry point for abuse?

Anything can be abused, give enough time and effort. It's just a matter of figuring if it is still worth giving how much useful it is still is. By the looks of the example it reminds me a lot of a ESB where You have services that do stuff registered in a common place, Google way seems like the REST counterpart of it.

Comment: Re:Real Reason (Score 1) 122

by McLoud (#36143446) Attached to: Why People Watch <em>StarCraft</em>, Instead of Playing

this is a phenomenon unique to starcraft, and absent from more strategic and better designed RTS games where playing the game is much more popular than watching experts

It is not. I've seen many times in many games. I've done it myself for a variety of reasons. Seeing someone pretty skilled at RTCW:ET was very entertaining to watch in a Saturday afternoon (sometimes with a big cup of coffee on cold days where your fingers could barely move).

Be sociable. Speak to the person next to you in the unemployment line tomorrow.

Working...