Ok, I might as well go first: I wish I could draw. Not at the level where I could make photorealistic portraits, but I’ve always been envious of those who are able to scetch something together in a few minutes that perfectly captures what they want to convey. Sometimes words aren’t enough to express what I want to say, and for those situations I would love to have a simple drawing do the talking for me.

  • Hamartiogonic@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    Here’s another quick tip to get anyone started: Find some code written by someone else, and modify it.

    Depending on the language, you might be able to just read what it says and experiment with what happens when you change some details here and there. If the code does something that you’re interested in, you’ll also have the motivation to spend a few hours tweaking the code, or even reading the documentation.

    Also, nowadays you can ask GPT what different parts of the code does. You can drill down with follow up questions until you understand how a specific detail works in the language you’re working with.