-
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
1 parent
3cd8d5c
commit 5b322c9
Showing
39 changed files
with
1,857 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<!doctype html> | ||
<html> | ||
<!--Website metadata--> | ||
|
||
<head> | ||
<!--Import stylesheet--> | ||
<link rel="stylesheet" href="static/css/index.css" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>ERROR 404: NULL NOT FOUND</title> | ||
<link rel="icon" type="image/png" href="static/images/Favicon.png" /> | ||
<meta property="og:title" content="ERROR's Website" /> | ||
<meta property="og:description" content="ERROR's blog website thingy" /> | ||
</head> | ||
<!--Main--> | ||
|
||
<body> | ||
<!--What shows up first--> | ||
<div class="Navigation"> | ||
<h3 class="terminal-input">$ whoami</h3> | ||
<h1>Hi.</h1> | ||
<h3>I'm ERROR</h3> | ||
<p>Programmer, hacker, BSD user, FOSS believer</p> | ||
<p>You can read more about me <a href="posts/about-me.html">here</a>!</p> | ||
<h3>Randomness</h3> | ||
<ul> | ||
<li><a href="random/shinnangians.html">Shinnangians</a></li> | ||
<li><a href="random/music.html">Music</a></li> | ||
</ul> | ||
<h3>Services</h3> | ||
<p>Please note that all of these services are running on a Dell Chromebook 3100 of dubious ownership running OpenBSD 7.6, and are thus gauranteed to be neither reliable not fast. These services have been known to go down for months a time just because my parents decided to take away my servers, so please, <u>don't rely on these services</u></p> | ||
<ul> | ||
<li>SMTP server (OpenSMTPD)</li> | ||
<li>Incredibly limited free hosting</li> | ||
</ul> | ||
|
||
<!-- | ||
<ul> | ||
<li><a href="https://meowcity.club/fedi">SNAC</a></li> | ||
<li><a href="https://fedi.sernik.tech">Akkoma</a></li> | ||
<li> | ||
<a href="https://meowcity.club/ntfy" | ||
>NTFY (contact me to get an account)</a | ||
> | ||
</li> | ||
<li> | ||
<a href="https://meowcity.club/webtoons" | ||
>Webtoon daily pass comics (coming soon)</a | ||
> | ||
</li> | ||
</ul> | ||
--> | ||
|
||
<h3>Links</h3> | ||
<ul> | ||
<li> | ||
<a href="https://github.com/ERROR-404-NULL-NOT-FOUND">Github</a> | ||
</li> | ||
<li> | ||
<a href="https://git.gay/ERROR-404-NULL-NOT-FOUND">Git.gay</a> | ||
</li> | ||
<li> | ||
<a href="https://codeberg.org/ERROR404NULLNOTFOUND">Codeberg</a> | ||
</li> | ||
<li> | ||
<a href="https://meowcity.club/fedi/tetra">Fedi (DEAD LINK)</a> | ||
</li> | ||
<li> | ||
<a href="https://pixelfed.de/ERROR-404">Pixelfed</a> | ||
</li> | ||
</ul> | ||
|
||
<h4>"Why won't my Windows machine load this website"</h4> | ||
<span>I have <a href="https://man.openbsd.org/pf">PF</a> configured to block Windows hosts for no reason other than my personal dislike of the operating system. Is it petty? Absolutely. But it's my personal website, so I can do whatever the hell I want with it, so I'll choose to block Windows. This restriction is also applied to all of my services.</span> | ||
</div> | ||
|
||
<!--Listing posts--> | ||
<h3 class="terminal-input">$ ls posts | tail -3</h3> | ||
<main class="mainpage" id="main-content"> | ||
<div class="post"> | ||
<h3> | ||
<a href="posts/openbsd.html">I love OpenBSD</a> | ||
</h3> | ||
<p>My journey with OpenBSD and why I think it's better than Linux</p> | ||
<div class="date">11/27/24 - 787 words</div> | ||
</div><div class="post"> | ||
<h3> | ||
<a href="posts/new-site-backend.html">I'm using a static site generator now!</a> | ||
</h3> | ||
<p>My transition from pure HTML to something a bit more complex</p> | ||
<div class="date">11/27/24 - 246 words</div> | ||
</div><div class="post"> | ||
<h3> | ||
<a href="posts/capitalism-and-tech.html">Why every TV is smart now</a> | ||
</h3> | ||
<p>How to continue to increase profits after nobody cares about your product</p> | ||
<div class="date">11/26/24 - 921 words</div> | ||
</div> | ||
<p> | ||
This list was truncated; for a full list, look in | ||
<a href="posts.html" class="post-link">More posts</a> | ||
</p> | ||
</main> | ||
<h3 class="terminal-input">$ grep "licensing"</h3> | ||
<footer>Made by <strong>ERROR-404-NULL-NOT-FOUND</strong> or <strong>Rosa Green</strong> as a personal project. This | ||
website is licensed under <a href=https://www.gnu.org/licenses/gpl-3.0.en.html>GPL 3.0 or later</a></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 |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<!--Import stylesheet--> | ||
<link rel="stylesheet" href="static/css/index.css"> | ||
|
||
<!--Website metadata--> | ||
|
||
<head> | ||
<title>ERROR 404: NULL NOT FOUND</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" type="image/png" href="static/images/Favicon.png"> | ||
<meta property="og:title" content="Posts" /> | ||
<meta property="og:description" content="Every post I've made to my website" /> | ||
</head> | ||
|
||
<body> | ||
<a href="index.html">home</a> | ||
<h3 class="terminal-input">$ find -type post</h3> | ||
<main id="main-content" class="main"> | ||
<div class="post"> | ||
<h3> | ||
<a href="posts/openbsd.html">I love OpenBSD</a> | ||
</h3> | ||
<p>My journey with OpenBSD and why I think it's better than Linux</p> | ||
<div class="date">11/27/24 - 787 words</div> | ||
</div><div class="post"> | ||
<h3> | ||
<a href="posts/new-site-backend.html">I'm using a static site generator now!</a> | ||
</h3> | ||
<p>My transition from pure HTML to something a bit more complex</p> | ||
<div class="date">11/27/24 - 246 words</div> | ||
</div><div class="post"> | ||
<h3> | ||
<a href="posts/capitalism-and-tech.html">Why every TV is smart now</a> | ||
</h3> | ||
<p>How to continue to increase profits after nobody cares about your product</p> | ||
<div class="date">11/26/24 - 921 words</div> | ||
</div><div class="post"> | ||
<h3> | ||
<a href="posts/google-sucks-at-security.html">Google sucks at security</a> | ||
</h3> | ||
<p>A lesson on the dangers of legacy code, wide attack surfaces, and singular points of failure</p> | ||
<div class="date">11/18/24 - 443 words</div> | ||
</div><div class="post"> | ||
<h3> | ||
<a href="posts/death-of-user-driven-web.html">The death of the user-driven web</a> | ||
</h3> | ||
<p>How the monetization of the web kills user agency and creativity</p> | ||
<div class="date">1/25/24 - 424 words</div> | ||
</div><div class="post"> | ||
<h3> | ||
<a href="posts/installing-linux-chromebook.html">Installing Linux on a Chromebook</a> | ||
</h3> | ||
<p>A guide on how to install Linux on a Chromebook via Mr. Chromebox firmware</p> | ||
<div class="date">12/11/23 - 1027 words</div> | ||
</div><div class="post"> | ||
<h3> | ||
<a href="posts/why-linux-is-good.html">Why you Should try Linux</a> | ||
</h3> | ||
<p>Why you should at least try using Linux over Windows or Macos</p> | ||
<div class="date">?/?/2021 - 573 words</div> | ||
</div><div class="post"> | ||
<h3> | ||
<a href="posts/based-people.html">Based people</a> | ||
</h3> | ||
<p>A list of people who I think are cool (based)</p> | ||
<div class="date">?/?/23 - 248 words</div> | ||
</div><div class="post"> | ||
<h3> | ||
<a href="posts/about-me.html">About Me</a> | ||
</h3> | ||
<p>Some info about me</p> | ||
<div class="date">?/?/2023 - 172 words</div> | ||
</div> | ||
</main> | ||
<h3 class="terminal-input">$ grep "licensing"</h3> | ||
<footer>Made by <strong>ERROR-404-NULL-NOT-FOUND</strong> or <strong>Rosa Green</strong> as a personal project. This | ||
website is licensed under <a href=https://www.gnu.org/licenses/gpl-3.0.en.html>GPL 3.0 or later</a></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 |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!doctype html> | ||
<html> | ||
<!--Website metadata--> | ||
|
||
<head> | ||
<!--Import stylesheet--> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="stylesheet" href="../static/css/index.css" /> | ||
<title>ERROR 404: NULL NOT FOUND</title> | ||
<link rel="icon" type="image/png" href="../static/images/Favicon.png" /> | ||
<meta property="og:title" content="About Me" /> | ||
<meta property="og:description" content="Some info about me" /> | ||
<meta property="og:type" content="article" /> | ||
</head> | ||
|
||
<body> | ||
<a href="/index.html">home</a> | ||
<h3 class="terminal-input">$ cat posts/about-me.html</h3> | ||
<header> | ||
<h1>About Me</h1> | ||
<h3>Some info about me</h3> | ||
</header> | ||
<div class="date">?/?/2023 - 172 words</div> | ||
<main><p class="Navigation"> | ||
Current project: <strong>Making a microkernel in Scratch</strong> | ||
</p> | ||
<p> | ||
You wanna know about me? Here you go | ||
<br /><br />My name is Rosa Green, <br /><br />I'm in 10th grade at the age of | ||
16 <br /><br />My pronouns are she/her. <br /><br />Some of my | ||
interests/hobbies include: | ||
</p> | ||
|
||
<ul> | ||
<li>Programming</li> | ||
<li>Furrying</li> | ||
<li>Biking</li> | ||
<li>Dicking around with tech</li> | ||
<li>Hacking (both in the traditional and the common sense of the word)</li> | ||
<li>Drawing</li> | ||
<li> | ||
Talking to people on | ||
<a href="https://revolt.chat">Revolt</a> (@error404nullnotfound#4042) | ||
</li> | ||
<li> | ||
System administration, including running my server (which is what this | ||
website runs on!) | ||
</li> | ||
<li>Some more programming</li> | ||
</ul> | ||
<p> | ||
<br />I know C (not very well), Python, JavaScript, HTML/CSS, and Scratch | ||
(mostly when I'm bored) <br /><br />I use <a href="https://openbsd.org">OpenBSD</a> and | ||
<a href="https://voidlinux.org">Void Linux</a>. | ||
<br>One of my core beliefs is that systems should be simple, understandable, and hackable; hence the OS choices. | ||
<br>Shoutout to <a href="https://github.com/Zeal-Operating-System/ZealOS">ZealOS</a> for also adhering to these principles, but I do not use it for obvious reasons. | ||
</p></main> | ||
<h3 class="terminal-input">$ find -name author</h3> | ||
<p> | ||
ERROR 404: NULL NOT FOUND <br />Programmer, hacker, BSD user, FOSS believer | ||
</p> | ||
<!--Footer--> | ||
<h3 class="terminal-input">$ grep "licensing"</h3> | ||
<footer> | ||
Made by <strong>ERROR-404-NULL-NOT-FOUND</strong> or | ||
<strong>Rosa Green</strong> as a personal project. This website is licensed | ||
under | ||
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3.0 or later</a>. | ||
</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 |
---|---|---|
@@ -0,0 +1,122 @@ | ||
<!doctype html> | ||
<html> | ||
<!--Website metadata--> | ||
|
||
<head> | ||
<!--Import stylesheet--> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="stylesheet" href="../static/css/index.css" /> | ||
<title>ERROR 404: NULL NOT FOUND</title> | ||
<link rel="icon" type="image/png" href="../static/images/Favicon.png" /> | ||
<meta property="og:title" content="Based people" /> | ||
<meta property="og:description" content="A list of people who I think are cool (based)" /> | ||
<meta property="og:type" content="article" /> | ||
</head> | ||
|
||
<body> | ||
<a href="/index.html">home</a> | ||
<h3 class="terminal-input">$ cat posts/based-people.html</h3> | ||
<header> | ||
<h1>Based people</h1> | ||
<h3>A list of people who I think are cool (based)</h3> | ||
</header> | ||
<div class="date">?/?/23 - 248 words</div> | ||
<main><p> | ||
In no particular order, here are some based people that I've met on revolt. | ||
Also please note that everything that I talk about here is personal | ||
experience/opinion. | ||
</p> | ||
<h3 class="terminal-input">$ ls based-people | cat</h3> | ||
<div class="profile"> | ||
<strong><a href="https://infi.sh">Jennifer (Infi)</a></strong> | ||
<p> | ||
Handles public relations at Revolt and develops the official Revolt Android | ||
app | ||
<br />The lesbiab ever | ||
</p> | ||
</div> | ||
<br /> | ||
|
||
<div class="profile"> | ||
<strong><a href="https://zomatree.live/">Zomatree</a></strong> | ||
<p> | ||
Revolt dev, develops the official Revolt iOS app | ||
<br />Comes across as harsh, but has good info (usually) | ||
</p> | ||
</div> | ||
<br /> | ||
|
||
<div class="profile"> | ||
<strong><a href="https://insrt.uk/">Insert</a></strong> | ||
<p>Lead dev of Revolt</p> | ||
</div> | ||
<br /> | ||
|
||
<div class="profile"> | ||
<strong><a href="https://vale.rocks">vale</a></strong> | ||
<p> | ||
Part of the Revolt team and maintains the | ||
<a href="https://wiki.rvlt.gg">Revolt Wiki</a> | ||
<br />Generally great guy, fun to talk to, very knowledgeable. | ||
<br />Australian, tho | ||
</p> | ||
</div> | ||
<br /> | ||
|
||
<div class="profile"> | ||
<strong><a href="https://sneexy.pages.gay">Sneexy</a></strong> | ||
<p> | ||
Part of the Revolt regulars innercircle, shitposter extraordinaire, and fedi | ||
addict | ||
<br />Sorta agreeable, everything is a joke | ||
</p> | ||
</div> | ||
<br /> | ||
<div class="profile"> | ||
<strong><a href="https://amycatgirl.codeberg.page/">Amy</a></strong> | ||
<p> | ||
"meeeeeeeeeeee | ||
<br />:3" | ||
</p> | ||
</div> | ||
<br /> | ||
<div class="profile"> | ||
<strong><a href="https://loki.monster">Loki Calmito</a></strong> | ||
<p>Part of the Revolt regulars innercircle, CSS master</p> | ||
</div> | ||
<br /> | ||
<div class="profile"> | ||
<strong><a href="https://rexogamer.github.io">Sophie</a></strong> | ||
<p>Revolt team member, developer of RVmob <br />"Sussy bussy"</p> | ||
</div> | ||
<br /> | ||
<div class="profile"> | ||
<strong>DoruDoLasu</strong> | ||
<p> | ||
Developer of | ||
<a href="https://doru.codeberg.page/ReductV3">Reduct</a> | ||
<br />Digimon/10 | ||
</p> | ||
</div> | ||
<br /> | ||
<div class="profile"> | ||
<strong><a href="https://me.lea.pet">Lea</a></strong> | ||
<p> | ||
Sysadmin catgirl, maintainer of <a href="https://lea.pet">lea.pet</a> | ||
<br />The second lesbiab ever | ||
</p> | ||
</div></main> | ||
<h3 class="terminal-input">$ find -name author</h3> | ||
<p> | ||
ERROR 404: NULL NOT FOUND <br />Programmer, hacker, BSD user, FOSS believer | ||
</p> | ||
<!--Footer--> | ||
<h3 class="terminal-input">$ grep "licensing"</h3> | ||
<footer> | ||
Made by <strong>ERROR-404-NULL-NOT-FOUND</strong> or | ||
<strong>Rosa Green</strong> as a personal project. This website is licensed | ||
under | ||
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3.0 or later</a>. | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.