This commit is contained in:
speedie 2023-01-15 20:33:50 +01:00
parent d0dbf1c9a8
commit 725f8914c7
6 changed files with 83 additions and 9 deletions

28
articles/post41.php Normal file
View file

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/header.php';?>
<title>Why YouTube© doesn't recommend your videos.</title>
<meta charset="UTF-8">
<meta name="description" content="Unless you're some big channel that uploads every single day or something, you've no doubt experienced the absolute pain that is YouTube and their algorithm refusing to promote your videos for one reason; your upload 'schedule'.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<h2>Why YouTube© doesn't recommend your videos.</h2>
<h4>2023-01-15</h4>
<p>Now, unless you're some big channel that uploads every day or something like that, you've no doubt experienced the absolute pain that is YouTube refusing to promote your videos.</p>
<p>Even if you're someone like me who doesn't really care that much about getting views or something and just casually uses the platform once a month or something to post stuff occasionally, you've no doubt noticed that if you upload videos in a short timeframe, no matter what it's about, it's almost guaranteed to get more views than anything you just post and forget about.</p>
<p>This is just a theory but I suspect Google and YouTube wants you to constantly push out new videos every day, even if it's total crap not worth 30 seconds of your time. As you know, I tend to only upload videos once a month or less, and that's for multiple reasons.</p>
<p>Firstly, I don't have time to push out content daily about the new cool dwm patch or whatever. Not only is it not very useful for the viewer and basically acts as filler, but it's a waste of time for me as well. Secondly, YOU don't have time to watch this filler garbage content that only exists to make YouTube push your content to people's feed.</p>
<p>I think a good example of this is if you look at my Forwarder Factory channel, which is now completely dead because I have zero plans to upload anythng to it, but anyways all of the old videos were successful and got plenty of views, despite the content of the videos being mostly crap.</p>
<p>I then of course stopped uploading to it for reasons I don't need to specify and 4 months later I broke the silence a nd posted something to it. Got 487 views which is absolutely nothing in comparison to what the earlier videos got. YouTube likely refused to promote this video because I hadn't been posting consistently up until that point.</p>
<p>Of course, this isn't always the case and we don't exactly know how the YouTube algorithm works because of course it is not free as in freedom software. Some topics combined with good timing are basically view magnets. My Windows 11 sounds video got over 100,000 views just because at that time Windows 11 had just leaked and almost no one had covered the topic yet.</p>
<p>Either way this YouTube thing is really frustrating and it's one of many reasons why I think being a 'YouTube Certified™ Content Creator™©' is a waste of time for people like me. Even if you get less traffic to your website or whatever, I highly recommend that you stick to free/libre ways of spreading your word whenever possible such as using the LBRY network or even better, just having your own blog and website that you have control over, or at the very least, you don't trust YouTube.</p>
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>

View file

@ -14,6 +14,7 @@
<p>I repost some of my RSS feed articles/posts here sometimes. This is a view of all of them.</p> <p>I repost some of my RSS feed articles/posts here sometimes. This is a view of all of them.</p>
<p>NOTE: You can see all of them using my <a href="rss.xml">RSS</a> feed.</p> <p>NOTE: You can see all of them using my <a href="rss.xml">RSS</a> feed.</p>
<h4>Posts 40-49</h4> <h4>Posts 40-49</h4>
<h5><a href="articles/post41.php">Why YouTube© doesn't recommend your videos.</a>, written on 2023-01-15 by <a href="index.php">speedie</a></h5>
<h5><a href="articles/post40.php">Let's talk about Project 081 0.6</a>, written on 2023-01-03 by <a href="index.php">speedie</a></h5> <h5><a href="articles/post40.php">Let's talk about Project 081 0.6</a>, written on 2023-01-03 by <a href="index.php">speedie</a></h5>
<h4>Posts 30-39</h4> <h4>Posts 30-39</h4>
<h5><a href="articles/post39.php">Goodbye 2022..</a>, written on 2022-12-31 by <a href="index.php">speedie</a></h5> <h5><a href="articles/post39.php">Goodbye 2022..</a>, written on 2022-12-31 by <a href="index.php">speedie</a></h5>

