• 0 Posts
  • 5 Comments
Joined 1Y ago
cake
Cake day: Jul 01, 2023

help-circle
rss

You can eventually trademark once you get big enough. As with all things law it’s a bit tricky. However, the default is that geographic locations aren’t trademarkable.

For further reading on when you can trademark.

https://www.yospinlaw.com/2016/06/15/trademark-on-a-geographical-location


It’s even neater. The name of towns/cites cannot be trademarked. The safest thing you can do when naming a project is naming it after a town so you don’t run into legal troubles in the future.


Because you think “Oh, I made a mistake, I’ll be sure to fix it later”. You never fix it later. You mostly just add layers of shit on top of it and pray nobody asks you in the future “Hey, WTF were you doing there?”


I using and deploying to kubernetes. Nerdctl has a docker API but it’s completely backed by k8s. So, for regular dev I’d just need a k8s cluster and not k8s + something else to build the images and push them into the k8s image repository.


WSL2 is Linux on a virtual machine. Docker for Windows is running in a VM.

I’m also a weirdo though, I’m using podman instead (and may switch to nerdctl).