• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle
  • The flip clock seems very much like a LEGO Ideas set, I would be surprised if they don’t develop that one. The JWST is cool and they’ve made more than a few space themed Ideas sets but it would take a fair bit of refinement I think to get the part count and price point right on it and it looks like it might benefit from some custom elements for the mirrors which seems to make it an unlikely pick unfortunately.

    Interestingly there’s been a bunch of Phinas and Ferb sets voted up the last few periods, it seems like there’s certainly a market for that as a full line and they already work with Disney for licenses all the time.






  • Asking broadly like this is akin to asking for a guide on how to cook, it’s generally too broad for there to be a single guide. You first need to figure out what your goals are (you state one already, you’d like it to be externally accessible), determine what services you want to host, and then start looking at how to do so.

    The advice I’d give is to start with a solid base, you’ll need something to self host on and it really shouldn’t be the PC you use for other things. Get it setup to run a virtualization OS such as proxmox and use that as your starting point. Then do a lot of reading. I spend probably three to four times as much time reading about the service I’m planning to deploy compared to actually doing the work to deploy it. Lastly, plan. You should have a solid plan in the beginning of how you want your service to work (what will be external vice internal only, how will you setup the networking stack to do that, are you going to have a domain, and will you use subdomains or folders to divide services, what does your IP space look like, will you host your own firewall to make the networking more controlled or fight with your ISPs router, do you want to use docker, kubernetes, or maybe full VMs for each service, do you want/need a UI to manage things from or are you comfortable with CLI, etc). These answers will lead you to guides for various services as well as service specific forums where help is more focused.