Live data from Hacker News

Viewing profile — dannote

dannote

HN member
Joined
Wed, Oct 21, 2015, 9:29 PM UTC
HN karma
78
Public activity
29 items

About dannote

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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…

  4. 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: …

  5. 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…

  6. 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…

  7. 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…

  8. comment
    Comment #46670086

    Will add vector path manipulation soon!

  9. comment
    Comment #46669633

    Personal preference — because I love UnJS ( https://unjs.io ) ecosystem

  10. 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…

  11. comment
    Comment #46669430

    I don’t think so. This CLI mostly relies on the plugin API, which is free.

  12. comment
    Comment #46669387

    Yeah, agreed.

  13. 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…

  14. 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…

  15. 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…

  16. comment
  17. story
  18. comment
    Comment #27356856

    Much better on macOS! Proper-themed context menu and smooth scrolling finally.

  19. comment
    Comment #26468596

    Telegram Group have sold $1B in convertibles today: https://translate.google.com/translate?sl=auto&tl=en&u=https...

  20. story
  21. story
  22. story
  23. story
  24. story
  25. story