I am reading the Nimib. I am very surprised you put the HTML in a Pastebin and 
did not publish it on your personal website or in a Github repository.

One very small detail: Valgrind is the name of a software suite but is also the 
name of the memory profiler tool. The performance profiler you actually seemed 
to used is Callgrind. Did you add the -g C compiler flag to Nim ? I only see 
four functions in the call graph and have difficulties reading the digits.

One other thing: You should call only once randomize in your scripts. Pass the 
seed as a function parameter instead.

Finally: You can make text bold with **double asterisks**. That's indicated in 
the link `Styling with RST is supported`, just under the forum message prompt. 
You can also use a sharp sign (followed by a space) to create a h1 heading, 
just like in markdown.

# New Video Object Variant Part 2 of Kiloneie Release

(indicated above but with a title so we can distinguish it apart from the rest) 
<https://youtu.be/kMv_1-tjnUE>

And if you want a link title, you should use RST styling, that is the title 
followed by a newline with as much en-dashes than characters in your title. You 
can have a link by putting between single quotes and an underscore at the end 
(Check the RST style cheatsheet). Example:

# [Object Variant Part II:](https://youtu.be/kMv_1-tjnUE)

Reply via email to