Skip to content

Commit

Permalink
typo and showdown fuckup
Browse files Browse the repository at this point in the history
  • Loading branch information
Thqrn committed Aug 19, 2023
1 parent f75d742 commit b3a2152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions blogs/qmgo.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
</div>
<div class="box moveup center">
<div id="content" style="font-size: 24px; margin: 7px 7px; text-align: justify; color: white;" class="fadein">
## QM:GO - An Evolution
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As some of you may know, I started developing Quality Muncher's Go version a while ago. When I started that, I already felt like Quality Muncher Batch was completed. There was little more I could add, especially considering the limitations of the language, such as a lack of support for floats (decimals). Go was a good choice, and I managed to do a lot of what I felt like I couldn't with Batch. I finally added progress bars for all types of rendering, and greatly improved the general use of a lot of features. But, like in Batch, I found myself wading through thicker and thicker waters. It was more and more difficult to add things, because new features required much more advanced techniques and would soon require switching from FFmpeg.
## QM:GO - An Evolution
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As some of you may know, I started developing Quality Muncher's Go version a while ago. When I started that, I already felt like Quality Muncher Batch was completed. There was little more I could add, especially considering the limitations of the language, such as a lack of support for floats (decimals). Go was a good choice, and I managed to do a lot of what I felt like I couldn't with Batch. I finally added progress bars for all types of rendering, and greatly improved the general use of a lot of features. But, like in Batch, I found myself wading through thicker and thicker waters. It was more and more difficult to add things, because new features required much more advanced techniques and would soon require switching from FFmpeg.
## So What Comes Next?
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When I asked myself that, I hadn't even thought of an answer. But the answer found me. I began to work less frequently on Quality Muncher. Ideas became more and more sparse, and my motivation dwindled. Eventually I realized that I had done it - I'd completed Quality Muncher. Although I always thought there would be more to add, more to create, more to expand upon, there was not. That's why I haven't posted or sent any updates regarding QM in these last few months. There are no updates to post, no news to send. As far as my contributions go, Quality Muncher has been completed. Aside from occassional bug fixes when I notice issues, there will likely not be any more updates. I've learned a great deal from this project and met many fantastic people, who I would not be here without. Perhaps, in time, I may return to QM, but I know not what the future may hold.
## Conclusion
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
button.textContent = 'Hide Text';
} else {
hiddenText.style.display = 'none';
button.textContent = 'What\'s the difference?';
button.textContent = 'What\'s the Difference?';
}
});
</script>
Expand Down

0 comments on commit b3a2152

Please sign in to comment.