<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Inyouchuuverse - Site Design and Nerdy Things]]></title>
		<link>https://inyouchuuverse.net/</link>
		<description><![CDATA[Inyouchuuverse - https://inyouchuuverse.net]]></description>
		<pubDate>Wed, 29 Jul 2026 22:30:36 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[New Features, Bug Reports]]></title>
			<link>https://inyouchuuverse.net/showthread.php?tid=55</link>
			<pubDate>Fri, 19 Jun 2026 00:38:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://inyouchuuverse.net/member.php?action=profile&uid=1">Ellie</a>]]></dc:creator>
			<guid isPermaLink="false">https://inyouchuuverse.net/showthread.php?tid=55</guid>
			<description><![CDATA[<p>I wanted to finally make a proper thread for general site improvements. So below is my current roadmap for Inyouchuuverse in the near future! I will gradually update this as these things get implemented, and add anything I've forgotten.</p>
<p><strong>Any feedback is absolutely welcome</strong> from all of you, whether feature requests or bug reports. If this list gets too long to manage, I'll make a fresh thread later. Thank you all for your patience as we make this web community happen!</p>
<p><em>Major Features Planned:</em></p>
<ul>
<li>
<p><strong>Fully integrated wiki with universal info panels and page links from forum.</strong> I want the wiki experience to seamlessly coexist with the forum without feeling like you're on a whole different website. This means rendering straight on a forum page in the same style, using your existing logged-in session.<br />
One thing I would like to do is parse forum pages for exact names of wiki pages, for example "Kikuka Tsukishiro," and turn those into links to the pages with hover tips briefly summarizing the entry. A relatively unobtrusive way to promote our future all-encompassing lore reference.<br />
Another feature is the info panel. Lots of wikis have summary panels, and I think if I put all commonly-used attributes into the wiki page database, then users could easily search wiki pages by anything from game release dates to character hair colors.</p>
</li>
<li>
<p><strong>User Creations submission.</strong> A dedicated section, highlighted on the front page much like the news box in the beta theme, where users can submit fanart, fics, etc.<br />
Submissions can track likes/upvotes/kudos, and could use auto-generated hidden threads to effectively have a full comments section. Multiple pages/images/scenes would also be supported, with each having their own settings for marking NSFW or limiting to registered users only for more privacy.</p>
</li>
<li>
<p><strong>Reader for VN-style scripts.</strong> The idea here is to offer story browsing in a similar format to browsing posts in a thread, with character names/portraits and dialogue. Scenes or chapters can be separated automatically into different pages, with branching choices being possible for multiple endings. Each scene can also have its own comments section as well.<br />
This will eventually be one way of experiencing the upcoming fan translations, and I could add the ability for users to submit their own fanfics in VN-inspired script format.</p>
</li>
<li>
<p><strong>Optionally displaying posts as a feed.</strong> I had this idea not too long ago but I think some of you might appreciate this. An alternate display option for the main page, which instead of displaying forum categories, displays actual posts along with the last comment (or first unread comment if applicable). This would include general forum threads as well as user creations, making a layout that may be more familiar if you're used to modern social platforms. It would, of course, always be left to your choice whether to view the forum in classic category view or as a feed.</p>
</li>
</ul>
<p><em>Bugs/QoL/minor edits:</em></p>
<ul>
<li>
<p><strong>Theme integration improvements</strong> such as better dividers between threads and categories. <em>Ongoing</em></p>
</li>
<li>
<p><strong>Spoiler and NSFW text block tags</strong>, with message composer buttons to add them automatically. NSFW does not show to unconfirmed guests. NSFW images should not have nested warnings, i.e. if you click open a NSFW text block, then any images within it should just get shown instead of having to click them too. Spoiler blocks will redact individual lines of text that you can mouse-over to reveal, unless the spoiler contains multiple lines or images in which case it'll get a click-to-reveal block. <em>Spoilers are fully implemented now, NSFW still needs further implementation.</em></p>
</li>
<li>
<p><strong>Aojiru-themed smileys</strong>. It should also be easy enough to adapt the New Reply smileys selection box into the Quick Reply composer to make them more intuitively available in casual conversation. <em>There are a few of them available in the extended smiley box, but this still needs to be finished and made more cohesive.</em></p>
</li>
</ul>
<p><em>Completed Tasks:</em></p>
<ul>
<li>
<p>{DONE} <strong>Go live with the new theme!</strong> Anyone can access the beta theme now, via the dropdown in the site footer, but it's still unfinished and needs some pages worked on before I'll consider it fully usable. Once the main user experience is under the new theme and fully compatible with both desktop and tablet, I'll call it done enough to switch all users and guests over. <em>We have officially switched over! This does mean that my bad habit of testing changes on the live site has to be with a bit more care now, but in general I think it's become a much better experience for new guests.</em></p>
</li>
<li>
<p>{DONE} <strong>Deleted post placeholder is shifted weirdly with user info still hanging off the side.</strong> This might only be noticeable to admins, but it irritates me. <em>Fixed! The placeholder is styled correctly and the actual post is fully hidden now.</em></p>
</li>
<li>
<p>{DONE} <strong>Quick Reply box doesn't clear after posting.</strong> An annoying quirk I'm seeing in non-Default styles that still needs fixing. <em>As featured in an early post below, this was a surprisingly convoluted fix that had to address two separate issues at once, but it seems to be all good now.</em></p>
</li>
<li>
<p>{DONE} <strong>Just saw an issue where the chat Edit feature didn't populate the input box</strong>, so I overwrote my old message with a new one I tried to send. <em>The default functionality of the RTChat plugin expects the message entry box to exist on the same scope level as the rest of the form, whereas the new theme throws it into a styled "itemborder" box. Interestingly, the plugin did not fail in this way when sending messages, only when editing, so the fix was easy to figure out.</em></p>
</li>
<li>
<p>{DONE} <strong>Robots.txt settings against AI scrapers.</strong> Obviously this is not foolproof, since AI bros flagrantly disregard the consent of others (like demons on girls, but more tasteless), but it's at least something. <em>Complete, we'll see how it goes.</em></p>
</li>
<li>
<p>{DONE} <strong>Disable user registration until 18+ form is passed.</strong> It just makes sense, and since most sites don't require clicking a specific form button before registering, this will continue to be a nice hurdle for spambots. <em>Aaaand done. Registration only works on the new theme now, so uh... I think it might be time to switch.</em></p>
</li>
<li>
<p>{DONE} <strong>Option for vertical site layout on wide desktop.</strong> Shrinking the window or viewing on mobile forces a vertically-stacked layout for all elements, but I will also add an option to force this on wider screens for those who prefer it that way. <em>This is now officially an option in your Edit Settings section. I may add more layout customization in the future though.</em></p>
</li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I wanted to finally make a proper thread for general site improvements. So below is my current roadmap for Inyouchuuverse in the near future! I will gradually update this as these things get implemented, and add anything I've forgotten.</p>
<p><strong>Any feedback is absolutely welcome</strong> from all of you, whether feature requests or bug reports. If this list gets too long to manage, I'll make a fresh thread later. Thank you all for your patience as we make this web community happen!</p>
<p><em>Major Features Planned:</em></p>
<ul>
<li>
<p><strong>Fully integrated wiki with universal info panels and page links from forum.</strong> I want the wiki experience to seamlessly coexist with the forum without feeling like you're on a whole different website. This means rendering straight on a forum page in the same style, using your existing logged-in session.<br />
One thing I would like to do is parse forum pages for exact names of wiki pages, for example "Kikuka Tsukishiro," and turn those into links to the pages with hover tips briefly summarizing the entry. A relatively unobtrusive way to promote our future all-encompassing lore reference.<br />
Another feature is the info panel. Lots of wikis have summary panels, and I think if I put all commonly-used attributes into the wiki page database, then users could easily search wiki pages by anything from game release dates to character hair colors.</p>
</li>
<li>
<p><strong>User Creations submission.</strong> A dedicated section, highlighted on the front page much like the news box in the beta theme, where users can submit fanart, fics, etc.<br />
Submissions can track likes/upvotes/kudos, and could use auto-generated hidden threads to effectively have a full comments section. Multiple pages/images/scenes would also be supported, with each having their own settings for marking NSFW or limiting to registered users only for more privacy.</p>
</li>
<li>
<p><strong>Reader for VN-style scripts.</strong> The idea here is to offer story browsing in a similar format to browsing posts in a thread, with character names/portraits and dialogue. Scenes or chapters can be separated automatically into different pages, with branching choices being possible for multiple endings. Each scene can also have its own comments section as well.<br />
This will eventually be one way of experiencing the upcoming fan translations, and I could add the ability for users to submit their own fanfics in VN-inspired script format.</p>
</li>
<li>
<p><strong>Optionally displaying posts as a feed.</strong> I had this idea not too long ago but I think some of you might appreciate this. An alternate display option for the main page, which instead of displaying forum categories, displays actual posts along with the last comment (or first unread comment if applicable). This would include general forum threads as well as user creations, making a layout that may be more familiar if you're used to modern social platforms. It would, of course, always be left to your choice whether to view the forum in classic category view or as a feed.</p>
</li>
</ul>
<p><em>Bugs/QoL/minor edits:</em></p>
<ul>
<li>
<p><strong>Theme integration improvements</strong> such as better dividers between threads and categories. <em>Ongoing</em></p>
</li>
<li>
<p><strong>Spoiler and NSFW text block tags</strong>, with message composer buttons to add them automatically. NSFW does not show to unconfirmed guests. NSFW images should not have nested warnings, i.e. if you click open a NSFW text block, then any images within it should just get shown instead of having to click them too. Spoiler blocks will redact individual lines of text that you can mouse-over to reveal, unless the spoiler contains multiple lines or images in which case it'll get a click-to-reveal block. <em>Spoilers are fully implemented now, NSFW still needs further implementation.</em></p>
</li>
<li>
<p><strong>Aojiru-themed smileys</strong>. It should also be easy enough to adapt the New Reply smileys selection box into the Quick Reply composer to make them more intuitively available in casual conversation. <em>There are a few of them available in the extended smiley box, but this still needs to be finished and made more cohesive.</em></p>
</li>
</ul>
<p><em>Completed Tasks:</em></p>
<ul>
<li>
<p>{DONE} <strong>Go live with the new theme!</strong> Anyone can access the beta theme now, via the dropdown in the site footer, but it's still unfinished and needs some pages worked on before I'll consider it fully usable. Once the main user experience is under the new theme and fully compatible with both desktop and tablet, I'll call it done enough to switch all users and guests over. <em>We have officially switched over! This does mean that my bad habit of testing changes on the live site has to be with a bit more care now, but in general I think it's become a much better experience for new guests.</em></p>
</li>
<li>
<p>{DONE} <strong>Deleted post placeholder is shifted weirdly with user info still hanging off the side.</strong> This might only be noticeable to admins, but it irritates me. <em>Fixed! The placeholder is styled correctly and the actual post is fully hidden now.</em></p>
</li>
<li>
<p>{DONE} <strong>Quick Reply box doesn't clear after posting.</strong> An annoying quirk I'm seeing in non-Default styles that still needs fixing. <em>As featured in an early post below, this was a surprisingly convoluted fix that had to address two separate issues at once, but it seems to be all good now.</em></p>
</li>
<li>
<p>{DONE} <strong>Just saw an issue where the chat Edit feature didn't populate the input box</strong>, so I overwrote my old message with a new one I tried to send. <em>The default functionality of the RTChat plugin expects the message entry box to exist on the same scope level as the rest of the form, whereas the new theme throws it into a styled "itemborder" box. Interestingly, the plugin did not fail in this way when sending messages, only when editing, so the fix was easy to figure out.</em></p>
</li>
<li>
<p>{DONE} <strong>Robots.txt settings against AI scrapers.</strong> Obviously this is not foolproof, since AI bros flagrantly disregard the consent of others (like demons on girls, but more tasteless), but it's at least something. <em>Complete, we'll see how it goes.</em></p>
</li>
<li>
<p>{DONE} <strong>Disable user registration until 18+ form is passed.</strong> It just makes sense, and since most sites don't require clicking a specific form button before registering, this will continue to be a nice hurdle for spambots. <em>Aaaand done. Registration only works on the new theme now, so uh... I think it might be time to switch.</em></p>
</li>
<li>
<p>{DONE} <strong>Option for vertical site layout on wide desktop.</strong> Shrinking the window or viewing on mobile forces a vertically-stacked layout for all elements, but I will also add an option to force this on wider screens for those who prefer it that way. <em>This is now officially an option in your Edit Settings section. I may add more layout customization in the future though.</em></p>
</li>
</ul>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Easier Post Formatting with Markdown]]></title>
			<link>https://inyouchuuverse.net/showthread.php?tid=43</link>
			<pubDate>Sat, 28 Mar 2026 13:53:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://inyouchuuverse.net/member.php?action=profile&uid=1">Ellie</a>]]></dc:creator>
			<guid isPermaLink="false">https://inyouchuuverse.net/showthread.php?tid=43</guid>
			<description><![CDATA[<p>It's true that there's a whole suite of BBCode available, both in the full composer window and potentially in your memory if you're really good at recalling tags and don't mind manually writing them out...</p>
<p>But come on. There are easier ways to prettify our posts.</p>
<p>Now, there's certainly a lot of things about Discord that I'm not a fan of, but one thing that is pretty cool is that it uses something akin to Markdown syntax. That means it allows you to add things like <strong>bold text</strong>, <em>italicized text</em>, <del>struck-out text</del>, and:</p>
<ul>
<li>Lists</li>
<li>Of</li>
<li>Items</li>
</ul>
<p>but to add those things, you don't even have to:</p>
<ol>
<li>Click</li>
<li>Any</li>
<li>Buttons</li>
</ol>
<p>The brilliant thing about implementing this into the site backend is that you get all those new formatting features without really having to select or learn <em>anything</em>. Using asterisks for emphasis makes sense even in plain text (it turns to italic now), two asterisks around a word or phrase sets it off more (in Markdown it turns to bold), and using - or 1. for lists is also pretty straightforward.</p>
<p>I haven't put the new code in place for the quick reply composer yet - which will make this functionality even easier to understand and use - but that's coming, and for now you can already use the features I've listed above easily enough. It also works in the chat!</p>]]></description>
			<content:encoded><![CDATA[<p>It's true that there's a whole suite of BBCode available, both in the full composer window and potentially in your memory if you're really good at recalling tags and don't mind manually writing them out...</p>
<p>But come on. There are easier ways to prettify our posts.</p>
<p>Now, there's certainly a lot of things about Discord that I'm not a fan of, but one thing that is pretty cool is that it uses something akin to Markdown syntax. That means it allows you to add things like <strong>bold text</strong>, <em>italicized text</em>, <del>struck-out text</del>, and:</p>
<ul>
<li>Lists</li>
<li>Of</li>
<li>Items</li>
</ul>
<p>but to add those things, you don't even have to:</p>
<ol>
<li>Click</li>
<li>Any</li>
<li>Buttons</li>
</ol>
<p>The brilliant thing about implementing this into the site backend is that you get all those new formatting features without really having to select or learn <em>anything</em>. Using asterisks for emphasis makes sense even in plain text (it turns to italic now), two asterisks around a word or phrase sets it off more (in Markdown it turns to bold), and using - or 1. for lists is also pretty straightforward.</p>
<p>I haven't put the new code in place for the quick reply composer yet - which will make this functionality even easier to understand and use - but that's coming, and for now you can already use the features I've listed above easily enough. It also works in the chat!</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Marking as NSFW (work in progress!)]]></title>
			<link>https://inyouchuuverse.net/showthread.php?tid=29</link>
			<pubDate>Sun, 22 Feb 2026 15:31:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://inyouchuuverse.net/member.php?action=profile&uid=1">Ellie</a>]]></dc:creator>
			<guid isPermaLink="false">https://inyouchuuverse.net/showthread.php?tid=29</guid>
			<description><![CDATA[<p>Or maybe "not safe for work in progress"...?</p>
<p>So, what do you guys think of this? <br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://inyouchuuverse.net/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=72" target="_blank" title="">celluloid-shot0010.jpg</a> (Size: 59.26 KB / Downloads: 8)
<!-- end: postbit_attachments_attachment --><br />
Not the content (although, come on, we know Mikoto is hot), but the presentation. I've bodged a "show/hide" function into the forum software with the PHP equivalent of duct tape, and the attachment automatically displays in full size once you choose to show it.</p>
<p>As far as I can tell, this should work decently. That's two of three parts needed for this implementation. The first is a database entry for "nsfw" on all attachments (true/false), the second is modifying the attachment rendering code to look for that data field and hide it behind a bit of protection if so.</p>
<p>The final step, which I have not finished yet, is adding an easy way to mark attachments as NSFW directly in the post/reply window. I'll try and mess with it later today, no promises. But once it's all said and done, I think this will make a decidedly important part of our hentai community quite a bit more intuitive to use!</p>]]></description>
			<content:encoded><![CDATA[<p>Or maybe "not safe for work in progress"...?</p>
<p>So, what do you guys think of this? <br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://inyouchuuverse.net/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=72" target="_blank" title="">celluloid-shot0010.jpg</a> (Size: 59.26 KB / Downloads: 8)
<!-- end: postbit_attachments_attachment --><br />
Not the content (although, come on, we know Mikoto is hot), but the presentation. I've bodged a "show/hide" function into the forum software with the PHP equivalent of duct tape, and the attachment automatically displays in full size once you choose to show it.</p>
<p>As far as I can tell, this should work decently. That's two of three parts needed for this implementation. The first is a database entry for "nsfw" on all attachments (true/false), the second is modifying the attachment rendering code to look for that data field and hide it behind a bit of protection if so.</p>
<p>The final step, which I have not finished yet, is adding an easy way to mark attachments as NSFW directly in the post/reply window. I'll try and mess with it later today, no promises. But once it's all said and done, I think this will make a decidedly important part of our hentai community quite a bit more intuitive to use!</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Posting Rules, a.k.a. you're all free to contribute here!]]></title>
			<link>https://inyouchuuverse.net/showthread.php?tid=28</link>
			<pubDate>Sun, 22 Feb 2026 13:49:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://inyouchuuverse.net/member.php?action=profile&uid=1">Ellie</a>]]></dc:creator>
			<guid isPermaLink="false">https://inyouchuuverse.net/showthread.php?tid=28</guid>
			<description><![CDATA[<p>All right, so this section of the forum is dedicated to tech stuff. I'll be posting site-related changes and developments here, but anyone is welcome to post here if you want to chat about programming, tech news, web design, whatever.</p>]]></description>
			<content:encoded><![CDATA[<p>All right, so this section of the forum is dedicated to tech stuff. I'll be posting site-related changes and developments here, but anyone is welcome to post here if you want to chat about programming, tech news, web design, whatever.</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Site Layout Misadventures]]></title>
			<link>https://inyouchuuverse.net/showthread.php?tid=23</link>
			<pubDate>Thu, 19 Feb 2026 22:50:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://inyouchuuverse.net/member.php?action=profile&uid=1">Ellie</a>]]></dc:creator>
			<guid isPermaLink="false">https://inyouchuuverse.net/showthread.php?tid=23</guid>
			<description><![CDATA[<p>All right, we now have a theme that works with phones without being a horrible microscopic experience! </p>
<p>Just added the MyBB theme "Simplicity Dark." Primarily red and black color scheme. I'm thinking about maybe doing some further customizing with it, since there are a few issues I'm not a fan of, but one big bonus for some users is that it works waaaay better on mobile than the default theme.</p>
<p>If you're still on the default style, you can choose this one with the dropdown at the bottom of the page. The new style lacks that dropdown (lol) but you can go to User Control Panel &gt;&gt; Edit Options &gt;&gt; "Board Style" at the bottom to change it back.</p>
<p>I may adapt this in the future into a full "official" Inyouchuuverse forum theme (add back some white, and I'm kinda thinking flesh-cave background would be epic). But regardless, I will leave the original theme in place for those who may still prefer it. Unless nobody does!</p>]]></description>
			<content:encoded><![CDATA[<p>All right, we now have a theme that works with phones without being a horrible microscopic experience! </p>
<p>Just added the MyBB theme "Simplicity Dark." Primarily red and black color scheme. I'm thinking about maybe doing some further customizing with it, since there are a few issues I'm not a fan of, but one big bonus for some users is that it works waaaay better on mobile than the default theme.</p>
<p>If you're still on the default style, you can choose this one with the dropdown at the bottom of the page. The new style lacks that dropdown (lol) but you can go to User Control Panel &gt;&gt; Edit Options &gt;&gt; "Board Style" at the bottom to change it back.</p>
<p>I may adapt this in the future into a full "official" Inyouchuuverse forum theme (add back some white, and I'm kinda thinking flesh-cave background would be epic). But regardless, I will leave the original theme in place for those who may still prefer it. Unless nobody does!</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Inefficient websites suck!]]></title>
			<link>https://inyouchuuverse.net/showthread.php?tid=22</link>
			<pubDate>Wed, 18 Feb 2026 14:26:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://inyouchuuverse.net/member.php?action=profile&uid=1">Ellie</a>]]></dc:creator>
			<guid isPermaLink="false">https://inyouchuuverse.net/showthread.php?tid=22</guid>
			<description><![CDATA[<p>I ran into <a href="https://danluu.com/slow-device/" target="_blank" rel="noopener" class="mycode_url">this Danluu blog post</a> the other day, and found it fascinating. He performed a set of benchmark tests on all the major forum software, and then discussed the modern trends of inefficiency as well as how the entitled attitudes of developers contribute to it. Everything in the post is pretty much spot on, from my own experiences.</p>
<p>What really satisfied me was seeing the actual benchmark results (just a bit of scrolling down the page) and discovering that MyBB, the forum software Inyouchuuverse is built on, is one of the most efficient services out there for devices to connect to, even older ones. The one real downside to it is that it doesn't serve up a mobile layout for phone users, something the search engines wouldn't like about us.</p>
<p>That said, the fact that MyBB is open source means that if it doesn't do I want, I can just take a page from Lord Nightmare's playbook and rip out part of it and replace it with bits that work the way I want them to. With all the source code out there for reference, I can't imagine it would be too difficult to put together a mobile layout that could be served to users connecting from a phone. For that matter, there's a "MyBB Mobile" framework that allows the easy creation of a connected app with notifications and everything. Admittedly, though, that's a big project for a small community, so I'm not sure I'll be going that far.</p>
<p>Now, if that link looks a little bland, that's intentional. The creator decided to strip out pretty much all the CSS after discovering <a href="https://danluu.com/octopress-speedup/" target="_blank" rel="noopener" class="mycode_url">a bunch of inefficiencies</a> in Octopress, the blog platform he was using. The page is a bit hard to read at first, but after I'd read through a few screens of it, it all just started to feel right. I don't foresee our site turning into "default 90s style" if you will, but there's a lot of food for thought in there as to what should really matter when presenting information online. Honestly, it gives me a ton of ideas on efficient designs, and now that I'm rediscovering web programming, there's no telling what will come of all this.</p>
<p>That last link included a very interesting resource, webpagetest.org, which connects to a website and breaks down every connection and every bottleneck. So, of course, I turned it loose on Inyouchuuverse.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://inyouchuuverse.net/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=53" target="_blank" title="">image.png</a> (Size: 78.36 KB / Downloads: 12)
<!-- end: postbit_attachments_attachment --></p>
<p>Based on the knowledge that MyBB is pretty darn efficient, I wasn't too surprised with these results. Indeed, the entire page loads in about half a second. One thing I did find interesting was that the biggest resource drain was, of all possible things, the logo in the top left (1/10 second to download), with some jquery taking up a close second. I will admit there's a part of me that wants to swap out that PNG for the original SVG source, although at this point I doubt this forum could load much faster than it already does. Which makes me happy!</p>]]></description>
			<content:encoded><![CDATA[<p>I ran into <a href="https://danluu.com/slow-device/" target="_blank" rel="noopener" class="mycode_url">this Danluu blog post</a> the other day, and found it fascinating. He performed a set of benchmark tests on all the major forum software, and then discussed the modern trends of inefficiency as well as how the entitled attitudes of developers contribute to it. Everything in the post is pretty much spot on, from my own experiences.</p>
<p>What really satisfied me was seeing the actual benchmark results (just a bit of scrolling down the page) and discovering that MyBB, the forum software Inyouchuuverse is built on, is one of the most efficient services out there for devices to connect to, even older ones. The one real downside to it is that it doesn't serve up a mobile layout for phone users, something the search engines wouldn't like about us.</p>
<p>That said, the fact that MyBB is open source means that if it doesn't do I want, I can just take a page from Lord Nightmare's playbook and rip out part of it and replace it with bits that work the way I want them to. With all the source code out there for reference, I can't imagine it would be too difficult to put together a mobile layout that could be served to users connecting from a phone. For that matter, there's a "MyBB Mobile" framework that allows the easy creation of a connected app with notifications and everything. Admittedly, though, that's a big project for a small community, so I'm not sure I'll be going that far.</p>
<p>Now, if that link looks a little bland, that's intentional. The creator decided to strip out pretty much all the CSS after discovering <a href="https://danluu.com/octopress-speedup/" target="_blank" rel="noopener" class="mycode_url">a bunch of inefficiencies</a> in Octopress, the blog platform he was using. The page is a bit hard to read at first, but after I'd read through a few screens of it, it all just started to feel right. I don't foresee our site turning into "default 90s style" if you will, but there's a lot of food for thought in there as to what should really matter when presenting information online. Honestly, it gives me a ton of ideas on efficient designs, and now that I'm rediscovering web programming, there's no telling what will come of all this.</p>
<p>That last link included a very interesting resource, webpagetest.org, which connects to a website and breaks down every connection and every bottleneck. So, of course, I turned it loose on Inyouchuuverse.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://inyouchuuverse.net/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=53" target="_blank" title="">image.png</a> (Size: 78.36 KB / Downloads: 12)
<!-- end: postbit_attachments_attachment --></p>
<p>Based on the knowledge that MyBB is pretty darn efficient, I wasn't too surprised with these results. Indeed, the entire page loads in about half a second. One thing I did find interesting was that the biggest resource drain was, of all possible things, the logo in the top left (1/10 second to download), with some jquery taking up a close second. I will admit there's a part of me that wants to swap out that PNG for the original SVG source, although at this point I doubt this forum could load much faster than it already does. Which makes me happy!</p>]]></content:encoded>
		</item>
	</channel>
</rss>