Kualk
@Kualk@lemm.ee
- Comment on Forgejo v10.0 is available [git] 2 months ago:
Gogs is what became Gitea, is what became Forgejo. The fork history is a bit complicated.
But if Gogs works for you, no need to change.
I just run into a problem of Gogs not working well in Podman containers. I looked at Forgejo and it appears to have rootful and rootless setup configurations in docker. Gogs run well for me as a native Arch Linux service, but not so well under containers.
- Comment on Forgejo v10.0 is available [git] 3 months ago:
gogs.io/docs user here. I don’t remember why. It works.
- Comment on Devs gaining little (if anything) from AI coding assistants 6 months ago:
We always have to ask what language is it auto-completing for? If it is a strictly typed language, then existing tooling is already doing everything possible and I see no need for additional improvement. If it is non-strictly typed language, then I can see how it can get a little more helpful, but without knowledge of actual context I am not sure if it can get a lot more accurate.
I recall co-pilot demo people using Python. Same demo with GO, C#, Rust would have less impact.