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.
Huh?
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.
Watching someone explain step by step something that you don’t understand well in written format helps a lot. A lot of people have a hard time understanding pre-written code.
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.
So, go with garuda or endeavouros, they have great installers and the community is pretty supportive.
I’ve not had those while working with concurrent programs with c++ for over a year. Pointers, QT programming, non-qt backend programming, coding an engine to work with computer vision runners (openvino mostly), image management (more pointers)… Idk, this is gonna sound rude but just code better? Most of my errors were segfaults, I have had to plug the debugger and/or tons of prints and I made it work.
If you want to see giant error logs, check pyspark errors. But even those have the relevant line of info and then all the rest of the garbage info that no one really needs, like any other language.
Windows: exists
Crowdstrike: exists
Windows: open belly, right here!
Crowdstrike: stabs
Crowdstrike released bad code into prod without giving it some hours of testing in local machines or whatever. Incredible fuckup, inimaginable. But, let’s not take blame out of Microsoft, if a driver is faulty the system should be resilient enough no to crap the bed on login. At least enough for IT to be able to remotely access the system and fix it. The manual work the IT world has had to do because it’s lost remote access to workstations is insane.
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.
As stated in my comment:
You shouldn’t tolerate intolerance
Bro, I’m gonna asumme you are just creating fake outrage, holy shit.
I think that it’s about intolerance, some people are using a term in the intended non-slur manner, and others are intolerant about that rational desire. Even tolerant people shouldn’t torerate intolerance, so no, being pissed about people telling them to stop using the term in the intended non-slur way is not toxic.
If that really hurts you, it’s a you thing. It’s not intentional, the meaning isn’t derived from the slur, it’s not a micro aggression. You won’t like the answer, but toughen up.
Because that’s like saying that “negro” is a slur when it’s being used in a Spanish textbook. No it’s a fucking color. Context is important and rewriting other languages because it seems hurtful in yours is super toxic.
Master means supreme, master piece, the supreme piece, master ball, supreme ball, master key, the supreme key. It was used in slavery because the master was the supreme entity for the slaves, in a bad way. One specific use of a word doesn’t and shouldn’t cover the inherent meaning of it and as a consequence all of its uses.
Tbh, I don’t care which name is used for the supreme branch, be it main or master because my team usually renames them to prod/uat/dev and branches as feature_etc, but saying that others are using racial slurs because they are using the old default that makes perfect sense is toxic.
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.
Oh I just installed lightdm in arch, disabled whatever I had, enables that service and activated the autologin by writing my username in some files I don’t remember anymore. And that was it.
Due to some hardware issues I had I even had no service enabled and used to start it manually from a non GUI environment every time I logged on, and it worked fine. Now it’s properly enabled though.
With that name we won’t get anywhere! I propose we abandon x12land and start a new standard, w12!
If you want to interact as little as possible with the display manager, try using lightdm, it will also autologin and it’s lighter than gdm.
The fact that you need consent to get this data would make a randomized approach impossible.
I did use Yakuake in the past, I might give it a try again maybe, it’s just not my dear foot terminal compiles from scratch, you know?
No idea, you’ll have to search around.
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.