Why would you do that :(
Here, open it again: [>]
[NOJS][>] julia@notjulie.dev: ~--+x
HTML 5.0 (tty1)

joonatoona.me login: julia
Password:


julia@notjulie.dev:~ $ # Click a file to continue
julia@notjulie.dev:~ $ ls




julia@notjulie.dev:~ $ cat About.md

About Me

(Yes, I am taking some artistic liberty and rendering markdown in a terminal)

Hello, world! My name is Julia, and I'm a student studing computer science. I like to make all kinds of cool things in my free time, some of which are listed on this site in the Projects folder.

This site is a single HTML file, that mirrors a directory with all these files in it. Absolutely 0 JavaScript is used, thanks to some seriously disgusting CSS hacks and lots of generated code.

(Ok well JS is used for small things like updating the window title and analytics, but the core functionality of browsing a directory works even without JS enabled)


Some links and stuff I guess:

Email: julia@alt.icu
GitLab: https://gitlab.com/joonatoona
Gitea: https://git.alt.icu/julia
Blog: https://blog.alt.icu/joonatoona

julia@notjulie.dev:~ $ cat Contact.form



julia@notjulie.dev:~ $ cd Projects
julia@notjulie.dev:~/Projects $ ls



julia@notjulie.dev:~/Projects $ cd Contributed
julia@notjulie.dev:~/Projects/Contributed $ ls




julia@notjulie.dev:~/Projects/Contributed $ cat AutoBotnet.md

AutoBotnet

C#, C++

AutoBotnet is an open source game centered on strategic programming, which controls a more broad game based on resource managment and empire building.

One of it's primary goals is to be an educational but fun introduction to programming through a massively multiplayer RTS game.

Website: https://autobotnet.pw
Source Code: https://github.com/CookieEaters/AutoBotnet

julia@notjulie.dev:~/Projects/Contributed $ cat HearthLauncher.md

Hearth Launcher

C++, Qt5

The Hearth Launcher is a Minecraft instance manager and mod pack installer. Supports all major operating systems, and has an efficient and themeable UI.

Source Code: https://gitlab.com/HearthProject/HearthLauncher

julia@notjulie.dev:~/Projects/Contributed $ cat RandomThings.md

RandomThings

Python, Scraping, Automation

A collection of miscellaneous scripts to automate some common tasks.

Source Code: https://gitlab.com/ALTiCU/RandomThings

julia@notjulie.dev:~/Projects $ cd Personal
julia@notjulie.dev:~/Projects/Personal $ ls







julia@notjulie.dev:~/Projects/Personal $ cat ArduController.md

ArduController

C++, Python

Program for the ArduBoy to emulate a keyboard and mouse.

Demo Video: https://peertube.fr/videos/watch/2a8414dd-52d6-4dd3-852f-e74317b9e70f
Source Code: https://gitlab.com/joonatoona/ArduController

julia@notjulie.dev:~/Projects/Personal $ cat ColorMyKeyboard.md

ColorMyKeyboard

Crystal, Javascript, Python, WebSockets

Control a Razer Chroma enabled keyboard over the internet in real time!

Demo Video: https://peertube.fr/videos/watch/4f7e6d94-d109-49bb-9d4a-66e096fd71cb
Source Code: https://gitlab.com/joonatoona/ColorMyKeyboard

julia@notjulie.dev:~/Projects/Personal $ cat NetPixel.md

NetPixel

C++, Python, ESP8266

Control an unlimited number of RGB LED strips wirelessly over the local network.

Source Code: https://gitlab.com/joonatoona/netpixel

julia@notjulie.dev:~/Projects/Personal $ cat ScreenTest.md

ScreenTest

C#, WinForms, C++, Arduino

Mirror the average colors of your monitor to an LED strip.

Source Code: https://github.com/joonatoona/ScreenTest

julia@notjulie.dev:~/Projects/Personal $ cat cmus-mpris.md

cmus-mpris

Python, D-Bus

A "plugin" for the C* Music Player to allow control over the D-Bus MPRIS specification.

Source Code: https://gitlab.com/joonatoona/cmis-mpris

julia@notjulie.dev:~/Projects/Personal $ cat libuhttp.md

libuhttp

C++, FastCGI

An exteremly efficient C++ library for bulding HTTP applications, without sacrificing readability.

Source Code: https://gitlab.com/joonatoona/libuhttp

julia@notjulie.dev:~ $ # Yeah this CWD doesn't update, sue me