In C#, you can use ‘var’ to have an impilict type variable.
String name = “”
var name = “”
In C#, you can use ‘var’ to have an impilict type variable.
String name = “”
var name = “”
Wait until you see when they refuse to learn anything but SQL.
Is a garbage collector not a garbage disposal. Smh.
Why read it when chatgpt can summarize it /s
Im not sure what you are doing but vscode is extremely fast unless you throw a several megabytes data file at it which then it bogs down. But even then, its only at loading the file since it loads the whole thing into memory instead of a buffer.
Looks at mr fancy pants over here with a magenetic disc. While im over here threading my code.
If you all you need a text editor… great. But an IDE gives you tons of tools, such as debugging, breakpoints, memory inspection, intergated terminals, some may even include visual gui editors. Thats why they are called “Development environments”.
Other day me and my mom was talking about how TV has all shifted to be nothing but reality TV… and then she said even youtube is becoming the same way… im like uh… thats because thats because you are watching it thus it is giving you more…
If you install windows first and then linux, windows wont overwrite the bootloader.
I use linux as a daily gaming pc… you know how often i need to use CLI? Zero.
Instead of reading about it, try it.
There is always dual booting. Basically its how much bullshit do you want to deal with microsoft before dealing with the minor inconveniences of linux.
The reason MS puts all the main folders in onedrive is because users are tech illiterate. Most dont understand they need to place files into a special directory to be swished away to the cloud service. I know, because I’ve done the same thing when i setup my parents pc with linux… no matter how many times i explain “just place the files in this folder to automatically synced” all their files just up in the standard home directories never to be synced. I ended up just symbolic linking the home directory to one in the cloud directory. >_>
Now how MS managed to even fucked that up… well thats a whole other story.
Windows vm for adobe shit… and these days, only kernel level anticheats dont work for linux. (And lets be honest, good.)
No. But its a problem we could fix while tackling a bigger problem.
Prohibiting smokers is vastly easier than redesigning cities and and convince people to invest trillions in public transportation … are you really that dense?
You want second hand cancer again? I’ll stick with letting them take horse paste to cure the measles.
Where did you get a picture of my docker containers running on my LXC containers on proxmox?
They have to meet a quota… wasting their time means they aint out scamming someone else.
It is slow, and a massive memory hog. Its not exactly javas fault (i mean it is to a point). Its just minecraft’s code is trash. Mods are the only thing that keeps people on using java.
deleted by creator
Ah I was misunderstanding the problem. And learned something new about C#, seems in order to avoid breaking existing code they introduce “contextual keywords” var being added later, it is a contextual. You can create a class ‘var’ and the compiler will prefer it.