Avatar

Ramenator

Ramenator@feddit.de
Joined
1 posts • 17 comments
Direct message

I can’t find them at any of the German retailers at least. Only one that claims it will probably be sold by 23.10

permalink
report
parent
reply

Ich bin als Alternative da eigentlich mit Nebula ganz zufrieden. Einige YouTuber die ich gerne anschaue laden da ihre Videos hoch und veröffentlichen dort auch Videos, die auf YouTube demonetarisiert werden würden. Ist mir definitiv die 20€ im Jahr über CuriosityStream wert

permalink
report
parent
reply

I guess the biggest benefit is that you can ship it directly from there and don’t have to rewrite your application because Debian ships with an outdated version of some core library

permalink
report
parent
reply

Which really fucked me over last month when my Pixel 7 Pro’s screen died and I had no way of accessing the phone’s data, since I hadn’t allowed developer mode on any of my PCs yet

permalink
report
parent
reply

Nur nicht die Großpackungen Waschmittel in Pulverform nehmen, die haben im allgemeinen viele Füllstoffe drinnen und deswegen effektiv dieselbe Waschleistung wie die kleinen Packungen

permalink
report
parent
reply

AFAIK it works by analyzing your docker image, checking whats actually used and then throwing out anything else.
For example if you use the Ubuntu base image you have a full minimal OS install. If you’re now running a python server for example it’s highly unlikely that you will need the perl interpreter that’s in the default install so it can be thrown out.
It can get problematic if you want to run something that loads libraries or runs programs dynamically at runtime, since the tool can’t easily detect them then and you need to manually intervene. Tried it once on a custom machine learning container and it kept throwing out parts that I actually needed, so I gave up in the end.
It’s usefulness is also somewhat limited, since docker containers also share their base images. So if you have three containers running that are all based on Ubuntu 22.04 you will still only have to download it once

permalink
report
parent
reply