32
faq.php Normal file
View file

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<title>Frequently asked questions</title>
<meta charset="UTF-8">
<meta name="description" content="People often ask me stuff, what people keep asking is probably here somewhere.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<h2>Freuqently asked questions</h2>
<p>People often ask me stuff, what people keep asking is probably here somewhere.</p>
<h3>Q: What operating system do I use?</h3>
<p>A: Depends on the hardware. On my laptop I use Arch and on my desktop I use Gentoo. On my other computers that will vary but I don't use those daily.</p>
<h3>Q: NOOOO WHY DID YOU CLOSE FORWARDER FACTORY?! NOW HOW WILL I GET MY WADS>?</h3>
<p>A: In short, it was an absolute mess and had been for months. After trying to recover from it and failing, we decided that it was best for it to die.</p>
<p>The archived content can still be found <a href="https://github.com/ForwarderFactory/wii">here</a>.</p>
<h3>Q: How old are you?</h3>
<p>A: <code>echo $RANDOM</code> to find out.</p>
<p>On a serious note, I'm not going to answer that for privacy reasons.</p>
<h3>Q: Make a new blog post, idiot.</h3>
<p>A: The reason I don't write blog posts too often (sometimes once or twice a month) is because I simply don't feel like it. That's it, there's your answer. I write this stuff for free, and when something is free you have nothing to expect.</p>
<h3>Suggest questions</h3>
<p>If you have any suggestions for this page, feel free to <a href="mailto:speedie@duck.com">email me</a>.</p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>

View file

@ -25,21 +25,18 @@
<li><a href="/projects/iron.php">iron</a></li> <li><a href="/projects/iron.php">iron</a></li>
<li><a href="/projects/rchat.php">rchat</a></li> <li><a href="/projects/rchat.php">rchat</a></li>
<li><a href="/projects/project081.php">Project 081</a></li> <li><a href="/projects/project081.php">Project 081</a></li>
</ul> <li>Worked on patches such as <a href="https://dwm.suckless.org/patches/bartoggle">bartoggle</a>, <a href="https://dwm.suckless.org/patches/toggletopbar">toggletopbar</a>, <a href="https://dwm.suckless.org/patches/gestures">gestures</a>, <a href="https://codeberg.org/speedie/patches">and more</a>.</ul>
<p>I've also preserved old (previously) rare channels and other media for the Wii through a now dead community called 'Forwarder Factory' although nowadays I'm not really doing Wii things anymore. See the links below for that.</p> <p>Occasionally, I will post YouTube videos on <a href="https://www.youtube.com/@speediegq">my channel</a>, usually technology related.</p>
<ul>
<li><a href="https://github.com/ForwarderFactory/wii">Homebrew App Archive</a></li>
<li><a href="https://github.com/ForwarderFactory/hbc-archive">Homebrew Channel Archive</a></li>
</ul>
<p>Occasionally, I will post YouTube videos on <a href="https://www.youtube.com/@user-yq2oh3do8y">my channel</a>, usually technology related.</p>
<h2>What software do I use?</h2> <h2>What software do I use?</h2>
<p>On my desktop, I run Gentoo GNU/Linux and on my laptop (ThinkPad X220) I'm running Arch GNU/Linux, <a href="/projects/speedwm.php">speedwm</a> for window manager on top of Xorg. Learn more about the software I use or reproduce my system <a href="/projects/spde.php">here</a>.</p> <p>On my desktop, I run Gentoo GNU/Linux and on my laptop I'm running Arch GNU/Linux, <a href="/projects/speedwm.php">speedwm</a> for window manager on top of Xorg. Learn more about the software I use or reproduce my system <a href="/projects/spde.php">here</a>.</p>
<h2>Where do I go?</h2> <h2>Where do I go?</h2>
<p>Look at the top of the page. There are links that take you somewhere awesome!</p> <p>Look at the top of the page. There are links that take you somewhere awesome!</p>
<p>Other links that aren't listed can be found further below or through other pages.</p> <p>Other links that aren't listed can be found further below or through other pages.</p>
<h2>Miscellanious</h2> <h2>Miscellanious</h2>
<p>Still don't know where to go? Perhaps check out one of the links below.</p> <p>Still don't know where to go? Perhaps check out one of the links below.</p>
<ul> <ul>
<li><a href="faq.php">Frequently asked questions</a></li>
<p>Frequently asked questions are listed here. Please read before you email me asking!</p>
<li><a href="blog.php">Blog</a></li> <li><a href="blog.php">Blog</a></li>
<p>My blog, usually about free software or personal interests, as well as world problems.</p> <p>My blog, usually about free software or personal interests, as well as world problems.</p>
<li><a href="rss.xml">RSS feed</a></li> <li><a href="rss.xml">RSS feed</a></li>

