Ah, docker compose makes it easy! Thanks.
eleijeep
- 0 Posts
- 8 Comments
I just configure them to use the network stack from that container.
Can you explain how you do this (or link to a guide that you found useful)? Thanks
You need to learn about
eandEmotions, but alsowill take you to the end of the line.
eleijeep@piefed.socialto
PC Gaming@lemmy.ca•[Gamers Nexus] The $7 Performance Boost: Lossless Scaling & Lossless Frame Generation Image QualityEnglish
16·12 days agoI didn’t realize this when I posted my last comment, but apparently the name is because it started out as a scaling tool for pixel-art games, where integer scaling is the desired (and lossless) upscaling method as opposed to the normal methods which cause blurring of the pixel edges.
eleijeep@piefed.socialto
PC Gaming@lemmy.ca•[Gamers Nexus] The $7 Performance Boost: Lossless Scaling & Lossless Frame Generation Image QualityEnglish
37·12 days agoIt’s just a marketing term. There is nothing lossless about the fake frames generated by this tool. It’s just doing interpolation.
eleijeep@piefed.socialto
Selfhosted@lemmy.world•Using rsync for backups, because it's not shiny and newEnglish
10·28 days agoYou get incremental backups (snapshots) by using
--link-dest=DIR hardlink to files in DIR when unchangedTo use this you pass in the previous snapshot location as DIR and use a new destination directory for the current snapshot. This creates hard links in the new snapshot to the files which were unchanged from the previous snapshot, so only the new files are transferred, and there is no duplication of data on disk (for whole-file matches).
This does of course require that all of the snapshots exist in the same filesystem, since you cannot hard-link across filesystems.
eleijeep@piefed.socialto
Linux@lemmy.ml•what debian compatible IRC client should I use now that hexchat is dead?English
1·1 month agoXChat
This is just an ad for “Viduli, The AI-native cloud platform”
The discussion itself is off-topic for this community anyway. Who would even think about using “serverless” for self-hosting?