

Very exciting for another Blendo Game! Very much have been looking forward to skin deep releasing. Also very happy it will have steam deck / linux support 😁
Very exciting for another Blendo Game! Very much have been looking forward to skin deep releasing. Also very happy it will have steam deck / linux support 😁
Oh wow, this looks interesting! My friends and I started playing Valheim again recently and this looks like it might scratch the same itch!
Do you mean sending patches by email? The author for the article also despises them as suggest alternatives for collaboration where you do “pull request” by people giving you a link to their repo and branch name (like literally asking you to try pulling from their git repo), or sending git bundle files which get around a lot of the problems of trying to send patch files around.
I agree that having all the commentary in private by default is not ideal for open source. the email verification idea is interesting since it gives you the benefits of not having to create an account.
To me the article was interesting because it points out ways that git “just works” that people might not realize. Like that you can just create a bare repo and upload to that.
I’m not sure if you can do it without authenticating on the remote. Have you seen sshuttle? Maybe you can run that on the remote to connect to the local machine. If the issue is that the remote “can’t see” the local machine to ssh into it then you could try something like reverse tunnel the ssh port to the remote, and then use sshuttle to connect to the local port that is forwarding traffic.