Skip to content
View octantes's full-sized avatar
🪡
spell accelerator
🪡
spell accelerator

Block or report octantes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
octantes/README.md

octantes

Check out my website! octantes is a multimedia portal where you can see how I weave my spells and write about them. You might find its repo interesting for a GH Page setup, a custom SPA + SSG blend with hidration built on vue. The system recieves markdown files and creates html that is then pulled by the router into a vue component.

Also, you can find my arch-hud setup here - a minimal (suckless based) suite of tools, configs and scripts for arch linux (still WIP).

softwares

local web tools

I like to build small, fully local tools that use the browser's native APIS and features to reduce dependancy complexity and allow for privacy while still providing a good interface and experience. I think there's still an unexplored space between scripting and building complex ui for solving small problems. Some of them are uploaded here, distributed as plain html files, and some I've yet to upload.

  • matrix-kernel is an easily modifiable toolbox inside a bookmarklet, overengineered by design and structured like a kernel
  • trackwithslate is a tiny and local csv based tabular data managment and tracking tool with easy import/export and autofill
  • shadewithseal is a tiny and local glsl shader playground for webgl with indexed storage and recording with play/pause
  • browsewithscroll is a tiny and local media and font preview tool based around scrolling samples like a music producer

bigger projects

  • blackbook is an upcoming project that combines multiple of these local tools in an infinite canvas ui connecting md, csv and json

Pinned Loading

  1. trackwithslate trackwithslate Public

    Simple tool for editing and organizing personal tabular data as CSV — runs entirely in the browser, no internet or install required

    Vue

  2. shadewithseal shadewithseal Public

    Simple shader playground to code, record and store GLSL shaders — runs entirely in the browser, no internet or install required

    Vue