feat(unrelated): give it 5m
parent
f37d4a859e
commit
9b2ef5661a
|
@ -0,0 +1,84 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.min.css"
|
||||
/>
|
||||
<title>haunt98 posts</title>
|
||||
</head>
|
||||
<style>
|
||||
.markdown-body {
|
||||
box-sizing: border-box;
|
||||
min-width: 200px;
|
||||
max-width: 980px;
|
||||
margin: 0 auto;
|
||||
padding: 45px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.markdown-body {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<body class="markdown-body">
|
||||
<h2>
|
||||
<a href="index.html"><code>~</code></a>
|
||||
</h2>
|
||||
<h1 id="user-content-unrelated-engineer">
|
||||
<a class="heading-link" href="#unrelated-engineer"
|
||||
>Unrelated engineer<span
|
||||
aria-hidden="true"
|
||||
class="octicon octicon-link"
|
||||
></span
|
||||
></a>
|
||||
</h1>
|
||||
<p>
|
||||
This is collect of thoughts after I travel around the Internet. Not
|
||||
engineering related though.
|
||||
</p>
|
||||
<h2 id="user-content-give-it-five-minutes">
|
||||
<a class="heading-link" href="#give-it-five-minutes"></a
|
||||
><a
|
||||
href="https://signalvnoise.com/posts/3124-give-it-five-minutes"
|
||||
rel="nofollow"
|
||||
>Give it five minutes</a
|
||||
><span aria-hidden="true" class="octicon octicon-link"></span>
|
||||
</h2>
|
||||
<blockquote>
|
||||
<p>
|
||||
There are two things in this world that take no skill: 1. Spending other
|
||||
people’s money and 2. Dismissing an idea.
|
||||
</p>
|
||||
<p>
|
||||
Dismissing an idea is so easy because it doesn’t involve any work. You
|
||||
can scoff at it. You can ignore it. You can puff some smoke at it.
|
||||
That’s easy. The hard thing to do is protect it, think about it, let it
|
||||
marinate, explore it, riff on it, and try it. The right idea could start
|
||||
out life as the wrong idea.
|
||||
</p>
|
||||
<p>
|
||||
So next time you hear something, or someone, talk about an idea, pitch
|
||||
an idea, or suggest an idea, give it five minutes. Think about it a
|
||||
little bit before pushing back, before saying it’s too hard or it’s too
|
||||
much work. Those things may be true, but there may be another truth in
|
||||
there too: It may be worth it.
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<div>
|
||||
Feel free to ask me via
|
||||
<a href="mailto:hauvipapro+posts@gmail.com">email</a> or
|
||||
<a rel="me" href="https://hachyderm.io/@haunguyen">Mastodon</a>.
|
||||
<br />Source code is available on
|
||||
<a href="https://github.com/haunt98/posts-go">GitHub</a>
|
||||
<a href="https://codeberg.org/yoshie/posts-go">Codeberg</a>
|
||||
<a href="https://git.sr.ht/~youngyoshie/posts-go">sourcehut</a>
|
||||
<a href="https://gitea.treehouse.systems/yoshie/posts-go">Treehouse</a>
|
||||
<a href="https://gitlab.com/youngyoshie/posts-go">GitLab</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,21 @@
|
|||
# Unrelated engineer
|
||||
|
||||
This is collect of thoughts after I travel around the Internet. Not engineering
|
||||
related though.
|
||||
|
||||
## [Give it five minutes](https://signalvnoise.com/posts/3124-give-it-five-minutes)
|
||||
|
||||
> There are two things in this world that take no skill: 1. Spending other
|
||||
> people’s money and 2. Dismissing an idea.
|
||||
>
|
||||
> Dismissing an idea is so easy because it doesn’t involve any work. You can
|
||||
> scoff at it. You can ignore it. You can puff some smoke at it. That’s easy.
|
||||
> The hard thing to do is protect it, think about it, let it marinate, explore
|
||||
> it, riff on it, and try it. The right idea could start out life as the wrong
|
||||
> idea.
|
||||
>
|
||||
> So next time you hear something, or someone, talk about an idea, pitch an
|
||||
> idea, or suggest an idea, give it five minutes. Think about it a little bit
|
||||
> before pushing back, before saying it’s too hard or it’s too much work. Those
|
||||
> things may be true, but there may be another truth in there too: It may be
|
||||
> worth it.
|
Loading…
Reference in New Issue