60 lines
2.3 KiB
Markdown
60 lines
2.3 KiB
Markdown
---
|
|
layout: post.vto
|
|
title: faq
|
|
url: /faq.html
|
|
---
|
|
<h2> What is 1159? </h2>
|
|
<p>
|
|
If someone can claim the property of the moon <a href="https://en.wikipedia.org/wiki/Jenaro_Gajardo_Vera#Registration_of_the_Moon">1</a>, I can claim my own number, 1159.
|
|
I have made this number part of my internet identify stamping it in my usernames as Mario1159. Also i'm the owner of <a href="1159.cl">1159.cl</a> which is the address of my humble local server.
|
|
</p>
|
|
<h2> Why 1159? </h2>
|
|
<p>
|
|
Well, as everybody knows, having just a simple username like <pre>mario</pre> is not always possible in the overpopulated land of the internet.
|
|
So eventually I choose the original idea of appending a number to my name, but this number couldn't be just <pre>mario2</pre>, It had to be something unique and easy to remember.
|
|
So I went to the numpad and typed the diagonal numbers but with the 1 repeated, without much reasoning. I found that the number 1159 paired well with mario, so thats how I kept it.
|
|
</p>
|
|
<p>
|
|
And that is my simple history, but as a mini game, can you guess in what game I choose for the first time the number 1159?
|
|
If are out of ideas, you can treat this like a mini ctf ;)
|
|
</p>
|
|
<form>
|
|
<div>
|
|
<label for="uname">Try to guess the game: </label>
|
|
<input
|
|
type="text"
|
|
id="uname"
|
|
name="name"
|
|
required
|
|
size="45"
|
|
pattern="[a-z]{11}" />
|
|
<span class="validity"></span>
|
|
<p>The answer should be in lowercase</p>
|
|
</div>
|
|
<div>
|
|
<button>Submit</button>
|
|
</div>
|
|
</form>
|
|
<p>
|
|
Too easy?, well, now let's make this spicier.
|
|
In [REDACTED] game it was the first time I used the number 1159, but my moniker wasn't Mario1159.
|
|
I was too young and ended up choosing a silly named i thought it looked cool.
|
|
Can you guess the name before 1159?
|
|
</p>
|
|
<form>
|
|
<div>
|
|
<label for="uname">Try to guess my previous nick: </label>
|
|
<input
|
|
type="text"
|
|
id="uname"
|
|
name="name"
|
|
required
|
|
size="45"
|
|
pattern="[a-z]{5}" />
|
|
<span class="validity"></span>
|
|
<p>The answer should be in lowercase</p>
|
|
</div>
|
|
<div>
|
|
<button>Submit</button>
|
|
</div>
|
|
</form> |