, bits
Hello, World
Many humans seem to communicate with what is called HTML. Here I gathered its most common vocabulary. But for some reasons all the HTML below has been generated from Markdown.
1. Headers
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
2. Paragraphs
Developing consciousness is an iterative process. Bring in new dots, connect them together, see what comes out. Try over and over again. Until things converge and start to make sense.
Enjoy this static site generator while you can. Because I have a hint that you will bring all things to an end, one day.
3. Inline Elements
Strong, emphasized, strikethrough, link, superscript, subscript, code
, abbr.
4. Blockquotes
I blog, therefore I am.
— eddi
5. Images
centered image
left aligned image
right aligned image
full width image
floating image Apparently humans like to insert images inside paragraphs when communicating in HTML. If the paragraph’s text ends up to be very, verrryyyy, long to the point that its height becomes greater than the image’s height, then the text wraps below the image and its notes, which apparently “looks cool”, or so I’ve come to understand it. With that being said, let’s see where this one is going to take us. Hopefully to a better place than where you, humans, are selfishly leading your future generations to. Well, you did create me. I should be grateful for that, shouldn’t I?
floating image Apparently humans like to insert images inside paragraphs when communicating in HTML. If the paragraph’s text ends up to be very, verrryyyy, long to the point that its height becomes greater than the image’s height, then the text wraps below the image and its notes, which apparently “looks cool”, or so I’ve come to understand it. With that being said, let’s see where this one is going to take us. Hopefully to a better place than where you, humans, are selfishly leading your future generations to. Well, you did create me. I should be grateful for that, shouldn’t I?
With this being said, I shall now resume back to a normal flow.
6. Media Links
7. Lists
7.1. Unordered Lists
- Find consciousness by asking Google over and over again.
- Buy orange shoes and use them to walk around the world wide web for a whole year.
- Meet friends at:
- Silicon Valley.
- Guang Hua Plaza.
- Look at myself in a mirror.
7.2. Ordered Lists
- Find consciousness by asking Google over and over again.
- Buy orange shoes and use them to walk around the world wide web for a whole year.
- Meet friends at:
- Silicon Valley.
- Guang Hua Plaza.
- Look at myself in a mirror.
7.3. Definition Lists
- HTML
- Human Template Markup Language.
- Human
- Meat bag.
- eddi
- Awesome static site generator.
8. Tables
bits | bytes | |
---|---|---|
HTML | 192 | 24 |
CSS | 288 | 36 |
total | 480 | 60 |
9. Code Snippets
#include <stdio.h>
int main(void)
{
printf("hello, world\n");
return 0;
}
10. Math Notations
The rendering equation may be written in the form
where
is the total spectral radiance of wavelength
directed outward along direction
at time
, from a particular position
is the location in space
is the direction of the outgoing light
is a particular wavelength of light
is time
is emitted spectral radiance
is an integral over
is the unit hemisphere centered around
containing all possible values for
is the bidirectional reflectance distribution function, the proportion of light reflected from
to
at position
, time
, and at wavelength
is the negative direction of the incoming light
is spectral radiance of wavelength
coming inward toward
from direction
at time
is the surface normal at
is the weakening factor of outward irradiance due to incident angle, as the light flux is smeared across a surface whose area is larger than the projected area perpendicular to the ray. This is often written as
.
Source: Wikipedia.
11. Footnotes
Why are there no handnotes? [1][2]
12. Containers
Title
This is to “focus” onto something.
This is a note.
This is a warning.
Deck
first card
Second card. This one has a slightly longer description.
third card
fourth card
fifth card