Do you just need to write markdown? Plenty of text editors have a vim mode. Not sure if there's any lightweight ones that do the markdown preview alongside a vim mode; I know IntelliJ-based IDEs have a vim mode and can preview markdown, but that's not exactly a lightweight solution, and only the community edition is open source.
But also what exactly is it you're looking for that Vim can't do? I use Vim for writing pretty much everything. I use Vim for markdown and it works fine. Markdown is already pretty readable as a text file so I don't feel the need for a previewer or anything like a rich text editor (but also there are plenty of markdown editors out there if you just want to edit markdown in a RTE).
I always fail Cloudflare captchas because I'm clicking it with Vimium-C lol. I hate captchas for making me reach for my mouse. It also seems like a genuine accessibility issue if people who cannot use a mouse can't pass a captcha.
I've found that Google's reCAPTCHA has also started rejecting me no matter what I do. I think it might be because my IP address is a VPN, but that's pretty stupid; if I can pass the test by clicking the squares why not let me in?
I mean I always migrated Reddit accounts at least yearly too, definitely not on an anniversary. I've always seen it as tied to an account, not a person.
You can't completely avoid them, but avoiding plastic food/drink containers is an easy thing to do. Good for the environment too, not just your health.
I dont have an answer to your question but I do wanna say that prescription opiates are given at a dose that isn't expected to cause addiction in someone who doesn't already take these drugs. I've been prescribed opiates after every surgery I've had—usually don't take them cause I don't need them but I have done at times when the pain has been bad enough. I understand that your docs won't prescribe them though, and I don't recommend taking them without a prescription if you can't guarantee that you're getting them from a safe source.
Youtube doesn't seem to inhibit idle for me for some reason, so my screen would always turn off with swayidle while watching youtube videos. So I made my lockscreen script (which is called by swayidle)
bash
if [ "$(playerctl status)" = "Playing" ]; then
exit 0
else
exec "/path/to/lockscreen/script"
fi
(lockscreen script was just swaylock called with a bunch of arguments)
Not super crazy compared to some of the things people are saying in the comments, but also definitely not how you're meant to handle idle inhibition when media is playing lol
I think your question is answered by the thread you linked. Is there something in particular you don't understand?
GNU/the FSF says that GrapheneOS does not qualify as free software (which is true, it's not completely FLOSS as per the FSF's definition—the linked GNU article classifies plenty of popular Linux distros we consider to be FOSS as non-free, btw, they're not singling out Graphene), and GrapheneOS is saying they don't want to fit the FSF's definition of free software because it would mean a lack of security (which is also true; they need proprietary firmware updates from Google). The FSF has a strict definition of free software which a lot of software does not meet, and usually an entire operating system would only meet the FSF's definition out of a deliberate, conscious, ideological decision to exclude all non-free software. In their article they even list Debian as a distro which no longer meets their standards, despite Debian being known for their strict policy around only including FOSS in their repos.
This is an instance of two different entities (GNU and GrapheneOS) having fundamentally different goals (one values a strict definition of free software at all costs, one values security at all costs). You are more than welcome to do things GNU's way if you don't like GrapheneOS's way, or vice versa.
I think, when you explain things to people (i.e. in instances where it's not an absence of knowledge that's the problem), the vast majority of people know we're correct, but are held back by convenience. They're embedded into the Google ecosystem or whatever, and it is a pain in the ass to migrate. There are many popular services for which there isn't a 1:1 private alternative. I can openly and confidently say that I sacrifice some convenience for privacy, and to me it is worth it. But other people, while they agree that they don't like being spied on, are used to being spied on and therefore have a "if it ain't broke don't fix it" attitude. They're already using spyware and it's not had an immediately obvious acute consequence for them, so there's not really any turning point at which they would go "this is enough" and change.
I think so long as they're aware, if they do value privacy, over time they should slowly replace the things they use. Also, some of my friends get Signal just to speak to me since I'm not really on anything else (unless they want to email me lol), so that kind of effect may push them in the right direction.
If your brother doesn't care though, he just doesn't care. Privacy is actually very straightforward: it's creepy for someone to be spying on me and watching my every move, therefore I take precautions to make that difficult for people wanting to spy on me. You don't need to convince people that being spied on is creepy. They know that, and are stopped by inertia, which they can only overcome on their own. I don't think it's worth nagging them about it when they already know what is to be known.
You can export as csv, html, xml from KeePassXC. Dunno about DX but you can just try it on your desktop if it's not an option on mobile.
You know I'm looking up all these answers right? I don't mean to be rude but you can and should just look these up yourself. You can check import and export options by opening keepassxc/keepassdx and checking for yourself
I looked it up for you; you can export your Proton Pass database as a .csv file and then import it into KeePass. Not sure about KeePassDX but on XC, there's a csv import option. There's also a json import option but it says BitWarden for that so I'm not sure if the json Proton Pass exports is in the same structure as KeePassXC expects.
If you mean what made me uninstall Windows, it was actually just not being able to do anything I wanted to do on Windows. I was already using WSL for most basic things and tried to set Windows up to be as similar to a Linux distro as possible eg only installing things with a command line package manager and looking into trying to get it to behave like a tiling window manager.
The biggest things were not being able to use some of my preferred software, e.g. my preferred PDF reader Zathura, and just having no clue what any of the commands were whenever I had to use PowerShell or CMD. I only really knew how Unix-like systems worked and was frustrated with my lack of familiarity with Windows and how their OS works.
The only reason why I kept a Windows partition was for gaming, but at this point Proton is so good there's really no need for a Windows partition. And I rarely play video games these days anyway.
If you mean why I started using Linux, no reason, I've just always used it from a young age.
If you use something like Aegis (which works offline) you just decrypt your database every time you want to log in and copy the 2FA code from the app. It doesn't ping you because it generates codes offline, i.e. it's not connected to whatever service you're using 2FA with.
Do you just need to write markdown? Plenty of text editors have a vim mode. Not sure if there's any lightweight ones that do the markdown preview alongside a vim mode; I know IntelliJ-based IDEs have a vim mode and can preview markdown, but that's not exactly a lightweight solution, and only the community edition is open source.
But also what exactly is it you're looking for that Vim can't do? I use Vim for writing pretty much everything. I use Vim for markdown and it works fine. Markdown is already pretty readable as a text file so I don't feel the need for a previewer or anything like a rich text editor (but also there are plenty of markdown editors out there if you just want to edit markdown in a RTE).