Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Gitlab is being rewritten to golang if I remember correctly, new features are written in golang.
-
@gnulinuxer4fun
Golang is a compiled language, only slightly slower than c++ and statically linked by default. -
Voxera115856yAnd if MS ownership of github is an issue, isn’t gitlab hosting in MS cloud a problem to?
;) -
sSam15016y@gnulinuxer4fun use c++ and you have big development times and unscalable applications.
-
sSam15016y@gnulinuxer4fun c++ is not the language for modern web app development. Sure it's fast, but what you need is easy scalability and good modularization with low development times. Amazon even rewrote their whole stack from C++ to Java because it was shitty to work with for these kind of applications. Processing speed isn't everything, it's not even that important in most modern applications, unless you are creating a game.
-
Root825086yGitHub runs on Rails, dummy. 😞
I know it's trendy to say Ruby is slow, but you don't need the pure speed of C for a web framework anyway, and Rails is not exactly slow. To say that Ruby is "very very very wasteful" is just flat-out false. (Compared to C or Assembly, sure, but literally everything else is. )
You're really stretching, and you're using falsehoods to do it. That makes me quite angry. -
Voxera115856y@Root and in the ends its still mostly up to the developer if the site is fast or slow. Its almost never the language’s fault if a site is slow ;)
-
@Voxera that's not a problem. Even if the server is hosted in Azure they can't get access to it. Only gitlab will have access to it. They won't even know what packets are going on and out because SSL. Only thing they'll know is bandwidth usage.
-
@greenscar owned by azure and rented to MS, if people want to be paranoid they should get this paranoid instead of just being paranoid about things that suit them.
-
Voxera115856y@Codex404 exactly, I don’t see a problem since its not in MS interest to try to steal anything but if you really believe they will, why would you believe they would respect azure customers ;)
But for most its just a thing, you have to bash MS.
But except for vocally accusing open source in the past MS has done very little damage to it. Most of their damage was towards other proprietary companies.
Remember, Netscape was not open source when MS developed IE.
It was released as open source and became FireFox when Netscape gave up the fight.
And MS office was already the largest suit of such programs when open office was born, out of the ashes of proprietary competitors that folded, I believe it was from Corel office that in turn was built from a couple of free standing proprietary programs.
So in effect, MS business practices is the very reason a lot of the big open source programs exist to day.
So, IF MS would break GitHub, which I seriously do not believe, it will just give birth to a new open source tool surpassing all previous.
Nothing triggers the open source as much as a large company behaving badly :P -
Voxera115856y@ramen we used to use gitlab but atleast their locally installed server for enterprise customers have less than github has and we had problem getting the integrations to work.
Could be that we are using .NET on windows and gitlab has less integrations to tools on windows but we switched and everyone likes github better.
Why not to use gitlab:
-Runs on ruby which is VERY VERY VERY wasteful in processing power and thus in energy
-It's hosted on azure
Why to stay with github:
-There won't be a lot of change
-It's reliable and this won't change so fast
-It's like admitting defeat towards MS who want to ruin our lives lol
rant