flan [they/them]@hexbear.nettoProgramming@programming.dev•Things to say when you're losing a technical argumentEnglish
9·
1 year agoare you losing because youre wrong or because someone wants to do something a different way and they have more buy in from the rest of the team?
If it’s the first thing just admit youre wrong and move on. If it’s the second thing either bring the data to show your way is better or just go with the other proposal. Having disagreements drag on for too long is going to make everybody unhappy.
edit: ah this is a joke article and not a question from op
i can imagine some kind of LRU cache being reasonably useful for this situation, assuming you have some latency hierarchy. For example if the desktop has an SSD, HDD, and some USB HDDs attached I can imagine you having a smaller cache that keeps more frequently accessed files on the SSD, followed by a bigger one on the internal HDD, and followed again by USB HDDs as the ultimate origin of the data. Or even just have the SSD as cache and everything else is origin. I don’t know if there’s software that would do this kind of thing already though.
You may want to consider zipping files for transfer though, especially if the transfer protocol is creating new tcp connections for every file.