• 4 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle












  • yboutros@infosec.pubtoScience Memes@mander.xyzHero
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    Unfortunately, it’s for the best. If you’re serious about research you have to present yourself. Especially if you’re the first person to discover it, you’re the most - possibly only - qualified person to talk about that thing.

    Part of scientific communication is giving elevator talks. You have to be able to argue for funding.

    Not to mention, if you never develop those skills, you’re just opening yourself up to getting a worse financial incentive for the same amount of work




  • you’re welcome, if you’re like me and also trying to make a C++ project without Visual Studio, this got me to build the blank C++ project without visual studio. For some reason, I had to run it twice to get everything compiled/built/cooked and for unreal editor to open the project.

    Inside this folder: Engine/Build/BatchFiles/

    steam-run ./RunUAT.sh BuildCookRun -project=/home/absolute_folder_path_location/Documents/Unreal\ Projects/VRTest/VRTest.uproject -noP4 -platform=Linux -build -cook -compile
    

    I’m sure there’s a lot of options in RunUAT I’m forgetting that VisualStudio is a wrapper for, but this and BuildProjectFiles.sh or whatever it’s called seems to be the heavy lifters that visual studio leverages