chore: more interesting
parent
7805307512
commit
692bfb2e45
|
@ -35,6 +35,15 @@
|
|||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||
>Things I like
|
||||
</h1>
|
||||
<h2>
|
||||
<a
|
||||
id="user-content-discord-old-naming"
|
||||
class="anchor"
|
||||
aria-hidden="true"
|
||||
href="#discord-old-naming"
|
||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||
>Discord (old) naming
|
||||
</h2>
|
||||
<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
|
||||
|
@ -45,6 +54,28 @@
|
|||
Why it's interesting? Each time I join a new platform, all names I want
|
||||
are taken :D
|
||||
</p>
|
||||
<h2>
|
||||
<a
|
||||
id="user-content-interesting-website"
|
||||
class="anchor"
|
||||
aria-hidden="true"
|
||||
href="#interesting-website"
|
||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||
>Interesting website
|
||||
</h2>
|
||||
<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
|
||||
|
|
|
@ -1,7 +1,15 @@
|
|||
# Things I like
|
||||
|
||||
## Discord (old) naming
|
||||
|
||||
The way Discord naming user like`Joker#1234` is so interesting.
|
||||
If user A register first with name `ABCXYZ`, and later user B register with name `ABCXYZ` too, user A, user B will have name `ABCXYZ#1`, `ABCXYZ#2` respectively.
|
||||
|
||||
Why it's interesting?
|
||||
Each time I join a new platform, all names I want are taken :D
|
||||
|
||||
## Interesting website
|
||||
|
||||
- [deskto.ps](https://deskto.ps/)
|
||||
- [Command Line Interface Guidelines](https://clig.dev/)
|
||||
- [A system to organise projects](https://johnnydecimal.com/)
|
||||
|
|
Loading…
Reference in New Issue