You know, there was a thread the other day about a new release announcement for some IDE. It was quickly removed, on grounds that the Hacker News FAQ says you shouldn't repost something " If a story has had significant attention in the last year or so ". I remember thinking that it was a real stretch to interpret different release announcements, separated by months, as "duplicate" posts. But this was coming from dang…
(Note: obviously my opinion, not the actual rules) I do think the rule should be based on the content of the release rather than the timing. If the software contains major new features every month that could be relevant to the HN audience I see no reason to remove the post, it's _new_ information being posted on Hacker _News_. (I haven't seen the referenced IDE update post so I don't have an opinion on it either way.…
Gitlab 11.8 Released
31–40 of 57 posts
Re: Gitlab 11.8 Released
#32Re: Gitlab 11.8 Released
#33Earlier quoted context omitted.
I’ve submitted it a few times, just because I use it and like it, interested in discussion about it. I don’t know if I agree with the rule (a whole year?), but I’ll stop submitting it.
Oh, to be clear... I'm perfectly HAPPY with release announcements, and believe that strict interpretation was ridiculous. I was simply taking issue with the inconsistency, arbitrary interpretation, selective enforcement, etc.
I'm generally extremely impressed with HN mods but this is one of two (three) minor nits I see.
And to be clear I'd also prefer both to be accepted, at least a little softer duplicate check than today.
Re: Gitlab 11.8 Released
#34You know, there was a thread the other day about a new release announcement for some IDE. It was quickly removed, on grounds that the Hacker News FAQ says you shouldn't repost something " If a story has had significant attention in the last year or so ". I remember thinking that it was a real stretch to interpret different release announcements, separated by months, as "duplicate" posts. But this was coming from dang…
Re: Gitlab 11.8 Released
#35Earlier quoted context omitted.
This "rails/ruby is slow" myth really needs to die. Sure, rails is too slow for certain very large companies at very large scales, and if you're in this position you already know it. However, rails is fast enough for 99.5% of usecases, gitlab included. As to memory usage, I will concede it is often somewhat high with rails, but there are solutions, such as jemalloc that have helped me in the past.
Gitlab most certainly not included! Its perf is awful in comparison to any modern stack (including some php ones unfortunately).
Re: Gitlab 11.8 Released
#36Earlier quoted context omitted.
> We have a plan to make GitLab use less resources I used to use gitlab at work daily and releases would mention how performance is being tackled consistently. However, I have not seen any large improvements at all, suggesting that there is an impenetrable wall made of the underlying technologies. Gitlab is based primarily on Ruby-on-Rails, which doesn't particularly shine with neither memory usage nor performance. W…
A big thing we're looking at to reduce memory is making the ruby code multi-threaded. https://gitlab.com/gitlab-org/gitlab-ce/issues/3592
Re: Gitlab 11.8 Released
#37Earlier quoted context omitted.
A big thing we're looking at to reduce memory is making the ruby code multi-threaded. https://gitlab.com/gitlab-org/gitlab-ce/issues/3592
Where is the bottleneck? I’m not massively familar with Ruby, but I’m assuming the underlying language isn’t the problem and it’s more to do with the general architecture?
Re: Gitlab 11.8 Released
#38You know, there was a thread the other day about a new release announcement for some IDE. It was quickly removed, on grounds that the Hacker News FAQ says you shouldn't repost something " If a story has had significant attention in the last year or so ". I remember thinking that it was a real stretch to interpret different release announcements, separated by months, as "duplicate" posts. But this was coming from dang…
https://news.ycombinator.com/item?id=19169397
I too would like to see some clarity on this rule. I was bummed the 17 day old one was marked a dupe. I personally love Lazarus discussions, it's so interesting to look back on Delphi and think about how little our tools have improved. I think they are so popular because a lot of developers share that sentiment.
Re: Gitlab 11.8 Released
#39I like and use Gitlab, I just wish they would call it PR instead of merge request.
Re: Gitlab 11.8 Released
#40I like and use Gitlab, I just wish they would call it PR instead of merge request.
Funny thing, when I joined the team at GitLab over a year ago I was really annoyed by this since I'd been using PR for the better part of a decade. Now I'm so used to saying MR that PR sounds very strange. All in all, "merge request" is a more accurate term and no one ever gets confused about it like https://stackoverflow.com/questions/21657430/why-is-a-git-pu... I think it would be great if other tools just called i…