<!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-dark.min.css"
    />
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link
      href="https://fonts.googleapis.com/css2?family=Inter&family=JetBrains+Mono&display=swap"
      rel="stylesheet"
    />
    <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;
      }
    }

    .markdown-body {
      font-family: "Inter", sans-serif;
    }

    .markdown-body code,
    .markdown-body pre {
      font-family: "JetBrains Mono", monospace;
    }
  </style>
  <body class="markdown-body">
    <div><a href="index.html">Index</a></div>
    <h1>
      <a
        id="user-content-things-i-like"
        class="anchor"
        aria-hidden="true"
        href="#things-i-like"
        ><span aria-hidden="true" class="octicon octicon-link"></span></a
      >Things I like
    </h1>
    <p>
      The way Discord naming user like<code>Joker#1234</code> is so interesting.
      If user A register first with name <code>ABCXYZ</code>, and later user B
      register with name <code>ABCXYZ</code> too, user A, user B will have name
      <code>ABCXYZ#1</code>, <code>ABCXYZ#2</code> respectively.
    </p>
    <p>
      Why it's interesting? Each time I join a new platform, all names I want
      are taken :D
    </p>

    <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>. Source
      code is available on
      <a href="https://github.com/haunt98/posts-go">GitHub</a>
    </div>
  </body>
</html>