this post was submitted on 13 Dec 2023
124 points (97.7% liked)

Asklemmy

43376 readers
1439 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 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.