Works with anything plugged into the wall. Software developer most of the time. Helped start a makerspace once.

Will talk about Linux, plants, space, retro games, and anything else I find interesting.

  • 231 Posts
  • 971 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • I’ve been seeing people migrate in mass lately. The biggest issue with the above is that it’s not at all intuitive. If Blue sky wants to be fediverse comparable, I think they need to make the process easier OR implement activity hub and link. As it is, all I see is people not opting in and a huge migration without activity hub users.

    I’ve opted in on my fedi/mastodon account. But no one knows on the blue sky side to opt in so when I try to follow, no one shows up. It’s easier to just follow on RSS.

    Oh well we can still have fun on our side of the Internet.















  • Instead of using up time/$$ on github actions, you should try running the script locally to make sure everything works before commiting: https://github.com/nektos/act

    Github CI still feels like an alpha project sometimes. Certain stacks look like they are supported, but it can be difficult to do the same thing as other CI tools (like GitLab/CircleCI/etc…) such as running things locally. Their tool will get you 95% of the way there. Other tools will also allow you to ssh into the box itself (Gitlab/Circleci) which is extremity useful when debugging scripts/processes.

    My personal opinion is that github actions is a work in progress given the state of much of the community. GitLab has much better tools. But this is a great learning experience for sure. And more projects that use CI/CD the better!