Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Submission + - PETITION: Conservatives and Liberals United Against the War (whitehouse.gov)

tjstork writes: I'm normally a political troll, but in my trolling I've noticed that, despite our vast political differences, there are a great many hard to the right conservatives and libertarians, and hard to the left liberals and greens, that are basically united against the United States picking a war with Syria. So I've created a petition for like minded political foes to come together on one issue and that is, let's not have this war? I'd much rather argue over all the stuff we conservatives and liberals do, in peace, than in war. Please sign.

Comment Re:Software companies can be extremely abusive. (Score 1) 274

Man what FUD. First of all photoshop isn't a browser app, it's 'on your computer'.

It's *hugely* cheaper to do things their new way. Before upgrading the creative suite every year cost between $1300 and $1800, and to boot you didn't get everything.

Now it's (for individuals) $600 a year, and you get literally everything they offer.

It phones home once a month, that's it. Adobe's new pricing and licensing scheme is nothing but cheaper and better for everyone, unless you don't have internet or you're running lots of pirated plugins. (Which is probably the real reason you and many like you are upset.)

And if you think the NSA couldn't access your computer before Adobe, you're just... well..denying reality. Your user ID number would suggest some years on you, but your tone and arguments suggest otherwise. Confusing as shit.

Comment Re:The perfect is the enemy of the good. (Score 4, Informative) 331

We've been doing some augmented reality games at the studio where I work lately. We build what we need in maya/max and move it to Unity for the build. With iOS, it's about a 10 minute ordeal to build and test it and use Testflight to send it around the office very quickly.

It was so easy that we decided to give it a shot for Android, I mean... it's like doubling your market right? Well... no. First most of the droid phones need special drivers, and they aren't easy to find. Then you have to build based on which version of the droidOS you are using, which on some phones is a pain to get because they don't list it outright. (Confusion between firmware vs. os version, etc. Keep in mind we are game devs not programmers.)

Googleusb doesn't always work properly, we spend hours if not days trying to get a build to work properly on various phones. It's a fucking ordeal let me tell you. We dropped Android support for the project and all future projects as a result. Not worth the time and effort until there is a more unifying experience between them. The cost was X to do iphone development, it's X*15 for droid.

Now this is just one very small segment and one that is not like the environments used by the more elite programmers that visit this site. But if a studio of 20 people who already have it working properly in iOS cannot get it working right on Droid, well.... forget droid.

Our version of perfection is "working without days of hassle to get the right drivers, firmware, etc for *each* phone we want to test it on." If that is who you are decrying, well...

As an artist, it DOES have to be perfect. Sorry you feel differently, but that's the reality. It's programmers like yourself who feel that it *doesn't* have to be perfect that make developing for Droid such a giant pain in the ass for us little guys.

I don't love Apple, but fuck if I want to spend any more late nights and weekends trying to get droid phones to work properly.

Comment Embarcadero XE4? (Score 1) 543

I'm just throwing it out there, but I had a chance to play with Embarcadero XE3, and am going through the trial of XE4, and if you are looking to write native C++ windows apps, its hands down better than Visual Studio could dream of. It's faster, I prefer Firemonkey to WPF, and its also a bit more portable...can hit Mac desktops as well and there's an IOS version I guess in the works. Plus, if you want to write a standard Windows forms app, I think VCL and all the rich VCL controls is way better than using old resource editor and some hokey MFC.

Just saying. Everyone is talking Eclipse vs Visual Studio, but honestly, Embarcadero is really worth a serious look.

Comment Ever cross an architecture? (Score 1) 566

Binary formats had only one advantage, and that was that you could read them directly into a C struct. But even then, that advantage disappeared when portability became an issue. That elegant fread into a struct, whatever, turns into a rat's nest when you have to deal with big endian vs lil endian, differing integer sizes... parsing text is a pain in the rear, but it is a less of a pain in the rear than looking at some binary data in the debugger wondering what went wrong.

Comment Re:Genius judge (Score 1) 540

Well presumably you'd pay the interns near minimum wage. Now if you are already paying your regular employees jack shit, then you're right, there's no point. If you're paying your regular employees jack shit, you probably don't have much you could teach an intern of any value so...

Slashdot Top Deals

One way to make your old car run better is to look up the price of a new model.

Working...