Operating System

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Which OS do you use ?

Windows
46
48%
Mac OS
12
13%
Linux
37
39%
 
Total votes: 95

User avatar
marcelk
Posts: 348
Joined: Sat Feb 27, 2010 12:21 am

Re: Operating System

Post by marcelk »

lucasart wrote:
lucasart wrote:I know there is a selection biais in asking this question here, but just wondering what fellow chess programmers use
I have to say, I'm pleasantly surprised by the result of this poll. There are a lot more Linux users, than people generally imagine. Of course the popouation in this forum is mostly power users, and in a noob forum the result would be much more skewed towards Windows, but still, I didn't think Linux adoption would be that high, even here.
It would be nice if the rating lists start to accept Linux engines.
User avatar
lucasart
Posts: 3232
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Re: Operating System

Post by lucasart »

marcelk wrote:
lucasart wrote:
lucasart wrote:I know there is a selection biais in asking this question here, but just wondering what fellow chess programmers use
I have to say, I'm pleasantly surprised by the result of this poll. There are a lot more Linux users, than people generally imagine. Of course the popouation in this forum is mostly power users, and in a noob forum the result would be much more skewed towards Windows, but still, I didn't think Linux adoption would be that high, even here.
It would be nice if the rating lists start to accept Linux engines.
mine does, all games played with linux x86_64 compiles on my machine
http://talkchess.com/forum/viewtopic.ph ... rce+bullet
smatovic
Posts: 2642
Joined: Wed Mar 10, 2010 10:18 pm
Location: Hamburg, Germany
Full name: Srdja Matovic

Re: Operating System

Post by smatovic »

..using ubuntu since 5.04 and running 32 bit wine.

GPGPU on linux is fine. Some Profile-Tools are only available for Windows, but there are command line tools available for linux.

--
Srdja
User avatar
stevemulligan
Posts: 117
Joined: Wed Jul 20, 2011 2:54 pm
Location: Ottawa, Canada

Re: Operating System

Post by stevemulligan »

My engine is c# so I had to choose windows.

I constantly have putty open on a ubuntu machine though. I've complained to Microsoft about the horrible "console" or dos prompt thing they have. I really want an ssh client and a console with normal select/copy/paste behaviour on a basic install. I'd also prefer they add basic linux filesystem commands so I could type ls instead of dir without having to install cygwin or something like that.
User avatar
Don
Posts: 5106
Joined: Tue Apr 29, 2008 4:27 pm

Re: Operating System

Post by Don »

stevemulligan wrote:My engine is c# so I had to choose windows.

I constantly have putty open on a ubuntu machine though. I've complained to Microsoft about the horrible "console" or dos prompt thing they have. I really want an ssh client and a console with normal select/copy/paste behaviour on a basic install. I'd also prefer they add basic linux filesystem commands so I could type ls instead of dir without having to install cygwin or something like that.
You can develop C# programs in Linux - it's called "mono" and it's completely compatible.

Don
Capital punishment would be more effective as a preventive measure if it were administered prior to the crime.
Jan Brouwer
Posts: 201
Joined: Thu Mar 22, 2007 7:12 pm
Location: Netherlands

Re: Operating System

Post by Jan Brouwer »

After my trusty old Windows XP laptop finally died end last year, I decided to try the 13" MacBook Air. I must admit that I had a few WTF moments trying to operate Xcode, but it has now grown on me a bit.
I really like the trackpad, it is a joy to use, I have yet to connect a mouse for the first time.
What I miss most from Windows XP is the file explorer...

Jan
User avatar
lucasart
Posts: 3232
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Re: Operating System

Post by lucasart »

stevemulligan wrote:My engine is c# so I had to choose windows.

I constantly have putty open on a ubuntu machine though. I've complained to Microsoft about the horrible "console" or dos prompt thing they have. I really want an ssh client and a console with normal select/copy/paste behaviour on a basic install. I'd also prefer they add basic linux filesystem commands so I could type ls instead of dir without having to install cygwin or something like that.
Yes, nothing beats the GNU Bourne Again SHell. It's a beast!!!!
To give you an idea, I once afound a chess program entirely written in shell! It was not strong and extremely barebone search, but try to do that in DOS with a *.bat file...
User avatar
Don
Posts: 5106
Joined: Tue Apr 29, 2008 4:27 pm

Re: Operating System

Post by Don »

lucasart wrote:
stevemulligan wrote:My engine is c# so I had to choose windows.

I constantly have putty open on a ubuntu machine though. I've complained to Microsoft about the horrible "console" or dos prompt thing they have. I really want an ssh client and a console with normal select/copy/paste behaviour on a basic install. I'd also prefer they add basic linux filesystem commands so I could type ls instead of dir without having to install cygwin or something like that.
Yes, nothing beats the GNU Bourne Again SHell. It's a beast!!!!
To give you an idea, I once afound a chess program entirely written in shell! It was not strong and extremely barebone search, but try to do that in DOS with a *.bat file...
Windows has powershell (I think that is what it is called) but I don't know much about it.

cmd.exe is absolutely horrific. You would think after all these years it would be significantly improved. After trying to do some simple stuff in the console I want to beat my brains against the wall.
Capital punishment would be more effective as a preventive measure if it were administered prior to the crime.
Rein Halbersma
Posts: 741
Joined: Tue May 22, 2007 11:13 am

Re: Operating System

Post by Rein Halbersma »

lucasart wrote: Yes, nothing beats the GNU Bourne Again SHell. It's a beast!!!!
To give you an idea, I once afound a chess program entirely written in shell! It was not strong and extremely barebone search, but try to do that in DOS with a *.bat file...
If you really are into shell programming, try out the Z shell: http://zsh.sourceforge.net/Guide/zshguide01.html#l1
Adam Hair
Posts: 3226
Joined: Wed May 06, 2009 10:31 pm
Location: Fuquay-Varina, North Carolina

Re: Operating System

Post by Adam Hair »

lucasart wrote:
stevemulligan wrote:My engine is c# so I had to choose windows.

I constantly have putty open on a ubuntu machine though. I've complained to Microsoft about the horrible "console" or dos prompt thing they have. I really want an ssh client and a console with normal select/copy/paste behaviour on a basic install. I'd also prefer they add basic linux filesystem commands so I could type ls instead of dir without having to install cygwin or something like that.
Yes, nothing beats the GNU Bourne Again SHell. It's a beast!!!!
To give you an idea, I once afound a chess program entirely written in shell! It was not strong and extremely barebone search, but try to do that in DOS with a *.bat file...
Somebody at least attempted it:

http://www.rohitab.com/discuss/topic/10 ... hess-game/