117 lines
3.5 KiB
HTML
117 lines
3.5 KiB
HTML
<!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.8.1/github-markdown.min.css"
|
|
integrity="sha512-BrOPA520KmDMqieeM7XFe6a3u3Sb3F1JBaQnrIAmWg3EYrciJ+Qqe6ZcKCdfPv26rGcgTrJnZ/IdQEct8h3Zhw=="
|
|
crossorigin="anonymous"
|
|
referrerpolicy="no-referrer"
|
|
/>
|
|
<title>haunt98 posts</title>
|
|
</head>
|
|
<style>
|
|
.markdown-body {
|
|
box-sizing: border-box;
|
|
min-width: 200px;
|
|
max-width: 980px;
|
|
margin: 0 auto;
|
|
padding: 45px;
|
|
font-family:
|
|
Shantell Sans Normal,
|
|
Rec Mono Casual,
|
|
SF Pro,
|
|
Inter,
|
|
sans-serif;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.markdown-body pre {
|
|
font-family:
|
|
Berkeley Mono,
|
|
IBM Plex Mono,
|
|
SF Mono,
|
|
Jetbrains Mono,
|
|
monospace;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.markdown-body {
|
|
padding: 15px;
|
|
}
|
|
}
|
|
</style>
|
|
<body class="markdown-body">
|
|
<h2>
|
|
<a href="index.html"><code>~</code></a>
|
|
</h2>
|
|
<div class="markdown-heading">
|
|
<h1 class="heading-element">Things I like</h1>
|
|
<a
|
|
id="user-content-things-i-like"
|
|
class="anchor"
|
|
aria-label="Permalink: Things I like"
|
|
href="#things-i-like"
|
|
><span aria-hidden="true" class="octicon octicon-link"></span
|
|
></a>
|
|
</div>
|
|
<div class="markdown-heading">
|
|
<h2 class="heading-element">Discord (old) naming</h2>
|
|
<a
|
|
id="user-content-discord-old-naming"
|
|
class="anchor"
|
|
aria-label="Permalink: Discord (old) naming"
|
|
href="#discord-old-naming"
|
|
><span aria-hidden="true" class="octicon octicon-link"></span
|
|
></a>
|
|
</div>
|
|
<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 class="markdown-heading">
|
|
<h2 class="heading-element">Interesting website</h2>
|
|
<a
|
|
id="user-content-interesting-website"
|
|
class="anchor"
|
|
aria-label="Permalink: Interesting website"
|
|
href="#interesting-website"
|
|
><span aria-hidden="true" class="octicon octicon-link"></span
|
|
></a>
|
|
</div>
|
|
<ul>
|
|
<li><a href="https://deskto.ps/" rel="nofollow">deskto.ps</a></li>
|
|
<li>
|
|
<a href="https://clig.dev/" rel="nofollow"
|
|
>Command Line Interface Guidelines</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a href="https://johnnydecimal.com/" rel="nofollow"
|
|
>A system to organise projects</a
|
|
>
|
|
</li>
|
|
</ul>
|
|
|
|
<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>
|