Oh! Well that’s awesome then, thanks for the correction. I did look it up but ended up on some “top feature” article which barely mentioned any features beyond layer multi select. I should have looked further.
Oh! Well that’s awesome then, thanks for the correction. I did look it up but ended up on some “top feature” article which barely mentioned any features beyond layer multi select. I should have looked further.
Still no smart objects/non-destructive editing? :(
You don’t have to… if the project you want to use has a good setup process. Otherwise you’ll be scouring Docker docs, GitHub issues, and StackOverflow for years.
Ah okay, thanks for the insight!
From what I’ve heard the Snapdragon chips aren’t that impressive though?
Training users to click on this shit is the same reason people wipe their desktop by ignoring “Yes I know what I am doing” warnings.
Thanks blud.
Blud I’m gonna be fr no cap rn but wtf does blud mean I’ve been meaning to ask for months and I still don’t get it
The limits don’t matter if the provider raises their price next month.
Well we all die eventually. I’m happy to serve a longer sentence and find out a bit later.
Krita is a drawing-first program, so this makes sense.
I would bet money that phone makers such as Google keep storage low to steer people towards their cloud storage options.
I would happily use one for my music and movies to access them on the go. I already have copies elsewhere, so it would be no big loss if the card died.
They are, but mostly in budget phones. If you want a flagship camera or processor as well, you’re sadly out of luck. And god forbid you want a folding phone.
Should require a license to go outside or read a book too, they might meet a dangerous group of people or read something that influences them.
Same reason we debate how to pronounce GIF (it’s pronounced gif, I’ll have you know) or what toppings to put on pizza. Because it’s entertaining for some, no matter how grating it may get for others.
I would refer to this as background noise, yes.
You’re correct. That’s one of the few useful things superbirra mentioned, and I’ve updated the parent comment to correct my initial error. I was recalling from memory and just remembered it was a “bin” folder.
I read your entire comment and responded to everything relevant. I didn’t break down every sentence word by word because most people don’t enjoy reading those sorts of replies, so I kept it to the bits that required a response. I don’t know what you are talking about at this point, but considering I had the attention span to spend an hour re-installing Debian twice to verify, I don’t think that is the issue here. I have been exceedingly pleasant considering your condescending tone, so your repeated quips and assumptions of the worst are uncalled for.
I stated an experience I had that I disliked. You stated my experience didn’t happen, and I have laid out how it occured and explained what my initial issue was. I am allowed to dislike how a distro does things while acknowledging it is doing those things intentionally. I thank you for the bits of wisdom amongst your snark, but I’m going to go do more enjoyable things now. And maybe I’ll use Debian on my next server, sorry to disappoint you since you are so determined to gatekeep it (or why else are you so glad I’m not using it?).
Depends what you use and how you use it. With how I use my computer, I have issues on Windows that require terminal input to solve and are more confusing than many of the Linux issues I face, but the way I use Linux also requires terminal. Some applications just work better or only on terminal whether you’re on Windows or Linux and some debugging steps will inevitably take you down the dark road of decade old menus and terminal commands.
Day to day basic tasks though? It shouldn’t need any special knowledge, provided that you don’t follow the wrong online tutorials like I did when starting out. For example, Firefox was out of date so I looked up how to update Firefox. The package manager did not have a new version and I didn’t think to manually go into settings and refresh the repository (stores auto update, right? Well, no actually…). Basically I ended up trying to install via a .deb package from their website… it didn’t work and I felt Linux was dumb. What I should have done was update my OS and package manager first or simply
sudo apt update && sudo apt upgrade
(yes this is terminal, sorry). My point is, sometimes you have to realise the question you are asking is flawed and not the system.