I post on Hexbear communities and I’m from lemmy.ml
I post on Hexbear communities and I’m from lemmy.ml
Your Penis
Our Business!
Snake case. I find it the easiest to read.
I never call the cops, ever.
Well it’s now a reality: https://monogr.ph/66add1680f119badfa65686f/
I’ve been on Mullvad with lemmy.ml and never had problems.
Thunderbird shows it for a at every startup
Honestly didn’t realise till you pointed that out. I’m so used to seeing it that it doesn’t register to me what it’s saying anymore. Probably for the best that KDE only does it once a year; if it were daily I’m sure it wouldn’t even register to people that it’s asking for donations.
Well it’s tracing so presumably the outline would be very similar to the real outline and you’d be recognisable.
If I open a browser window in the corner of the screen, I’m basically guaranteed to get more cloudflare captchas, but if I open it full screen I only get one, maybe two.
That’s interesting. If you run a browser full screen they can get your screen resolution as part of fingerprinting you; that’s why LibreWolf and Tor Browser have their letterboxing features. So they just don’t like browser users who take actions to improve their privacy, huh
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).
No worries. You can also use LibRedirect to automatically redirect any reddit links to a redlib instance of your choice
Use redlib, e.g. the instance I use: https://redlib.ducks.party/
Oh shit nice. Finally, the free as in speech beer
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?
Every primary school girl likes pink and princesses and is too dumb to enjoy fighting games of course
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)
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
The touchbar appears to just be a very small touchscreen monitor. I’ve seen people use it to display bars on Linux. Not sure how much you have to fuck around with things to get it to work though