Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dannote
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
dannote
17d ago
The main difference is that Astral is a static site generator. It also doesn’t require Node.js (or a compatible runtime), because it’s built on Volt [1], which in turn uses the QuickBEAM runtime [2]. [1] https://github.com/e
2.
▲
Show HN: Astral – Astro.js, but in Elixir
(github.com)
10 points
by
dannote
17d ago
|
3 comments
3.
▲
Show HN: Volt – front end tooling for Phoenix that runs inside the BEAM
(github.com)
25 points
by
dannote
4mo ago
|
1 comments
4.
▲
by
dannote
6mo ago
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 bundles via OXC. Node compat APIs (process, path, fs, os
5.
▲
by
dannote
6mo ago
Layers right now: — Memory limits: JS_SetMemoryLimit per-runtime (256 MB default), JS_SetContextMemoryLimit per-context. Exceeding → JS exception, not a crash. — Execution limits: interrupt handler checks a nanosecond deadline every opcode.
6.
▲
by
dannote
6mo ago
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 context still maps 1:1 to a BEAM process. 2. No. JS runs o
7.
▲
Show HN: QuickBEAM – run JavaScript as supervised Erlang/OTP processes
(github.com)
113 points
by
dannote
6mo ago
|
16 comments
8.
▲
by
dannote
8mo ago
Just shipped in 0.6.0! New path commands: # Read path data figma-use path get <id> # Set new path figma-use path set <id> "M10,10 L90,50 L10,90 Z" # Transform existing paths figma-use path move &l
9.
▲
by
dannote
8mo ago
Will add vector path manipulation soon!
10.
▲
by
dannote
8mo ago
Personal preference — because I love UnJS ( https://unjs.io ) ecosystem
11.
▲
by
dannote
8mo ago
Thanks! Right now it doesn't parse CSS directly, but you can bind colors to Figma variables: figma-use variable create "brand/primary" --collection <id> --type COLOR --value "#3B82F6" Then referenc
12.
▲
by
dannote
8mo ago
I don’t think so. This CLI mostly relies on the plugin API, which is free.
13.
▲
by
dannote
8mo ago
Yeah, agreed.
14.
▲
by
dannote
8mo ago
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 workflow around exporting from Figma and assembling a design
15.
▲
Show HN: Figma-use – CLI to control Figma for AI agents
(github.com)
115 points
by
dannote
8mo ago
|
37 comments
16.
▲
Show HN: Figma-use – CLI to control Figma for AI agents
(github.com)
1 points
by
dannote
8mo ago
|
0 comments
17.
▲
Show HN: Minimalist Tor-to-Web Proxy
(github.com)
2 points
by
dannote
6y ago
|
0 comments
18.
▲
by
dannote
11y ago
Merge differently colored cells with sum equal to number in uncolored cell and move to that cell.
19.
▲
The PNP game
(pnpgame.com)
6 points
by
dannote
11y ago
|
4 comments