Viewing profile — dannote
dannote
HN member- Joined
- Wed, Oct 21, 2015, 9:29 PM UTC
- HN karma
- 78
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About dannote
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #47566881
Yes, if the packages are pure JS logic (no native C++ addons, no Node-specific I/O like child_process or net). The script option auto-resolves imports from node_modules/ and bundle…
-
comment
Comment #47566872
Layers right now: — Memory limits: JS_SetMemoryLimit per-runtime (256 MB default), JS_SetContextMemoryLimit per-context. Exceeding → JS exception, not a crash. — Execution limits: …
-
comment
Comment #47566852
1. Yes. Each runtime is a GenServer (= own process + mailbox). There's also a lighter-weight Context mode where many JS contexts share one OS thread via a ContextPool, but each con…
-
story
Show HN: QuickBEAM – run JavaScript as supervised Erlang/OTP processes
QuickBEAM is a JavaScript runtime embedded inside the Erlang/OTP VM. If you’re building a full-stack app, JavaScript tends to leak in anyway — frontend, SSR, or third-party code. Q…
-
comment
Comment #46670519
Just shipped in 0.6.0! New path commands: # Read path data figma-use path get # Set new path figma-use path set "M10,10 L90,50 L10,90 Z" # Transform existing paths figma-use path m…
-
comment
Comment #46670086
Will add vector path manipulation soon!
-
comment
Comment #46669633
Personal preference — because I love UnJS ( https://unjs.io ) ecosystem
-
comment
Comment #46669521
Thanks! Right now it doesn't parse CSS directly, but you can bind colors to Figma variables: figma-use variable create "brand/primary" --collection --type COLOR --value "#3B82F6" T…
-
comment
Comment #46669430
I don’t think so. This CLI mostly relies on the plugin API, which is free.
-
comment
Comment #46669387
Yeah, agreed.
-
comment
Comment #46669330
I still have a lot of assets living in Figma, and for some things it’s simply faster to prototype there before moving to code. Personally, I’d really like to automate part of the w…
-
story
Show HN: Figma-use – CLI to control Figma for AI agents
I'm Dan, and I built a CLI that lets AI agents design in Figma. What it does: 100 commands to create shapes, text, frames, components, modify styles, export assets. JSX importing t…
-
story
Show HN: Figma-use – CLI to control Figma for AI agents
I built this because the official Figma MCP server is mostly useless. figma-use gives AI agents full control: - 73 commands for creating shapes, text, frames, components - Inline s…
- comment
- story
-
comment
Comment #27356856
Much better on macOS! Proper-themed context menu and smooth scrolling finally.
-
comment
Comment #26468596
Telegram Group have sold $1B in convertibles today: https://translate.google.com/translate?sl=auto&tl=en&u=https...
- story
- story
- story
- story
- story
- story