Reed Weichler
Reed Weichler
I really wouldn't use jjjj in its current state For instance, it ships a setuid binary that any process can run. I could imagine some app store apps exploiting it...
## Dependency resolving This is the only one I've fully figured out. Basically, you have two types of repos. Primary repos, and secondary repos. Primary repos are checked against for...
## Checking for updates This idea is still in flux. Basically: Each package will have a parent repo. If you install a package via jjjj, it will automatically assign the...
## Search So as it stands right now, jjjj can search individual repos just fine. But it cannot search all repos simultaneously. Which is generally what users want. I think...
## SQL spec So yeah, 3 tables: #### repo Basically `Release` * **id** `int64` * **type** `int` 0 = inactive, 1 = primary, 2 = secondary * **title** `text` *...
+1 to reopening
`/usr/local/openresty/luajit/bin/luajit`
If I'm not mistaken you could generalize that to work with strings as well. Which would speed things up a lot since you would only need to convert an interned...
https://v8.dev/blog/wasm-gc-porting > In comparison, traditional ports to WasmMVP can be simpler and quicker: for example, you can compile the Lua VM (written in C) to Wasm in just a few...
Maybe I'll give it a shot. Porting it to Metal might still be easier than trying to fit MoltenVK into my project. If I were to attempt this, I would...