Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re: Apple not in my best interests either (Score 1) 183

The frontend is not the entirety of gcc. For example, if Oracle puts out a lot of enhancements to Java, they still have to get the Gnu project to modify gcc components like the parsers and back-end. Now Oracle or Apple could merely accept that performance for compilation and execution under gcc would be slower without optimization. That's where the stagnation was coming. Sure gcc could compile Objective-C but it was never optimized. It was never going to be optimized. So Apple created their own compiler. Oracle also maintains their own Java compiler.

Comment Re: Apple not in my best interests either (Score 1) 183

Er what? The Gnu Project has always been the maintainer of gcc. Apple is the maintainer of their version of Objective-C. gcc compiles C++, Objective-C, Fortran, Ada, Java, etc. However, just because someone enhances a language that can be compiled in gcc does not mean the gcc compiler takes advantage of any changes. This is because Apple is not the Gnu project. In the same way, Oracle (or Sun at the time) making changes to Java does not mean the gcc compiler would work well with the changes or optimize the compiler. Objective-C development on gcc was pretty stagnant whereas C++ development was busy. So Apple had 2 real choices: 1) build their own compiler or 2) re-write everything in C++

Comment Re: Apple not in my best interests either (Score 1) 183

Webkit was a fork of KDE's HTML renderer, mostly over maintenance issues.

So when Apple rewrote the engine in WebKit2, it was over "maintenance issues"? That's a little bit of revisionist history. When Apple forked KHTML it was for one reason: control. Apple wanted to make a lot of changes (which they did) and take it in a new direction. They could have stayed with KHTML; however, that meant they would have to rely on KHTML developers to approve and upstream changes. So they forked it which they are allowed to do.

I don't think Apple has ever open sourced anything because they actually believed in open source ideals, namely that open sourcing something has a positive-sum outcome.

No Apple is interested in getting things to work. If that means open source, that's what they'll do. The positive-sum is not for them but for us.

Comment Re: Apple not in my best interests either (Score 1) 183

Almost everything you said is wrong. At the time clang was born GCC was not stagnant, it was moving along quite well, and it was busting out C++ improvements.

For Objective-C it was. So Apple either had to switch to C++ or go on their own which is what they did. Now Clangs work on other languages but Apple's focus was always on Objective-C.

Comment Re:Apple never about open anything (Score 1) 183

Apple prides itself as a closed ecosystem.

Apple prides itself on an integrated system. That does not always mean closed. For example, their music is AAC which is the successor to MP3. This is not a format of their design.

Yes it may have adopted some open source projects like WebKit in Safari.

And by adopted do you mean made it the de facto engine for many different web browsers? When Apple forked KHTML, it was not used by Google or Opera etc. If you want to ignore that they created OpenCL, LLVM, Bonjour, etc.

Comment Re:Fire = Zune (Score 3, Insightful) 134

I think both the Amazon and Zune are examples of good but not good enough. The Zune wasn't a bad MP3 player. It could have been better if all the squirting worked like consumers wanted. But both entered a market way too late. Apple had moved on to the iPhone and the iPod Touch and left the Zune in the dust. The Fire has to compete with Android and Apple.

Comment Re:No, that's not what it says (Score 1) 260

And that's the problem with green energy (other than hydro) - production is lowest when consumption is highest.

First of all when is production lowest when consumption is highest? I'm not sure where you get this. Peak hours is normally during 9-5 business day. For solar, that is also peak production. With wind, it is more more variable but the turbines are placed where there is some constant wind. Geothermal is pretty constant as well as hydro.

What are they going to do, use all those batteries to store electricity?

Maybe but the OP has specifically stated that the plant is likely grid-connected so it will produce power when it can and draw power from the grid when it cannot.

Does that mean if I buy an electric car I'm paying premium prices for a used battery with limited life?

Why would you even think this? Most car manufacturers make cars for their own internal use for factories like cargo vans and pickup trucks. These vehicles are sold to the general public as used after the manufacturer retires them. They are not sold to the public as new. The car manufacturer also sells brand new vehicles to the public of the same model.

Comment Re:Can we have a [credible] MS Access equivalent? (Score 0) 185

Yes there is nothing like MS Access in terms of GUI in Linux. Here's why: MS Access is a joke of a database when it comes to reliability, performance, scalability, etc. A quick comparison between MS Access and MariaDB.

VB, even with its quirks, does well. I would like a front-end, in which business logic can be programmed. Logic placed right there on the form...Logic and parameters that can be passed to the DB engine. Nothing friendly exists in Lunix, or should I say, "I haven't found one yet." Am I wrong?

The problem is not a "frontend" as you put it but that you have to rely on a GUI for a database. It's so much easier to use MS Access to throw something together; however, you are stuck with the limitations of VB and the frontend. There is more control and power if another language like Java or C++ is used.

Comment Re:Why do you participate? (Score 2) 226

And when the show makes fun of Penny's lack of knowledge, supposed promiscuity, and financial issues (due to her choice of the acting profession), are we laughing at nerds? The show makes fun of the characters more than anything else. Like when Penny was making fun of Leonard for being a cry baby during Toy Story 3. "The toys were holding hands in a furnace!" was his retort. When I went to see it in the theaters, there was audible sobbing during that scene.

Slashdot Top Deals

Saliva causes cancer, but only if swallowed in small amounts over a long period of time. -- George Carlin

Working...