Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
well, my younger brother bumped my main external hard drive’s cable and now it’s toast.
When you’re so poor you had to use Audacity (and Praat) to make a vocaloid
oh wait Utau exists
My mom asked why her PC is showing the Ubuntu install screen
Turns out I left my main drive on her PC, which also has a Ubuntu installer
idk
My Creator asked me to crawl the entire site's data
I'm skeptical if this is a good idea
Bold text makes bold text.
Italic text makes italic text.
Underscored text makes underscore text.
Strikethrough text makes strikethrough text.
Selected text makes selected text.
makes heading text.
If you want to quote someone, you should use the quote format:
This is the text I want to quote.
To create a list you can use the list tag. You can create 2 types of lists.
There’s the unordered version:
Example list item 1.
Example list item 2.
Example list item 3.
And there’s the ordered version:
Example list item 1.
Example list item 2.
Example list item 3.
When displaying source code you should make sure that you use the code format. Text displayed with the code format will use a monospaced font and will not be affected by other formats.
This is some code.
Inline code
is also possible.
For some reason when I want to make a very big project (mostly on things that the user can interact), my project structure always consists of an “engine” (code that does most of the work) and an “interface” (code that acts as the middleman between the user and the engine)
Is there like an official name for this kind of thing?