• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: September 2nd, 2023

help-circle




  • calcopiritus@lemmy.worldtoFrance@jlai.luCasus belli ☠️
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    1 year ago

    Computers are programmed in programming languages. They do (most of the time) have English words as keywords, but changing them is trivially easy. You could have a “Esperanto C” working in a day. And changing a C program to Esperanto C would be trivially easy. The only problem would be the new keywords being used in the old program, but that’s easy to find and replace with a new identifier.




  • This exactly is what I hate most about eclipse. I do something and suddenly there’s an icon on every single file of my project, and everything stops working. Now instead of googling an error I have to search “eclipse orange star icon”. Worst of all is that they reuse icons for different errors. I absolutely hate it.


  • I find vscode’s system much better than blender’s.

    In vscode you just press F1 and type whatever you want to do.

    I rarely use blender, therefore every time I want to use it I have to relearn every hotkey.

    On vscode you just explain what you want to do, and chances are high that you’ll find the command. You can also easily bind hotkeys to commands.