Results 51 to 60 of 77
Thread: Linux users
-
10-27-2008, 09:28 PM #51
-
10-27-2008, 10:05 PM #52
- Join Date
- Aug 2006
- Location
- Maleny, Australia
- Posts
- 7,977
- Blog Entries
- 3
Thanked: 1587Hey!! I'm a gamer too. If it's text-based adventure games you're after (and who isn't?), linux has your back!
James.<This signature intentionally left blank>
-
10-27-2008, 11:56 PM #53
For those of you Linux users interested in playing with CAD software, here's a listing.. LUnIx . . . CAD & Linux: Linux CAD Links So far I haven't touched it professionally, but I just might, depending on where work takes me. Now I've got my hands full with learning the GIS basics.
-
10-28-2008, 06:42 AM #54
My experiences are the other way around. (this is 4 years ago)
I've done 50KLOC projects on both platforms, and find Windows much easier to use. Primarily because
a) APIs and the platform are well documented, whereas most apis in linux only have man pages, which usually lag 2 releases behind.
b) Visual Studio is just sooooooo nice.
c) gdb cannot debug multithreaded C++ apps. after a couple of steps it loses context and goes oops.
d) IPC between multiple apps sucks. There is no way to work with named objects that I could find (i.e. identify a semaphore by name from different processes). You had to use magic 32 bit number, which could clash with other unknown apps.
I've said it before and I'll say it again: BSD is the unix that linux should have been: at every release cycle, it is fully tested, documented, and stable.
Linux may be fully tested, and may be stable (depending on which hardware you use) but it is nowhere near documented.
Aren't the nvidia drivers providign full 3D functionality? honest question.
[/QUOTE]
Actually, GIMP is missing a lot of things that are critical to pros, like the ability to work with CMY instead of RGB. This is the only one I remembered, but it is huge, and there are several other major issues.
For average users like me it is good enough, although the GUI is hard to get used to.
Windows is suitable in many other places.
.NET has taken off in enterprises because it is so easy to create custom software, and integrate it with SQL, Exchange, COM components and legacy libraries, ...
I am a developer, and I work currently in a pharmaceutical company.
Cost of tools is not important here. Or rather, the price we pay for my dev tools is truly insignificant in the larger scheme of things. VS allows me to be very productive when I write the code to integrate different systems which use different technology. my 2 ct.Til shade is gone, til water is gone, Into the shadow with teeth bared, screaming defiance with the last breath.
To spit in Sightblinder’s eye on the Last Day
-
10-28-2008, 07:07 AM #55
Bruno, this is the last piece of code I wrote on VisualStudio, that was few years ago
Code:#ifdef _WIN32 const size_t nbytes=size*nmemb; const size_t write_size=33554432; size_t nwritten=0; const char *my_data= (const char *) data; for (int i=0; i
I agree that the cost of tools is insignificant in most cases, I just never cared much for VisualStudio, but that's probably because it's a bit too visual - I prefer to keep my hands away from the mouse.
The only BSD I've used is the apple's horrible and buggy implementation and that really sucks.Last edited by gugi; 10-28-2008 at 07:12 AM.
-
10-28-2008, 08:52 AM #56
Haven't been able to find any that didn't require a lot of tweaking to my system yet.
Under windoooze it was easy. Download exe file, install exe file...done.
Ubuntu started screaming that they didn't have any drivers....didn't have the drivers in the list that I could select from.....and as a result I haven't even rebooted ubuntu since then.
Like I said...it's excellent for many people....just not for some and I'm one of those.
-
10-28-2008, 01:56 PM #57
I had no problems with nvidia drivers under Hardy so I'm assuming I'll get the same level of implementation with Intrepid. It asked me whether I wanted to use open source drivers only or if I also want to use propriatory drivers. I chose propriatory and my nvidia was fully functional right out of the box.
-
10-28-2008, 02:13 PM #58
I've had problems with the nvidia drivers for my card in more than one ubuntu distribution
Find me on SRP's official chat in ##srp on Freenode. Link is at top of SRP's homepage
-
10-28-2008, 04:12 PM #59
It depends on which distros you ran. As I said, Hardy had that problem fixed and I haven't heard of any issues with Intrepid, as long as you enable Proprietery drivers. If you're on Gnome, just click on System, Administration, Hardware Drivers. Then you can check the box to enable the NVIDIA accelerated graphics driver (latest cards) and it will work. Actually, I think I took care of mine during the install process.
-
10-28-2008, 04:54 PM #60Find me on SRP's official chat in ##srp on Freenode. Link is at top of SRP's homepage