• 0 Posts
  • 38 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • If I understand well you want to have the same OS, software, configuration and files on different devices.

    You could have a look at nixos.

    I’m doing something similar, I have a computer in my office for work and a laptop at home for personal use and a bit of work.

    I have a config shared between the two computers, they share similar modules but also have their own specificities.

    This way when I configure VSCode for example I get the configuration synced on both.

    For synching my files I’m using a synology NAS.

















  • I’m probably not the beat person to answer to you about the technical aspect and I’m not sure if I fully understand your question.

    However I can tell you that there is no need to change anything at network level for tailscale to work.

    I’ve installed and used tailscale on desktops, VM, raspberry, NAS or smartphone on plenty of different network, I’ve also remotely guided people to install tailscale on their machine at home and it always just worked. No issue at all and nothing to change on the network for it to work.



  • Not really programming but I once had an issue that lasted for months like that: I’m working with a software specific to our industry that generate quotes, sales order and production orders.

    For quotes and sales order a PDF can be created and archived in the right folder automatically, or you can use the windows “Print to pdf” printer to do that manually which take closes to a minute for the sales person to create the right folder, with the right name and put the PDF in there with the order number.

    The automatic PDF creation fail to include our logo each time and I battled for months with the software company that was telling me that everything is working fine.

    Until I looked in the metadata of the PDF the company was sending us, few of the PDFs they were sending is did not have any logo and were created by their software, some had their logo and were created with an external PDF printer.

    After I realized they had the same problem internally but were lying about it I just took a day to create a python script running as a service on the server that automatically add the logo on the PDF created and that was it.