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

help-circle


  • Well windowd have gon fown the shitter for work computers lately IMO.

    Everything is slow, not the programs you’re running but everything taken care of by the OS. Like right click to get the context menu, why does it take real time to pup up? Launch a script, same thing. It’s like everything you do is first “analysed” before you’re “allowed” to do it. Maybe not even locally.

    Also the OS shouldn’t get in the way, like you mistakenly write “python3” in the shell, suddenly the “windows shop” opens up, with the extra fuck you telling you that it hasn’t got that python3. Like wtf.




  • 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.