diff --git a/content/meta/index.json b/content/meta/index.json index ebc506d87..83e49b50d 100644 --- a/content/meta/index.json +++ b/content/meta/index.json @@ -7029,5 +7029,12 @@ "paragraph.81b18409-0f9d-49de-a8ff-c75c7c4852c0": [], "paragraph.e89e2456-b6b5-4c5f-922f-9f34f6e77e68": [], "paragraph.2f7f892b-75ff-48a0-9034-b9af048efd84": [], - "paragraph.c4f743d0-4cf5-40ea-96e5-8fe5dd1092fa": [] + "paragraph.c4f743d0-4cf5-40ea-96e5-8fe5dd1092fa": [], + "node.ba1ab96b-7ef0-4ef4-a525-2bdd6898ac42": [ + "user.b8966985-d4b2-42a7-a319-2e94ccfbb849", + "node.c74de3cf-5362-4d08-935a-a9d0d22fcb94" + ], + "path_alias.6c561329-c2fe-415b-a5b1-56b8bcd8481e": [ + "node.ba1ab96b-7ef0-4ef4-a525-2bdd6898ac42" + ] } \ No newline at end of file diff --git a/content/node.ba1ab96b-7ef0-4ef4-a525-2bdd6898ac42.yml b/content/node.ba1ab96b-7ef0-4ef4-a525-2bdd6898ac42.yml new file mode 100644 index 000000000..125a5622a --- /dev/null +++ b/content/node.ba1ab96b-7ef0-4ef4-a525-2bdd6898ac42.yml @@ -0,0 +1,82 @@ +uuid: + - value: ba1ab96b-7ef0-4ef4-a525-2bdd6898ac42 +langcode: + - value: en +type: + - target_id: daily_email + target_type: node_type + target_uuid: 8bde1f2f-eef9-4f2d-ae9c-96921f8193d7 +revision_timestamp: + - value: '2025-07-10T23:29:35+00:00' +revision_uid: + - target_type: user + target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849 +revision_log: { } +status: + - value: true +uid: + - target_type: user + target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849 +title: + - value: 'Asking the right question' +created: + - value: '2025-07-07T23:02:56+00:00' +changed: + - value: '2025-07-10T23:29:35+00:00' +promote: + - value: false +sticky: + - value: false +default_langcode: + - value: true +revision_translation_affected: + - value: true +path: + - alias: /daily/2025/07/07/asking-right-question + langcode: en +body: + - value: |- + I recently watched a YouTube video about [not turning Neovim into VS Code][0] by Jannik Buhr. + + In the video, he compares asking two questions: + + - How do I get VS Code tabs in Neovim? + - How do you work with multiple files in Neovim? + + Depending on which question you ask, you'll get quite different answers. + + The same is true when working on software projects. + + A client or Product Owner may request some new functionality or a change to the existing code, but ideally, you want to understand what caused the request. + + You want to understand the problem to suggest the appropriate solution and not be locked into a pre-selected solution. + + If you understand the problem, you may be able to solve it in a different way that could be easier or faster to do, or easier to maintain. + + You may be able to suggest a short-term solution that means you can meet a deadline or work around a blocker, and implement a different solution in the future. + + If you don't understand the problem or what you're trying to achieve, you can't make the best suggestions. + + Ask the right questions. + + [0]: https://www.youtube.com/watch?v=B7i5l0dTAAc + format: markdown + processed: | +
I recently watched a YouTube video about not turning Neovim into VS Code by Jannik Buhr.
+In the video, he compares asking two questions:
+Depending on which question you ask, you'll get quite different answers.
+The same is true when working on software projects.
+A client or Product Owner may request some new functionality or a change to the existing code, but ideally, you want to understand what caused the request.
+You want to understand the problem to suggest the appropriate solution and not be locked into a pre-selected solution.
+If you understand the problem, you may be able to solve it in a different way that could be easier or faster to do, or easier to maintain.
+You may be able to suggest a short-term solution that means you can meet a deadline or work around a blocker, and implement a different solution in the future.
+If you don't understand the problem or what you're trying to achieve, you can't make the best suggestions.
+Ask the right questions.
+ summary: '' +field_daily_email_cta: + - target_type: node + target_uuid: c74de3cf-5362-4d08-935a-a9d0d22fcb94 diff --git a/content/path_alias.6c561329-c2fe-415b-a5b1-56b8bcd8481e.yml b/content/path_alias.6c561329-c2fe-415b-a5b1-56b8bcd8481e.yml new file mode 100644 index 000000000..fd2dfcc42 --- /dev/null +++ b/content/path_alias.6c561329-c2fe-415b-a5b1-56b8bcd8481e.yml @@ -0,0 +1,10 @@ +uuid: + - value: 6c561329-c2fe-415b-a5b1-56b8bcd8481e +langcode: + - value: en +path: + - value: /node/ba1ab96b-7ef0-4ef4-a525-2bdd6898ac42 +alias: + - value: /daily/2025/07/07/asking-right-question +status: + - value: true