

Thank you for including a description of what this about. We are too used to Linux that we forget about new users who might be overwhelmed by the ocean of possibilities.
Thank you for including a description of what this about. We are too used to Linux that we forget about new users who might be overwhelmed by the ocean of possibilities.
Don’t try to be hot. Don’t try to be anything that you’re not. Remain genuine, you’re good man.
To save videos from certain streaming sites that are not supported by yt-dlp, I catch the M3U playlist used by the page and with that I use this script that gets ffmpeg to put together the pieces into a single file.
#!/bin/bash
if [ "$1" == "-h" ] || [ $# -lt 2 ]; then
echo Download a video from a playlist into a single file
echo usage: $(basename $0) PLAYLIST OUTPUT_VID
exit
fi
nbparts=$(grep ^[^#] $1 | wc -l)
echo -e "\e[38;5;202m Downloading" $(( nbparts - 1 )) "parts \e[00m"
time ffmpeg -hide_banner -allowed_extensions ALL -protocol_whitelist file,http,https,tcp,tls,crypto -i $1 -codec copy $2
Yes, they could make use of the physics engine of the tanks game of Polystation.
By using our logic and from the experience of things around us we can say that it’s impossible for something to come from nothingness. There is a consensus that the universe has a beginning which scientists call the Big Bang. But that cannot come out of itself, logic dictates that there is something which brought it about (energy/matter does not just compress itself into a singularity). Whatever that thing is or things if there is a chain of initiators/causes, must end with an initiator which is self-sufficient and which has not been caused by something else. Otherwise we go in an infinite regression of asking what caused that cause, and an infinite chain going backwards would mean the present never gets to happen, but we exist, and that is proof that the chain ends somewhere.
That’s what is called the necessary being or the uncaused cause.
Now, by observing the universe we can surmise some characteristics that that cause must possess to bring it about, since it must possess them in at least an equal ammount. The enormous ammount of energy held in the universe shows that the initiator has immense power. The laws of the universe and its intricacies suggest that it must possess knowledge and wisdom etc.
The Muslim Lantern, he has a channel on Youtube.
I can see a scenario where we no longer need to dedicate a physical GPU to a VM with passthru (say to use a windows game/program which cannot run on Linux) and instead split the GPU between the host Linux and the VM.
I wonder if this can be done dynamically, ie. you do that only when you start the VM.
Still my criterion when looking to buy a phone.
Akshually, it says they are to remain in exile until the appearance of the messiah. Some time ago I saw interviews of orthodox jews who don’t consider the land theirs (yet).
:%!nano
What do you mean we can no longer have a Bring-your-rooster day?
“Journalists” like this should be held responsible for the BS they spew. If there are no consequences they’ll just continue…
Does it go BRRRRR- ?
Learning ensemble is the equivalent of throwing everything AI at it and hope it wilm work.
Happy cakeday
If you fill both fields the output in the terminal is
file|this is some text|
Wouldn’t it be easy to get them using awk by defining |
as a field separator?
We get closer to WW3 each day
Daytime cereals: cereals then milk
Nighttime cereals (stealth mode): milk then cereals
Can we get rid of the current model where websites are financed by ads and have instead these AI companies pay the websites they crawl?
I could really do with less ads if they are going to crawl the web anyway.