Linked by Kroc Camen on Sun 13th Sep 2009 21:02 UTC
Permalink for comment 383958
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 06/19/13 23:02 UTC, submitted by M.Onty
Linked by Thom Holwerda on 06/19/13 22:28 UTC
Linked by Thom Holwerda on 06/18/13 22:33 UTC
Linked by Anonymous on 06/18/13 22:26 UTC
Linked by Thom Holwerda on 06/18/13 22:25 UTC
Linked by Thom Holwerda on 06/18/13 17:45 UTC
Linked by Thom Holwerda on 06/18/13 17:32 UTC, submitted by poundsmack
Linked by Thom Holwerda on 06/17/13 17:58 UTC
Linked by Thom Holwerda on 06/17/13 17:52 UTC
Linked by Thom Holwerda on 06/14/13 21:03 UTC
More News »
Sponsored Links



Member since:
2007-07-20
Hi, some comments on the show.
, its not like Im installing new apps on a daily basis.
* thought Korc and Thom overlooked the windows news item, that it was targeted at sales people rather then just advertising to consumers. To me this is the big difference because they are trying to get sales people not to recommend linux rather then change the consumers perception by advertising to them directly.
* Kroc, why are you so sure that GCC is bad, I have tested CLang for raytracing and generally found GCC to be slightly faster, clang also shows visual artifacts probably some floating point math error.
I also looked up info on this and apparently the code generated by GCC is not inferior to CLang. Even tho CLang is more flexible.
The advantage apple has with CLang is they can integrate it into XCode while keeping XCode closed source since its BSD.
As well as take advantage of LLVM to run code on a GPU, though not sure that this is taken full advantage of at the moment.
* Regarding Grand Central Dispatch, If your talking about making a for loop threaded, Im surprised nobody mentioned OpenMP (which GCC supports).
* Agree with Thom that all software installation sucks (on every OS), Kroc, you mention how bad the linux model is and I agree with you too (shell scripts with binary data).
On the other hand its not something that worries me too much since 99% of the time the package manager is fine, even though linux software installation its not "User Friendly", I have flashbacks of editing windows-xp registry, having apps add themselves into the system in very hard to remove ways etc. So I don't really care if I have to make the desktop Icon myself that much
* Regarding updates with package managers being too slow, I use Arch linux and amazingly it doesn't break for me, Id like to see more distro's move to rolling release cycles.
Perhaps Ubuntu could have an option where a select set of user apps (eg. firefox, gimp, openoffice etc), have immediate updates, but lower level stuff like X and the kernel only get the regular fixes.
Edited 2009-09-14 14:51 UTC