Works
This page is about the ongoing status of website construction. It’s not the usual of “perfect” with nothing ongoing. Check here if things are going strange.
Lua Audio...
So a library for Lua to do some kind of audio. I don’t mean multimedia loading
as this could be simple os.execute(...)
call wrappers, with perhaps "...&"
,
but a bit of that is still an idea to add later. It’s more sort of chip-tune
kind of stuff. A likely is os.execute("<c-program> <arg> ... | pw-play -&")
for a more exciting audio generation experience. As each note would then
become threaded, which for small sound experimentation would be fine.
Cloudflare Changeover...
This site is hosted on CloudFlare with workers for lambda style JS server side
scripting. The login feature uses this. I’m moving my DNS to this site soon.
I can then shutdown the old development server or repurpose it for experimental
use. I may transfer some of the text articles over, as I have done a wget
of
the old site. It used WordPress
, and I am over my desire to use PHP, and
keeping up using a bit of an open-source news bane.
Google Login...
The google login is in progress and does not yet work. Your email is not on the list, so no point in trying yet. Also there is as yet no logout link although for testers the logout happens after one day. There is also nothing happening in terms of extra features for logging in. This should change.
- A joypad adapter to tunnel through into a container to use with
doris.nvim
. - A reverse proxy to tunnel
nvim
out of the container, and use the external browser as ahttps
connection to the internet, so thatdoris.nvim
may run some kind of BBS text service TUI. - …
There’s things to be done.