- 1 Post
- 8 Comments
TheBigRoomXXL@leminal.spaceto Programming@programming.dev•What Should I Use Instead of Github? - Codeberg Gitlab and BitBucket11·6 days agoBitbucket lol .I would rather not.
I used to love gitlab (great CI!) but the quality is really going down. Everything is slow and there UI is full of bugs (god I hate there virtual srolll in epics).
There is also sourcehut. They have the best CI for me but sadly issue / merge request management is mail based.
Gitea looks like it is going the gitlab way with enterprise support and cloud because they need to make money.
Forgejo is cool (how do you prononce it?) but I am really sad they based there CI on github action.
Outside ou the bug tracker and mailing list they also use git web, which is a built it web interface for a git.
TheBigRoomXXL@leminal.spaceto Selfhosted@lemmy.world•Homarr - A modern and easy to use dashboard. 30+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration.English3·9 days agoDrag and drop isn’t for me either but it’s nice to have more beginners-friendly options in the self hosted community. Not everybody like to live in the terminal.
TheBigRoomXXL@leminal.spaceto Linux@lemmy.ml•Writing Your Own Simple Tab-Completions for Bash and Zsh9·10 days agoLearning auto-completion isn’t very fun at first, but adding it to your own tool feels great. A while ago, I made a small script to assume any role in AWS CLI with SSO, and once I added auto-completion, it was faster and felt great. It’s the kind a details that make a difference.
TheBigRoomXXL@leminal.spaceto Python@programming.dev•pyx: a Python-native package registry, now in Beta6·10 days agoExactly.
the first piece of the Astral platform
Because obviously, everything need to be a platform when you are VC backed… 😮💨
TheBigRoomXXL@leminal.spaceto Selfhosted@lemmy.world•NGINX Introduces Native Support for ACME ProtocolEnglish111·10 days agoFINALLY! Caddy has been doing it for years! I still prefere caddy overall but it’s nice to have as we don’t always choose the stack we work with.
TheBigRoomXXL@leminal.spaceto Golang@programming.dev•Go 1.25 Released With Experimental GC Yielding 10~40% Overhead Reduction5·11 days agoThis article is light on details. If you want some context on the new Green Tea garbage collector you can check out the actual issue: https://github.com/golang/go/issues/73581
The routing feature is so cursed XD