Skip to content

Instantly share code, notes, and snippets.

@sogaiu
sogaiu / transitioning-from-void-to-mint.md
Last active September 5, 2025 08:01
transitioning from void to mint

background

void was good, but i didn't find it was practical for me to get an idea of where things were going. i'm not willing to rely solely on irc as it appears it is a requirement to give away one's ip address to all participants of a channel (or server) and that's not really something i'm comfortable with.

mint is something i've used before (though quite a while back). unfortunate that it uses systemd, but one can't have everything i suppose.

@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
@sogaiu
sogaiu / gist:9cd1e2699b60dff84da33358dc0968af
Created August 23, 2025 12:27
emsdk 4.0.5 tree-sitter test failure (fee50ad0ce3279f9c6f96576af24787601bbdc5f)
$ cargo test
Compiling proc-macro2 v1.0.93
Compiling unicode-ident v1.0.15
Compiling cfg-if v1.0.0
Compiling libc v0.2.172
Compiling shlex v1.3.0
Compiling equivalent v1.0.1
Compiling itoa v1.0.14
Compiling stable_deref_trait v1.2.0
Compiling serde_json v1.0.142
@sogaiu
sogaiu / gist:1105aa1c041a8c276c123eea900a6abe
Created August 23, 2025 12:25
emsdk 4.0.8 tree-sitter test failure (fee50ad0ce3279f9c6f96576af24787601bbdc5f)
$ cargo test
Compiling proc-macro2 v1.0.93
Compiling unicode-ident v1.0.15
Compiling cfg-if v1.0.0
Compiling libc v0.2.172
Compiling shlex v1.3.0
Compiling equivalent v1.0.1
Compiling itoa v1.0.14
Compiling stable_deref_trait v1.2.0
Compiling serde_json v1.0.142
@sogaiu
sogaiu / gist:91e3a2eb2099b36743b7152f920d4fc3
Created August 23, 2025 12:22
emsdk 4.0.9 tree-sitter test failure (fee50ad0ce3279f9c6f96576af24787601bbdc5f)
$ cargo test
Compiling proc-macro2 v1.0.93
Compiling unicode-ident v1.0.15
Compiling cfg-if v1.0.0
Compiling libc v0.2.172
Compiling shlex v1.3.0
Compiling equivalent v1.0.1
Compiling itoa v1.0.14
Compiling stable_deref_trait v1.2.0
Compiling serde_json v1.0.142