
Me being medicated for ADHD like
just a trans girl who likes to code and play music
Me being medicated for ADHD like
Ironic that the replier’s last name is (assumedly) carr
This AI blocklist for uBlacklist and uBlock origin should help.
jsyk, BPD stands for Borderline Personality Disorder, not bipolar disorder. I get them mixed up as well because BPD could reasonably stand for both.
The disorders can seem similar, which leads to more confusion, but they are pretty different in some aspects.
Not entirely sure if this would apply in your case, but for future reference you can sort of “recalibrate” the battery percentage by:
Yeah…
Android authority has like 8000 different articles about the UI refresh or whatever. It was very annoying trying to see more than just one thing
The dark mode quick settings background will be the same as light mode, just with a slightly darker gray. It’s somewhere on the android authority website if you really want to see it
NixOS configuration is done entirely through code, so all of your packages are in a list (although that list can be spread across multiple files; it’s a bit to explain)
I’ve found it can be easier to manage what you have installed, since you can just look at that list and go “oh, why do I still have xyz installed, idek what that does anymore”
I appreciate the way things are configured a lot, but I would not recommend it unless you really like coding and you have time to tinker. It’s not too hard to get simple config setup, but I spiraled down a deep rabbit hole really quickly.
EDIT: If my comment for some reason persuaded you to use NixOS, I recommend you get a basic config setup before installing it. I’d also recommend you look at how annoying it can be to run dynamically-linked applications (i.e. you download a random executable off the Internet and try to run it, or you try to run something you downloaded with npm)
iirc, it’s typically the pixel a series, normal pixel series, the most expensive iPhone, and the Samsung flagship (or smth like that)
The Pixels tend to give really punchy contrast which a lot of people like
Most of it for me is the font. It seems like chatgpt likes to use the same font for everything
It also kind of feels off somehow. I can’t explain. it, but there’s just something wrong with this image
I went digging in cppref at the format library bc I thought c++20 or c++23 added something cool.
Found std::print
and was about to reply to this comment to share it bc I thought it was interesting. Then I read the last sentence.
Darn you and your predicting my every move /j
Alternatively:
https://en.cppreference.com/w/cpp/io/manip/endl
p.s. The site isn’t entirely mobile friendly
(I’m a cppref lover tbh)
idk if Firefox focus does this, but on vanilla Firefox mobile, you can tap the text to expand it :3
Some parts of the world (mostly Europe, I think) use dots instead of commas for displaying thousands. For example, 5.000 is 5,000 and 1.300 is 1,300
I’m not entirely sure. It could be similar to HDR support (only available on Wayland), but I would need to look into it to be completely sure.
I’m pretty sure you can disable caps lock (or at least rebind it)
I currently have caps lock rebound to backspace. Maybe it’s a Wayland only feature and you’re using x11? idk
Ah yes, they’re going to collect all those 0’s /s
No, they’re going to collect a “this person used the chatbot sidebar” if that person has telemetry enabled. That’s it.
If something changes or comes to light, then I’ll be worried, but this just seems like normal technical data they use to know what to prioritize.
Yeah, it’s pretty difficult. Think of assembly as just one step above writing 1’s and 0’s, and you’re probably around how difficult it can be
iirc, spotdl let’s you “log in” by storing a specific cookie in a file or getting a token or something. It’s probably somewhere in the docs, but I don’t remember exactly off the top of my head