Besides the usability problems with bloated MS Shitware, this is a strategic point that I see considered far too rarely for my taste.
Migrating Dillo from GitHub
201–210 of 219 posts
Re: Migrating Dillo from GitHub
#202Although I'm not a fan of GH, I appreciate the ability to see how popular/valid some project is by looking at the number of stars (I know this is far from a perfect signal). I'm much less likely to try projects that have a low number of stars, or projects in different places.
God forbid we'd have to actually look at the code itself to figure out whether something is good.
Re: Migrating Dillo from GitHub
#203Earlier quoted context omitted.
This is kind of like asking what the point of Dropbox is when we have rsync. Rsync is nice, but most people won't know how to use it.
Setting up a server with SSH and GitLab is more work than setting up a server with SSH. Dropbox is great and I use it but only because I can’t get the same functionality out of rsync without major additional orchestration. But if I am the only one working on my own project why would I need a second read-only UI for my own code?
Re: Migrating Dillo from GitHub
#204As for gitlab versus github: I understand that gitlab may have more features and thus options, but I can't stand its default UI. Every time I use it I am annoyed compared to the github variant. Perhaps gitlab is nicer to have for teams, but from a user's perspective, I feel gitlab is worse than github (UI-wise primarily).
Re: Migrating Dillo from GitHub
#205Re: Migrating Dillo from GitHub
#206Re: Migrating Dillo from GitHub
#207Re: Migrating Dillo from GitHub
#208Earlier quoted context omitted.
On their home page they have links to some repositories (or equivalent term) on a couple of Darcs hosts. https://hub.darcs.net https://smeder.ee Here's a recent discussion about Darcs, it's the first I've heard of it. Darcs, Friendly Version Control - https://news.ycombinator.com/item?id=43022059 (9 months ago | 76 comments)
Darcs is older than Git
Re: Migrating Dillo from GitHub
#209I've been messing around with GitLab as a self hosted alternative for a few years. I do like it, but it is resource intensive! For the past few days I've been playing with Forgejo (from the Codeberg people). It is fantastic. The biggest difference is memory usage. GitLab is Ruby on Rails and over a dozen services (gitlab itself, then nginx, postgrest, prometheus, etc). Forgejo is written in go and is a single binary.…
Re: Migrating Dillo from GitHub
#210Earlier quoted context omitted.
Darcs? Fossil? Subversion?
i still kind of miss mercurial.