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

Asklemmy

43510 readers
1356 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_A@discuss.tchncs.de~

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
[โ€“] ganoo@sh.itjust.works 9 points 9 months ago (6 children)

Programming. I understand it as a concept, but have no ability to sit down and write code.

[โ€“] neidu@feddit.nl 10 points 9 months ago (4 children)

I'm a hobbyist programmer myself. I've picked up a few languages along the way, and by far the best approach I have found to learning is a simple but real practical use case. Find the smallest task you want your program to do, break it down into even smaller subsections, and then start to figure out how to transform it into code. It usually takes less code and knowledge about a language than you think.

[โ€“] Ethalis@jlai.lu 5 points 9 months ago (1 children)

A few years back I got really into Python for a few months as a complete newbie. One day, when I felt ready, I told myself I would put all the python skills I picked up and build a small program that would generate random, solvable sudoko puzzles. After a few weeks trying everything and not getting anywhere, I gave up programming.

Moral of the story is I probably that I should have taken it a bit slower I guess

To be fair, I'm a decent programmer: I spend a significant portion of my workdays programming all kinds of things. Writing a program to generate sudoku's with a unique solution, without copy pasting a bunch of algorithms, but actually making it all up yourself definitely sounds non-trivial to me.

(Read: That sounds like a really hard beginner project, and you should be proud for even trying, and you shouldn't give up :) )

load more comments (2 replies)
load more comments (3 replies)