Huh?
Endeavouros has a live bootable version which is just basically better Nobara in my humble opinion, you just need to install steam through pacman and for the most part you are good to go.
I went from newpipe to tubular since it comes with sponsorblock, but iirc the backend is the same.
No VPN or anything, it works great.
You are right, it’s just that in Spanish a “pomelo” is a grapefruit, and I was unaware of the whole rabbit hole that is the hybridwtion of the pomelo, mandarin, citrus and all that. I deleted my old comment because I was just confused.
We are genetically conditioned to learn from our experiences while we grow up, which are influenced by our environment.
It’s also not dependant on any DE tool and won’t fuck up with any update that resets gnome configs. Trusty cron will prevail.
With proper directory management I wouldn’t call it that inelegant tbh.
A bash script that checks the battery and if its below X runs shutdown -now ?
Then run it every minute with cron.
It’s not very elegant but it would work.
Wasn’t recently a resolution in the EU to allow apple to have alternative app stores and thus allow side loading?
You just reminded me of having to prove that math signs work and do what they do from basic axioms to integers and rational numbers using logical proofs… Damn that was interesting but SO tedious…
Just what the other guy told you. I get that it’s a good idea, so good that it has already been done. Streamio+torrentio is the same concept and once set up (takes 5 minutes MAX), it works the same way. I still prefer a full servarr setup though.
(low key shame on this product for having the *arr suffix while being a replacement of the servarr stack)
That torrentio is an add-on of streamio, it’s 1 app too…
So, streamio + torrentio?
technically, unity is not gnome. It’s based on gnome, but it’s a different DE.
Shared poibters are used while multithreading, imagine that you have a process controller that starts and manages several threads which then run their own processes.
Some workflows might demand that an object is instantiated from the controller and then shared with one or several processes, or one of the processes might create the object and then send it back via callback, which then might get sent to several other processes.
If you do this with a race pointer, you might end in in a race condition of when to free that pointer and you will end up creating some sort of controller or wrapper around the pointer to manage which process is us8ng the object and when is time to free it. That’s a shared pointer, they made the wrapper for you. It manages an internal counter for every instance of the pointer and when that instance goes out of scope the counter goes down, when it reaches zero it gets deleted.
A unique pointer is for when, for whatever reason, you want processes to have exclusive access to the object. You might be interested in having the security that only a single process is interacting with the object because it doesn’t process well being manipulated from several processes at once. With a raw pointer you would need to code a wrapper that ensures ownership of the pointer and ways to transfer it so that you know which process has access to it at every moment.
In the example project I mentioned we used both shared and unique pointers, and that was in the first year of the job where I worked with c++. How was your job for you not to see the point of smart pointers after 7 years? All single threaded programs? Maybe you use some framework that makes the abstractions for you like Qt?
I hope these examples and explanations helped you see valid use cases.
Ifnyou have the money and the mono slots, buy another hard drive and install Linux there. Then, boot that drive without touching anything from the other ones. You can even load them up and use those files no problem.
I’m going to send you a pdf, you van email me back with the notes or comments in the PDF itself, whatever souts your fancy, and I’ll keep those notes and send you a new PDF with them.
I did this and I had no issues with any of the thesises I have submitted in my bachelors or masters.
First year calculus teacher, thank you SO much for forcing us to write submissions in latex.
Also, overleaf is a thing, this is not like my 1st year of uni, this 11 years later or so. If your fucking professor never heard of latex they are just bad at academia and shouldn’t be teaching honestly. It’s not just about the field knowledge.
I have never used the intended features (torrentio ftw) but in this page they have a stack of app icons. There’s prime video, netflix, HBO, disney…
You forgot i, j, k
It’s actually x, y, z, a, b, c, i, j, k, e, and then whatever, they don’t matter.