Linux development
-
Good morning guys! I don't post that often over here, but I thought I might give it a try with the following situation I currently find myself in. With the recent cockups MS has been making (NSA, no VoIP support on mobile SDK, End User License agreement questionability etc.), I have decided to take a stab at Ubuntu/Linux. Now I am not an expert on using that OS, but I find myself comfortably using it for the most part and for the instances where I do get stuck, Google usually has my back. I am a 9 years+ experienced .Net developer in C# with some SQL background (for the most part). I want to broaden my horizons a bit and want to start coding some more in C, C++ and maybe a little Java and I think the best way to learn might be to start contributing to some open source projects using Linux as my dev environment, but I have no idea where to start. I have installed Git, Android Studio, VSCode, compiled and executed a basic .Net Core console app, I did a helloworld with C and gcc, but I really want to get to the more gritty C stuff and start learning how the olden gray-bearded ones did/do things. My question(s) is/are this: Is Eclipse still a viable IDE to use, or do you have any better suggestions? What tips do you guys have for transitioning from VS2015 C# .Net to Linux C development? Do you have any open source project recommendations that I might look at as I embark on this new, strange journey? Is the earth in fact flat? I'm really excited, but I am completely lost. :-D Any suggestions would be welcome.
while(alive) { Code(); Sleep(); Eat(); AllTheOtherNonEssentials(); } throw new ObjectDisposedException();
-
Richard MacCutchan wrote:
Very true. BTW How is life in Redacted?
You're allowed to say Nigeria. He's keeping the first million he scams, then he's sharing the rest with us long time regulars.
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004
-
Richard MacCutchan wrote:
Very true. BTW How is life in Redacted?
You're allowed to say Nigeria. He's keeping the first million he scams, then he's sharing the rest with us long time regulars.
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004
True, true, but only *after* they've paid the $892 processing fee. See, I don't even round it up, I just want to cover my costs.
veni bibi saltavi
-
It's not too bad, so far, but we're still just finding our feet. There is a small problemette in the total lack of BACON but we're surviving; actually a colleague brought us some over at the weekend.
veni bibi saltavi
Surely you have that abomination they call beef bacon in redacted
Never underestimate the power of human stupidity RAH
-
Richard MacCutchan wrote:
Very true. BTW How is life in Redacted?
You're allowed to say Nigeria. He's keeping the first million he scams, then he's sharing the rest with us long time regulars.
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004
Is the division of the spoils by length of CP membership (yay!), or by accumulated points (boo!)? :)
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill
-
Surely you have that abomination they call beef bacon in redacted
Never underestimate the power of human stupidity RAH
Worse, they sell a turkey based travesty!
veni bibi saltavi
-
Good morning guys! I don't post that often over here, but I thought I might give it a try with the following situation I currently find myself in. With the recent cockups MS has been making (NSA, no VoIP support on mobile SDK, End User License agreement questionability etc.), I have decided to take a stab at Ubuntu/Linux. Now I am not an expert on using that OS, but I find myself comfortably using it for the most part and for the instances where I do get stuck, Google usually has my back. I am a 9 years+ experienced .Net developer in C# with some SQL background (for the most part). I want to broaden my horizons a bit and want to start coding some more in C, C++ and maybe a little Java and I think the best way to learn might be to start contributing to some open source projects using Linux as my dev environment, but I have no idea where to start. I have installed Git, Android Studio, VSCode, compiled and executed a basic .Net Core console app, I did a helloworld with C and gcc, but I really want to get to the more gritty C stuff and start learning how the olden gray-bearded ones did/do things. My question(s) is/are this: Is Eclipse still a viable IDE to use, or do you have any better suggestions? What tips do you guys have for transitioning from VS2015 C# .Net to Linux C development? Do you have any open source project recommendations that I might look at as I embark on this new, strange journey? Is the earth in fact flat? I'm really excited, but I am completely lost. :-D Any suggestions would be welcome.
while(alive) { Code(); Sleep(); Eat(); AllTheOtherNonEssentials(); } throw new ObjectDisposedException();
Surprised no one's mentioned them yet, but Jetbrains IDE's are available for Linux, so you can get IntelliJ Community for free. I would also recommend the rather cheap Webstorm if you decide to do any Javascript/Node development. JB is also working on a C# IDE, so keep your eyes peeled for that.
-
Good morning guys! I don't post that often over here, but I thought I might give it a try with the following situation I currently find myself in. With the recent cockups MS has been making (NSA, no VoIP support on mobile SDK, End User License agreement questionability etc.), I have decided to take a stab at Ubuntu/Linux. Now I am not an expert on using that OS, but I find myself comfortably using it for the most part and for the instances where I do get stuck, Google usually has my back. I am a 9 years+ experienced .Net developer in C# with some SQL background (for the most part). I want to broaden my horizons a bit and want to start coding some more in C, C++ and maybe a little Java and I think the best way to learn might be to start contributing to some open source projects using Linux as my dev environment, but I have no idea where to start. I have installed Git, Android Studio, VSCode, compiled and executed a basic .Net Core console app, I did a helloworld with C and gcc, but I really want to get to the more gritty C stuff and start learning how the olden gray-bearded ones did/do things. My question(s) is/are this: Is Eclipse still a viable IDE to use, or do you have any better suggestions? What tips do you guys have for transitioning from VS2015 C# .Net to Linux C development? Do you have any open source project recommendations that I might look at as I embark on this new, strange journey? Is the earth in fact flat? I'm really excited, but I am completely lost. :-D Any suggestions would be welcome.
while(alive) { Code(); Sleep(); Eat(); AllTheOtherNonEssentials(); } throw new ObjectDisposedException();
Just pick an open source project that you use/are interested in and go for it. Start by looking at issues in their tracker and maybe help out in an organizational manner until you start to understand the project better. I haven't seen too much in Java out there, and my preferences would probably be to stay away from Java anyway. VSCode is not too bad for c/c++, or use Atom. They both work for many different languages. :laugh: If you really want to get into Linux development, then you MUST choose either EMACS or vim for your editor. (vim is the correct choice)
-
CPallini wrote:
not to mention the
vim
optionSo don't mention it! What are you, crazy?!?
CPallini wrote:
for the fearless people totally masochistic nutters!
I wanna be a eunuchs developer! Pass me a bread knife!
-
CPallini wrote:
not to mention the
vim
optionSo don't mention it! What are you, crazy?!?
CPallini wrote:
for the fearless people totally masochistic nutters!
I wanna be a eunuchs developer! Pass me a bread knife!