---
title: "Memo: Conversation w/ Felix, Pears"
date: 2023-05-01T09:17:37.000Z
updated: 2026-01-08T14:50:48.545Z
url: https://baku89.com/Memo%EF%BC%9A_Conversation_w%EF%BC%8F_Felix%EF%BC%8C_Pears
---

# Memo: Conversation w/ Felix, Pears

- JS Sandbox with no security issues

  - [Quick.js](https://bellard.org/quickjs/): JS-implementation of the parser/evaluation environment of JS itself. It also can transcomplie source into Rust/Wasm, so the speed could be faster than just using native `eval` function. Figma also uses this.
  - [ShadowRealm API](https://github.com/tc39/proposal-shadowrealm): Proposal for realizing isolated evaluation environment of JS, still in working-in-progress.

- [g9.js](https://github.com/bijection/g9): could be hint to realize bidirectional modification on more complex and non-bijective functions.

- [thi.ng](https://thi.ng/): a guy who's tinkering with live programming

- [ControlNet](/ControlNet): Fine-tuned model of Diffusion, which allows inputs like contours, depths, and normal maps to ”art-direct” the final output much more visually. It also could be said as a generalization of image2image, I guess.
