• 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle
  • Thanks for the feedback!

    A docker could make the setup run, and if I rework where I store the data (now it’s in the same folder as the listener so it needs a special tweak in the docker files) but the problem is the 10f executable that you use to share files with, it’s a command line app so it would be weird to put that in a docker IMO.

    Also, using docker images isn’t really simple?

    You are right though, simpler is better.

    What do you think about a setup script instead? Like

    1. forward a port to your PC

    2. run the setup script with your public IP:PORT (or just the port and let the script auto-detect the IP)

    3. start the listener

    Or should I still work on that? I can make a gui that helps setting everything up and run I guess.












  • People (sometimes) use it far too much and in wrong ways.

    Like inherit when you could just instantiate, or use a template.

    Or when “everything should be a class” was also a bummer (inhetit “run()”), like I’d instantiate “main” twice (cool if it had worked I guess).

    Or old code written by “wizards” where they cast cast cast instances onto other classes to use specific behaviour in crazily dangerous manners. And you’re the one to “fix it” because it doesn’t work well…

    Otherwise OOP is good.







  • I’m curious, what do you or anorher “classic”(?) home user do that needs more than like an old intel 6500 with say 32GB RAM and some 1 TB SSD (hoarding etc goes to the NAS right?) of storage?

    I know dockers consume, or so I have heard, but even a webserver, streaming etc is that really eating up the (pcie)bandwith?

    I’m just a low end tinkerer who likes to buy over specced stuff so I wonder what’s you all doing with yours I guess!