because explicitly declaring types can be redundant, if the compiler knows a lot of the times you should also know
also because some types are extremely cursed: see std views/ranges
because explicitly declaring types can be redundant, if the compiler knows a lot of the times you should also know
also because some types are extremely cursed: see std views/ranges
I specifically said this advice because dual booting windows with Linux is a terrible idea.
Although you are right, if you USB read/write is slow it will be a sluggish experience.
You should just test run it from a bootable usb.
Install steam. Mount your NTFS drive which contains your windows games. If you have sims on steam use steam. If not take a look at lutris before doing any of the above.
Your experiment ends when you’ve tested all games you want to play.
Now: You cannot use NTFS (windows) drive for games, although you did it in the experiment long extended usage is discouraged.
So you will need to find a way to transfer your games to a different formatted drive. (ext4, btrfs for example)
If you don’t need that advice you will eventually run into frustrating issues.
"grug try watch patiently as cut points emerge from code and slowly refactor, with code base taking shape over time along with experience. no hard/ fast rule for this: grug know cut point when grug see cut point, just take time to build skill in seeing, patience
sometimes grug go too early and get abstractions wrong, so grug bias towards waiting
big brain developers often not like this at all and invent many abstractions start of project
grug tempted to reach for club and yell “big brain no maintain code! big brain move on next architecture committee leave code for grug deal with!”
Honestly, if they want to go full enterprise at least use the javabeanfactoryfactoryfactory pattern
I have nothing to add except: man’s really wrote like 7 classes to just have 1 function each
SQL injection is like this: you have something you can interact with on the browser like a form containing different values.
You hit a button and that value is sent and merged into a SQL query.
Say the value is an user ID and you’re deleting an account, perhaps your own.
If the coder is incompetent the API will run this query: “DELETE FROM USERES WHERE ID = <id in form>”
Which means that if you open the developer console, change the value field for that html ID you can break that SQL line and write more SQL, or you can delete other users based on their ID.
Essentially editing a frontend input allows that input to be ran directly by the SQL engine. It’s like having full access.
So through that ID field you can inject more SQL code. There’s multiple ways to do this, sometimes the URL itself on a website uses these query parameters like "&search=something” and the “something” is injected into the SQL string.
SQL injection is baby’s first exploit, this method is like granting everyone DB access.
Removed by mod
I’ve played shooter games since a kid and I’ve never wanted to own a gun. it’s 100% a special kind of brainrot/power trip to want to hold and own deadly weapons and you won’t convince me otherwise
yes hunting is a thing, I promise you the vast majority of American gun owners are not hunters.
The whole arch advantage (imo) is that you have a full understanding of what’s in your machine and how it works.
As a beginner you won’t understand and that’s okay, but you should try different things (or don’t and just focus on what works for you) as long as the end result is you doing: pacman -Qe and going “hmm that makes sense”, and imo the undesired result is going “hmm what do these all do, why do I have 2000+ packages”
isn’t there a mint version with plasma?
my unsolicited 2c is to checkout mint
le false equivalence totally validates my endorsement for the worst president elected in US history
every time I see this it always follows with comment that reopens the issue. inactive != resolved.
This and the “I asked AI …” posts are so annoying to me
Are you really that mindless that you can’t conjure thoughts or opinions that are purely your own ?
that’s why I’m so on the fence about spamming my tech skills in resume. on one hand it’s completely factual and is probably favoured by whatever AI garbage is processing the resume.
on the other hand to the human that reads it. it’s probably just dumb and hard to prove, they’re not going to test me on 20 competency skills for the things I have listed
I can tell you how I learned linux. be prepared to cringe.
I installed Linux before going to school, I figured that if I used Linux as my main OS I would be less tempted to dick around and play games
I eventually found a coop part time job as a dev. I used my own Linux machine, and being the star eyed young person I was I used arch.
this is the cringe part:
I learned systemd, Linux kernel modules, dkpg, obviously more familiarity with bash and shell stuff
so moral of the story is… dive in?
Amazon Canada is just a bunch of no name brand Chinese shit.
the hilarious part is that there is genuinely good Chinese products in 2024 but it’s almost like Amazon wants to flood their store with over priced junk instead
there’s nothing about Linux itself that makes the steam game not work. it’s up to he developer to release a binary that supports Linux, most devs who are using tools like unity or unreal probably have the highest realistic chance of making a clean Linux executable
but the way proton works is to use the compiled binary for windows in a way to make it compatible for Linux
using threads to reduce cpu usage ? in what world ? if you can parallelize tasks you will always increase the workload done.