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
just a trans girl who likes to code and play music
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
idk if Firefox focus does this, but on vanilla Firefox mobile, you can tap the text to expand it :3
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
My guess would be tax breaks or something, especially if the work is going towards a non-profit
I have never seen this error and don’t know the cause
However, based on when it happens to you, it could be some weird caches or config files got overwritten and something did not like it. I know I’ve often had to delete plasma cache because something screwed up.
I don’t think it’s ai garbage that gets hyped into everything (see: gen ai)
It’s more akin to video call platforms having the “green screen with any background” feature. It just finds the foreground objects and removes everything else. It’s a pretty standard feature that’s been around for a while.
Proton comes with steam, and you can get other versions on top of it if you want.
If you’ve got steam, you can run games through proton very easily
Lmao thanks for the info
omg this is the person who deleted all their files on accident lol
edit: nevermind
Look under “Principal Software Development Engineer.” It says “2017-present”
wait why am I being shaved? /j
I use it to save my eyeballs
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)