16
rss.xml
View file

@ -850,5 +850,21 @@
<p>If you have any more issues on any hardware, consider making an issue on the p081/Project081 repository as I do not want to have to make yet another release after this if I can avoid it. Thank you for reading this and have a good day!</p>]]> <p>If you have any more issues on any hardware, consider making an issue on the p081/Project081 repository as I do not want to have to make yet another release after this if I can avoid it. Thank you for reading this and have a good day!</p>]]>
</description> </description>
</item> </item>
<item>
<title>Why YouTube© doesn't recommend your videos.</title>
<link>/articles/post41.php</link>
<guid>/articles/post41.php</guid>
<pubDate>Sun, 15 Jan 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[<p>Now, unless you're some big channel that uploads every day or something like that, you've no doubt experienced the absolute pain that is YouTube refusing to promote your videos.</p>
<p>Even if you're someone like me who doesn't really care that much about getting views or something and just casually uses the platform once a month or something to post stuff occasionally, you've no doubt noticed that if you upload videos in a short timeframe, no matter what it's about, it's almost guaranteed to get more views than anything you just post and forget about.</p>
<p>This is just a theory but I suspect Google and YouTube wants you to constantly push out new videos every day, even if it's total crap not worth 30 seconds of your time. As you know, I tend to only upload videos once a month or less, and that's for multiple reasons.</p>
<p>Firstly, I don't have time to push out content daily about the new cool dwm patch or whatever. Not only is it not very useful for the viewer and basically acts as filler, but it's a waste of time for me as well. Secondly, YOU don't have time to watch this filler garbage content that only exists to make YouTube push your content to people's feed.</p>
<p>I think a good example of this is if you look at my Forwarder Factory channel, which is now completely dead because I have zero plans to upload anythng to it, but anyways all of the old videos were successful and got plenty of views, despite the content of the videos being mostly crap.</p>
<p>I then of course stopped uploading to it for reasons I don't need to specify and 4 months later I broke the silence a nd posted something to it. Got 487 views which is absolutely nothing in comparison to what the earlier videos got. YouTube likely refused to promote this video because I hadn't been posting consistently up until that point.</p>
<p>Of course, this isn't always the case and we don't exactly know how the YouTube algorithm works because of course it is not free as in freedom software. Some topics combined with good timing are basically view magnets. My Windows 11 sounds video got over 100,000 views just because at that time Windows 11 had just leaked and almost no one had covered the topic yet.</p>
<p>Either way this YouTube thing is really frustrating and it's one of many reasons why I think being a 'YouTube Certified™ Content Creator™©' is a waste of time for people like me. Even if you get less traffic to your website or whatever, I highly recommend that you stick to free/libre ways of spreading your word whenever possible such as using the LBRY network or even better, just having your own blog and website that you have control over, or at the very least, you don't trust YouTube.</p>]]>
</description>
</item>
</channel> </channel>
</rss> </rss>

View file

@ -51,7 +51,7 @@ readguid() {
} }
readdesc() { readdesc() {
printf "What's the location of the HTML document containing the post? If it isn't a location, the input will be interpreted as HTML'.\n> " printf "What's the description (text) for the blog post?\n> "
read -r DESC read -r DESC
[ -z "$DESC" ] && printf "You must specify a description for the blog post.\n" && readdesc "$@" [ -z "$DESC" ] && printf "You must specify a description for the blog post.\n" && readdesc "$@"