I am considering doing that. I also considered replacing the wireless card though I was unable to find reliable information if the BIOS has some kind of whitelist that would prevent me from doing that.
Not a high end device (Dell Vostro 15 3515), but it comes with preinstalled Ubuntu as well. It has some serious problems with wireless (10ec:c821). The default driver frequently loses connection on some wifi networks (it has issue with many networks though surprisingly not all of them). Sometimes reloading the driver helps, sometimes it just hangs my system. https://github.com/lwfinger/rtw88 seems to work a bit better though still has the same problem sometimes. It turns out that rfkill block wlan && sleep 3 && rfkill unblock wlan works better than reloading the driver. At least this way I haven't hanged my system yet. And wifi does not seem to be able to work at the same time as bluetooth.
That's some really bad wording indeed. But it may vary from one source to another.
The more intriguing point of your comment is about assumptions. Can you provide a relevant example?
Would you like to open source your apps when this happens?
Is the absence of updates the only signal you wish to rely on, or should confirmations from other people be involved somehow in the decision?
1. I want some changes in my repo to be persistent whenever I switch to a new branch, pull, or merge a remote.
2. They should not be shown in git status.
3. They should not be pushed.
From skimming the front page I haven't found whether something like this is supported.
I see that with stgit I can `stg pop` my "persistent changes" before pushing to the remote and then apply it again with `stg push` but that requires that I use stg commands to create patches instead of `git commit`.
Is there any option to have this "private commits" feature in git? I just realized it's exactly what I wanted so many times.
I've tried the assume-unchanged hack but it's too brittle.
What is your vision of C, its future and its past?
What was it supposed to become and did it become that thing?
What is it now? What will it involve into in the near and far future?