Live data from Hacker News

Gnome has moved to GitLab

about.gitlab.com

61–70 of 212 posts

Re: Gnome has moved to GitLab

#61
Slightly related, Does anyone have a virtual machine image of Ghome-Development environment that I can use straight away. I am on a corporate RHEL 6 machine, so it has been very tough to be able to get the development environment up and running there.

I am not even able to mame changes to gnome-terminator 1XX version because of this.

Re: Gnome has moved to GitLab

#62
post #37
post #28

Earlier quoted context omitted.

> you’re only really committing to git You don't use github just for git. You use it for issue tracking, pull requests and code review, CI hooks, wiki, github pages, kanban boards, bot integration, and so on. That's all stuff that locks you in to Github, and is non-trivial to migrate to another provider.

> "You don't use github just for git." Well, some people do. I don't, apparently you don't, probably most people don't. But you could and some people do. I've seen a few projects on github with notes to the effect of "don't bother submitting issues/PRs here, do it through our [mailing list/etc]"

The Linux kernel for example.

Re: Gnome has moved to GitLab

#64
Now it's time for them to move to Node.

They currently use the JS engine from Firefox 45 (over 2 years old) and are looking to move to 52 (almost 15 months old). Let's not forget that the update before that was from FF25 which was from 2013.

It's past time to port your stuff to N-API and actually allow devs to have access to standard dev tools using standard dev practices.

It would be a great change for Gnome devs too. Rather than spending weeks of dev time trying to shim in the latest SpiderMonkey version and make sure nothing broke, they could rely on N-API being stable, so they can focus instead on updating the JS interface to ES6+.

Re: Gnome has moved to GitLab

#65

Earlier quoted context omitted.

The maximum age of a bug in a bug tracker is not really a meaningful metric. All software has bugs, and all large, widely used software has some problems or limitations that no-one is working on. You can close those issues to tidy things up, but that's also a good way to annoy people. So the only conclusion you can really draw from "one bug was 11 years old" is that they had been using that issue tracker for at least…

It was a persistent and substantial bug, people jokingly suggested getting it a birthday cake because it was so neglected.

Care to tell us which one it is?

Re: Gnome has moved to GitLab

#66
post #40

Earlier quoted context omitted.

I really wish more people would implement cookie notices like theirs. I really like the one that https://www.bosch.us/ uses too.

Are there really people who appreciate these redundant notices? Do you need a notice that a website uses TCP/IP too?

If you have a site I want to know if you track me or you include third party code that tracks me, I don't care how you do it , inform me and I will decide if I accept or leave.

Re: Gnome has moved to GitLab

#67
post #64

Now it's time for them to move to Node. They currently use the JS engine from Firefox 45 (over 2 years old) and are looking to move to 52 (almost 15 months old). Let's not forget that the update before that was from FF25 which was from 2013. It's past time to port your stuff to N-API and actually allow devs to have access to standard dev tools using standard dev practices. It would be a great change for Gnome devs to…

That'd mean even more of the world relying on a monopolist of ecosystem of V8/Blink.

V8/Blink already runs 70% of browsers and a massive amount of software, don't you think at some point it's enough with giving Google control over everything?

Re: Gnome has moved to GitLab

#68
post #67
post #64

Now it's time for them to move to Node. They currently use the JS engine from Firefox 45 (over 2 years old) and are looking to move to 52 (almost 15 months old). Let's not forget that the update before that was from FF25 which was from 2013. It's past time to port your stuff to N-API and actually allow devs to have access to standard dev tools using standard dev practices. It would be a great change for Gnome devs to…

That'd mean even more of the world relying on a monopolist of ecosystem of V8/Blink. V8/Blink already runs 70% of browsers and a massive amount of software, don't you think at some point it's enough with giving Google control over everything?

Not at all.

N-API was specifically added to make multiple back-ends possible (by removing dependency on the V8 FFI). You can currently use either Chakra or V8. Spidermonkey could be added (there's an outdated spiderNode around) if Mozilla ever got their act together.

EDIT: I really wish Apple would add JSC support to node. It would potentially allow more standard integrations on iOS. Aside from that, JSC is very fast (faster than v8 at quite a few things) and also supports proper tail calls (as specified by the ES6, 7, and 8 specs).

Re: Gnome has moved to GitLab

#69
post #40

Earlier quoted context omitted.

I really wish more people would implement cookie notices like theirs. I really like the one that https://www.bosch.us/ uses too.

Are there really people who appreciate these redundant notices? Do you need a notice that a website uses TCP/IP too?

The thing is, TCP/IP is necessary to deliver the website. From a user's point of view, a huge majority of the websites have no reason to set a cookie. Anything where I don't login, just read some news, read some blog entries, inform myself about some products, or similar doesn't actually need cookies.

It's just that in recent years the operators of the website have decided they'd like to track and/or analyze their users (best case), or even send that data of to some 3rd party ad network. So I appreciate the heads-up. (Not that it matters, I delete the cookies anyway when I leave the site.)

Re: Gnome has moved to GitLab

#70
post #40

Earlier quoted context omitted.

I really wish more people would implement cookie notices like theirs. I really like the one that https://www.bosch.us/ uses too.

Are there really people who appreciate these redundant notices? Do you need a notice that a website uses TCP/IP too?

Nobody wants the notice, but if it's going to be required by law it could at least be useful.
Post reply on HN