Skip to content

Instantly share code, notes, and snippets.

@sogaiu
sogaiu / janet.1.predoc
Last active September 7, 2025 13:19
draft
---
Title: JANET(1)
Authors: Calvin Rose <[email protected]>
Date: 2025-09-07
Project: Janet
---
NAME
====
checks settings of system and programs, e.g.:
* is microphone on?
* are any network services running?
* are certain web browser settings in a certain state?
@sogaiu
sogaiu / cqueues-servicekit.lua
Created September 4, 2025 07:40
from llmII
--[[
cqueues-servicekit - A daemonization API based upon ServiceKit
Original ServiceKit can be found -
https://github.com/LuaDist2/servicekit-posix
License:
Copyright (c) 2012 Aaron B.
Copyright (c) 2019 LLMII <[email protected]>
@sogaiu
sogaiu / george-board.md
Last active September 2, 2025 12:31
george board
george-board
* minor fixes pr candidate items
* change comments
/* Use counter to keep track of number of '=' seen */ <- should be backticks?
* initially missed things
* popstate has a for loop surrounding most of its code
* atsign's non-default cases all return...the default case leads to code
after the switch statement (slightly confusing?)
* unknown items
@sogaiu
sogaiu / code-and-data-formatting-notes.md
Created August 23, 2025 12:40
code and data formatting notes
  • some reasons it's nice to have (semi-)automatic "formatting" of data
    • readable evaluation results
      • for efficient perception
      • for sharing with others
      • for recording as part of expressing a test
      • for documentation