Earlier quoted context omitted.
Google hasn't anyone to blame but themselves.
Yep, not buying Sun was their biggest mistake.
Xamarin Open-Sourced
161–170 of 206 posts
Re: Xamarin Open-Sourced
#162Earlier quoted context omitted.
Why do you link to gitter when you should actually like to the repos instead ?
Depends on how you learn. Some learn by being around others, social interaction, asking questions and absorbing knowledge. It's clear you fall into the latter category which likes to learn by diving right into the code, so here it is: .NET CLR Managed Runtime - https://github.com/dotnet/coreclr .NET Framework - https://github.com/dotnet/corefx .NET Compiler as a Service ("Roslyn") - https://github.com/dotnet/roslyn .…
Props for how you dealt with negative feedback in this thread, and this positive re-frame.
Re: Xamarin Open-Sourced
#163Earlier quoted context omitted.
Let's be clear, this isn't left-pad we are talking about - these are MASSIVE projects which are in some cases 16+ years old. Personally, I find the fastest way to get up to speed is on projects of this size is to usually jump into IRC, find a mentor and start sending in documentation patches. Here the engineers for the runtime, framework, compiler teams are hanging out in Gitter and engaging with the community out in…
How do you start documenting software that you don't know well? That seems like a very good way for bad documentation to get out, damaging the project. Perhaps this is my impostor syndrome talking, but I for one would be hesitant to tempt the wrath of the Great Unseen Masters that make open source software with potentially inane questions.
Read the code, try your best to understand it, and then get the documentation reviewed by someone who does know the software well. This works for code, too. Bonus points: Explicitly enlist feedback ("Anything I'm missing here? Any edge cases I forgot to note? Is my understanding of this correct?")
> I for one would be hesitant to tempt the wrath of the Great Unseen Masters that make open source software with potentially inane questions.
http://www.catb.org/esr/faqs/smart-questions.html
But if you're making an effort to contribute, that already counts for a lot. There might be some gruff redirection towards more effective means of contributing, if you're being a significant time sink and not helping that much, but hopefully that's a win/win in the end.
Re: Xamarin Open-Sourced
#164Honestly, I am a little tired of all the articles (edit: I meant posts) claiming MS is suddenly in the Open Source camp. To truly support Open Source, they should show a willingness to work against Software Patents. The essence of Open Source is the freedom for anyone with a computer to turn their imagination into code. MS remains one of the biggest obstacles in that path. Instead here is what they do: 1) Directly at…
Okay...but this isn't one nor is it really an "article". It's simply the page about Xamarin being opened source. That's it. It's MIT licensed and opened sourced.
Did you not read the page or did you just want to rant about the same things people complain about with Microsoft in almost every HN thread about their open source efforts? I'm not saying some of these are not issues but when they're unrelated and don't add anything to the context of the content I don't get the point.
Re: Xamarin Open-Sourced
#165Earlier quoted context omitted.
Whilst I would never be rude to a newbie, isn't it reasonable that they at least read the FAQ, README or an I tried before asking such basic questions?
Sure. But ask in gitter first. You'll receive an answer suggesting you go read the README.md as it covers this info.
On top of that, it's inefficient. I want a couple of paragraphs telling me what the project is about, not a conversation.
Re: Xamarin Open-Sourced
#166Earlier quoted context omitted.
Whilst I would never be rude to a newbie, isn't it reasonable that they at least read the FAQ, README or an I tried before asking such basic questions?
Sure. But ask in gitter first. You'll receive an answer suggesting you go read the README.md as it covers this info.
Re: Xamarin Open-Sourced
#167Earlier quoted context omitted.
Whilst I would never be rude to a newbie, isn't it reasonable that they at least read the FAQ, README or an I tried before asking such basic questions?
Sure. But ask in gitter first. You'll receive an answer suggesting you go read the README.md as it covers this info.
I think I could streamline that process a bit.
Re: Xamarin Open-Sourced
#168Earlier quoted context omitted.
Couple billion dollars in revenue generated with it via Unity alone. https://en.wikipedia.org/wiki/Unity_(game_engine) -- and that was a HORRIBLE version of it. Way better now.
tl;dr. The success of Unity can't be used as an indicator that cross-platform frameworks are good for productivity/utility apps. Xamarin and Unity don't have anything in common, other than the fact that Unity uses C# for scripting (on an ancient runtime). Cross-platform app development frameworks are generally awful because they don't tightly integrate with the native look and feel of every platform. Video games don'…
Also, it seems you have no idea what you're talking about. Xamarin gives you access to the same native APIs that you use when developing a native app. You still need to know the native API if you want to build an iOS app. Xamarin.Forms helps, but doesn't support everything.
Re: Xamarin Open-Sourced
#169Re: Xamarin Open-Sourced
#170Honestly, I am a little tired of all the articles (edit: I meant posts) claiming MS is suddenly in the Open Source camp. To truly support Open Source, they should show a willingness to work against Software Patents. The essence of Open Source is the freedom for anyone with a computer to turn their imagination into code. MS remains one of the biggest obstacles in that path. Instead here is what they do: 1) Directly at…
It's a fallacy that you cannot support both open source and software patents. Religious opinions aside, they are both simply different forms of IP, each effective for different things.