add everything i was trying to make work
All checks were successful
/ build (push) Successful in 55s
All checks were successful
/ build (push) Successful in 55s
This commit is contained in:
parent
cf6d7a89ad
commit
6e057a5898
47 changed files with 3635 additions and 96 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# ruben's "i wanna be cool" website (now synth.download lol)
|
||||
# synth.download
|
||||
|
||||
the main homepage that powers [synth.download](https://synth.download). powered by [eleventy](https://www.11ty.dev).
|
||||
the main homepage that powers [synth.download](https://synth.download). generated with [eleventy](https://www.11ty.dev).
|
||||
|
||||
♡2025 All wrongs reversed. Please copy and share.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: donate
|
||||
layout: "layouts/donate/base.njk"
|
||||
permalink: "/donate/"
|
||||
---
|
||||
|
||||
<!-- donation window -->
|
||||
|
|
|
|||
|
|
@ -1,18 +1,21 @@
|
|||
<meta charset="UTF-8">
|
||||
<title>{{ title or metadata.title }} • synth download!</title>
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="{{ description or metadata.description }}">
|
||||
<meta name="generator" content="{{ eleventy.generator }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: home
|
||||
layout: "layouts/base.njk"
|
||||
permalink: "/index.html"
|
||||
---
|
||||
|
||||
<!-- simple site introduction -->
|
||||
|
|
@ -19,7 +20,7 @@ layout: "layouts/base.njk"
|
|||
</div>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<main>
|
||||
<p>Hey! Welcome to...</p>
|
||||
<a href="https://forged.synth.download/sneexy/synth"><img id="logo" loading="lazy" src="/assets/synth.download/logo_web.svg" alt="Synth.Download" /></a>
|
||||
<p>This is a website managed by <a href="/me">sneexy</a> with some services hosted here and there, mainly for friends.</p>
|
||||
|
|
@ -33,7 +34,7 @@ layout: "layouts/base.njk"
|
|||
<li><a href="https://asking.synth.download" style="padding: .2rem; color: var(--sapphire); background-color: color-mix(in srgb, var(--sapphire) 20%, transparent); border-radius: .2rem;">ask-js</a>, a platform for asking other users questions,</li>
|
||||
<li><small><a href="https://adarkroom.synth.download" style="padding: .2rem; color: var(--foreground); background-color: color-mix(in srgb, var(--foreground) 10%, transparent); border-radius: .2rem;">a dark room</a>, a text adventure game.</small></li>
|
||||
</ul>
|
||||
</section>
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- buttons -->
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: home
|
||||
layout: "layouts/me/base.njk"
|
||||
permalink: "/me/"
|
||||
---
|
||||
|
||||
<!-- simple introduction -->
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: ruben lore
|
||||
layout: "layouts/me/ruben/base-ruben.njk"
|
||||
permalink: "/me/ruben/"
|
||||
---
|
||||
|
||||
<!-- intro -->
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
---
|
||||
title: notebook
|
||||
layout: "layouts/base.njk"
|
||||
permalink: "/notebook/"
|
||||
---
|
||||
|
||||
{% set postslist = collections.post %}
|
||||
|
||||
<!-- notebook index -->
|
||||
<details open id="notebook" class="window">
|
||||
<summary>
|
||||
|
|
@ -19,19 +22,36 @@ layout: "layouts/base.njk"
|
|||
</div>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<main data-pagefind-body>
|
||||
<div id="search"></div>
|
||||
<h1><a href="#notebook">Notebook</a> <a href="./rss.xml"><span class="tabler--rss" style="transform: scale(1.5) translateY(.5rem);"></span></a></h1>
|
||||
<p>A public facing journal for myself, as probably the best way to put it. A blog-ish, writeup-ish, rant-ish place to dump personal thoughts and such into for <a href="/me">myself</a>.</p>
|
||||
<span class="seperator"></span>
|
||||
<details open class="notebook article-category">
|
||||
<summary>test</summary>
|
||||
<summary><span class="tabler--arrow-autofit-height"></span> test</summary>
|
||||
|
||||
{%- for other in collections.other %}
|
||||
<div class="article-card">
|
||||
<h2><a href="{{ other.url }}">{{ other.data.title }}</a></h2>
|
||||
<p class="tags-holder"><a href="{{ tagUrl }}">{{ other.tags }}</a></p>
|
||||
<p>{{ other.data.description }}</p>
|
||||
<a href="{{ other.url }}" class="read">read more</a>
|
||||
</div>
|
||||
{%- endfor %}
|
||||
|
||||
<div class="article-card">
|
||||
<h2>test</h2>
|
||||
<p><a class="tags">tag</a> <a class="tags">tag-2</a> <a class="tags">tag-3</a></p>
|
||||
<h2><a>test</a></h2>
|
||||
<p class="tags-holder"><a>tag</a> <a>tag-2</a> <a>tag-3</a></p>
|
||||
<p>description</p>
|
||||
<a href="./read">read more</a>
|
||||
<a class="read" href="./read">read more</a>
|
||||
</div>
|
||||
</details>
|
||||
</section>
|
||||
</details>
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- pagefind -->
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
53
_includes/layouts/post.njk
Normal file
53
_includes/layouts/post.njk
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
---
|
||||
title: notebook
|
||||
layout: "layouts/base.njk"
|
||||
section: post
|
||||
permalink: "/notebook/{{ date }}-{{ title | slugify }}/"
|
||||
---
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="information" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--info-circle"></span>
|
||||
</div>
|
||||
<a href="#information">information</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<section class="post-info">
|
||||
<p aria-hidden="true">---</p>
|
||||
<p><span>title:</span> {{ title or metadata.title }}</p>
|
||||
{%- set tagUrl %}/tags/{{ tags | slugify }}/{% endset %}
|
||||
<p><span>tags:</span> <a href="{{ tagUrl }}">{{ tags }}</a>{%- if not loop.last %}{% endif %}</p>
|
||||
<p aria-hidden="true">---</p>
|
||||
</section>
|
||||
</details>
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="post" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--article"></span>
|
||||
</div>
|
||||
<a href="#post">{{ title or metadata.title }}</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<main data-pagefind-body>
|
||||
<h1>{{ title or metadata.title }}</h1>
|
||||
{{ content | safe }}
|
||||
</main>
|
||||
</details>
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
<h1>ruben's "i wanna be cool" website (now synth.download lol)</h1>
|
||||
<p>the main homepage that powers <a href="https://synth.download">synth.download</a>. powered by <a href="https://www.11ty.dev">eleventy</a>.</p>
|
||||
<h1>synth.download</h1>
|
||||
<p>the main homepage that powers <a href="https://synth.download">synth.download</a>. generated with <a href="https://www.11ty.dev">eleventy</a>.</p>
|
||||
<p>♡2025 All wrongs reversed. Please copy and share.</p>
|
||||
|
|
|
|||
|
|
@ -4,22 +4,25 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>donate • synth download!</title>
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
<script async src="https://js.stripe.com/v3/buy-button.js"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,10 +4,47 @@
|
|||
<subtitle>a blog-ish writeup-ish rant-ish page to store random writings and thoughts in.</subtitle>
|
||||
<link href="https://synth.download/feed.xml" rel="self" />
|
||||
<link href="https://synth.download/" />
|
||||
<updated>2025-04-29T00:30:51Z</updated>
|
||||
<updated>2025-04-29T02:08:38Z</updated>
|
||||
<id>https://synth.download/</id>
|
||||
<author>
|
||||
<name>Sneexy</name>
|
||||
<email>sneexy@synth.download</email>
|
||||
</author>
|
||||
<entry>
|
||||
<title>ruben, the fat NAS synth</title>
|
||||
<link href="https://synth.download/notebook/-ruben-the-fat-nas-synth/" />
|
||||
<updated>2025-04-29T02:08:38Z</updated>
|
||||
<id>https://synth.download/notebook/-ruben-the-fat-nas-synth/</id>
|
||||
<content type="html"><blockquote>
|
||||
<p>[!NOTE] just a notice before anything
|
||||
this isn't a replacement for my actual lore/sona page over at https://synth.download/me/ruben/, this is just a testing and thought-dumping ground for figuring out any &quot;Lore&quot; and facts about how ruben works and how he generally is as a synth. once i'm happy with what i have here, i'll probably update the page above with the correct information as here and delete this page.
|
||||
making this public just to have the &quot;Updated&quot; lore.</p>
|
||||
<p>and if it wasn't obvious, yes, ruben is me, i am ruben. i'm treating &quot;Ruben&quot; as a character but i'm trying my best to actually make us identical here. and to what i would prefer if i had the actual chance of &quot;which body would you like and what would you like to do for a living&quot;</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>[!WARNING] okay cool, now the warning
|
||||
this page includes certain fetishes, mainly things <em>heavily</em> themed around fat, and some toppings of vore here and there. there may also being in general some Weird notes or other details here as well. nothing here is exactly nsfw or explicit, but please prepare yourself for these subjects. or just get off if you don't wanna see it. up to you.</p>
|
||||
</blockquote>
|
||||
<p>ruben is a fat synth. but also quite a specialized one.</p>
|
||||
<p>he was made with the specific purpose of being able to handle large amounts/volumes of digital data, whether its storing the data on himself or doing massive file transfers directly between two devices! just not really in a professional setting, he helps out his friends instead... and is also mainly lazy, and chills with the skills of &quot;average hobbyist selfhoster&quot;.</p>
|
||||
<p>from his purpose, that's mainly why he's fat (and shows interest in gaining <em>lots</em> of weight and mass). his body stores a <em>lot</em> of data and energy, possible due to his body having another set of tissues which is compatible with storing and processing data! and that's work well with the main special thing here:</p>
|
||||
<p>ruben's big gut and chest are made entirely of goo! and it's not just one goo - there's actually two layers of it inside, layered on top of each other. the outer layer, the thing you're pretty much always going to look at unless you decide to get inside of ruben, is a thick layer of energy! it just stores energy to save for ruben. on the inner layer, is the goo substance that handles various data processing as well as storage. they both sit inside of a tightly sealed goo container which also allows them to convert and transfer energy/data between the goo and the synth tissues, and vice versa.</p>
|
||||
<p>the data processing goo has an outer shell that makes it hard to penetrate through (although can manually disable it, and usually does if a friend wants to be inside of him via entering straight from his goo), the data is safely stored together in tightly formed &quot;clumps&quot;, not that they're visible to anyone when inside nor can exactly be felt. and with the energy layer on top serving as extra protection, he is quite safe from possible data corruption or anything of the like, at least in terms of the goo section of him.</p>
|
||||
<p>along with that, the inner data processing layer of ruben also serves as his stomach, as well as just being a comfy place for his friends to chill in. any &quot;foreign objects&quot; that enter it (e.g food or creatures) will have it's own flexible shell formed around it to try and prevent any extra damage that could happen with floating around within the same space of data. the data processing function can also &quot;digest&quot; said &quot;foreign objects&quot; into data, if said data isn't found to be useful when stored, it automatically gets marked as &quot;garbage data&quot; for him and can be processed into energy instead.</p>
|
||||
<p>the outer layer energy goo is completely safe to eat if desired, and changes flavor/colors depending on his mood, so feel free to get some bites out of him!</p>
|
||||
<p>ruben is fully capable of digesting normal foods (although, is unable to digest metals or anything of the sort). he can also belch and release gas (not through the other end though, ) and has emulated stomach sounds and grumbling. this isn't required at all for him or anything, he just thinks it's fun to have, especially to tease some friends with~</p>
|
||||
<p>his head (the top part) mostly consists of the visor, taking up most of the front of the head. it shows the basics, his eyes, the nostrils (which are there! just snuck a bit under where they're shown on the visor) as well as also being capable of displaying the current statuses for energy/charge levels and how much files and how many gigabytes/terabytes are stored on him. he has little discs attached on the side of his head, mounted near towards the back end of his visor, which have a display embedded in them. his antennas are also attached to said discs, which give his antennas mobility and allow them to move a bit.</p>
|
||||
<p>ruben, unlike other synths, is fully capable of running actual, computer software! he can run hypervisors with whatever operating system and has compatibility layers for both x86_64 and arm64! (we notice he seems to prefer arm64 whenever possible, assuming it's probably more efficient)</p>
|
||||
<p>...we're still unsure how he can do that, but it seems to most likely be a component somewhere in him that extends his current abilities with extra and proper hardware. we've also noticed that his &quot;firmware&quot;, if you will, is also a bit more advanced than other synths, but still relatively minimal.</p>
|
||||
<p>he gives out remote access to his body and systems to his friends, most of the time using it for, <em>proper</em> things, other times just to bloat him up for the hell of it. (not that he <em>doesn't</em> like it~)</p>
|
||||
<p>oh, he also likes being fattened up to hell. give him some zip bombs or overcharge him or something, he'll be the <em>perfect</em> goobed~</p>
|
||||
</content>
|
||||
</entry>
|
||||
<entry>
|
||||
<title>notebook</title>
|
||||
<link href="https://synth.download/notebook/" />
|
||||
<updated>2025-04-22T03:25:55Z</updated>
|
||||
<id>https://synth.download/notebook/</id>
|
||||
<content type="html"></content>
|
||||
</entry>
|
||||
</feed>
|
||||
|
|
@ -4,22 +4,25 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>home • synth download!</title>
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -158,7 +161,7 @@
|
|||
</div>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<main>
|
||||
<p>Hey! Welcome to...</p>
|
||||
<a href="https://forged.synth.download/sneexy/synth"><img id="logo" loading="lazy" src="/assets/synth.download/logo_web.svg" alt="Synth.Download" /></a>
|
||||
<p>This is a website managed by <a href="/me">sneexy</a> with some services hosted here and there, mainly for friends.</p>
|
||||
|
|
@ -172,7 +175,7 @@
|
|||
<li><a href="https://asking.synth.download" style="padding: .2rem; color: var(--sapphire); background-color: color-mix(in srgb, var(--sapphire) 20%, transparent); border-radius: .2rem;">ask-js</a>, a platform for asking other users questions,</li>
|
||||
<li><small><a href="https://adarkroom.synth.download" style="padding: .2rem; color: var(--foreground); background-color: color-mix(in srgb, var(--foreground) 10%, transparent); border-radius: .2rem;">a dark room</a>, a text adventure game.</small></li>
|
||||
</ul>
|
||||
</section>
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- buttons -->
|
||||
|
|
|
|||
|
|
@ -4,22 +4,25 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>about me • synth download!</title>
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/styles/colors-ruben.css">
|
||||
<link rel="stylesheet" type="text/css" href="/styles/page/me.css">
|
||||
<script defer src="https://booping.synth.download/embed.js"></script>
|
||||
|
|
|
|||
|
|
@ -4,22 +4,25 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ruben lore • synth download!</title>
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/styles/colors-ruben.css">
|
||||
</head>
|
||||
|
||||
|
|
|
|||
248
_site/notebook/-ruben-the-fat-nas-synth/index.html
Normal file
248
_site/notebook/-ruben-the-fat-nas-synth/index.html
Normal file
|
|
@ -0,0 +1,248 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ruben, the fat NAS synth • synth download!</title>
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta name="description" content="testing grounds for coming up with proper lore about my synth character">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- top navbar -->
|
||||
<div class="navbar">
|
||||
<a class="nav-base nav-left nav-baselink" href="/"><span class="tabler--grid-dots"></span> Synth Download!</a>
|
||||
<details class="nav-base nav-left nav-baselink-mobile">
|
||||
<summary><span class="tabler--grid-dots"></span> s <span aria-hidden="true" class="dot" style="background-color: var(--background) !important;"></span> d!</summary>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<nav class="nav-base nav-left nav-links">
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</nav>
|
||||
<details aria-label="Accessibility Settings" class="nav-base nav-right nav-accessibility">
|
||||
<summary><span aria-label="Accessibility Settings" class="tabler--accessible"></span></summary>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Accessibility Settings</p>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Theme</p>
|
||||
<p class="caption" style="color: var(--red);">Only works with JavaScript.</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="theme-auto" name="theme-setting" value="auto" checked />
|
||||
<label for="theme-auto">System (Auto)</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-light" name="theme-setting" value="light" />
|
||||
<label for="theme-light">Light</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-dark" name="theme-setting" value="dark" />
|
||||
<label for="theme-dark">Dark</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Font</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="font-jbm" name="font-setting" value="jbm" checked />
|
||||
<label for="font-jbm" style="font-family: 'JetBrains Mono', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">JetBrains Mono</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-ahn" name="font-setting" value="ahn" />
|
||||
<label for="font-ahn" style="font-family: 'Atkinson Hyperlegible Next', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Atkinson Hyperlegible Next</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-inter" name="font-setting" value="inter" />
|
||||
<label for="font-inter" style="font-family: 'Inter', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Inter</label><br>
|
||||
</span>
|
||||
<p class="caption" style="padding: .2rem 0px;">Support not guaranteed, but provided as options anyways:</p>
|
||||
<span>
|
||||
<input type="radio" id="font-sans-serif" name="font-setting" value="sans-serif" />
|
||||
<label for="font-sans-serif" style="font-family: sans-serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, serif !important;">Sans Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-serif" name="font-setting" value="serif" />
|
||||
<label for="font-serif" style="font-family: serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-monospace" name="font-setting" value="monospace" />
|
||||
<label for="font-monospace" style="font-family: monospace, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Monospace</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<span>
|
||||
<input type="checkbox" id="uncapitalization" name="uncapitalization" />
|
||||
<label for="uncapitalization">Disable forced uncapitalization</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-bg" name="disable-bg" />
|
||||
<label for="disable-bg">Disable background gradient</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-animations" name="disable-animations" />
|
||||
<label for="disable-animations">Disable animations</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-alttext" name="disable-alttext" />
|
||||
<label for="disable-alttext">Disable alt-text popup</label>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption">Disabling the alt-text popup or forced uncapitalization does not affect "normal" accessibility. The alt-text pop-up is custom made in replacement of using the <span class="code">title</span> attribute, and forced uncapitalization is done using CSS's <span class="code">text-transform</span>.</p>
|
||||
<p class="caption" style="padding: .6rem 0px;">These settings are done entirely with CSS (except the Theme settings), and will be saved into your browser if you have JavaScript enabled. Otherwise, <span style="color: var(--red);">your settings will not be saved.</span></p>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<p aria-hidden="true" class="nav-base nav-right nav-systray">
|
||||
<span class="tabler--bell"></span>
|
||||
<span class="tabler--volume"></span>
|
||||
<span class="tabler--wifi"></span>
|
||||
<span class="tabler--battery-filled"></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="information" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--info-circle"></span>
|
||||
</div>
|
||||
<a href="#information">information</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<section class="post-info">
|
||||
<p aria-hidden="true">---</p>
|
||||
<p><span>title:</span> ruben, the fat NAS synth</p>
|
||||
<p><span>tags:</span> <a href="/tags/posts-other-ruben-synth-oc/">posts,other,ruben,synth,oc</a></p>
|
||||
<p aria-hidden="true">---</p>
|
||||
</section>
|
||||
</details>
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="post" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--article"></span>
|
||||
</div>
|
||||
<a href="#post">ruben, the fat NAS synth</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<main data-pagefind-body>
|
||||
<h1>ruben, the fat NAS synth</h1>
|
||||
<blockquote>
|
||||
<p>[!NOTE] just a notice before anything
|
||||
this isn't a replacement for my actual lore/sona page over at https://synth.download/me/ruben/, this is just a testing and thought-dumping ground for figuring out any "Lore" and facts about how ruben works and how he generally is as a synth. once i'm happy with what i have here, i'll probably update the page above with the correct information as here and delete this page.
|
||||
making this public just to have the "Updated" lore.</p>
|
||||
<p>and if it wasn't obvious, yes, ruben is me, i am ruben. i'm treating "Ruben" as a character but i'm trying my best to actually make us identical here. and to what i would prefer if i had the actual chance of "which body would you like and what would you like to do for a living"</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>[!WARNING] okay cool, now the warning
|
||||
this page includes certain fetishes, mainly things <em>heavily</em> themed around fat, and some toppings of vore here and there. there may also being in general some Weird notes or other details here as well. nothing here is exactly nsfw or explicit, but please prepare yourself for these subjects. or just get off if you don't wanna see it. up to you.</p>
|
||||
</blockquote>
|
||||
<p>ruben is a fat synth. but also quite a specialized one.</p>
|
||||
<p>he was made with the specific purpose of being able to handle large amounts/volumes of digital data, whether its storing the data on himself or doing massive file transfers directly between two devices! just not really in a professional setting, he helps out his friends instead... and is also mainly lazy, and chills with the skills of "average hobbyist selfhoster".</p>
|
||||
<p>from his purpose, that's mainly why he's fat (and shows interest in gaining <em>lots</em> of weight and mass). his body stores a <em>lot</em> of data and energy, possible due to his body having another set of tissues which is compatible with storing and processing data! and that's work well with the main special thing here:</p>
|
||||
<p>ruben's big gut and chest are made entirely of goo! and it's not just one goo - there's actually two layers of it inside, layered on top of each other. the outer layer, the thing you're pretty much always going to look at unless you decide to get inside of ruben, is a thick layer of energy! it just stores energy to save for ruben. on the inner layer, is the goo substance that handles various data processing as well as storage. they both sit inside of a tightly sealed goo container which also allows them to convert and transfer energy/data between the goo and the synth tissues, and vice versa.</p>
|
||||
<p>the data processing goo has an outer shell that makes it hard to penetrate through (although can manually disable it, and usually does if a friend wants to be inside of him via entering straight from his goo), the data is safely stored together in tightly formed "clumps", not that they're visible to anyone when inside nor can exactly be felt. and with the energy layer on top serving as extra protection, he is quite safe from possible data corruption or anything of the like, at least in terms of the goo section of him.</p>
|
||||
<p>along with that, the inner data processing layer of ruben also serves as his stomach, as well as just being a comfy place for his friends to chill in. any "foreign objects" that enter it (e.g food or creatures) will have it's own flexible shell formed around it to try and prevent any extra damage that could happen with floating around within the same space of data. the data processing function can also "digest" said "foreign objects" into data, if said data isn't found to be useful when stored, it automatically gets marked as "garbage data" for him and can be processed into energy instead.</p>
|
||||
<p>the outer layer energy goo is completely safe to eat if desired, and changes flavor/colors depending on his mood, so feel free to get some bites out of him!</p>
|
||||
<p>ruben is fully capable of digesting normal foods (although, is unable to digest metals or anything of the sort). he can also belch and release gas (not through the other end though, ) and has emulated stomach sounds and grumbling. this isn't required at all for him or anything, he just thinks it's fun to have, especially to tease some friends with~</p>
|
||||
<p>his head (the top part) mostly consists of the visor, taking up most of the front of the head. it shows the basics, his eyes, the nostrils (which are there! just snuck a bit under where they're shown on the visor) as well as also being capable of displaying the current statuses for energy/charge levels and how much files and how many gigabytes/terabytes are stored on him. he has little discs attached on the side of his head, mounted near towards the back end of his visor, which have a display embedded in them. his antennas are also attached to said discs, which give his antennas mobility and allow them to move a bit.</p>
|
||||
<p>ruben, unlike other synths, is fully capable of running actual, computer software! he can run hypervisors with whatever operating system and has compatibility layers for both x86_64 and arm64! (we notice he seems to prefer arm64 whenever possible, assuming it's probably more efficient)</p>
|
||||
<p>...we're still unsure how he can do that, but it seems to most likely be a component somewhere in him that extends his current abilities with extra and proper hardware. we've also noticed that his "firmware", if you will, is also a bit more advanced than other synths, but still relatively minimal.</p>
|
||||
<p>he gives out remote access to his body and systems to his friends, most of the time using it for, <em>proper</em> things, other times just to bloat him up for the hell of it. (not that he <em>doesn't</em> like it~)</p>
|
||||
<p>oh, he also likes being fattened up to hell. give him some zip bombs or overcharge him or something, he'll be the <em>perfect</em> goobed~</p>
|
||||
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- webrings and credits -->
|
||||
<footer>
|
||||
<details open id="footer" class="window">
|
||||
<summary>
|
||||
<a href="#footer">Footer</a>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<p class="fediring"><b><a href="https://fediring.net/previous?host=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://fediring.net">Fediring</a> <a href="https://fediring.net/next?host=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://keithhacks.cyou/furryring.php?prev=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://keithhacks.cyou/furryring.php">furryring</a> <a href="https://keithhacks.cyou/furryring.php?next=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://stellophiliac.github.io/roboring/sneexy/previous" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://stellophiliac.github.io/roboring">roboring</a> <a href="https://stellophiliac.github.io/roboring/sneexy/next" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<section class="inner-footer">
|
||||
<a href="https://forged.synth.download/sneexy/pages" style="background-color: color-mix(in srgb, var(--maroon) 25%, transparent); color: var(--maroon);" aria-label="Website source!"><span class="tabler--brand-git" style="pointer-events: none;"></span></a>
|
||||
<a href="https://github.com/ayu-theme/ayu-colors" style="background-color: color-mix(in srgb, var(--accent) 25%, transparent); color: var(--accent);" aria-label="Ayu"><span class="tabler--palette" style="pointer-events: none;"></span></svg></a>
|
||||
<a href="https://tabler.io" style="background-color: color-mix(in srgb, var(--blue) 25%, transparent); color: var(--blue);" aria-label="Tabler"><span class="tabler--brand-tabler" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.jetbrains.com/lp/mono" style="background-color: color-mix(in srgb, var(--green) 25%, transparent); color: var(--green);" aria-label="JetBrains Mono"><span class="tabler--text-size" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.lexend.com" style="background-color: color-mix(in srgb, var(--sapphire) 25%, transparent); color: var(--sapphire);" aria-label="Lexend"><span class="tabler--letter-case" style="pointer-events: none;"></span></i></a>
|
||||
</section>
|
||||
<p style="padding-bottom: 14px;"><a href="https://synthspecies.com">Synth species</a> created by <a href="https://www.furaffinity.net/user/vader-san">Vader-San</a>, synth.download is not affiliated with the creator in any way.</p>
|
||||
<p>Made with <span class="rainbow">love</span>, <span class="rainbow">lack of sleep</span> and <span class="rainbow">procrastination</span></p>
|
||||
<p>♡2025 All wrongs reversed. Please copy and share.</p>
|
||||
<img src="/assets/dumpysynth.gif" alt="GIF of a synth with a massive butt, shaking it towards the viewer" />
|
||||
</section>
|
||||
</details>
|
||||
</footer>
|
||||
|
||||
<!-- element used for our alt popup -->
|
||||
<div class="alt-popup" id="alt-popup" aria-hidden="true"></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
248
_site/notebook/Last Modified-ruben-the-fat-nas-synth/index.html
Normal file
248
_site/notebook/Last Modified-ruben-the-fat-nas-synth/index.html
Normal file
|
|
@ -0,0 +1,248 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ruben, the fat NAS synth • synth download!</title>
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta name="description" content="testing grounds for coming up with proper lore about my synth character">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- top navbar -->
|
||||
<div class="navbar">
|
||||
<a class="nav-base nav-left nav-baselink" href="/"><span class="tabler--grid-dots"></span> Synth Download!</a>
|
||||
<details class="nav-base nav-left nav-baselink-mobile">
|
||||
<summary><span class="tabler--grid-dots"></span> s <span aria-hidden="true" class="dot" style="background-color: var(--background) !important;"></span> d!</summary>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<nav class="nav-base nav-left nav-links">
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</nav>
|
||||
<details aria-label="Accessibility Settings" class="nav-base nav-right nav-accessibility">
|
||||
<summary><span aria-label="Accessibility Settings" class="tabler--accessible"></span></summary>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Accessibility Settings</p>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Theme</p>
|
||||
<p class="caption" style="color: var(--red);">Only works with JavaScript.</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="theme-auto" name="theme-setting" value="auto" checked />
|
||||
<label for="theme-auto">System (Auto)</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-light" name="theme-setting" value="light" />
|
||||
<label for="theme-light">Light</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-dark" name="theme-setting" value="dark" />
|
||||
<label for="theme-dark">Dark</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Font</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="font-jbm" name="font-setting" value="jbm" checked />
|
||||
<label for="font-jbm" style="font-family: 'JetBrains Mono', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">JetBrains Mono</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-ahn" name="font-setting" value="ahn" />
|
||||
<label for="font-ahn" style="font-family: 'Atkinson Hyperlegible Next', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Atkinson Hyperlegible Next</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-inter" name="font-setting" value="inter" />
|
||||
<label for="font-inter" style="font-family: 'Inter', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Inter</label><br>
|
||||
</span>
|
||||
<p class="caption" style="padding: .2rem 0px;">Support not guaranteed, but provided as options anyways:</p>
|
||||
<span>
|
||||
<input type="radio" id="font-sans-serif" name="font-setting" value="sans-serif" />
|
||||
<label for="font-sans-serif" style="font-family: sans-serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, serif !important;">Sans Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-serif" name="font-setting" value="serif" />
|
||||
<label for="font-serif" style="font-family: serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-monospace" name="font-setting" value="monospace" />
|
||||
<label for="font-monospace" style="font-family: monospace, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Monospace</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<span>
|
||||
<input type="checkbox" id="uncapitalization" name="uncapitalization" />
|
||||
<label for="uncapitalization">Disable forced uncapitalization</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-bg" name="disable-bg" />
|
||||
<label for="disable-bg">Disable background gradient</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-animations" name="disable-animations" />
|
||||
<label for="disable-animations">Disable animations</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-alttext" name="disable-alttext" />
|
||||
<label for="disable-alttext">Disable alt-text popup</label>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption">Disabling the alt-text popup or forced uncapitalization does not affect "normal" accessibility. The alt-text pop-up is custom made in replacement of using the <span class="code">title</span> attribute, and forced uncapitalization is done using CSS's <span class="code">text-transform</span>.</p>
|
||||
<p class="caption" style="padding: .6rem 0px;">These settings are done entirely with CSS (except the Theme settings), and will be saved into your browser if you have JavaScript enabled. Otherwise, <span style="color: var(--red);">your settings will not be saved.</span></p>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<p aria-hidden="true" class="nav-base nav-right nav-systray">
|
||||
<span class="tabler--bell"></span>
|
||||
<span class="tabler--volume"></span>
|
||||
<span class="tabler--wifi"></span>
|
||||
<span class="tabler--battery-filled"></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="information" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--info-circle"></span>
|
||||
</div>
|
||||
<a href="#information">information</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<section class="post-info">
|
||||
<p aria-hidden="true">---</p>
|
||||
<p><span>title:</span> ruben, the fat NAS synth</p>
|
||||
<p><span>tags:</span> <a href="/tags/posts-other-ruben-synth-oc/">posts,other,ruben,synth,oc</a></p>
|
||||
<p aria-hidden="true">---</p>
|
||||
</section>
|
||||
</details>
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="post" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--article"></span>
|
||||
</div>
|
||||
<a href="#post">ruben, the fat NAS synth</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<main data-pagefind-body>
|
||||
<h1>ruben, the fat NAS synth</h1>
|
||||
<blockquote>
|
||||
<p>[!NOTE] just a notice before anything
|
||||
this isn't a replacement for my actual lore/sona page over at https://synth.download/me/ruben/, this is just a testing and thought-dumping ground for figuring out any "Lore" and facts about how ruben works and how he generally is as a synth. once i'm happy with what i have here, i'll probably update the page above with the correct information as here and delete this page.
|
||||
making this public just to have the "Updated" lore.</p>
|
||||
<p>and if it wasn't obvious, yes, ruben is me, i am ruben. i'm treating "Ruben" as a character but i'm trying my best to actually make us identical here. and to what i would prefer if i had the actual chance of "which body would you like and what would you like to do for a living"</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>[!WARNING] okay cool, now the warning
|
||||
this page includes certain fetishes, mainly things <em>heavily</em> themed around fat, and some toppings of vore here and there. there may also being in general some Weird notes or other details here as well. nothing here is exactly nsfw or explicit, but please prepare yourself for these subjects. or just get off if you don't wanna see it. up to you.</p>
|
||||
</blockquote>
|
||||
<p>ruben is a fat synth. but also quite a specialized one.</p>
|
||||
<p>he was made with the specific purpose of being able to handle large amounts/volumes of digital data, whether its storing the data on himself or doing massive file transfers directly between two devices! just not really in a professional setting, he helps out his friends instead... and is also mainly lazy, and chills with the skills of "average hobbyist selfhoster".</p>
|
||||
<p>from his purpose, that's mainly why he's fat (and shows interest in gaining <em>lots</em> of weight and mass). his body stores a <em>lot</em> of data and energy, possible due to his body having another set of tissues which is compatible with storing and processing data! and that's work well with the main special thing here:</p>
|
||||
<p>ruben's big gut and chest are made entirely of goo! and it's not just one goo - there's actually two layers of it inside, layered on top of each other. the outer layer, the thing you're pretty much always going to look at unless you decide to get inside of ruben, is a thick layer of energy! it just stores energy to save for ruben. on the inner layer, is the goo substance that handles various data processing as well as storage. they both sit inside of a tightly sealed goo container which also allows them to convert and transfer energy/data between the goo and the synth tissues, and vice versa.</p>
|
||||
<p>the data processing goo has an outer shell that makes it hard to penetrate through (although can manually disable it, and usually does if a friend wants to be inside of him via entering straight from his goo), the data is safely stored together in tightly formed "clumps", not that they're visible to anyone when inside nor can exactly be felt. and with the energy layer on top serving as extra protection, he is quite safe from possible data corruption or anything of the like, at least in terms of the goo section of him.</p>
|
||||
<p>along with that, the inner data processing layer of ruben also serves as his stomach, as well as just being a comfy place for his friends to chill in. any "foreign objects" that enter it (e.g food or creatures) will have it's own flexible shell formed around it to try and prevent any extra damage that could happen with floating around within the same space of data. the data processing function can also "digest" said "foreign objects" into data, if said data isn't found to be useful when stored, it automatically gets marked as "garbage data" for him and can be processed into energy instead.</p>
|
||||
<p>the outer layer energy goo is completely safe to eat if desired, and changes flavor/colors depending on his mood, so feel free to get some bites out of him!</p>
|
||||
<p>ruben is fully capable of digesting normal foods (although, is unable to digest metals or anything of the sort). he can also belch and release gas (not through the other end though, ) and has emulated stomach sounds and grumbling. this isn't required at all for him or anything, he just thinks it's fun to have, especially to tease some friends with~</p>
|
||||
<p>his head (the top part) mostly consists of the visor, taking up most of the front of the head. it shows the basics, his eyes, the nostrils (which are there! just snuck a bit under where they're shown on the visor) as well as also being capable of displaying the current statuses for energy/charge levels and how much files and how many gigabytes/terabytes are stored on him. he has little discs attached on the side of his head, mounted near towards the back end of his visor, which have a display embedded in them. his antennas are also attached to said discs, which give his antennas mobility and allow them to move a bit.</p>
|
||||
<p>ruben, unlike other synths, is fully capable of running actual, computer software! he can run hypervisors with whatever operating system and has compatibility layers for both x86_64 and arm64! (we notice he seems to prefer arm64 whenever possible, assuming it's probably more efficient)</p>
|
||||
<p>...we're still unsure how he can do that, but it seems to most likely be a component somewhere in him that extends his current abilities with extra and proper hardware. we've also noticed that his "firmware", if you will, is also a bit more advanced than other synths, but still relatively minimal.</p>
|
||||
<p>he gives out remote access to his body and systems to his friends, most of the time using it for, <em>proper</em> things, other times just to bloat him up for the hell of it. (not that he <em>doesn't</em> like it~)</p>
|
||||
<p>oh, he also likes being fattened up to hell. give him some zip bombs or overcharge him or something, he'll be the <em>perfect</em> goobed~</p>
|
||||
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- webrings and credits -->
|
||||
<footer>
|
||||
<details open id="footer" class="window">
|
||||
<summary>
|
||||
<a href="#footer">Footer</a>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<p class="fediring"><b><a href="https://fediring.net/previous?host=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://fediring.net">Fediring</a> <a href="https://fediring.net/next?host=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://keithhacks.cyou/furryring.php?prev=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://keithhacks.cyou/furryring.php">furryring</a> <a href="https://keithhacks.cyou/furryring.php?next=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://stellophiliac.github.io/roboring/sneexy/previous" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://stellophiliac.github.io/roboring">roboring</a> <a href="https://stellophiliac.github.io/roboring/sneexy/next" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<section class="inner-footer">
|
||||
<a href="https://forged.synth.download/sneexy/pages" style="background-color: color-mix(in srgb, var(--maroon) 25%, transparent); color: var(--maroon);" aria-label="Website source!"><span class="tabler--brand-git" style="pointer-events: none;"></span></a>
|
||||
<a href="https://github.com/ayu-theme/ayu-colors" style="background-color: color-mix(in srgb, var(--accent) 25%, transparent); color: var(--accent);" aria-label="Ayu"><span class="tabler--palette" style="pointer-events: none;"></span></svg></a>
|
||||
<a href="https://tabler.io" style="background-color: color-mix(in srgb, var(--blue) 25%, transparent); color: var(--blue);" aria-label="Tabler"><span class="tabler--brand-tabler" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.jetbrains.com/lp/mono" style="background-color: color-mix(in srgb, var(--green) 25%, transparent); color: var(--green);" aria-label="JetBrains Mono"><span class="tabler--text-size" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.lexend.com" style="background-color: color-mix(in srgb, var(--sapphire) 25%, transparent); color: var(--sapphire);" aria-label="Lexend"><span class="tabler--letter-case" style="pointer-events: none;"></span></i></a>
|
||||
</section>
|
||||
<p style="padding-bottom: 14px;"><a href="https://synthspecies.com">Synth species</a> created by <a href="https://www.furaffinity.net/user/vader-san">Vader-San</a>, synth.download is not affiliated with the creator in any way.</p>
|
||||
<p>Made with <span class="rainbow">love</span>, <span class="rainbow">lack of sleep</span> and <span class="rainbow">procrastination</span></p>
|
||||
<p>♡2025 All wrongs reversed. Please copy and share.</p>
|
||||
<img src="/assets/dumpysynth.gif" alt="GIF of a synth with a massive butt, shaking it towards the viewer" />
|
||||
</section>
|
||||
</details>
|
||||
</footer>
|
||||
|
||||
<!-- element used for our alt popup -->
|
||||
<div class="alt-popup" id="alt-popup" aria-hidden="true"></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,248 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ruben, the fat NAS synth • synth download!</title>
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta name="description" content="testing grounds for coming up with proper lore about my synth character">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- top navbar -->
|
||||
<div class="navbar">
|
||||
<a class="nav-base nav-left nav-baselink" href="/"><span class="tabler--grid-dots"></span> Synth Download!</a>
|
||||
<details class="nav-base nav-left nav-baselink-mobile">
|
||||
<summary><span class="tabler--grid-dots"></span> s <span aria-hidden="true" class="dot" style="background-color: var(--background) !important;"></span> d!</summary>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<nav class="nav-base nav-left nav-links">
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</nav>
|
||||
<details aria-label="Accessibility Settings" class="nav-base nav-right nav-accessibility">
|
||||
<summary><span aria-label="Accessibility Settings" class="tabler--accessible"></span></summary>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Accessibility Settings</p>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Theme</p>
|
||||
<p class="caption" style="color: var(--red);">Only works with JavaScript.</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="theme-auto" name="theme-setting" value="auto" checked />
|
||||
<label for="theme-auto">System (Auto)</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-light" name="theme-setting" value="light" />
|
||||
<label for="theme-light">Light</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-dark" name="theme-setting" value="dark" />
|
||||
<label for="theme-dark">Dark</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Font</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="font-jbm" name="font-setting" value="jbm" checked />
|
||||
<label for="font-jbm" style="font-family: 'JetBrains Mono', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">JetBrains Mono</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-ahn" name="font-setting" value="ahn" />
|
||||
<label for="font-ahn" style="font-family: 'Atkinson Hyperlegible Next', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Atkinson Hyperlegible Next</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-inter" name="font-setting" value="inter" />
|
||||
<label for="font-inter" style="font-family: 'Inter', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Inter</label><br>
|
||||
</span>
|
||||
<p class="caption" style="padding: .2rem 0px;">Support not guaranteed, but provided as options anyways:</p>
|
||||
<span>
|
||||
<input type="radio" id="font-sans-serif" name="font-setting" value="sans-serif" />
|
||||
<label for="font-sans-serif" style="font-family: sans-serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, serif !important;">Sans Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-serif" name="font-setting" value="serif" />
|
||||
<label for="font-serif" style="font-family: serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-monospace" name="font-setting" value="monospace" />
|
||||
<label for="font-monospace" style="font-family: monospace, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Monospace</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<span>
|
||||
<input type="checkbox" id="uncapitalization" name="uncapitalization" />
|
||||
<label for="uncapitalization">Disable forced uncapitalization</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-bg" name="disable-bg" />
|
||||
<label for="disable-bg">Disable background gradient</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-animations" name="disable-animations" />
|
||||
<label for="disable-animations">Disable animations</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-alttext" name="disable-alttext" />
|
||||
<label for="disable-alttext">Disable alt-text popup</label>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption">Disabling the alt-text popup or forced uncapitalization does not affect "normal" accessibility. The alt-text pop-up is custom made in replacement of using the <span class="code">title</span> attribute, and forced uncapitalization is done using CSS's <span class="code">text-transform</span>.</p>
|
||||
<p class="caption" style="padding: .6rem 0px;">These settings are done entirely with CSS (except the Theme settings), and will be saved into your browser if you have JavaScript enabled. Otherwise, <span style="color: var(--red);">your settings will not be saved.</span></p>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<p aria-hidden="true" class="nav-base nav-right nav-systray">
|
||||
<span class="tabler--bell"></span>
|
||||
<span class="tabler--volume"></span>
|
||||
<span class="tabler--wifi"></span>
|
||||
<span class="tabler--battery-filled"></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="information" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--info-circle"></span>
|
||||
</div>
|
||||
<a href="#information">information</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<section class="post-info">
|
||||
<p aria-hidden="true">---</p>
|
||||
<p><span>title:</span> ruben, the fat NAS synth</p>
|
||||
<p><span>tags:</span> [ None provided... ]</p>
|
||||
<p aria-hidden="true">---</p>
|
||||
</section>
|
||||
</details>
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="post" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--article"></span>
|
||||
</div>
|
||||
<a href="#post">ruben, the fat NAS synth</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<main data-pagefind-body>
|
||||
<h1>ruben, the fat NAS synth</h1>
|
||||
<blockquote>
|
||||
<p>[!NOTE] just a notice before anything
|
||||
this isn't a replacement for my actual lore/sona page over at https://synth.download/me/ruben/, this is just a testing and thought-dumping ground for figuring out any "Lore" and facts about how ruben works and how he generally is as a synth. once i'm happy with what i have here, i'll probably update the page above with the correct information as here and delete this page.
|
||||
making this public just to have the "Updated" lore.</p>
|
||||
<p>and if it wasn't obvious, yes, ruben is me, i am ruben. i'm treating "Ruben" as a character but i'm trying my best to actually make us identical here. and to what i would prefer if i had the actual chance of "which body would you like and what would you like to do for a living"</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>[!WARNING] okay cool, now the warning
|
||||
this page includes certain fetishes, mainly things <em>heavily</em> themed around fat, and some toppings of vore here and there. there may also being in general some Weird notes or other details here as well. nothing here is exactly nsfw or explicit, but please prepare yourself for these subjects. or just get off if you don't wanna see it. up to you.</p>
|
||||
</blockquote>
|
||||
<p>ruben is a fat synth. but also quite a specialized one.</p>
|
||||
<p>he was made with the specific purpose of being able to handle large amounts/volumes of digital data, whether its storing the data on himself or doing massive file transfers directly between two devices! just not really in a professional setting, he helps out his friends instead... and is also mainly lazy, and chills with the skills of "average hobbyist selfhoster".</p>
|
||||
<p>from his purpose, that's mainly why he's fat (and shows interest in gaining <em>lots</em> of weight and mass). his body stores a <em>lot</em> of data and energy, possible due to his body having another set of tissues which is compatible with storing and processing data! and that's work well with the main special thing here:</p>
|
||||
<p>ruben's big gut and chest are made entirely of goo! and it's not just one goo - there's actually two layers of it inside, layered on top of each other. the outer layer, the thing you're pretty much always going to look at unless you decide to get inside of ruben, is a thick layer of energy! it just stores energy to save for ruben. on the inner layer, is the goo substance that handles various data processing as well as storage. they both sit inside of a tightly sealed goo container which also allows them to convert and transfer energy/data between the goo and the synth tissues, and vice versa.</p>
|
||||
<p>the data processing goo has an outer shell that makes it hard to penetrate through (although can manually disable it, and usually does if a friend wants to be inside of him via entering straight from his goo), the data is safely stored together in tightly formed "clumps", not that they're visible to anyone when inside nor can exactly be felt. and with the energy layer on top serving as extra protection, he is quite safe from possible data corruption or anything of the like, at least in terms of the goo section of him.</p>
|
||||
<p>along with that, the inner data processing layer of ruben also serves as his stomach, as well as just being a comfy place for his friends to chill in. any "foreign objects" that enter it (e.g food or creatures) will have it's own flexible shell formed around it to try and prevent any extra damage that could happen with floating around within the same space of data. the data processing function can also "digest" said "foreign objects" into data, if said data isn't found to be useful when stored, it automatically gets marked as "garbage data" for him and can be processed into energy instead.</p>
|
||||
<p>the outer layer energy goo is completely safe to eat if desired, and changes flavor/colors depending on his mood, so feel free to get some bites out of him!</p>
|
||||
<p>ruben is fully capable of digesting normal foods (although, is unable to digest metals or anything of the sort). he can also belch and release gas (not through the other end though, ) and has emulated stomach sounds and grumbling. this isn't required at all for him or anything, he just thinks it's fun to have, especially to tease some friends with~</p>
|
||||
<p>his head (the top part) mostly consists of the visor, taking up most of the front of the head. it shows the basics, his eyes, the nostrils (which are there! just snuck a bit under where they're shown on the visor) as well as also being capable of displaying the current statuses for energy/charge levels and how much files and how many gigabytes/terabytes are stored on him. he has little discs attached on the side of his head, mounted near towards the back end of his visor, which have a display embedded in them. his antennas are also attached to said discs, which give his antennas mobility and allow them to move a bit.</p>
|
||||
<p>ruben, unlike other synths, is fully capable of running actual, computer software! he can run hypervisors with whatever operating system and has compatibility layers for both x86_64 and arm64! (we notice he seems to prefer arm64 whenever possible, assuming it's probably more efficient)</p>
|
||||
<p>...we're still unsure how he can do that, but it seems to most likely be a component somewhere in him that extends his current abilities with extra and proper hardware. we've also noticed that his "firmware", if you will, is also a bit more advanced than other synths, but still relatively minimal.</p>
|
||||
<p>he gives out remote access to his body and systems to his friends, most of the time using it for, <em>proper</em> things, other times just to bloat him up for the hell of it. (not that he <em>doesn't</em> like it~)</p>
|
||||
<p>oh, he also likes being fattened up to hell. give him some zip bombs or overcharge him or something, he'll be the <em>perfect</em> goobed~</p>
|
||||
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- webrings and credits -->
|
||||
<footer>
|
||||
<details open id="footer" class="window">
|
||||
<summary>
|
||||
<a href="#footer">Footer</a>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<p class="fediring"><b><a href="https://fediring.net/previous?host=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://fediring.net">Fediring</a> <a href="https://fediring.net/next?host=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://keithhacks.cyou/furryring.php?prev=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://keithhacks.cyou/furryring.php">furryring</a> <a href="https://keithhacks.cyou/furryring.php?next=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://stellophiliac.github.io/roboring/sneexy/previous" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://stellophiliac.github.io/roboring">roboring</a> <a href="https://stellophiliac.github.io/roboring/sneexy/next" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<section class="inner-footer">
|
||||
<a href="https://forged.synth.download/sneexy/pages" style="background-color: color-mix(in srgb, var(--maroon) 25%, transparent); color: var(--maroon);" aria-label="Website source!"><span class="tabler--brand-git" style="pointer-events: none;"></span></a>
|
||||
<a href="https://github.com/ayu-theme/ayu-colors" style="background-color: color-mix(in srgb, var(--accent) 25%, transparent); color: var(--accent);" aria-label="Ayu"><span class="tabler--palette" style="pointer-events: none;"></span></svg></a>
|
||||
<a href="https://tabler.io" style="background-color: color-mix(in srgb, var(--blue) 25%, transparent); color: var(--blue);" aria-label="Tabler"><span class="tabler--brand-tabler" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.jetbrains.com/lp/mono" style="background-color: color-mix(in srgb, var(--green) 25%, transparent); color: var(--green);" aria-label="JetBrains Mono"><span class="tabler--text-size" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.lexend.com" style="background-color: color-mix(in srgb, var(--sapphire) 25%, transparent); color: var(--sapphire);" aria-label="Lexend"><span class="tabler--letter-case" style="pointer-events: none;"></span></i></a>
|
||||
</section>
|
||||
<p style="padding-bottom: 14px;"><a href="https://synthspecies.com">Synth species</a> created by <a href="https://www.furaffinity.net/user/vader-san">Vader-San</a>, synth.download is not affiliated with the creator in any way.</p>
|
||||
<p>Made with <span class="rainbow">love</span>, <span class="rainbow">lack of sleep</span> and <span class="rainbow">procrastination</span></p>
|
||||
<p>♡2025 All wrongs reversed. Please copy and share.</p>
|
||||
<img src="/assets/dumpysynth.gif" alt="GIF of a synth with a massive butt, shaking it towards the viewer" />
|
||||
</section>
|
||||
</details>
|
||||
</footer>
|
||||
|
||||
<!-- element used for our alt popup -->
|
||||
<div class="alt-popup" id="alt-popup" aria-hidden="true"></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -4,22 +4,25 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>notebook • synth download!</title>
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -142,6 +145,8 @@
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- notebook index -->
|
||||
<details open id="notebook" class="window">
|
||||
<summary>
|
||||
|
|
@ -158,23 +163,37 @@
|
|||
</div>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<main data-pagefind-body>
|
||||
<div id="search"></div>
|
||||
<h1><a href="#notebook">Notebook</a> <a href="./rss.xml"><span class="tabler--rss" style="transform: scale(1.5) translateY(.5rem);"></span></a></h1>
|
||||
<p>A public facing journal for myself, as probably the best way to put it. A blog-ish, writeup-ish, rant-ish place to dump personal thoughts and such into for <a href="/me">myself</a>.</p>
|
||||
<span class="seperator"></span>
|
||||
<details open class="notebook article-category">
|
||||
<summary>test</summary>
|
||||
<summary><span class="tabler--arrow-autofit-height"></span> test</summary>
|
||||
<div class="article-card">
|
||||
<h2><a href="/notebook/-ruben-the-fat-nas-synth/">ruben, the fat NAS synth</a></h2>
|
||||
<p class="tags-holder"><a href=""></a></p>
|
||||
<p>testing grounds for coming up with proper lore about my synth character</p>
|
||||
<a href="/notebook/-ruben-the-fat-nas-synth/" class="read">read more</a>
|
||||
</div>
|
||||
|
||||
<div class="article-card">
|
||||
<h2>test</h2>
|
||||
<p><a class="tags">tag</a> <a class="tags">tag-2</a> <a class="tags">tag-3</a></p>
|
||||
<h2><a>test</a></h2>
|
||||
<p class="tags-holder"><a>tag</a> <a>tag-2</a> <a>tag-3</a></p>
|
||||
<p>description</p>
|
||||
<a href="./read">read more</a>
|
||||
<a class="read" href="./read">read more</a>
|
||||
</div>
|
||||
</details>
|
||||
</section>
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- pagefind -->
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- webrings and credits -->
|
||||
<footer>
|
||||
<details open id="footer" class="window">
|
||||
|
|
|
|||
247
_site/notebook/other/index.html
Normal file
247
_site/notebook/other/index.html
Normal file
|
|
@ -0,0 +1,247 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ruben, the fat NAS synth • synth download!</title>
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- top navbar -->
|
||||
<div class="navbar">
|
||||
<a class="nav-base nav-left nav-baselink" href="/"><span class="tabler--grid-dots"></span> Synth Download!</a>
|
||||
<details class="nav-base nav-left nav-baselink-mobile">
|
||||
<summary><span class="tabler--grid-dots"></span> s <span aria-hidden="true" class="dot" style="background-color: var(--background) !important;"></span> d!</summary>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<nav class="nav-base nav-left nav-links">
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</nav>
|
||||
<details aria-label="Accessibility Settings" class="nav-base nav-right nav-accessibility">
|
||||
<summary><span aria-label="Accessibility Settings" class="tabler--accessible"></span></summary>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Accessibility Settings</p>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Theme</p>
|
||||
<p class="caption" style="color: var(--red);">Only works with JavaScript.</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="theme-auto" name="theme-setting" value="auto" checked />
|
||||
<label for="theme-auto">System (Auto)</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-light" name="theme-setting" value="light" />
|
||||
<label for="theme-light">Light</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-dark" name="theme-setting" value="dark" />
|
||||
<label for="theme-dark">Dark</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Font</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="font-jbm" name="font-setting" value="jbm" checked />
|
||||
<label for="font-jbm" style="font-family: 'JetBrains Mono', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">JetBrains Mono</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-ahn" name="font-setting" value="ahn" />
|
||||
<label for="font-ahn" style="font-family: 'Atkinson Hyperlegible Next', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Atkinson Hyperlegible Next</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-inter" name="font-setting" value="inter" />
|
||||
<label for="font-inter" style="font-family: 'Inter', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Inter</label><br>
|
||||
</span>
|
||||
<p class="caption" style="padding: .2rem 0px;">Support not guaranteed, but provided as options anyways:</p>
|
||||
<span>
|
||||
<input type="radio" id="font-sans-serif" name="font-setting" value="sans-serif" />
|
||||
<label for="font-sans-serif" style="font-family: sans-serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, serif !important;">Sans Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-serif" name="font-setting" value="serif" />
|
||||
<label for="font-serif" style="font-family: serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-monospace" name="font-setting" value="monospace" />
|
||||
<label for="font-monospace" style="font-family: monospace, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Monospace</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<span>
|
||||
<input type="checkbox" id="uncapitalization" name="uncapitalization" />
|
||||
<label for="uncapitalization">Disable forced uncapitalization</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-bg" name="disable-bg" />
|
||||
<label for="disable-bg">Disable background gradient</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-animations" name="disable-animations" />
|
||||
<label for="disable-animations">Disable animations</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-alttext" name="disable-alttext" />
|
||||
<label for="disable-alttext">Disable alt-text popup</label>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption">Disabling the alt-text popup or forced uncapitalization does not affect "normal" accessibility. The alt-text pop-up is custom made in replacement of using the <span class="code">title</span> attribute, and forced uncapitalization is done using CSS's <span class="code">text-transform</span>.</p>
|
||||
<p class="caption" style="padding: .6rem 0px;">These settings are done entirely with CSS (except the Theme settings), and will be saved into your browser if you have JavaScript enabled. Otherwise, <span style="color: var(--red);">your settings will not be saved.</span></p>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<p aria-hidden="true" class="nav-base nav-right nav-systray">
|
||||
<span class="tabler--bell"></span>
|
||||
<span class="tabler--volume"></span>
|
||||
<span class="tabler--wifi"></span>
|
||||
<span class="tabler--battery-filled"></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="information" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--info-circle"></span>
|
||||
</div>
|
||||
<a href="#information">information</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<section class="post-info">
|
||||
<p aria-hidden="true">---</p>
|
||||
<p><span>title:</span> ruben, the fat NAS synth</p>
|
||||
<p><span>tags:</span> </p>
|
||||
<p aria-hidden="true">---</p>
|
||||
</section>
|
||||
</details>
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="post" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--article"></span>
|
||||
</div>
|
||||
<a href="#post">ruben, the fat NAS synth</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<main data-pagefind-body>
|
||||
<blockquote>
|
||||
<p>[!NOTE] just a notice before anything
|
||||
this isn't a replacement for my actual lore/sona page over at https://synth.download/me/ruben/, this is just a testing and thought-dumping ground for figuring out any "Lore" and facts about how ruben works and how he generally is as a synth. once i'm happy with what i have here, i'll probably update the page above with the correct information as here and delete this page.
|
||||
making this public just to have the "Updated" lore.</p>
|
||||
<p>and if it wasn't obvious, yes, ruben is me, i am ruben. i'm treating "Ruben" as a character but i'm trying my best to actually make us identical here. and to what i would prefer if i had the actual chance of "which body would you like and what would you like to do for a living"</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>[!WARNING] okay cool, now the warning
|
||||
this page includes certain fetishes, mainly things <em>heavily</em> themed around fat, and some toppings of vore here and there. there may also being in general some Weird notes or other details here as well. nothing here is exactly nsfw or explicit, but please prepare yourself for these subjects. or just get off if you don't wanna see it. up to you.</p>
|
||||
</blockquote>
|
||||
<p>ruben is a fat synth. but also quite a specialized one.</p>
|
||||
<p>he was made with the specific purpose of being able to handle large amounts/volumes of digital data, whether its storing the data on himself or doing massive file transfers directly between two devices! just not really in a professional setting, he helps out his friends instead... and is also mainly lazy, and chills with the skills of "average hobbyist selfhoster".</p>
|
||||
<p>from his purpose, that's mainly why he's fat (and shows interest in gaining <em>lots</em> of weight and mass). his body stores a <em>lot</em> of data and energy, possible due to his body having another set of tissues which is compatible with storing and processing data! and that's work well with the main special thing here:</p>
|
||||
<p>ruben's big gut and chest are made entirely of goo! and it's not just one goo - there's actually two layers of it inside, layered on top of each other. the outer layer, the thing you're pretty much always going to look at unless you decide to get inside of ruben, is a thick layer of energy! it just stores energy to save for ruben. on the inner layer, is the goo substance that handles various data processing as well as storage. they both sit inside of a tightly sealed goo container which also allows them to convert and transfer energy/data between the goo and the synth tissues, and vice versa.</p>
|
||||
<p>the data processing goo has an outer shell that makes it hard to penetrate through (although can manually disable it, and usually does if a friend wants to be inside of him via entering straight from his goo), the data is safely stored together in tightly formed "clumps", not that they're visible to anyone when inside nor can exactly be felt. and with the energy layer on top serving as extra protection, he is quite safe from possible data corruption or anything of the like, at least in terms of the goo section of him.</p>
|
||||
<p>along with that, the inner data processing layer of ruben also serves as his stomach, as well as just being a comfy place for his friends to chill in. any "foreign objects" that enter it (e.g food or creatures) will have it's own flexible shell formed around it to try and prevent any extra damage that could happen with floating around within the same space of data. the data processing function can also "digest" said "foreign objects" into data, if said data isn't found to be useful when stored, it automatically gets marked as "garbage data" for him and can be processed into energy instead.</p>
|
||||
<p>the outer layer energy goo is completely safe to eat if desired, and changes flavor/colors depending on his mood, so feel free to get some bites out of him!</p>
|
||||
<p>ruben is fully capable of digesting normal foods (although, is unable to digest metals or anything of the sort). he can also belch and release gas (not through the other end though, ) and has emulated stomach sounds and grumbling. this isn't required at all for him or anything, he just thinks it's fun to have, especially to tease some friends with~</p>
|
||||
<p>his head (the top part) mostly consists of the visor, taking up most of the front of the head. it shows the basics, his eyes, the nostrils (which are there! just snuck a bit under where they're shown on the visor) as well as also being capable of displaying the current statuses for energy/charge levels and how much files and how many gigabytes/terabytes are stored on him. he has little discs attached on the side of his head, mounted near towards the back end of his visor, which have a display embedded in them. his antennas are also attached to said discs, which give his antennas mobility and allow them to move a bit.</p>
|
||||
<p>ruben, unlike other synths, is fully capable of running actual, computer software! he can run hypervisors with whatever operating system and has compatibility layers for both x86_64 and arm64! (we notice he seems to prefer arm64 whenever possible, assuming it's probably more efficient)</p>
|
||||
<p>...we're still unsure how he can do that, but it seems to most likely be a component somewhere in him that extends his current abilities with extra and proper hardware. we've also noticed that his "firmware", if you will, is also a bit more advanced than other synths, but still relatively minimal.</p>
|
||||
<p>he gives out remote access to his body and systems to his friends, most of the time using it for, <em>proper</em> things, other times just to bloat him up for the hell of it. (not that he <em>doesn't</em> like it~)</p>
|
||||
<p>oh, he also likes being fattened up to hell. give him some zip bombs or overcharge him or something, he'll be the <em>perfect</em> goobed~</p>
|
||||
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- webrings and credits -->
|
||||
<footer>
|
||||
<details open id="footer" class="window">
|
||||
<summary>
|
||||
<a href="#footer">Footer</a>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<p class="fediring"><b><a href="https://fediring.net/previous?host=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://fediring.net">Fediring</a> <a href="https://fediring.net/next?host=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://keithhacks.cyou/furryring.php?prev=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://keithhacks.cyou/furryring.php">furryring</a> <a href="https://keithhacks.cyou/furryring.php?next=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://stellophiliac.github.io/roboring/sneexy/previous" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://stellophiliac.github.io/roboring">roboring</a> <a href="https://stellophiliac.github.io/roboring/sneexy/next" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<section class="inner-footer">
|
||||
<a href="https://forged.synth.download/sneexy/pages" style="background-color: color-mix(in srgb, var(--maroon) 25%, transparent); color: var(--maroon);" aria-label="Website source!"><span class="tabler--brand-git" style="pointer-events: none;"></span></a>
|
||||
<a href="https://github.com/ayu-theme/ayu-colors" style="background-color: color-mix(in srgb, var(--accent) 25%, transparent); color: var(--accent);" aria-label="Ayu"><span class="tabler--palette" style="pointer-events: none;"></span></svg></a>
|
||||
<a href="https://tabler.io" style="background-color: color-mix(in srgb, var(--blue) 25%, transparent); color: var(--blue);" aria-label="Tabler"><span class="tabler--brand-tabler" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.jetbrains.com/lp/mono" style="background-color: color-mix(in srgb, var(--green) 25%, transparent); color: var(--green);" aria-label="JetBrains Mono"><span class="tabler--text-size" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.lexend.com" style="background-color: color-mix(in srgb, var(--sapphire) 25%, transparent); color: var(--sapphire);" aria-label="Lexend"><span class="tabler--letter-case" style="pointer-events: none;"></span></i></a>
|
||||
</section>
|
||||
<p style="padding-bottom: 14px;"><a href="https://synthspecies.com">Synth species</a> created by <a href="https://www.furaffinity.net/user/vader-san">Vader-San</a>, synth.download is not affiliated with the creator in any way.</p>
|
||||
<p>Made with <span class="rainbow">love</span>, <span class="rainbow">lack of sleep</span> and <span class="rainbow">procrastination</span></p>
|
||||
<p>♡2025 All wrongs reversed. Please copy and share.</p>
|
||||
<img src="/assets/dumpysynth.gif" alt="GIF of a synth with a massive butt, shaking it towards the viewer" />
|
||||
</section>
|
||||
</details>
|
||||
</footer>
|
||||
|
||||
<!-- element used for our alt popup -->
|
||||
<div class="alt-popup" id="alt-popup" aria-hidden="true"></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
247
_site/notebook/other/ruben - synth/index.html
Normal file
247
_site/notebook/other/ruben - synth/index.html
Normal file
|
|
@ -0,0 +1,247 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ruben, the fat NAS synth • synth download!</title>
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- top navbar -->
|
||||
<div class="navbar">
|
||||
<a class="nav-base nav-left nav-baselink" href="/"><span class="tabler--grid-dots"></span> Synth Download!</a>
|
||||
<details class="nav-base nav-left nav-baselink-mobile">
|
||||
<summary><span class="tabler--grid-dots"></span> s <span aria-hidden="true" class="dot" style="background-color: var(--background) !important;"></span> d!</summary>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<nav class="nav-base nav-left nav-links">
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</nav>
|
||||
<details aria-label="Accessibility Settings" class="nav-base nav-right nav-accessibility">
|
||||
<summary><span aria-label="Accessibility Settings" class="tabler--accessible"></span></summary>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Accessibility Settings</p>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Theme</p>
|
||||
<p class="caption" style="color: var(--red);">Only works with JavaScript.</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="theme-auto" name="theme-setting" value="auto" checked />
|
||||
<label for="theme-auto">System (Auto)</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-light" name="theme-setting" value="light" />
|
||||
<label for="theme-light">Light</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-dark" name="theme-setting" value="dark" />
|
||||
<label for="theme-dark">Dark</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Font</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="font-jbm" name="font-setting" value="jbm" checked />
|
||||
<label for="font-jbm" style="font-family: 'JetBrains Mono', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">JetBrains Mono</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-ahn" name="font-setting" value="ahn" />
|
||||
<label for="font-ahn" style="font-family: 'Atkinson Hyperlegible Next', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Atkinson Hyperlegible Next</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-inter" name="font-setting" value="inter" />
|
||||
<label for="font-inter" style="font-family: 'Inter', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Inter</label><br>
|
||||
</span>
|
||||
<p class="caption" style="padding: .2rem 0px;">Support not guaranteed, but provided as options anyways:</p>
|
||||
<span>
|
||||
<input type="radio" id="font-sans-serif" name="font-setting" value="sans-serif" />
|
||||
<label for="font-sans-serif" style="font-family: sans-serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, serif !important;">Sans Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-serif" name="font-setting" value="serif" />
|
||||
<label for="font-serif" style="font-family: serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-monospace" name="font-setting" value="monospace" />
|
||||
<label for="font-monospace" style="font-family: monospace, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Monospace</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<span>
|
||||
<input type="checkbox" id="uncapitalization" name="uncapitalization" />
|
||||
<label for="uncapitalization">Disable forced uncapitalization</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-bg" name="disable-bg" />
|
||||
<label for="disable-bg">Disable background gradient</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-animations" name="disable-animations" />
|
||||
<label for="disable-animations">Disable animations</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-alttext" name="disable-alttext" />
|
||||
<label for="disable-alttext">Disable alt-text popup</label>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption">Disabling the alt-text popup or forced uncapitalization does not affect "normal" accessibility. The alt-text pop-up is custom made in replacement of using the <span class="code">title</span> attribute, and forced uncapitalization is done using CSS's <span class="code">text-transform</span>.</p>
|
||||
<p class="caption" style="padding: .6rem 0px;">These settings are done entirely with CSS (except the Theme settings), and will be saved into your browser if you have JavaScript enabled. Otherwise, <span style="color: var(--red);">your settings will not be saved.</span></p>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<p aria-hidden="true" class="nav-base nav-right nav-systray">
|
||||
<span class="tabler--bell"></span>
|
||||
<span class="tabler--volume"></span>
|
||||
<span class="tabler--wifi"></span>
|
||||
<span class="tabler--battery-filled"></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="information" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--info-circle"></span>
|
||||
</div>
|
||||
<a href="#information">information</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<section class="post-info">
|
||||
<p aria-hidden="true">---</p>
|
||||
<p><span>title:</span> ruben, the fat NAS synth</p>
|
||||
<p><span>tags:</span> </p>
|
||||
<p aria-hidden="true">---</p>
|
||||
</section>
|
||||
</details>
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="post" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--article"></span>
|
||||
</div>
|
||||
<a href="#post">ruben, the fat NAS synth</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<main data-pagefind-body>
|
||||
<blockquote>
|
||||
<p>[!NOTE] just a notice before anything
|
||||
this isn't a replacement for my actual lore/sona page over at https://synth.download/me/ruben/, this is just a testing and thought-dumping ground for figuring out any "Lore" and facts about how ruben works and how he generally is as a synth. once i'm happy with what i have here, i'll probably update the page above with the correct information as here and delete this page.
|
||||
making this public just to have the "Updated" lore.</p>
|
||||
<p>and if it wasn't obvious, yes, ruben is me, i am ruben. i'm treating "Ruben" as a character but i'm trying my best to actually make us identical here. and to what i would prefer if i had the actual chance of "which body would you like and what would you like to do for a living"</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>[!WARNING] okay cool, now the warning
|
||||
this page includes certain fetishes, mainly things <em>heavily</em> themed around fat, and some toppings of vore here and there. there may also being in general some Weird notes or other details here as well. nothing here is exactly nsfw or explicit, but please prepare yourself for these subjects. or just get off if you don't wanna see it. up to you.</p>
|
||||
</blockquote>
|
||||
<p>ruben is a fat synth. but also quite a specialized one.</p>
|
||||
<p>he was made with the specific purpose of being able to handle large amounts/volumes of digital data, whether its storing the data on himself or doing massive file transfers directly between two devices! just not really in a professional setting, he helps out his friends instead... and is also mainly lazy, and chills with the skills of "average hobbyist selfhoster".</p>
|
||||
<p>from his purpose, that's mainly why he's fat (and shows interest in gaining <em>lots</em> of weight and mass). his body stores a <em>lot</em> of data and energy, possible due to his body having another set of tissues which is compatible with storing and processing data! and that's work well with the main special thing here:</p>
|
||||
<p>ruben's big gut and chest are made entirely of goo! and it's not just one goo - there's actually two layers of it inside, layered on top of each other. the outer layer, the thing you're pretty much always going to look at unless you decide to get inside of ruben, is a thick layer of energy! it just stores energy to save for ruben. on the inner layer, is the goo substance that handles various data processing as well as storage. they both sit inside of a tightly sealed goo container which also allows them to convert and transfer energy/data between the goo and the synth tissues, and vice versa.</p>
|
||||
<p>the data processing goo has an outer shell that makes it hard to penetrate through (although can manually disable it, and usually does if a friend wants to be inside of him via entering straight from his goo), the data is safely stored together in tightly formed "clumps", not that they're visible to anyone when inside nor can exactly be felt. and with the energy layer on top serving as extra protection, he is quite safe from possible data corruption or anything of the like, at least in terms of the goo section of him.</p>
|
||||
<p>along with that, the inner data processing layer of ruben also serves as his stomach, as well as just being a comfy place for his friends to chill in. any "foreign objects" that enter it (e.g food or creatures) will have it's own flexible shell formed around it to try and prevent any extra damage that could happen with floating around within the same space of data. the data processing function can also "digest" said "foreign objects" into data, if said data isn't found to be useful when stored, it automatically gets marked as "garbage data" for him and can be processed into energy instead.</p>
|
||||
<p>the outer layer energy goo is completely safe to eat if desired, and changes flavor/colors depending on his mood, so feel free to get some bites out of him!</p>
|
||||
<p>ruben is fully capable of digesting normal foods (although, is unable to digest metals or anything of the sort). he can also belch and release gas (not through the other end though, ) and has emulated stomach sounds and grumbling. this isn't required at all for him or anything, he just thinks it's fun to have, especially to tease some friends with~</p>
|
||||
<p>his head (the top part) mostly consists of the visor, taking up most of the front of the head. it shows the basics, his eyes, the nostrils (which are there! just snuck a bit under where they're shown on the visor) as well as also being capable of displaying the current statuses for energy/charge levels and how much files and how many gigabytes/terabytes are stored on him. he has little discs attached on the side of his head, mounted near towards the back end of his visor, which have a display embedded in them. his antennas are also attached to said discs, which give his antennas mobility and allow them to move a bit.</p>
|
||||
<p>ruben, unlike other synths, is fully capable of running actual, computer software! he can run hypervisors with whatever operating system and has compatibility layers for both x86_64 and arm64! (we notice he seems to prefer arm64 whenever possible, assuming it's probably more efficient)</p>
|
||||
<p>...we're still unsure how he can do that, but it seems to most likely be a component somewhere in him that extends his current abilities with extra and proper hardware. we've also noticed that his "firmware", if you will, is also a bit more advanced than other synths, but still relatively minimal.</p>
|
||||
<p>he gives out remote access to his body and systems to his friends, most of the time using it for, <em>proper</em> things, other times just to bloat him up for the hell of it. (not that he <em>doesn't</em> like it~)</p>
|
||||
<p>oh, he also likes being fattened up to hell. give him some zip bombs or overcharge him or something, he'll be the <em>perfect</em> goobed~</p>
|
||||
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- webrings and credits -->
|
||||
<footer>
|
||||
<details open id="footer" class="window">
|
||||
<summary>
|
||||
<a href="#footer">Footer</a>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<p class="fediring"><b><a href="https://fediring.net/previous?host=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://fediring.net">Fediring</a> <a href="https://fediring.net/next?host=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://keithhacks.cyou/furryring.php?prev=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://keithhacks.cyou/furryring.php">furryring</a> <a href="https://keithhacks.cyou/furryring.php?next=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://stellophiliac.github.io/roboring/sneexy/previous" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://stellophiliac.github.io/roboring">roboring</a> <a href="https://stellophiliac.github.io/roboring/sneexy/next" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<section class="inner-footer">
|
||||
<a href="https://forged.synth.download/sneexy/pages" style="background-color: color-mix(in srgb, var(--maroon) 25%, transparent); color: var(--maroon);" aria-label="Website source!"><span class="tabler--brand-git" style="pointer-events: none;"></span></a>
|
||||
<a href="https://github.com/ayu-theme/ayu-colors" style="background-color: color-mix(in srgb, var(--accent) 25%, transparent); color: var(--accent);" aria-label="Ayu"><span class="tabler--palette" style="pointer-events: none;"></span></svg></a>
|
||||
<a href="https://tabler.io" style="background-color: color-mix(in srgb, var(--blue) 25%, transparent); color: var(--blue);" aria-label="Tabler"><span class="tabler--brand-tabler" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.jetbrains.com/lp/mono" style="background-color: color-mix(in srgb, var(--green) 25%, transparent); color: var(--green);" aria-label="JetBrains Mono"><span class="tabler--text-size" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.lexend.com" style="background-color: color-mix(in srgb, var(--sapphire) 25%, transparent); color: var(--sapphire);" aria-label="Lexend"><span class="tabler--letter-case" style="pointer-events: none;"></span></i></a>
|
||||
</section>
|
||||
<p style="padding-bottom: 14px;"><a href="https://synthspecies.com">Synth species</a> created by <a href="https://www.furaffinity.net/user/vader-san">Vader-San</a>, synth.download is not affiliated with the creator in any way.</p>
|
||||
<p>Made with <span class="rainbow">love</span>, <span class="rainbow">lack of sleep</span> and <span class="rainbow">procrastination</span></p>
|
||||
<p>♡2025 All wrongs reversed. Please copy and share.</p>
|
||||
<img src="/assets/dumpysynth.gif" alt="GIF of a synth with a massive butt, shaking it towards the viewer" />
|
||||
</section>
|
||||
</details>
|
||||
</footer>
|
||||
|
||||
<!-- element used for our alt popup -->
|
||||
<div class="alt-popup" id="alt-popup" aria-hidden="true"></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
248
_site/notebook/ruben-the-fat-nas-synth/index.html
Normal file
248
_site/notebook/ruben-the-fat-nas-synth/index.html
Normal file
|
|
@ -0,0 +1,248 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ruben, the fat NAS synth • synth download!</title>
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta name="description" content="testing grounds for coming up with proper lore about my synth character">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- top navbar -->
|
||||
<div class="navbar">
|
||||
<a class="nav-base nav-left nav-baselink" href="/"><span class="tabler--grid-dots"></span> Synth Download!</a>
|
||||
<details class="nav-base nav-left nav-baselink-mobile">
|
||||
<summary><span class="tabler--grid-dots"></span> s <span aria-hidden="true" class="dot" style="background-color: var(--background) !important;"></span> d!</summary>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<nav class="nav-base nav-left nav-links">
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</nav>
|
||||
<details aria-label="Accessibility Settings" class="nav-base nav-right nav-accessibility">
|
||||
<summary><span aria-label="Accessibility Settings" class="tabler--accessible"></span></summary>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Accessibility Settings</p>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Theme</p>
|
||||
<p class="caption" style="color: var(--red);">Only works with JavaScript.</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="theme-auto" name="theme-setting" value="auto" checked />
|
||||
<label for="theme-auto">System (Auto)</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-light" name="theme-setting" value="light" />
|
||||
<label for="theme-light">Light</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-dark" name="theme-setting" value="dark" />
|
||||
<label for="theme-dark">Dark</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Font</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="font-jbm" name="font-setting" value="jbm" checked />
|
||||
<label for="font-jbm" style="font-family: 'JetBrains Mono', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">JetBrains Mono</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-ahn" name="font-setting" value="ahn" />
|
||||
<label for="font-ahn" style="font-family: 'Atkinson Hyperlegible Next', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Atkinson Hyperlegible Next</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-inter" name="font-setting" value="inter" />
|
||||
<label for="font-inter" style="font-family: 'Inter', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Inter</label><br>
|
||||
</span>
|
||||
<p class="caption" style="padding: .2rem 0px;">Support not guaranteed, but provided as options anyways:</p>
|
||||
<span>
|
||||
<input type="radio" id="font-sans-serif" name="font-setting" value="sans-serif" />
|
||||
<label for="font-sans-serif" style="font-family: sans-serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, serif !important;">Sans Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-serif" name="font-setting" value="serif" />
|
||||
<label for="font-serif" style="font-family: serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-monospace" name="font-setting" value="monospace" />
|
||||
<label for="font-monospace" style="font-family: monospace, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Monospace</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<span>
|
||||
<input type="checkbox" id="uncapitalization" name="uncapitalization" />
|
||||
<label for="uncapitalization">Disable forced uncapitalization</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-bg" name="disable-bg" />
|
||||
<label for="disable-bg">Disable background gradient</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-animations" name="disable-animations" />
|
||||
<label for="disable-animations">Disable animations</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-alttext" name="disable-alttext" />
|
||||
<label for="disable-alttext">Disable alt-text popup</label>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption">Disabling the alt-text popup or forced uncapitalization does not affect "normal" accessibility. The alt-text pop-up is custom made in replacement of using the <span class="code">title</span> attribute, and forced uncapitalization is done using CSS's <span class="code">text-transform</span>.</p>
|
||||
<p class="caption" style="padding: .6rem 0px;">These settings are done entirely with CSS (except the Theme settings), and will be saved into your browser if you have JavaScript enabled. Otherwise, <span style="color: var(--red);">your settings will not be saved.</span></p>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<p aria-hidden="true" class="nav-base nav-right nav-systray">
|
||||
<span class="tabler--bell"></span>
|
||||
<span class="tabler--volume"></span>
|
||||
<span class="tabler--wifi"></span>
|
||||
<span class="tabler--battery-filled"></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="information" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--info-circle"></span>
|
||||
</div>
|
||||
<a href="#information">information</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<section class="post-info">
|
||||
<p aria-hidden="true">---</p>
|
||||
<p><span>title:</span> ruben, the fat NAS synth</p>
|
||||
<p><span>tags:</span> [ None provided... ]</p>
|
||||
<p aria-hidden="true">---</p>
|
||||
</section>
|
||||
</details>
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="post" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--article"></span>
|
||||
</div>
|
||||
<a href="#post">ruben, the fat NAS synth</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<main data-pagefind-body>
|
||||
<h1>ruben, the fat NAS synth</h1>
|
||||
<blockquote>
|
||||
<p>[!NOTE] just a notice before anything
|
||||
this isn't a replacement for my actual lore/sona page over at https://synth.download/me/ruben/, this is just a testing and thought-dumping ground for figuring out any "Lore" and facts about how ruben works and how he generally is as a synth. once i'm happy with what i have here, i'll probably update the page above with the correct information as here and delete this page.
|
||||
making this public just to have the "Updated" lore.</p>
|
||||
<p>and if it wasn't obvious, yes, ruben is me, i am ruben. i'm treating "Ruben" as a character but i'm trying my best to actually make us identical here. and to what i would prefer if i had the actual chance of "which body would you like and what would you like to do for a living"</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>[!WARNING] okay cool, now the warning
|
||||
this page includes certain fetishes, mainly things <em>heavily</em> themed around fat, and some toppings of vore here and there. there may also being in general some Weird notes or other details here as well. nothing here is exactly nsfw or explicit, but please prepare yourself for these subjects. or just get off if you don't wanna see it. up to you.</p>
|
||||
</blockquote>
|
||||
<p>ruben is a fat synth. but also quite a specialized one.</p>
|
||||
<p>he was made with the specific purpose of being able to handle large amounts/volumes of digital data, whether its storing the data on himself or doing massive file transfers directly between two devices! just not really in a professional setting, he helps out his friends instead... and is also mainly lazy, and chills with the skills of "average hobbyist selfhoster".</p>
|
||||
<p>from his purpose, that's mainly why he's fat (and shows interest in gaining <em>lots</em> of weight and mass). his body stores a <em>lot</em> of data and energy, possible due to his body having another set of tissues which is compatible with storing and processing data! and that's work well with the main special thing here:</p>
|
||||
<p>ruben's big gut and chest are made entirely of goo! and it's not just one goo - there's actually two layers of it inside, layered on top of each other. the outer layer, the thing you're pretty much always going to look at unless you decide to get inside of ruben, is a thick layer of energy! it just stores energy to save for ruben. on the inner layer, is the goo substance that handles various data processing as well as storage. they both sit inside of a tightly sealed goo container which also allows them to convert and transfer energy/data between the goo and the synth tissues, and vice versa.</p>
|
||||
<p>the data processing goo has an outer shell that makes it hard to penetrate through (although can manually disable it, and usually does if a friend wants to be inside of him via entering straight from his goo), the data is safely stored together in tightly formed "clumps", not that they're visible to anyone when inside nor can exactly be felt. and with the energy layer on top serving as extra protection, he is quite safe from possible data corruption or anything of the like, at least in terms of the goo section of him.</p>
|
||||
<p>along with that, the inner data processing layer of ruben also serves as his stomach, as well as just being a comfy place for his friends to chill in. any "foreign objects" that enter it (e.g food or creatures) will have it's own flexible shell formed around it to try and prevent any extra damage that could happen with floating around within the same space of data. the data processing function can also "digest" said "foreign objects" into data, if said data isn't found to be useful when stored, it automatically gets marked as "garbage data" for him and can be processed into energy instead.</p>
|
||||
<p>the outer layer energy goo is completely safe to eat if desired, and changes flavor/colors depending on his mood, so feel free to get some bites out of him!</p>
|
||||
<p>ruben is fully capable of digesting normal foods (although, is unable to digest metals or anything of the sort). he can also belch and release gas (not through the other end though, ) and has emulated stomach sounds and grumbling. this isn't required at all for him or anything, he just thinks it's fun to have, especially to tease some friends with~</p>
|
||||
<p>his head (the top part) mostly consists of the visor, taking up most of the front of the head. it shows the basics, his eyes, the nostrils (which are there! just snuck a bit under where they're shown on the visor) as well as also being capable of displaying the current statuses for energy/charge levels and how much files and how many gigabytes/terabytes are stored on him. he has little discs attached on the side of his head, mounted near towards the back end of his visor, which have a display embedded in them. his antennas are also attached to said discs, which give his antennas mobility and allow them to move a bit.</p>
|
||||
<p>ruben, unlike other synths, is fully capable of running actual, computer software! he can run hypervisors with whatever operating system and has compatibility layers for both x86_64 and arm64! (we notice he seems to prefer arm64 whenever possible, assuming it's probably more efficient)</p>
|
||||
<p>...we're still unsure how he can do that, but it seems to most likely be a component somewhere in him that extends his current abilities with extra and proper hardware. we've also noticed that his "firmware", if you will, is also a bit more advanced than other synths, but still relatively minimal.</p>
|
||||
<p>he gives out remote access to his body and systems to his friends, most of the time using it for, <em>proper</em> things, other times just to bloat him up for the hell of it. (not that he <em>doesn't</em> like it~)</p>
|
||||
<p>oh, he also likes being fattened up to hell. give him some zip bombs or overcharge him or something, he'll be the <em>perfect</em> goobed~</p>
|
||||
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- webrings and credits -->
|
||||
<footer>
|
||||
<details open id="footer" class="window">
|
||||
<summary>
|
||||
<a href="#footer">Footer</a>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<p class="fediring"><b><a href="https://fediring.net/previous?host=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://fediring.net">Fediring</a> <a href="https://fediring.net/next?host=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://keithhacks.cyou/furryring.php?prev=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://keithhacks.cyou/furryring.php">furryring</a> <a href="https://keithhacks.cyou/furryring.php?next=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://stellophiliac.github.io/roboring/sneexy/previous" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://stellophiliac.github.io/roboring">roboring</a> <a href="https://stellophiliac.github.io/roboring/sneexy/next" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<section class="inner-footer">
|
||||
<a href="https://forged.synth.download/sneexy/pages" style="background-color: color-mix(in srgb, var(--maroon) 25%, transparent); color: var(--maroon);" aria-label="Website source!"><span class="tabler--brand-git" style="pointer-events: none;"></span></a>
|
||||
<a href="https://github.com/ayu-theme/ayu-colors" style="background-color: color-mix(in srgb, var(--accent) 25%, transparent); color: var(--accent);" aria-label="Ayu"><span class="tabler--palette" style="pointer-events: none;"></span></svg></a>
|
||||
<a href="https://tabler.io" style="background-color: color-mix(in srgb, var(--blue) 25%, transparent); color: var(--blue);" aria-label="Tabler"><span class="tabler--brand-tabler" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.jetbrains.com/lp/mono" style="background-color: color-mix(in srgb, var(--green) 25%, transparent); color: var(--green);" aria-label="JetBrains Mono"><span class="tabler--text-size" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.lexend.com" style="background-color: color-mix(in srgb, var(--sapphire) 25%, transparent); color: var(--sapphire);" aria-label="Lexend"><span class="tabler--letter-case" style="pointer-events: none;"></span></i></a>
|
||||
</section>
|
||||
<p style="padding-bottom: 14px;"><a href="https://synthspecies.com">Synth species</a> created by <a href="https://www.furaffinity.net/user/vader-san">Vader-San</a>, synth.download is not affiliated with the creator in any way.</p>
|
||||
<p>Made with <span class="rainbow">love</span>, <span class="rainbow">lack of sleep</span> and <span class="rainbow">procrastination</span></p>
|
||||
<p>♡2025 All wrongs reversed. Please copy and share.</p>
|
||||
<img src="/assets/dumpysynth.gif" alt="GIF of a synth with a massive butt, shaking it towards the viewer" />
|
||||
</section>
|
||||
</details>
|
||||
</footer>
|
||||
|
||||
<!-- element used for our alt popup -->
|
||||
<div class="alt-popup" id="alt-popup" aria-hidden="true"></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
248
_site/notebook/undefined/index.html
Normal file
248
_site/notebook/undefined/index.html
Normal file
|
|
@ -0,0 +1,248 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ruben, the fat NAS synth • synth download!</title>
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://git.gay/sneexy">
|
||||
<meta lang="en-US">
|
||||
<meta name="description" content="testing grounds for coming up with proper lore about my synth character">
|
||||
<meta name="generator" content="Eleventy v3.0.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:url" content="https://synth.download/">
|
||||
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- top navbar -->
|
||||
<div class="navbar">
|
||||
<a class="nav-base nav-left nav-baselink" href="/"><span class="tabler--grid-dots"></span> Synth Download!</a>
|
||||
<details class="nav-base nav-left nav-baselink-mobile">
|
||||
<summary><span class="tabler--grid-dots"></span> s <span aria-hidden="true" class="dot" style="background-color: var(--background) !important;"></span> d!</summary>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<nav class="nav-base nav-left nav-links">
|
||||
<a href="/"><span class="tabler--home"></span> Home</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me"><span class="tabler--user"></span> About me</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/notebook"><span class="tabler--notebook"></span> Notebook</a>
|
||||
<div class="dot"></div>
|
||||
<a href="/me#links"><span class="tabler--link"></span> Links</a>
|
||||
</nav>
|
||||
<details aria-label="Accessibility Settings" class="nav-base nav-right nav-accessibility">
|
||||
<summary><span aria-label="Accessibility Settings" class="tabler--accessible"></span></summary>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Accessibility Settings</p>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Theme</p>
|
||||
<p class="caption" style="color: var(--red);">Only works with JavaScript.</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="theme-auto" name="theme-setting" value="auto" checked />
|
||||
<label for="theme-auto">System (Auto)</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-light" name="theme-setting" value="light" />
|
||||
<label for="theme-light">Light</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="theme-dark" name="theme-setting" value="dark" />
|
||||
<label for="theme-dark">Dark</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption section" style="font-size: smaller; opacity: .9;">Font</p>
|
||||
|
||||
<span>
|
||||
<input type="radio" id="font-jbm" name="font-setting" value="jbm" checked />
|
||||
<label for="font-jbm" style="font-family: 'JetBrains Mono', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">JetBrains Mono</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-ahn" name="font-setting" value="ahn" />
|
||||
<label for="font-ahn" style="font-family: 'Atkinson Hyperlegible Next', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Atkinson Hyperlegible Next</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-inter" name="font-setting" value="inter" />
|
||||
<label for="font-inter" style="font-family: 'Inter', system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Inter</label><br>
|
||||
</span>
|
||||
<p class="caption" style="padding: .2rem 0px;">Support not guaranteed, but provided as options anyways:</p>
|
||||
<span>
|
||||
<input type="radio" id="font-sans-serif" name="font-setting" value="sans-serif" />
|
||||
<label for="font-sans-serif" style="font-family: sans-serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, serif !important;">Sans Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-serif" name="font-setting" value="serif" />
|
||||
<label for="font-serif" style="font-family: serif, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Serif</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="radio" id="font-monospace" name="font-setting" value="monospace" />
|
||||
<label for="font-monospace" style="font-family: monospace, system-ui, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;">Monospace</label><br>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<span>
|
||||
<input type="checkbox" id="uncapitalization" name="uncapitalization" />
|
||||
<label for="uncapitalization">Disable forced uncapitalization</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-bg" name="disable-bg" />
|
||||
<label for="disable-bg">Disable background gradient</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-animations" name="disable-animations" />
|
||||
<label for="disable-animations">Disable animations</label><br>
|
||||
</span>
|
||||
<span>
|
||||
<input type="checkbox" id="disable-alttext" name="disable-alttext" />
|
||||
<label for="disable-alttext">Disable alt-text popup</label>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span aria-hidden="true" class="seperator"></span>
|
||||
<p class="caption">Disabling the alt-text popup or forced uncapitalization does not affect "normal" accessibility. The alt-text pop-up is custom made in replacement of using the <span class="code">title</span> attribute, and forced uncapitalization is done using CSS's <span class="code">text-transform</span>.</p>
|
||||
<p class="caption" style="padding: .6rem 0px;">These settings are done entirely with CSS (except the Theme settings), and will be saved into your browser if you have JavaScript enabled. Otherwise, <span style="color: var(--red);">your settings will not be saved.</span></p>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
<p aria-hidden="true" class="nav-base nav-right nav-systray">
|
||||
<span class="tabler--bell"></span>
|
||||
<span class="tabler--volume"></span>
|
||||
<span class="tabler--wifi"></span>
|
||||
<span class="tabler--battery-filled"></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="information" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--info-circle"></span>
|
||||
</div>
|
||||
<a href="#information">information</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<section class="post-info">
|
||||
<p aria-hidden="true">---</p>
|
||||
<p><span>title:</span> ruben, the fat NAS synth</p>
|
||||
<p><span>tags:</span> </p>
|
||||
<p aria-hidden="true">---</p>
|
||||
</section>
|
||||
</details>
|
||||
|
||||
<!-- the post window -->
|
||||
<details open id="post" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--article"></span>
|
||||
</div>
|
||||
<a href="#post">ruben, the fat NAS synth</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<main data-pagefind-body>
|
||||
<h1>ruben, the fat NAS synth</h1>
|
||||
<blockquote>
|
||||
<p>[!NOTE] just a notice before anything
|
||||
this isn't a replacement for my actual lore/sona page over at https://synth.download/me/ruben/, this is just a testing and thought-dumping ground for figuring out any "Lore" and facts about how ruben works and how he generally is as a synth. once i'm happy with what i have here, i'll probably update the page above with the correct information as here and delete this page.
|
||||
making this public just to have the "Updated" lore.</p>
|
||||
<p>and if it wasn't obvious, yes, ruben is me, i am ruben. i'm treating "Ruben" as a character but i'm trying my best to actually make us identical here. and to what i would prefer if i had the actual chance of "which body would you like and what would you like to do for a living"</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>[!WARNING] okay cool, now the warning
|
||||
this page includes certain fetishes, mainly things <em>heavily</em> themed around fat, and some toppings of vore here and there. there may also being in general some Weird notes or other details here as well. nothing here is exactly nsfw or explicit, but please prepare yourself for these subjects. or just get off if you don't wanna see it. up to you.</p>
|
||||
</blockquote>
|
||||
<p>ruben is a fat synth. but also quite a specialized one.</p>
|
||||
<p>he was made with the specific purpose of being able to handle large amounts/volumes of digital data, whether its storing the data on himself or doing massive file transfers directly between two devices! just not really in a professional setting, he helps out his friends instead... and is also mainly lazy, and chills with the skills of "average hobbyist selfhoster".</p>
|
||||
<p>from his purpose, that's mainly why he's fat (and shows interest in gaining <em>lots</em> of weight and mass). his body stores a <em>lot</em> of data and energy, possible due to his body having another set of tissues which is compatible with storing and processing data! and that's work well with the main special thing here:</p>
|
||||
<p>ruben's big gut and chest are made entirely of goo! and it's not just one goo - there's actually two layers of it inside, layered on top of each other. the outer layer, the thing you're pretty much always going to look at unless you decide to get inside of ruben, is a thick layer of energy! it just stores energy to save for ruben. on the inner layer, is the goo substance that handles various data processing as well as storage. they both sit inside of a tightly sealed goo container which also allows them to convert and transfer energy/data between the goo and the synth tissues, and vice versa.</p>
|
||||
<p>the data processing goo has an outer shell that makes it hard to penetrate through (although can manually disable it, and usually does if a friend wants to be inside of him via entering straight from his goo), the data is safely stored together in tightly formed "clumps", not that they're visible to anyone when inside nor can exactly be felt. and with the energy layer on top serving as extra protection, he is quite safe from possible data corruption or anything of the like, at least in terms of the goo section of him.</p>
|
||||
<p>along with that, the inner data processing layer of ruben also serves as his stomach, as well as just being a comfy place for his friends to chill in. any "foreign objects" that enter it (e.g food or creatures) will have it's own flexible shell formed around it to try and prevent any extra damage that could happen with floating around within the same space of data. the data processing function can also "digest" said "foreign objects" into data, if said data isn't found to be useful when stored, it automatically gets marked as "garbage data" for him and can be processed into energy instead.</p>
|
||||
<p>the outer layer energy goo is completely safe to eat if desired, and changes flavor/colors depending on his mood, so feel free to get some bites out of him!</p>
|
||||
<p>ruben is fully capable of digesting normal foods (although, is unable to digest metals or anything of the sort). he can also belch and release gas (not through the other end though, ) and has emulated stomach sounds and grumbling. this isn't required at all for him or anything, he just thinks it's fun to have, especially to tease some friends with~</p>
|
||||
<p>his head (the top part) mostly consists of the visor, taking up most of the front of the head. it shows the basics, his eyes, the nostrils (which are there! just snuck a bit under where they're shown on the visor) as well as also being capable of displaying the current statuses for energy/charge levels and how much files and how many gigabytes/terabytes are stored on him. he has little discs attached on the side of his head, mounted near towards the back end of his visor, which have a display embedded in them. his antennas are also attached to said discs, which give his antennas mobility and allow them to move a bit.</p>
|
||||
<p>ruben, unlike other synths, is fully capable of running actual, computer software! he can run hypervisors with whatever operating system and has compatibility layers for both x86_64 and arm64! (we notice he seems to prefer arm64 whenever possible, assuming it's probably more efficient)</p>
|
||||
<p>...we're still unsure how he can do that, but it seems to most likely be a component somewhere in him that extends his current abilities with extra and proper hardware. we've also noticed that his "firmware", if you will, is also a bit more advanced than other synths, but still relatively minimal.</p>
|
||||
<p>he gives out remote access to his body and systems to his friends, most of the time using it for, <em>proper</em> things, other times just to bloat him up for the hell of it. (not that he <em>doesn't</em> like it~)</p>
|
||||
<p>oh, he also likes being fattened up to hell. give him some zip bombs or overcharge him or something, he'll be the <em>perfect</em> goobed~</p>
|
||||
|
||||
</main>
|
||||
</details>
|
||||
|
||||
<!-- webrings and credits -->
|
||||
<footer>
|
||||
<details open id="footer" class="window">
|
||||
<summary>
|
||||
<a href="#footer">Footer</a>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<p class="fediring"><b><a href="https://fediring.net/previous?host=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://fediring.net">Fediring</a> <a href="https://fediring.net/next?host=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://keithhacks.cyou/furryring.php?prev=synth.download" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://keithhacks.cyou/furryring.php">furryring</a> <a href="https://keithhacks.cyou/furryring.php?next=synth.download" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<p class="fediring"><b><a href="https://stellophiliac.github.io/roboring/sneexy/previous" aria-label="Previous"><span class="tabler--arrow-left" style="pointer-events: none;"></span></a> <a href="https://stellophiliac.github.io/roboring">roboring</a> <a href="https://stellophiliac.github.io/roboring/sneexy/next" aria-label="Next"><span class="tabler--arrow-right" style="pointer-events: none;"></span></a></b></p>
|
||||
<section class="inner-footer">
|
||||
<a href="https://forged.synth.download/sneexy/pages" style="background-color: color-mix(in srgb, var(--maroon) 25%, transparent); color: var(--maroon);" aria-label="Website source!"><span class="tabler--brand-git" style="pointer-events: none;"></span></a>
|
||||
<a href="https://github.com/ayu-theme/ayu-colors" style="background-color: color-mix(in srgb, var(--accent) 25%, transparent); color: var(--accent);" aria-label="Ayu"><span class="tabler--palette" style="pointer-events: none;"></span></svg></a>
|
||||
<a href="https://tabler.io" style="background-color: color-mix(in srgb, var(--blue) 25%, transparent); color: var(--blue);" aria-label="Tabler"><span class="tabler--brand-tabler" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.jetbrains.com/lp/mono" style="background-color: color-mix(in srgb, var(--green) 25%, transparent); color: var(--green);" aria-label="JetBrains Mono"><span class="tabler--text-size" style="pointer-events: none;"></span></a>
|
||||
<a href="https://www.lexend.com" style="background-color: color-mix(in srgb, var(--sapphire) 25%, transparent); color: var(--sapphire);" aria-label="Lexend"><span class="tabler--letter-case" style="pointer-events: none;"></span></i></a>
|
||||
</section>
|
||||
<p style="padding-bottom: 14px;"><a href="https://synthspecies.com">Synth species</a> created by <a href="https://www.furaffinity.net/user/vader-san">Vader-San</a>, synth.download is not affiliated with the creator in any way.</p>
|
||||
<p>Made with <span class="rainbow">love</span>, <span class="rainbow">lack of sleep</span> and <span class="rainbow">procrastination</span></p>
|
||||
<p>♡2025 All wrongs reversed. Please copy and share.</p>
|
||||
<img src="/assets/dumpysynth.gif" alt="GIF of a synth with a massive butt, shaking it towards the viewer" />
|
||||
</section>
|
||||
</details>
|
||||
</footer>
|
||||
|
||||
<!-- element used for our alt popup -->
|
||||
<div class="alt-popup" id="alt-popup" aria-hidden="true"></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
BIN
_site/pagefind/fragment/en_b0ef6db.pf_fragment
Normal file
BIN
_site/pagefind/fragment/en_b0ef6db.pf_fragment
Normal file
Binary file not shown.
BIN
_site/pagefind/index/en_cd2977b.pf_index
Normal file
BIN
_site/pagefind/index/en_cd2977b.pf_index
Normal file
Binary file not shown.
1
_site/pagefind/pagefind-entry.json
Normal file
1
_site/pagefind/pagefind-entry.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"version":"1.3.0","languages":{"en":{"hash":"en_4096932af8","wasm":"en","page_count":1}}}
|
||||
1069
_site/pagefind/pagefind-highlight.js
Normal file
1069
_site/pagefind/pagefind-highlight.js
Normal file
File diff suppressed because it is too large
Load diff
214
_site/pagefind/pagefind-modular-ui.css
Normal file
214
_site/pagefind/pagefind-modular-ui.css
Normal file
|
|
@ -0,0 +1,214 @@
|
|||
:root {
|
||||
--pagefind-ui-scale: 0.8;
|
||||
--pagefind-ui-primary: #034AD8;
|
||||
--pagefind-ui-fade: #707070;
|
||||
--pagefind-ui-text: #393939;
|
||||
--pagefind-ui-background: #ffffff;
|
||||
--pagefind-ui-border: #eeeeee;
|
||||
--pagefind-ui-tag: #eeeeee;
|
||||
--pagefind-ui-border-width: 2px;
|
||||
--pagefind-ui-border-radius: 8px;
|
||||
--pagefind-ui-image-border-radius: 8px;
|
||||
--pagefind-ui-image-box-ratio: 3 / 2;
|
||||
--pagefind-ui-font: system, -apple-system, ".SFNSText-Regular",
|
||||
"San Francisco", "Roboto", "Segoe UI", "Helvetica Neue",
|
||||
"Lucida Grande", sans-serif;
|
||||
}
|
||||
|
||||
[data-pfmod-hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
[data-pfmod-suppressed] {
|
||||
opacity: 0 !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
[data-pfmod-sr-hidden] {
|
||||
-webkit-clip: rect(0 0 0 0) !important;
|
||||
clip: rect(0 0 0 0) !important;
|
||||
-webkit-clip-path: inset(100%) !important;
|
||||
clip-path: inset(100%) !important;
|
||||
height: 1px !important;
|
||||
overflow: hidden !important;
|
||||
overflow: clip !important;
|
||||
position: absolute !important;
|
||||
white-space: nowrap !important;
|
||||
width: 1px !important;
|
||||
}
|
||||
|
||||
[data-pfmod-loading] {
|
||||
color: var(--pagefind-ui-text);
|
||||
background-color: var(--pagefind-ui-text);
|
||||
border-radius: var(--pagefind-ui-border-radius);
|
||||
opacity: 0.1;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Input */
|
||||
|
||||
.pagefind-modular-input-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.pagefind-modular-input-wrapper::before {
|
||||
background-color: var(--pagefind-ui-text);
|
||||
width: calc(18px * var(--pagefind-ui-scale));
|
||||
height: calc(18px * var(--pagefind-ui-scale));
|
||||
top: calc(23px * var(--pagefind-ui-scale));
|
||||
left: calc(20px * var(--pagefind-ui-scale));
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: block;
|
||||
opacity: 0.7;
|
||||
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7549 11.255H11.9649L11.6849 10.985C12.6649 9.845 13.2549 8.365 13.2549 6.755C13.2549 3.165 10.3449 0.255005 6.75488 0.255005C3.16488 0.255005 0.254883 3.165 0.254883 6.755C0.254883 10.345 3.16488 13.255 6.75488 13.255C8.36488 13.255 9.84488 12.665 10.9849 11.685L11.2549 11.965V12.755L16.2549 17.745L17.7449 16.255L12.7549 11.255ZM6.75488 11.255C4.26488 11.255 2.25488 9.245 2.25488 6.755C2.25488 4.26501 4.26488 2.255 6.75488 2.255C9.24488 2.255 11.2549 4.26501 11.2549 6.755C11.2549 9.245 9.24488 11.255 6.75488 11.255Z' fill='%23000000'/%3E%3C/svg%3E%0A");
|
||||
mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7549 11.255H11.9649L11.6849 10.985C12.6649 9.845 13.2549 8.365 13.2549 6.755C13.2549 3.165 10.3449 0.255005 6.75488 0.255005C3.16488 0.255005 0.254883 3.165 0.254883 6.755C0.254883 10.345 3.16488 13.255 6.75488 13.255C8.36488 13.255 9.84488 12.665 10.9849 11.685L11.2549 11.965V12.755L16.2549 17.745L17.7449 16.255L12.7549 11.255ZM6.75488 11.255C4.26488 11.255 2.25488 9.245 2.25488 6.755C2.25488 4.26501 4.26488 2.255 6.75488 2.255C9.24488 2.255 11.2549 4.26501 11.2549 6.755C11.2549 9.245 9.24488 11.255 6.75488 11.255Z' fill='%23000000'/%3E%3C/svg%3E%0A");
|
||||
-webkit-mask-size: 100%;
|
||||
mask-size: 100%;
|
||||
z-index: 9;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.pagefind-modular-input {
|
||||
height: calc(64px * var(--pagefind-ui-scale));
|
||||
padding: 0 calc(70px * var(--pagefind-ui-scale)) 0 calc(54px * var(--pagefind-ui-scale));
|
||||
background-color: var(--pagefind-ui-background);
|
||||
border: var(--pagefind-ui-border-width) solid var(--pagefind-ui-border);
|
||||
border-radius: var(--pagefind-ui-border-radius);
|
||||
font-size: calc(21px * var(--pagefind-ui-scale));
|
||||
position: relative;
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.pagefind-modular-input::placeholder {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.pagefind-modular-input-clear {
|
||||
position: absolute;
|
||||
top: calc(2px * var(--pagefind-ui-scale));
|
||||
right: calc(2px * var(--pagefind-ui-scale));
|
||||
height: calc(60px * var(--pagefind-ui-scale));
|
||||
border-radius: var(--pagefind-ui-border-radius);
|
||||
padding: 0 calc(15px * var(--pagefind-ui-scale)) 0 calc(2px * var(--pagefind-ui-scale));
|
||||
color: var(--pagefind-ui-text);
|
||||
font-size: calc(14px * var(--pagefind-ui-scale));
|
||||
cursor: pointer;
|
||||
background-color: var(--pagefind-ui-background);
|
||||
border: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
/* ResultList */
|
||||
|
||||
.pagefind-modular-list-result {
|
||||
list-style-type: none;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: min(calc(40px * var(--pagefind-ui-scale)), 3%);
|
||||
padding: calc(30px * var(--pagefind-ui-scale)) 0 calc(40px * var(--pagefind-ui-scale));
|
||||
border-top: solid var(--pagefind-ui-border-width) var(--pagefind-ui-border);
|
||||
}
|
||||
|
||||
.pagefind-modular-list-result:last-of-type {
|
||||
border-bottom: solid var(--pagefind-ui-border-width) var(--pagefind-ui-border);
|
||||
}
|
||||
|
||||
.pagefind-modular-list-thumb {
|
||||
width: min(30%,
|
||||
calc((30% - (100px * var(--pagefind-ui-scale))) * 100000));
|
||||
max-width: calc(120px * var(--pagefind-ui-scale));
|
||||
margin-top: calc(10px * var(--pagefind-ui-scale));
|
||||
aspect-ratio: var(--pagefind-ui-image-box-ratio);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.pagefind-modular-list-image {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
font-size: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
border-radius: var(--pagefind-ui-image-border-radius);
|
||||
}
|
||||
|
||||
.pagefind-modular-list-inner {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
margin-top: calc(10px * var(--pagefind-ui-scale));
|
||||
}
|
||||
|
||||
.pagefind-modular-list-title {
|
||||
display: inline-block;
|
||||
font-weight: 700;
|
||||
font-size: calc(21px * var(--pagefind-ui-scale));
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.pagefind-modular-list-link {
|
||||
color: var(--pagefind-ui-text);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pagefind-modular-list-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.pagefind-modular-list-excerpt {
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
font-size: calc(16px * var(--pagefind-ui-scale));
|
||||
margin-top: calc(4px * var(--pagefind-ui-scale));
|
||||
margin-bottom: 0;
|
||||
min-width: calc(250px * var(--pagefind-ui-scale));
|
||||
}
|
||||
|
||||
/* FilterPills */
|
||||
|
||||
.pagefind-modular-filter-pills-wrapper {
|
||||
overflow-x: scroll;
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
.pagefind-modular-filter-pills {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.pagefind-modular-filter-pill {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: none;
|
||||
appearance: none;
|
||||
padding: 0 calc(24px * var(--pagefind-ui-scale));
|
||||
background-color: var(--pagefind-ui-background);
|
||||
color: var(--pagefind-ui-fade);
|
||||
border: var(--pagefind-ui-border-width) solid var(--pagefind-ui-border);
|
||||
border-radius: calc(25px * var(--pagefind-ui-scale));
|
||||
font-size: calc(18px * var(--pagefind-ui-scale));
|
||||
height: calc(50px * var(--pagefind-ui-scale));
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.pagefind-modular-filter-pill:hover {
|
||||
border-color: var(--pagefind-ui-primary);
|
||||
}
|
||||
|
||||
.pagefind-modular-filter-pill[aria-pressed="true"] {
|
||||
border-color: var(--pagefind-ui-primary);
|
||||
color: var(--pagefind-ui-primary);
|
||||
}
|
||||
8
_site/pagefind/pagefind-modular-ui.js
Normal file
8
_site/pagefind/pagefind-modular-ui.js
Normal file
File diff suppressed because one or more lines are too long
1
_site/pagefind/pagefind-ui.css
Normal file
1
_site/pagefind/pagefind-ui.css
Normal file
File diff suppressed because one or more lines are too long
2
_site/pagefind/pagefind-ui.js
Normal file
2
_site/pagefind/pagefind-ui.js
Normal file
File diff suppressed because one or more lines are too long
BIN
_site/pagefind/pagefind.en_4096932af8.pf_meta
Normal file
BIN
_site/pagefind/pagefind.en_4096932af8.pf_meta
Normal file
Binary file not shown.
9
_site/pagefind/pagefind.js
Normal file
9
_site/pagefind/pagefind.js
Normal file
File diff suppressed because one or more lines are too long
BIN
_site/pagefind/wasm.en.pagefind
Normal file
BIN
_site/pagefind/wasm.en.pagefind
Normal file
Binary file not shown.
BIN
_site/pagefind/wasm.unknown.pagefind
Normal file
BIN
_site/pagefind/wasm.unknown.pagefind
Normal file
Binary file not shown.
|
|
@ -117,10 +117,24 @@
|
|||
/ ╰─────────────────────────────────╯
|
||||
/ styling - regular styling for regular/global html elements */
|
||||
|
||||
:root {
|
||||
--pagefind-ui-font: var(--font-family);
|
||||
--pagefind-ui-primary: var(--foreground);
|
||||
--pagefind-ui-text: var(--foreground);
|
||||
--pagefind-ui-background: var(--background);
|
||||
--pagefind-ui-border: var(--accent);
|
||||
--pagefind-ui-tag: var(--background);
|
||||
}
|
||||
|
||||
/* ----------------------------------
|
||||
- background wallpaper, global font -
|
||||
---------------------------------- */
|
||||
|
||||
html {
|
||||
background: var(--background) linear-gradient(var(--background) 50%, color-mix(in srgb, var(--accent) 25%, var(--background)) 50%);
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
body {
|
||||
background: linear-gradient(var(--background), color-mix(in srgb, var(--accent) 25%, var(--background)));
|
||||
min-height: calc(100vh - 4rem);
|
||||
|
|
@ -528,7 +542,7 @@ summary {
|
|||
}
|
||||
}
|
||||
|
||||
section, article {
|
||||
main, section, article {
|
||||
padding: .8rem;
|
||||
}
|
||||
|
||||
|
|
@ -638,7 +652,7 @@ footer {
|
|||
padding: .3rem 0rem .3rem 1rem !important;
|
||||
}
|
||||
|
||||
section, article {
|
||||
main, section, article {
|
||||
padding: 1rem !important;
|
||||
}
|
||||
|
||||
|
|
@ -891,7 +905,7 @@ footer {
|
|||
|
||||
animation: unset !important;
|
||||
|
||||
section, article {
|
||||
main, section, article {
|
||||
padding: .5rem;
|
||||
}
|
||||
|
||||
|
|
@ -926,6 +940,24 @@ footer {
|
|||
=======================================================================
|
||||
-------------------------------------------------------------------- */
|
||||
|
||||
/* ╭────────────────────────────────────────────╮
|
||||
/ │ __ _ _ │
|
||||
/ │ _ __ __ _ __ _ ___ / _(_)_ __ __| | │
|
||||
/ │ | '_ \ / _` |/ _` |/ _ \ |_| | '_ \ / _` | │
|
||||
/ │ | |_) | (_| | (_| | __/ _| | | | | (_| | │
|
||||
/ │ | .__/ \__,_|\__, |\___|_| |_|_| |_|\__,_| │
|
||||
/ │ |_| |___/ │
|
||||
/ ╰────────────────────────────────────────────╯
|
||||
/ pagefind - pagefind search widget styling */
|
||||
|
||||
/* #search {
|
||||
padding: .2rem;
|
||||
} */
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
=======================================================================
|
||||
-------------------------------------------------------------------- */
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
=======================================================================
|
||||
-------------------------------------------------------------------- */
|
||||
|
|
@ -944,7 +976,7 @@ footer {
|
|||
/ home - specific styling for the main synth.download home page (index.md) */
|
||||
|
||||
#site.window.home {
|
||||
section {
|
||||
main, section {
|
||||
a:nth-child(2) {
|
||||
cursor: default;
|
||||
}
|
||||
|
|
@ -1001,7 +1033,7 @@ footer {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 59em) {
|
||||
#site.window.home > section {
|
||||
#site.window.home > main, #site.window.home > section {
|
||||
#logo {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
@ -1021,4 +1053,90 @@ footer {
|
|||
/ ╰──────────────────────────────────────────────╯
|
||||
/ notebook - specific styling for the notebook page where blogish things live */
|
||||
|
||||
.notebook
|
||||
details.notebook.article-category {
|
||||
overflow: clip;
|
||||
border-radius: .8rem .4rem .8rem .4rem;
|
||||
background-color: color-mix(in srgb, var(--accent) 15%, transparent);
|
||||
padding-bottom: .01rem; /* weird bug ??? without this there is no space underneath so */
|
||||
|
||||
summary {
|
||||
span {
|
||||
padding-right: .6rem;
|
||||
}
|
||||
|
||||
padding: .5rem;
|
||||
background: linear-gradient(color-mix(in srgb, var(--accent) 15%, transparent), color-mix(in srgb, var(--accent) 30%, transparent));
|
||||
border-bottom: unset !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.article-card {
|
||||
padding: 1rem;
|
||||
margin: 1.4rem;
|
||||
border-radius: 1rem;
|
||||
background-color: var(--background);
|
||||
|
||||
h2 {
|
||||
margin-top: 0rem !important;
|
||||
}
|
||||
|
||||
.tags-holder {
|
||||
margin-top: -.7rem !important;
|
||||
|
||||
a {
|
||||
margin-top: -1rem !important;
|
||||
transition: all .2s;
|
||||
opacity: .9;
|
||||
padding: .3rem;
|
||||
border: solid .1rem var(--accent);
|
||||
border-radius: .4rem;
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
opacity: 1;
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.read {
|
||||
transition: all .2s;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.read:hover {
|
||||
transition: all .2s;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 59em) {
|
||||
details.notebook {
|
||||
.article-card {
|
||||
padding: .5rem;
|
||||
margin: .6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ------------------------------------
|
||||
- addition to above (the post pages ) -
|
||||
------------------------------------ */
|
||||
|
||||
#information.window {
|
||||
.post-info {
|
||||
p {
|
||||
margin: 0rem !important;
|
||||
}
|
||||
|
||||
span {
|
||||
color: var(--ui-green);
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
p:first-child, p:last-child {
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ it doesn't have a name, call it "synth.download color scheme official real"
|
|||
--foreground: #3d454d;
|
||||
--selection: #f0eee4;
|
||||
--comment: #abb0b6;
|
||||
--accent: #ffaa33;
|
||||
--accent: #fd9e1a;
|
||||
|
||||
/* original ayu colors */
|
||||
--orange: #ff9940;
|
||||
|
|
|
|||
|
|
@ -655,4 +655,19 @@ uses Tabler icons via https://icon-sets.iconify.design/tabler to generate reusab
|
|||
mask-repeat: no-repeat;
|
||||
-webkit-mask-size: 100% 100%;
|
||||
mask-size: 100% 100%;
|
||||
}
|
||||
}
|
||||
/* ti-arrow-autofit-height */
|
||||
.tabler--arrow-autofit-height {
|
||||
display: inline-block;
|
||||
width: 1.3rem;
|
||||
height: 1.3rem;
|
||||
vertical-align: top;
|
||||
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6m6 10v7m0-18v7m-3 8l3 3l3-3M15 6l3-3l3 3'/%3E%3C/svg%3E");
|
||||
background-color: currentColor;
|
||||
-webkit-mask-image: var(--svg);
|
||||
mask-image: var(--svg);
|
||||
-webkit-mask-repeat: no-repeat;
|
||||
mask-repeat: no-repeat;
|
||||
-webkit-mask-size: 100% 100%;
|
||||
mask-size: 100% 100%;
|
||||
}
|
||||
BIN
assets/synth grid bg.png
Normal file
BIN
assets/synth grid bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
|
|
@ -1,10 +1,13 @@
|
|||
import { feedPlugin } from "@11ty/eleventy-plugin-rss";
|
||||
import eleventyNavigationPlugin from "@11ty/eleventy-navigation";
|
||||
|
||||
export default function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("assets/");
|
||||
eleventyConfig.addPassthroughCopy("styles/");
|
||||
eleventyConfig.addPassthroughCopy("scripts/");
|
||||
|
||||
eleventyConfig.addPlugin(eleventyNavigationPlugin);
|
||||
|
||||
eleventyConfig.addPlugin(feedPlugin, {
|
||||
type: "atom", // or "rss", "json"
|
||||
outputPath: "/feed.xml",
|
||||
|
|
|
|||
5
gen.sh
Executable file
5
gen.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
npx @11ty/eleventy
|
||||
npx -y pagefind --site _site --serve
|
||||
|
||||
5
notebook/notebook.11tydata.js
Normal file
5
notebook/notebook.11tydata.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
tags: [
|
||||
"posts"
|
||||
]
|
||||
};
|
||||
45
notebook/other/ruben - synth.md
Normal file
45
notebook/other/ruben - synth.md
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
title: ruben, the fat NAS synth
|
||||
description: testing grounds for coming up with proper lore about my synth character
|
||||
tags:
|
||||
- other
|
||||
- ruben
|
||||
- synth
|
||||
- oc
|
||||
layout: layouts/post.njk
|
||||
---
|
||||
|
||||
> [!NOTE] just a notice before anything
|
||||
> this isn't a replacement for my actual lore/sona page over at https://synth.download/me/ruben/, this is just a testing and thought-dumping ground for figuring out any "Lore" and facts about how ruben works and how he generally is as a synth. once i'm happy with what i have here, i'll probably update the page above with the correct information as here and delete this page.
|
||||
> making this public just to have the "Updated" lore.
|
||||
>
|
||||
> and if it wasn't obvious, yes, ruben is me, i am ruben. i'm treating "Ruben" as a character but i'm trying my best to actually make us identical here. and to what i would prefer if i had the actual chance of "which body would you like and what would you like to do for a living"
|
||||
|
||||
> [!WARNING] okay cool, now the warning
|
||||
> this page includes certain fetishes, mainly things *heavily* themed around fat, and some toppings of vore here and there. there may also being in general some Weird notes or other details here as well. nothing here is exactly nsfw or explicit, but please prepare yourself for these subjects. or just get off if you don't wanna see it. up to you.
|
||||
|
||||
ruben is a fat synth. but also quite a specialized one.
|
||||
|
||||
he was made with the specific purpose of being able to handle large amounts/volumes of digital data, whether its storing the data on himself or doing massive file transfers directly between two devices! just not really in a professional setting, he helps out his friends instead... and is also mainly lazy, and chills with the skills of "average hobbyist selfhoster".
|
||||
|
||||
from his purpose, that's mainly why he's fat (and shows interest in gaining *lots* of weight and mass). his body stores a *lot* of data and energy, possible due to his body having another set of tissues which is compatible with storing and processing data! and that's work well with the main special thing here:
|
||||
|
||||
ruben's big gut and chest are made entirely of goo! and it's not just one goo - there's actually two layers of it inside, layered on top of each other. the outer layer, the thing you're pretty much always going to look at unless you decide to get inside of ruben, is a thick layer of energy! it just stores energy to save for ruben. on the inner layer, is the goo substance that handles various data processing as well as storage. they both sit inside of a tightly sealed goo container which also allows them to convert and transfer energy/data between the goo and the synth tissues, and vice versa.
|
||||
|
||||
the data processing goo has an outer shell that makes it hard to penetrate through (although can manually disable it, and usually does if a friend wants to be inside of him via entering straight from his goo), the data is safely stored together in tightly formed "clumps", not that they're visible to anyone when inside nor can exactly be felt. and with the energy layer on top serving as extra protection, he is quite safe from possible data corruption or anything of the like, at least in terms of the goo section of him.
|
||||
|
||||
along with that, the inner data processing layer of ruben also serves as his stomach, as well as just being a comfy place for his friends to chill in. any "foreign objects" that enter it (e.g food or creatures) will have it's own flexible shell formed around it to try and prevent any extra damage that could happen with floating around within the same space of data. the data processing function can also "digest" said "foreign objects" into data, if said data isn't found to be useful when stored, it automatically gets marked as "garbage data" for him and can be processed into energy instead.
|
||||
|
||||
the outer layer energy goo is completely safe to eat if desired, and changes flavor/colors depending on his mood, so feel free to get some bites out of him!
|
||||
|
||||
ruben is fully capable of digesting normal foods (although, is unable to digest metals or anything of the sort). he can also belch and release gas (not through the other end though, ) and has emulated stomach sounds and grumbling. this isn't required at all for him or anything, he just thinks it's fun to have, especially to tease some friends with~
|
||||
|
||||
his head (the top part) mostly consists of the visor, taking up most of the front of the head. it shows the basics, his eyes, the nostrils (which are there! just snuck a bit under where they're shown on the visor) as well as also being capable of displaying the current statuses for energy/charge levels and how much files and how many gigabytes/terabytes are stored on him. he has little discs attached on the side of his head, mounted near towards the back end of his visor, which have a display embedded in them. his antennas are also attached to said discs, which give his antennas mobility and allow them to move a bit.
|
||||
|
||||
ruben, unlike other synths, is fully capable of running actual, computer software! he can run hypervisors with whatever operating system and has compatibility layers for both x86_64 and arm64! (we notice he seems to prefer arm64 whenever possible, assuming it's probably more efficient)
|
||||
|
||||
...we're still unsure how he can do that, but it seems to most likely be a component somewhere in him that extends his current abilities with extra and proper hardware. we've also noticed that his "firmware", if you will, is also a bit more advanced than other synths, but still relatively minimal.
|
||||
|
||||
he gives out remote access to his body and systems to his friends, most of the time using it for, *proper* things, other times just to bloat him up for the hell of it. (not that he *doesn't* like it~)
|
||||
|
||||
oh, he also likes being fattened up to hell. give him some zip bombs or overcharge him or something, he'll be the *perfect* goobed~
|
||||
68
package-lock.json
generated
68
package-lock.json
generated
|
|
@ -10,7 +10,8 @@
|
|||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^3.0.0",
|
||||
"@11ty/eleventy-plugin-rss": "^2.0.3"
|
||||
"@11ty/eleventy-navigation": "^1.0.4",
|
||||
"@11ty/eleventy-plugin-rss": "^2.0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@11ty/dependency-tree": {
|
||||
|
|
@ -121,9 +122,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@11ty/eleventy-dev-server/node_modules/@11ty/eleventy-utils": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-utils/-/eleventy-utils-2.0.1.tgz",
|
||||
"integrity": "sha512-hicG0vPyqfLvgHJQLtoh3XAj6wUbLX4yY2se8bQLdhCIcxK46mt4zDpgcrYVP3Sjx4HPifQOdwRfOEECoUcyXQ==",
|
||||
"version": "2.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-utils/-/eleventy-utils-2.0.7.tgz",
|
||||
"integrity": "sha512-6QE+duqSQ0GY9rENXYb4iPR4AYGdrFpqnmi59tFp9VrleOl0QSh8VlBr2yd6dlhkdtj7904poZW5PvGr9cMiJQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
|
@ -133,12 +134,26 @@
|
|||
"url": "https://opencollective.com/11ty"
|
||||
}
|
||||
},
|
||||
"node_modules/@11ty/eleventy-plugin-bundle": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-bundle/-/eleventy-plugin-bundle-3.0.1.tgz",
|
||||
"integrity": "sha512-mskptUoN7PY+rv7DCH3ZwnvMc9aFBGEHHBjmlu+WGde6ySaa43qsLqjseX6RRijDILxp3EiYQ9XnDmmsSnoqIw==",
|
||||
"node_modules/@11ty/eleventy-navigation": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-1.0.4.tgz",
|
||||
"integrity": "sha512-FgIfKiFP1e3plQdIvSRph1tFV44bbCXcYs+AWcwnsfrn5I6Gf0t3hBq9IrR4JdnZ06hlEKq8qRbnbb0nfEZg3A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"dependency-graph": "^1.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/11ty"
|
||||
}
|
||||
},
|
||||
"node_modules/@11ty/eleventy-plugin-bundle": {
|
||||
"version": "3.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-bundle/-/eleventy-plugin-bundle-3.0.6.tgz",
|
||||
"integrity": "sha512-wlEIMa1SEe6HE6ZyREEnPQiTw72337a2MPkyn0D1IzrqHrKU9euB17mv27LnnnyKvMJamCCqtU0985F5yyDL8g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy-utils": "^2.0.2",
|
||||
"debug": "^4.4.0",
|
||||
"posthtml-match-helper": "^2.0.3"
|
||||
},
|
||||
|
|
@ -150,10 +165,23 @@
|
|||
"url": "https://opencollective.com/11ty"
|
||||
}
|
||||
},
|
||||
"node_modules/@11ty/eleventy-plugin-bundle/node_modules/@11ty/eleventy-utils": {
|
||||
"version": "2.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-utils/-/eleventy-utils-2.0.7.tgz",
|
||||
"integrity": "sha512-6QE+duqSQ0GY9rENXYb4iPR4AYGdrFpqnmi59tFp9VrleOl0QSh8VlBr2yd6dlhkdtj7904poZW5PvGr9cMiJQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/11ty"
|
||||
}
|
||||
},
|
||||
"node_modules/@11ty/eleventy-plugin-rss": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-rss/-/eleventy-plugin-rss-2.0.3.tgz",
|
||||
"integrity": "sha512-ubK97uahCLpKhORLfblgxLcoaNqTcKde1cH8CeRKNTFoUuuDSEjWZtodV9fKrg+uOp5X74dO43z1/io6hhs5Bw==",
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-rss/-/eleventy-plugin-rss-2.0.4.tgz",
|
||||
"integrity": "sha512-LF60sGVlxGTryQe3hTifuzrwF8R7XbrNsM2xfcDcNMSliLN4kmB+7zvoLRySRx0AQDjqhPTAeeeT0ra6/9zHUQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy-utils": "^2.0.0",
|
||||
|
|
@ -167,9 +195,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@11ty/eleventy-plugin-rss/node_modules/@11ty/eleventy-utils": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-utils/-/eleventy-utils-2.0.1.tgz",
|
||||
"integrity": "sha512-hicG0vPyqfLvgHJQLtoh3XAj6wUbLX4yY2se8bQLdhCIcxK46mt4zDpgcrYVP3Sjx4HPifQOdwRfOEECoUcyXQ==",
|
||||
"version": "2.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-utils/-/eleventy-utils-2.0.7.tgz",
|
||||
"integrity": "sha512-6QE+duqSQ0GY9rENXYb4iPR4AYGdrFpqnmi59tFp9VrleOl0QSh8VlBr2yd6dlhkdtj7904poZW5PvGr9cMiJQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
|
@ -2076,9 +2104,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/urlpattern-polyfill": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz",
|
||||
"integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==",
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz",
|
||||
"integrity": "sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/which": {
|
||||
|
|
@ -2188,9 +2216,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.18.1",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
|
||||
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
|
||||
"version": "8.18.2",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
|
||||
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
"type": "module",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^3.0.0",
|
||||
"@11ty/eleventy-plugin-rss": "^2.0.3"
|
||||
"@11ty/eleventy-navigation": "^1.0.4",
|
||||
"@11ty/eleventy-plugin-rss": "^2.0.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
130
styles/base.css
130
styles/base.css
|
|
@ -117,10 +117,24 @@
|
|||
/ ╰─────────────────────────────────╯
|
||||
/ styling - regular styling for regular/global html elements */
|
||||
|
||||
:root {
|
||||
--pagefind-ui-font: var(--font-family);
|
||||
--pagefind-ui-primary: var(--foreground);
|
||||
--pagefind-ui-text: var(--foreground);
|
||||
--pagefind-ui-background: var(--background);
|
||||
--pagefind-ui-border: var(--accent);
|
||||
--pagefind-ui-tag: var(--background);
|
||||
}
|
||||
|
||||
/* ----------------------------------
|
||||
- background wallpaper, global font -
|
||||
---------------------------------- */
|
||||
|
||||
html {
|
||||
background: var(--background) linear-gradient(var(--background) 50%, color-mix(in srgb, var(--accent) 25%, var(--background)) 50%);
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
body {
|
||||
background: linear-gradient(var(--background), color-mix(in srgb, var(--accent) 25%, var(--background)));
|
||||
min-height: calc(100vh - 4rem);
|
||||
|
|
@ -528,7 +542,7 @@ summary {
|
|||
}
|
||||
}
|
||||
|
||||
section, article {
|
||||
main, section, article {
|
||||
padding: .8rem;
|
||||
}
|
||||
|
||||
|
|
@ -638,7 +652,7 @@ footer {
|
|||
padding: .3rem 0rem .3rem 1rem !important;
|
||||
}
|
||||
|
||||
section, article {
|
||||
main, section, article {
|
||||
padding: 1rem !important;
|
||||
}
|
||||
|
||||
|
|
@ -891,7 +905,7 @@ footer {
|
|||
|
||||
animation: unset !important;
|
||||
|
||||
section, article {
|
||||
main, section, article {
|
||||
padding: .5rem;
|
||||
}
|
||||
|
||||
|
|
@ -926,6 +940,24 @@ footer {
|
|||
=======================================================================
|
||||
-------------------------------------------------------------------- */
|
||||
|
||||
/* ╭────────────────────────────────────────────╮
|
||||
/ │ __ _ _ │
|
||||
/ │ _ __ __ _ __ _ ___ / _(_)_ __ __| | │
|
||||
/ │ | '_ \ / _` |/ _` |/ _ \ |_| | '_ \ / _` | │
|
||||
/ │ | |_) | (_| | (_| | __/ _| | | | | (_| | │
|
||||
/ │ | .__/ \__,_|\__, |\___|_| |_|_| |_|\__,_| │
|
||||
/ │ |_| |___/ │
|
||||
/ ╰────────────────────────────────────────────╯
|
||||
/ pagefind - pagefind search widget styling */
|
||||
|
||||
/* #search {
|
||||
padding: .2rem;
|
||||
} */
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
=======================================================================
|
||||
-------------------------------------------------------------------- */
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
=======================================================================
|
||||
-------------------------------------------------------------------- */
|
||||
|
|
@ -944,7 +976,7 @@ footer {
|
|||
/ home - specific styling for the main synth.download home page (index.md) */
|
||||
|
||||
#site.window.home {
|
||||
section {
|
||||
main, section {
|
||||
a:nth-child(2) {
|
||||
cursor: default;
|
||||
}
|
||||
|
|
@ -1001,7 +1033,7 @@ footer {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 59em) {
|
||||
#site.window.home > section {
|
||||
#site.window.home > main, #site.window.home > section {
|
||||
#logo {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
@ -1021,4 +1053,90 @@ footer {
|
|||
/ ╰──────────────────────────────────────────────╯
|
||||
/ notebook - specific styling for the notebook page where blogish things live */
|
||||
|
||||
.notebook
|
||||
details.notebook.article-category {
|
||||
overflow: clip;
|
||||
border-radius: .8rem .4rem .8rem .4rem;
|
||||
background-color: color-mix(in srgb, var(--accent) 15%, transparent);
|
||||
padding-bottom: .01rem; /* weird bug ??? without this there is no space underneath so */
|
||||
|
||||
summary {
|
||||
span {
|
||||
padding-right: .6rem;
|
||||
}
|
||||
|
||||
padding: .5rem;
|
||||
background: linear-gradient(color-mix(in srgb, var(--accent) 15%, transparent), color-mix(in srgb, var(--accent) 30%, transparent));
|
||||
border-bottom: unset !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.article-card {
|
||||
padding: 1rem;
|
||||
margin: 1.4rem;
|
||||
border-radius: 1rem;
|
||||
background-color: var(--background);
|
||||
|
||||
h2 {
|
||||
margin-top: 0rem !important;
|
||||
}
|
||||
|
||||
.tags-holder {
|
||||
margin-top: -.7rem !important;
|
||||
|
||||
a {
|
||||
margin-top: -1rem !important;
|
||||
transition: all .2s;
|
||||
opacity: .9;
|
||||
padding: .3rem;
|
||||
border: solid .1rem var(--accent);
|
||||
border-radius: .4rem;
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
opacity: 1;
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.read {
|
||||
transition: all .2s;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.read:hover {
|
||||
transition: all .2s;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 59em) {
|
||||
details.notebook {
|
||||
.article-card {
|
||||
padding: .5rem;
|
||||
margin: .6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ------------------------------------
|
||||
- addition to above (the post pages ) -
|
||||
------------------------------------ */
|
||||
|
||||
#information.window {
|
||||
.post-info {
|
||||
p {
|
||||
margin: 0rem !important;
|
||||
}
|
||||
|
||||
span {
|
||||
color: var(--ui-green);
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
p:first-child, p:last-child {
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ it doesn't have a name, call it "synth.download color scheme official real"
|
|||
--foreground: #3d454d;
|
||||
--selection: #f0eee4;
|
||||
--comment: #abb0b6;
|
||||
--accent: #ffaa33;
|
||||
--accent: #fd9e1a;
|
||||
|
||||
/* original ayu colors */
|
||||
--orange: #ff9940;
|
||||
|
|
|
|||
|
|
@ -655,4 +655,19 @@ uses Tabler icons via https://icon-sets.iconify.design/tabler to generate reusab
|
|||
mask-repeat: no-repeat;
|
||||
-webkit-mask-size: 100% 100%;
|
||||
mask-size: 100% 100%;
|
||||
}
|
||||
}
|
||||
/* ti-arrow-autofit-height */
|
||||
.tabler--arrow-autofit-height {
|
||||
display: inline-block;
|
||||
width: 1.3rem;
|
||||
height: 1.3rem;
|
||||
vertical-align: top;
|
||||
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6m6 10v7m0-18v7m-3 8l3 3l3-3M15 6l3-3l3 3'/%3E%3C/svg%3E");
|
||||
background-color: currentColor;
|
||||
-webkit-mask-image: var(--svg);
|
||||
mask-image: var(--svg);
|
||||
-webkit-mask-repeat: no-repeat;
|
||||
mask-repeat: no-repeat;
|
||||
-webkit-mask-size: 100% 100%;
|
||||
mask-size: 100% 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue