Comment on
Scientists Finally Confirm “Crazy” Vitamin B1 Theory From 1958
Reply in thread
I love people like you, thanks
Comment on
Scientists Finally Confirm “Crazy” Vitamin B1 Theory From 1958
Reply in thread
I love people like you, thanks
Comment on
What movie scared you shitless when you were a child?
The first scene of Willow
Comment on
What is Docker?
Reply in thread
Please explain this to me
Comment on
Semiconductor manufacturers in Taiwan can remotely disable their chip-making machines in the event of a Chinese invasion.
The article is available only for registered user; does someone has the source please?
Comment on
What is Docker?
Reply in thread
I see your point about trusting signed Debian packages, and I agree that’s ideal when possible. But Docker and APT serve very different purposes — one is for OS-level package management, the other for containerization and isolation. That’s actually where I got a bit confused by your answer — it felt like you were comparing tools with different goals (due to my limited knowledge). My intent isn’t just to install software, but to run it in a clean, reproducible, and isolated environment (maybe more than one in the same hosting machine). That’s why I’m considering building my own container from a minimal Debian base and installing everything via apt inside it, to preserve trust while still using containers responsibly! Does this makes sense for you? Thank you again for wasting your time to reply to my dumb messages
Comment on
What is Docker?
Reply in thread
Thank you man! I will look further into that
Comment on
Perché riceviamo telefonate mute? Le vere ragioni dietro il silenzio
qualcuno me lo spiega? non riesco ad aprire il link
Comment on
I just went onto reddit to a intrest subreddit which happens to be NSFW and i got this, fuck reddit im glad i quit it.
I'm scared
Comment on
Tutta da riscrivere? La tettonica a placche potrebbe non essere così antica come pensavamo
Qualcuno mi linka lo studio di nature? Non riesco ad aprire il link
Comment on
Why you shouldn't use Brave Browser
Reply in thread
Thank you!!! Any chance the app supports a ‘random-but-personalized’ music suggestion feature? Like the playlist finish and it keeps playing based on your previous content
Comment on
Why you shouldn't use Brave Browser
But how can i replace the built in function of youtube playing music on mobile in the background? Please give me an alternative
Comment on
What is Docker?
Reply in thread
Thank you very much! For the off by default part i can agree, but why it's horribly broken?
Comment on
What is Docker?
Reply in thread
So, if I understand correctly: rather than using prebuilt images from Docker Hub or untrusted sources, the recommended approach is to start from a minimal base image of a known OS (like Debian or Ubuntu), and explicitly install required packages via apt within the Dockerfile to ensure provenance and security. Does that make sense?
Comment on
A COBOL programmer explains that this migration is impossible without catastrophe unless they want to destroy social security.
I don't get it..The old system is written in cobol, it stores data in a complex way built apoun years, and fo this reason to do simple thing its a pain in the ass ok. So one have to design a new system, with a "modern" technology approach, that doesn't need to be similar to the old, it has just to be good, safe easy to maintain. Then populate the new database from the Cobol's one (i have to know which kind and type of data i need in my new current system). run and test the new system as soon as everything works fine, then shutdown the old one. In the end it s not just extract all the data and inject it in the new system? Am i missing something?