-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
221 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,4 +49,4 @@ <h1>{{title}}</h1> | |
</footer> | ||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,21 +12,23 @@ | |
<!-- fonts --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:[email protected]&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Fira+Code:[email protected]&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" | ||
rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<header id="header"> | ||
<a href="/"> | ||
// Derpyzza's notes :D | ||
</a> | ||
<div> | ||
<a href="/index.html">home</a> | ||
<span>/</span> | ||
<a href="/public/archive.html">archive</a> | ||
<span>/</span> | ||
<a href="https://github.com/derpyzza">github</a> | ||
</div> | ||
<a href="/"> | ||
// Derpyzza's notes :D | ||
</a> | ||
<div> | ||
<a href="/index.html">home</a> | ||
<span>/</span> | ||
<a href="/public/archive.html">archive</a> | ||
<span>/</span> | ||
<a href="https://github.com/derpyzza">github</a> | ||
</div> | ||
</header> | ||
|
||
<main> | ||
|
@@ -39,7 +41,8 @@ | |
|____/ \___|_| | .__/ \__, /___/___\__,_| | ||
|_| |___/ | ||
"> | ||
<aside class="light-only">Yes this banner was designed with only dark mode in mind, how could you tell?</aside> | ||
<aside class="light-only">Yes this banner was designed with only dark mode in mind, how could you tell? ( Note: | ||
this comment doesn't work for css-disabled environments like terminal web browsers ): )</aside> | ||
<p>👋 Hello, i'm derpyzza</p> | ||
<p> | ||
I'm a programmer and an artist. I like experimenting with low level technologies, | ||
|
@@ -60,23 +63,28 @@ | |
<li> | ||
<a href="https://derpyzza.itch.io">games</a> | ||
</li> | ||
<li> | ||
<a href="/public/why-bother.html">the 'why make another x' list</a> | ||
</li> | ||
</ul> | ||
<br> | ||
<p>Also, here's a complimentary weird fish thing, on the house. It's not a very interesting fish thing, nor a very unique one. However, how many other websites have you come across with this specific fish | ||
on the first page? | ||
<p>Also, here's a complimentary weird fish thing, on the house. It's not a very interesting fish thing, nor a very | ||
unique one. However, how many other websites have you come across with this specific fish | ||
on the first page? | ||
</p> | ||
<p>checkmate.</p> | ||
<img src="assets/pixelartgamethingidk.png" alt="An image of a little pixel art fish-like creature standing atop a chiseled-stone looking platform. The platform has the fish standing on one edge, and a couple bits of seaweed growing on the other. You gaze upon this image and feel a sense of serenity wash over you. It feels good."> | ||
<img src="assets/pixelartgamethingidk.png" | ||
alt="An image of a little pixel art fish-like creature standing atop a chiseled-stone looking platform. The platform has the fish standing on one edge, and a couple bits of seaweed growing on the other. You gaze upon this image and feel a sense of serenity wash over you. It feels good."> | ||
</section> | ||
|
||
</main> | ||
|
||
<footer id="footer"> | ||
<div>© Derpyzza — 2022-2024</div> | ||
<div>generated with | ||
<a href="https://github.com/derpyzza/derpyzza.github.io/blob/main/jenny.py">jenny</a> | ||
</div> | ||
<div>© Derpyzza — 2022-2024</div> | ||
<div>generated with | ||
<a href="https://github.com/derpyzza/derpyzza.github.io/blob/main/jenny.py">jenny</a> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,4 +69,4 @@ <h4>random rambling on writing, or something</h4> | |
</footer> | ||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Derpyzza's site</title> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" | ||
rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/main.css" /> | ||
</head> | ||
|
||
<body> | ||
<main> | ||
<section id="main"> | ||
<hgroup> | ||
<div class="datebar"> | ||
<span> </span> | ||
<a href="/public/archive.html">Go back</a> | ||
</div> | ||
<h1>the 'why make another $THING' list</h1> | ||
|
||
</hgroup> | ||
|
||
<article> | ||
<p>often times when working on a hobby project where you're attempting to (re-)create a custom version of something that already exists, you'll come across questions from other people that are always something along the lines of "<code>$THING</code> already exists, why are you making another one?". | ||
i have prepared a handy dandy list of rebuttals that can be used to counter their misplaced concerns. | ||
simply tick all that apply and send it over to them ( Or stick it somewhere on your project's documentation or website if it has those ).</p> | ||
<p>the list will be updated as i come up with more rebuttals.</p> | ||
<p>here's the list:</p> | ||
<h2 id="i'm-making-$thing-because:"><a href="#i'm-making-$thing-because:">#</a> I'm making $THING because:</h2> | ||
<ul> | ||
<li>[ ] it's fun</li> | ||
<li>[ ] i felt like it</li> | ||
<li>[ ] i bet i can sell this and get rich</li> | ||
<li>[ ] making <code>$THING</code> will help me stroke my ego</li> | ||
<li>[ ] it'll probably look real nice on my resumé</li> | ||
<li>[ ] people will think i'm a cool person for having made my own <code>$THING</code></li> | ||
<li>[ ] <em>i</em> will think i'm a cool person for having made my own <code>$THING</code></li> | ||
<li>[ ] there arent <em>enough</em> versions of $THING out there already and there needs to be more!</li> | ||
<li>[ ] it's trendy right now and i want to hop on the hype train myself</li> | ||
<li>[ ] i'm bored out of my mind and if i don't distract myself with this i'm going to lose my mind</li> | ||
<li>[ ] i happen to have the free will required to engage in this activity</li> | ||
<li>[ ] it's a good educational experience</li> | ||
<li>[ ] it fills some gap that i found in my knowledge/experience</li> | ||
<li>[ ] the other version(s) of <code>$THING</code> sucks because it's:<ul> | ||
<li>[ ] boring</li> | ||
<li>[ ] poorly made</li> | ||
<li>[ ] UNWORTHY!!!</li> | ||
<li>[ ] bloated</li> | ||
<li>[ ] messy</li> | ||
<li>[ ] hard to use</li> | ||
<li>[ ] difficult to understand</li> | ||
<li>[ ] poorly documented</li> | ||
<li>[ ] expensive</li> | ||
<li>[ ] hard to acquire</li> | ||
<li>[ ] slow to use</li> | ||
<li>[ ] tedious to use</li> | ||
<li>[ ] doesn't work very well</li> | ||
<li>[ ] proprietary and i can't modify it</li> | ||
<li>[ ] open and i <em>can</em> modify it, and i take issue with that for some reason D:<</li> | ||
</ul> | ||
</li> | ||
<li>[ ] the other version(s) of <code>$THING</code> is fine but:<ul> | ||
<li>[ ] i wish it did x better</li> | ||
<li>[ ] it's missing some features that could really enhance it / my usage of it </li> | ||
<li>[ ] difficult to aquire</li> | ||
<li>[ ] unnecessarily bloated</li> | ||
<li>[ ] poorly documented</li> | ||
<li>[ ] expensive</li> | ||
<li>[ ] tedious to use</li> | ||
<li>[ ] doesn't fit enough of my use-cases for it to really be good for me</li> | ||
<li>[ ] fails to offer x functionality</li> | ||
<li>[ ] it's proprietary and i can't modify it</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</article> | ||
|
||
</section> | ||
|
||
</main> | ||
|
||
<footer id="footer"> | ||
<nav> | ||
<a href="/index.html">home</a> | ||
<span> / </span> | ||
<a href="/public/archive.html">archive</a> | ||
<span> / </span> | ||
<a href="https://github.com/derpyzza">github</a> | ||
<span> / </span> | ||
<a href=" ">back to top</a> | ||
</nav> | ||
<div>© Derpyzza — 2022-2024</div> | ||
<div>generated with <a href="https://github.com/derpyzza/derpyzza.github.io/blob/main/jenny.py">jenny</a> </div> | ||
</footer> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,4 +53,4 @@ <h1>Writing systems evolved from material limitations</h1> | |
</footer> | ||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
@post_title the 'why make another x' list | ||
@ignore_index true | ||
@generate_toc false | ||
--- | ||
|
||
often times when working on a hobby project where you're attempting to (re-)create a custom version of something that already exists, you'll come across questions from other people that are always something along the lines of "`$THING` already exists, why are you making another one?". | ||
i have prepared a handy dandy list of rebuttals that can be used to counter their misplaced concerns. | ||
simply tick all that apply and send it over to them ( Or stick it somewhere on your project's documentation or website if it has those ). | ||
|
||
the list will be updated as i come up with more rebuttals. | ||
|
||
here's the list: | ||
|
||
# I'm making $THING because: | ||
|
||
- [ ] it's fun | ||
- [ ] i felt like it | ||
- [ ] i bet i can sell this and get rich | ||
- [ ] making `$THING` will help me stroke my ego | ||
- [ ] it'll probably look real nice on my resumé | ||
- [ ] people will think i'm a cool person for having made my own `$THING` | ||
- [ ] *i* will think i'm a cool person for having made my own `$THING` | ||
- [ ] there arent *enough* versions of $THING out there already and there needs to be more! | ||
- [ ] it's trendy right now and i want to hop on the hype train myself | ||
- [ ] i'm bored out of my mind and if i don't distract myself with this i'm going to lose my mind | ||
- [ ] i happen to have the free will required to engage in this activity | ||
- [ ] it's a good educational experience | ||
- [ ] it fills some gap that i found in my knowledge/experience | ||
- [ ] the other version(s) of `$THING` sucks because it's: | ||
- [ ] boring | ||
- [ ] poorly made | ||
- [ ] UNWORTHY!!! | ||
- [ ] bloated | ||
- [ ] messy | ||
- [ ] hard to use | ||
- [ ] difficult to understand | ||
- [ ] poorly documented | ||
- [ ] expensive | ||
- [ ] hard to acquire | ||
- [ ] slow to use | ||
- [ ] tedious to use | ||
- [ ] doesn't work very well | ||
- [ ] proprietary and i can't modify it | ||
- [ ] open and i *can* modify it, and i take issue with that for some reason D:< | ||
- [ ] the other version(s) of `$THING` is fine but: | ||
- [ ] i wish it did x better | ||
- [ ] it's missing some features that could really enhance it / my usage of it | ||
- [ ] difficult to aquire | ||
- [ ] unnecessarily bloated | ||
- [ ] poorly documented | ||
- [ ] expensive | ||
- [ ] tedious to use | ||
- [ ] doesn't fit enough of my use-cases for it to really be good for me | ||
- [ ] fails to offer x functionality | ||
- [ ] it's proprietary and i can't modify it |