Gah, I need to do that one still- it got updated to work with PCVR as well, right? I am curious how it works with the saber dismemberment set to max, so touching anything is an instakill. Playthroughs with that were so tense in the last few missions
- 0 Posts
- 7 Comments
i just use unar (unarchive) nowadays, since that works with all file formats iirc
You forgot the most important part!
print(chr(3486)) # ඞ
nutcase2690@lemmy.dbzer0.comto
Programming@programming.dev•How am i supposed to learn C# ?
2·1 year agoMy first projects were super janky gui stuff that was ported over from Java (very similar syntax, but connected with the visual studio built-in gui editor) and improved to a proper “c#” style using resharper (a jetbrains tool that boosts the capabilities of visual studio) Nowadays you can get a free version of Rider that will include those style tools, so I’d recommend that. But if you use Visual Studio, you can create a Winforms project which can let you drag components to make UI and easily assign code to events. If you are used to raw HTML webpage creation, you might be able to get away with using something like WPF or (cross platform) Avalonia to make a UI, but these are a bit more intense since they use something called the Model-View-Viewmodel framework. It needs you to know how to ‘bind’ variables to events using the observable class, which can be tricky the first few times you use it. I’d look into picking a simple project where you can learn how to use classes effectively (C# is based around Object Oriented Programming much more than bash and self-taught Python would cover). Also would recommend following some of the very simple Unity tutorials to get a handle on the syntax, such as the Unity-made Roll-a-Ball tutorials. These tutorials show the concepts for class-based design and overriding functions.
nutcase2690@lemmy.dbzer0.comto
Programmer Humor@programming.dev•OneDrive deleted my files!
21·2 years agoMost useful things i found in wsl that made it not feel like a vm is knowing the wslpath command, and the fact that it can execute any exe such as explorer.exe (which works for even wsl directories). those two things let you use sed/grep/awk on files in windows and execute any exe on stuff in linux.
Just curious how you came up with 7%? I was always taught to expect the yearly return to be 4%


Shit, I just got a domain name from there a month ago. Is there a way to transfer it elsewhere or something? I didn’t even realize they could do that :(
I am not hosting anything like that on my domain (it is just a matrix and recipe browser), but I’d rather not support them…