From 3f114ebe5c4d3618504b0e623b52c22e262de854 Mon Sep 17 00:00:00 2001 From: soaos Date: Tue, 12 Aug 2025 23:17:55 -0400 Subject: Moved public files to root --- public/projects/games/NIX_AVREA/index.html | 26 ----------------- public/projects/piss_daemon/index.html | 43 ----------------------------- public/projects/piss_daemon/statusbar.png | Bin 4546 -> 0 bytes 3 files changed, 69 deletions(-) delete mode 100644 public/projects/games/NIX_AVREA/index.html delete mode 100644 public/projects/piss_daemon/index.html delete mode 100644 public/projects/piss_daemon/statusbar.png (limited to 'public/projects') diff --git a/public/projects/games/NIX_AVREA/index.html b/public/projects/games/NIX_AVREA/index.html deleted file mode 100644 index 47c914b..0000000 --- a/public/projects/games/NIX_AVREA/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - NIX AVREA - - - - Go Home - Go Back -

NIX AVREA

-

This is a project I've been working on since April 2024. It's probably the longest-running personal project I've ever done and has been a monumental undertaking so far.

-

I'm unsure how much I want to reveal about this project while I'm developing it, I want the experience to be as novel as possible once it's out. I think I'll probably stick to posting about it here on my site and the occasional YouTube video until it's closer to ready.

-

About the Project

-

NIX AVREA is the codename for my first game project. The game is highly experimental and features mechanics that (as far as I know) have never been attempted. The game is centered around dynamic content, using steganographic techniques to embed binary payloads inside of asset files in order to construct the game world from a directory on the player's filesystem.

-

There is a ton of stuff that's already implemented for this project and I'll gradually add more to the following directories explaining in-depth some of the components:

-
-+-- mechanics/
-+-- design/
-+-- narrative/
-    
- - - \ No newline at end of file diff --git a/public/projects/piss_daemon/index.html b/public/projects/piss_daemon/index.html deleted file mode 100644 index 5cb9481..0000000 --- a/public/projects/piss_daemon/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - Piss Daemon - soaos - - - - Go Home - Go Back -

Piss Daemon

-

About

-

This is a D-Bus daemon (pissd) and client (piss-level) that monitor the international - space station's urine tank level.

-

I have it integrated into my status bar (X version):

- A screenshot of an X11 statusbar showing the piss daemon piss level next to a toilet icon. -
-	#...
-
-	function piss {
-		PISS_LEVEL="$(piss-level)";
-		if [ -n "$PISS_LEVEL" ]; then
-			echo "  ${PISS_LEVEL}%";
-		fi;
-	}
-
-	#...
-
-	while true; do
-		xsetroot -name "$(piss)$(batt)$(datetime)";
-		sleep 1;
-	done;
-	
-

I made this pretty much entirely so that I could call a program "piss daemon".

-

External Links

- - - - \ No newline at end of file diff --git a/public/projects/piss_daemon/statusbar.png b/public/projects/piss_daemon/statusbar.png deleted file mode 100644 index b98e021..0000000 Binary files a/public/projects/piss_daemon/statusbar.png and /dev/null differ -- cgit v1.2.3