Microsoft DreamSpark

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
wtetzner
Chaos Rift Regular
Chaos Rift Regular
Posts: 159
Joined: Wed Feb 18, 2009 6:43 pm
Current Project: waterbear, GBA game + editor
Favorite Gaming Platforms: Game Boy Advance
Programming Language of Choice: OCaml
Location: TX
Contact:

Re: Microsoft DreamSpark

Post by wtetzner »

avansc wrote:i never claimed on to completely suck.
Sorry, I didn't mean you were claiming it. I was referring to the earlier post about no MS products being any good.
avansc wrote:and as for the sharing, windows has a file sharing protocal.
Yeah, it's called SMB. Linux can use the SMB protocol using software called Samba.
avansc wrote:ans according to him, windows advanced server 2003 is alot more stable that linux on a enteprize edition.
Well, it's difficult to measure which is more stable, as Linux has so many different flavors, and it also depends a lot on the administrator(s).
The novice realizes that the difference between code and data is trivial. The expert realizes that all code is data. And the true master realizes that all data is code.
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: Microsoft DreamSpark

Post by avansc »

yeah it is hard to really compare.

so with samba you can do something like

//192.168.0.125/c$
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
wtetzner
Chaos Rift Regular
Chaos Rift Regular
Posts: 159
Joined: Wed Feb 18, 2009 6:43 pm
Current Project: waterbear, GBA game + editor
Favorite Gaming Platforms: Game Boy Advance
Programming Language of Choice: OCaml
Location: TX
Contact:

Re: Microsoft DreamSpark

Post by wtetzner »

avansc wrote:yeah it is hard to really compare.

so with samba you can do something like

//192.168.0.125/c$
Yeah. In Nautilus (the file browser in Gnome) you would do smb://192.168.0.125/c$
The novice realizes that the difference between code and data is trivial. The expert realizes that all code is data. And the true master realizes that all data is code.
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: Microsoft DreamSpark

Post by avansc »

huh. thats pretty cool.
do you have to do any special setup, or would a fresh install be fine?
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
wtetzner
Chaos Rift Regular
Chaos Rift Regular
Posts: 159
Joined: Wed Feb 18, 2009 6:43 pm
Current Project: waterbear, GBA game + editor
Favorite Gaming Platforms: Game Boy Advance
Programming Language of Choice: OCaml
Location: TX
Contact:

Re: Microsoft DreamSpark

Post by wtetzner »

avansc wrote:huh. thats pretty cool.
do you have to do any special setup, or would a fresh install be fine?
I think it depends on the distro. You just have to make sure Samba is installed, and then I think almost any file browser should be able to connect.
In Ubuntu it's probably installed by default, but if it's not you just have to open Synaptic (Ubuntu's graphical package manager) and install Samba.
The novice realizes that the difference between code and data is trivial. The expert realizes that all code is data. And the true master realizes that all data is code.
arcelios
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 18
Joined: Mon Oct 06, 2008 4:03 pm

Re: Microsoft DreamSpark

Post by arcelios »

herby490 wrote:I just signed up for the Dreamspark program by Microsoft which gives you free software for being a student. The only catch is
If You use the Software to create software programs, You may only commercially use or distribute them upon the purchase of appropriate commercial license(s) for the Software.
does that mean that I am not allowed to give my programs away even if they are free and If that is the case does the Express version have the same restrictions assuming I don't get it from Dreamspark.
What Micro$oft is saying is that you can distribute them for free as much as you want. You can only distribute them commercially if you get the proper license(s).

The focus of the sentence is on
Microsoft wrote:upon the purchase of appropriate commercial license(s)
rather than on
Microsoft wrote:You may only commercialy use or distribute them
In short, this sentence is actually discouraging you from selling your work, rather than saying you can ONLY sell it.
and sometimes there’s a third, even deeper level and that one is the same as the top surface one...Like with pie…
-Dr Horrible
Post Reply