Thoughts

⇢ 
A collection of interesting thoughts and opinions that I come across

Willingness to look stupid

I recently read this article by Dan Luu (what a clickbait headline). At first, this seems like a terrible (and stupid) idea. Who wants to look stupid? But after read the whole article, I get the point.

People avoid looking stupid even though they may not fully understanding something, and honestly I do the same thing 🤦‍♂️. I’d keep my mouth shut rather than ask questions to clarify the problem, most of the time (at work, at some conferences, at university, …). And I know that I’m not the only one, look smart but being stupid.

There’s a huge difference between stupid and looking stupid. Sometimes looking stupid means you’re willing to ask necessary questions to wrap your head around a problem or concept.

Be willing to look stupid.

Template to look stupid, get it from Hacker News’s thread:

"I'm going to ask stupid questions now, <insert my question here>"

"Just so I'm understanding the problem, <here's my interpretation of what you just said>."

Leadership

Company culture

Basically a common tactic of corporations is to espouse “we are family” but it is just a manipulation tactic for employees to work long-hours and to give their all to the company. The “we are a family” mantra would be fine if it was coupled with a healthy separation of work and life; with the biggest indicator being that healthy working hours (8-9 work hours only) is maintained.

In contrast, something like Netflix culture which is “we are a team and not a family” seems like to be more a healthier alternative. On a last point, the “we are family” (i.e. we care about our employees as persons instead of just means or cogs) mantra is fine but it usually turns into “we are a toxic family” (i.e. give your all to the company) instead of it being a “we are a healthy family” (i.e. our company values each employee).

We model ourselves on being a professional sports team, not a family.

A family is about unconditional love.

A dream team is about pushing yourself to be the best possible teammate, caring intensely about your team, and knowing that you may not be on the team forever.

Dream teams are about performance, not seniority or tenure.

How to write a resume

Good writing from Huyen Chip: https://huyenchip.com/2023/01/24/what-we-look-for-in-a-candidate.html

  • We look for demonstrated expertise, not keywords
    • Show how you acquired and use that skill in your job.
    • Share your expertise on public channels such as: StackOverflow answers, open source contributions, papers, blog posts
  • We look for people who get things done
  • We look for unique perspectives
  • We care about impact, not meaningless metrics
    • Metrics:
      • How they can be tied to business objectives.
      • Your contribution in achieving that metric.

Life is too short to work like crazy for most of its part

From Salvatore Sanfilippo aka antirez aka Redis’s author blog.

Success is the result of perfection, hard work, learning from failure, loyalty, and persistence

From Collin Powell.

Before you try to do something, make sure you can do nothing

Source: https://devblogs.microsoft.com/oldnewthing/20230725-00/?p=108482

When building a new thing, a good thing first step is to build a thing that does nothing. That way, you at least know you are starting from a good place. If I’m building a component that performns an action, I’ll probably do it in these steps:

  1. Write a standalone program to perform the action -> ensure that the action is even possible.
  2. Once I have working code to perform the action, I write a component that doesn’t perform an action. That at least makes sure I know how to build a component.
  3. I register the component for the action, but have the Invoke method merely print the message “Yay!” to the debugger without doing anything else. This makes sure I know how to get the component to run at the proper time.
  4. I fill in the Invoke method with enough code to identify what action to perform and which object to perform it on, print that information to the debugger, and return without actually performing the action. This makes sure I can identify which action is supposed to be done.
  5. I fill in the rest of the Invoke method to perform the action on the desired object. For this, I can copy/paste the already-debugged code from the step zero.

Too often, I see relatively inexperienced developers dive in and start writing a big complex thing: Then they can’t even get it to compile because it’s so big and complex. They ask for help, saying, “I’m having trouble with this one line of code,” but as you study what they have written, you realize that this one line of code is hardly the problem. The program hasn’t even gotten to the point where it can comprehend the possibility of executing that line of code. I mutter to myself, “How did you let it get this bad?”

Start with something that does nothing. Make sure you can do nothing successfully. Only then should you start making changes so it starts doing something. That way, you know that any problems you have are related to your attempts to do something.

Good code is like a love letter to the next developer who will maintain its

From Addy’s blog post.

7 years cycle

Looking for peaceful

Can’t say that I apply that insight consciously but these days there’s no over ambitious goal in my head. I just want a peaceful, quiet life. Cooking good food, doing good work, spending time with the people I love. I wanted to be someone famous. Someone that people will look up to and say woah. Now, I’m ok with being a no one.

Do something, so we can change it

Just do it.

From Allen Pike’s blog.

Sane work weeks make the News

... try working damn hard for 40 hours, then going home and recharging ...

Titles are toxic

From: https://randsinrepose.com/archives/titles-are-toxic/

Proof you can do hard things

From: https://blog.nateliason.com/p/proof-you-can-do-hard-things

Our self-image is composed of historical evidence of our abilities. The more hard things you push yourself to do, the more competent you will see yourself to be.

The proof you can do hard things is one of the most powerful gifts you can give yourself..

And if you’re not someone who knows they can do hard things, find a way to prove it to yourself. Build a habit, learn a skill, create something, whatever it is that turns your default stance on challenges from “that seems hard” to “I can figure it out”.

Create proof you can do hard things.

Mindset

Jack of all trades, master of none

“Jack of all trades, master of none” is a figure of speech used in reference to a person who has dabbled in many skills, rather than gaining expertise by focusing on only one.

The original version, “a jack of all trades”, is often used as a compliment for a person who is good at fixing things and has a good level of broad knowledge. They may be a master of integration: an individual who knows enough from many learned trades and skills to be able to bring the disciplines together in a practical manner. This person is a generalist rather than a specialist.