This AI blocklist for uBlacklist and uBlock origin should help.
just a trans girl who likes to code and play music
- 0 Posts
- 47 Comments
SqueakyBeaver@lemmy.blahaj.zoneto Android@lemmy.world•First look at Android's slick new animations for its big expressive redesignEnglish2·2 months agoYeah…
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
SqueakyBeaver@lemmy.blahaj.zoneto Android@lemmy.world•First look at Android's slick new animations for its big expressive redesignEnglish1·2 months agoThe 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)
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
SqueakyBeaver@lemmy.blahaj.zoneto politics @lemmy.world•Four Democrats Pass Bill Making It Harder for Married Women to Vote34·3 months agoThe 24th amendment very specifically bans polling taxes
The right of citizens of the United States to vote in any primary or other election for President or Vice President, for electors for President or Vice President, or for Senator or Representative in Congress, shall not be denied or abridged by the United States or any State by reason of failure to pay any poll tax or other tax.
SqueakyBeaver@lemmy.blahaj.zoneto politics @lemmy.world•Four Democrats Pass Bill Making It Harder for Married Women to Vote30·3 months agoIs there an amendment that bans a tax on gun ownership?
If not, then your argument has no standing
SqueakyBeaver@lemmy.blahaj.zoneto Programmer Humor@programming.dev•Does this exist anywhere outside of C++?3·3 months agoI 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
SqueakyBeaver@lemmy.blahaj.zoneto Programmer Humor@lemmy.ml•Does this exist anywhere outside of C++?2·3 months agoAlternatively:
https://en.cppreference.com/w/cpp/io/manip/endl
p.s. The site isn’t entirely mobile friendly
(I’m a cppref lover tbh)
SqueakyBeaver@lemmy.blahaj.zoneto Programmer Humor@programming.dev•The proper solution28·3 months agoidk if Firefox focus does this, but on vanilla Firefox mobile, you can tap the text to expand it :3
SqueakyBeaver@lemmy.blahaj.zoneto Linux@lemmy.ml•This Week in Plasma: File Transfer Progress Graphs2·4 months agoI’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.
SqueakyBeaver@lemmy.blahaj.zoneto Linux@lemmy.ml•This Week in Plasma: File Transfer Progress Graphs7·4 months agoI’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
SqueakyBeaver@lemmy.blahaj.zoneto Programmer Humor@lemmy.ml•it's how the basic linear algebra subprograms are implemented7·5 months agoYeah, 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
SqueakyBeaver@lemmy.blahaj.zoneto Programmer Humor@lemmy.ml•it's how the basic linear algebra subprograms are implemented1·5 months agodeleted by creator
SqueakyBeaver@lemmy.blahaj.zoneto Programmer Humor@programming.dev•Next month is gonna be roughEnglish19·8 months agoLmao thanks for the info
SqueakyBeaver@lemmy.blahaj.zoneto Programmer Humor@programming.dev•Next month is gonna be roughEnglish32·8 months agoomg this is the person who deleted all their files on accident lol
edit: nevermind
SqueakyBeaver@lemmy.blahaj.zoneto politics @lemmy.world•Trump details plan to ban gender-affirming care for minors and adultsEnglish19·8 months agoWell, it brings the knowledge that if minors do get a double mastectomy (top surgery), they have to be on testosterone for a while (minimum of a year, which is a LONG time to figure out that maybe you don’t like these changes). They also have to get consent from parents and 2 separate therapists plus an endocrinologist need to sign off on the surgery.
I feel like if you knew this, it’d probably be a lot less scary to you. They have to jump through a lot of hoops and every hoop gives a lot of time for them to figure out if this is the right choice.
SqueakyBeaver@lemmy.blahaj.zoneto politics @lemmy.world•Trump losing sleep over polling numbers days before electionEnglish13·8 months ago… isn’t the downvote button explicitly meant to voice your disagreement with something?
I don’t understand why people complain about downvotes. If you don’t want to see them, join an instance where they’re disabled (like mine).
oh I also forgot that lol
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