Not sure if someone mentioned it already but I also used bitbucket in the past and found it very easy to use with a similar offering as github.
Ask HN: Alternatives to GitHub
321–330 of 468 posts
Re: Ask HN: Alternatives to GitHub
#322Earlier quoted context omitted.
Don't think open submission feedback is worth much anymore, at least not the amount of effort it requires to curate it. Having friction still seems like a great way to get decent feedback nowadays rather than needing to manually curate 100s of issues where 98% of them are spam/garbage.
That's fine if the projects are in a single place (e.g. GitHub) as you only need to create one account. If every project requires its own username/password just to report a bug, I may do that for the first 2 or 3, but not for every project. I'm also unlikely to create accounts on hosting platforms I don't intend on using outside of reporting the single bug.
Re: Ask HN: Alternatives to GitHub
#323Earlier quoted context omitted.
Looks neat! I'll try your project if you try mine: https://getprobed.chat/
Thanks! Yours looks good too! What would you say is the difference with Slack connect? I find slack connect to be pretty painful once you have n > 50 channels
Re: Ask HN: Alternatives to GitHub
#324Re: Ask HN: Alternatives to GitHub
#325Earlier quoted context omitted.
If you know GitHub actions then you’ll immediately understand Forgejo actions. It was designed that way intentionally. There are some differences, but at least for me not enough to warrant any pitchforks. If you have advanced use cases you might be more frustrated, but I’m not aware of any off the top of my head. I think my biggest complaint is that they haven’t exposed action logs over the API, so I can’t build tool…
A basic API to access Actions logs was added in Forgejo v16. `/api/v1/repos/{owner}/{repo}/actions/jobs/{job_id}/logs`
Re: Ask HN: Alternatives to GitHub
#326Earlier quoted context omitted.
[flagged]
If that is too long, you have an attention span problem. That is your issue to deal with, not ours. Or from another angle, how would you say it more concisely? Preferably without using AI to summarise.
Re: Ask HN: Alternatives to GitHub
#327Earlier quoted context omitted.
> 4. Do you just want to host repositories? an ssh connection and git --bare init on your ssh accessible server works just fine
“Just” is a four letter word and a trap our industry repeatedly falls into. https://sgringwe.com/2019/10/10/Please-just-stop-saying-just
Re: Ask HN: Alternatives to GitHub
#328Re: Ask HN: Alternatives to GitHub
#329Earlier quoted context omitted.
“Just” is a four letter word and a trap our industry repeatedly falls into. https://sgringwe.com/2019/10/10/Please-just-stop-saying-just
edit: totally wrong
Re: Ask HN: Alternatives to GitHub
#330Earlier quoted context omitted.
edit: totally wrong
I think they mean the "just" in "Do you just want to host repositories?", implying that it's never "just" hosting repositories, and the needs will continue to grow beyond what the simple solution offers.