For French readers: I have created a HN like for French news with the same interface than hacker news and a similar time/point based algorithm for auto sorting most popular articles.
It’s not mobile friendly although maybe this says more about mobile browsers than the site itself, because it looks like a typical old school “mofo” style website (h1 h2 p etc. no css)
Running a local benchmark to compare Node.js and Deno gave me the same magnitude of performance difference. I like the concepts behind Deno but the performance should stay a top priority. Even more for a new technology that is looking for future adoption. If Deno gets faster than Node.js, I adopt it. If it stays 5x less performant than Node.js, I skip it.
Are you running deno 0.10.0 versus Node? Since there has been some internal refactoring it should now be 80% wrt basic http req/sec (ref: https://deno.land/benchmarks.html#all , though the benchmark might have not covered everything)
Overhead from Flatbuffers is a major reason of the slowdown and we are seeking to get rid of it.
That should be an ideal application. Usually the trouble with 3rd-party garbage collection is that it has to discern pointer vs. any other machine word. That's more of a problem with C; this is why the Boehm GC library calls itself "conservative". A runtime like V8 can follow a spec when it allocates memory so everything is properly marked.
You might not even need magic lantern for that. I have a 77d and it streams a live view to the Canon EOS utility over WiFi. Quality seems pretty good. I haven't looked into it myself, but I wouldn't be too surprised if someone has written software to stream from it in this mode.
You're right on the first point. They aren't comparable. GitLab is a community driven, open core product that is far more powerful than GitHub. GitLab has an extremely robust CI system built in. In addition, you can even use them to create private Docker registries, which I find useful for creating my own private CI images. Plus, they have a better security model (5 tiers), wildcards for branch protection, and tag protection. I'm sure there's other places that they differ, but before you disparage a company, please be informed about who they are and how great their product actually is.
Why do people say "X and Y aren't comparable" and then proceed to compare them? :)
I'm not (only) trying to be pedantic here -- I'm just pointing out the loaded language. In both business models and product recommendations, people use the word "comparable" to justify their conclusions, rather than to explain their comparisons themselves.
It is all about framing a decision for a particular use case at a particular price point.
I guess you could say I'm the kind of person that can't help but notice that modern communication seems to be fraught with this pattern: let's state our conclusions without much justification and then choose our language minimize the "rationality" of alternatives. I think we can do better, as a community.
Part of it is due to an alternate definition of comparable, which is "of equivalent quality; worthy of comparison", as opposed to "able to be likened to another; similar". It's being used as shorthand for "they aren't equivalent", and then they go to justify that assessment.
I get your point though. The form and structure of the language used, consciously of subconsciously, often conveys quite a bit more information than the words themselves impart. Sometimes this is meant to communicate or subconsciously sway the reader, sometimes it's leakage of the writer's mental state.
Exactly. With this definition, the phrase "compare and contrast" makes much more sense. The point here was to leap frog the fact that GitHub and GitLab have very comparable feature sets, and instead highlight the things that GitLab has that GitHub is totally missing.
I find the argument that Gitlab is community driven a joke. They are not. And they never can. The community edition can never be ready for more than git hosting.
We were recently evaluating it, and found that basic needs like code reviews are not covered. And their hiding of LDAP Integration (luckily the extended community stepped in and duplicated their module) is a joke.
I don't get your point. GitLab has basic code reviews [1, 2] and LDAP support [3]. LDAP support is better in EE than in CE but that's expected. What is missing for you?
Not only can you do community-driven project development with Gitlab but the core product itself is also open source and community participation is encouraged. See: