Live data from Hacker News

Viewing profile — jlu

jlu

HN member
Joined
Thu, Sep 13, 2012, 12:46 PM UTC
HN karma
52
Public activity
79 items

About jlu

Jeremy Lu

Founder, stateskit | visual-marks | pubulous | docknote

Haskell & React

jeremy@pubulous.com

b7c082e6510a9c4cb08c97829ce505c70acfcf0eca33519f31d0251ef3f04713

Recent public activity

  1. comment
    Comment #47344443

    Glad to know that, but being able to run the browser in headless mode will be much helpful in an agentic setting (think parallel agents operating browsers in the background), since…

  2. comment
    Comment #47344274

    Have you considered removing all headless traits so that agent wont be easily detected, just like what browserbase did here? https://www.browserbase.com/blog/chromium-fork-for-ai-a…

  3. comment
    Comment #46778908

    claude code hidden feaure currently under a feature flag: https://github.com/mikekelly/claude-sneakpeek

  4. comment
    Comment #37440526

    @jarred will bun work with pm2 out of the box?

  5. comment
    Comment #34853077

    that's clever, thanks!

  6. comment
    Comment #34852401

    Can you paste code on how #2 was done?

  7. comment
    Comment #24805778

    As @CitizenKane pointed out, reusing statcharts between backend and frontend is a growingly popular use case. Another benefit is you could use any visual tool (preferably web-based…

  8. comment
    Comment #24800485

    SCXML is a universal standard which means it could be consumed by any programming language.

  9. comment
    Comment #24622648

    Mind elaborating more on how’s is it better than CRDT?

  10. comment
    Comment #23546293

    Software engineer living on and off in Taipei for the past 20 years, if you like outdoor activities, especially road cycling, this is a mountain-climbers heaven, riding any directi…

  11. comment
    Comment #22371767

    Maybe try Taiwan?

  12. comment
    Comment #21921146

    Stateskit.com A visual statecharts editor, aiming to help with state management for frontend apps.

  13. comment
    Comment #21868801

    Isn’t that the job of actions after an transition happened? (modifying the internal context according to the event).

  14. comment
    Comment #21868778

    I built a visual statechart editor a while ago, feel free to give it a try, happy to answer any related questions too. https://www.stateskit.com/

  15. comment
    Comment #21793538

    If anyone’s interested in statecharts, have a look at these two resources: https://statecharts.github.io/ https://github.com/davidkpiano/xstate (This is probably the most complete …

  16. comment
    Comment #21476926

    Appreciate for sharing the insight!

  17. comment
    Comment #21476309

    Out of curiosity, what does CRM consulting look like? Is it autonomous job (configuring servers and applications) or face to to face to work?

  18. comment
    Comment #20969417

    For anyone who's affected by this, I just filed a bug via crbug.com, fingers crossed for it to be fixed ASAP. In the mean time, one work around is not to hit refresh, instead hit F…

  19. comment
    Comment #19587827

    Thanks, glad to know that!

  20. comment
    Comment #19582431

    Does the keyboard shortcuts for vscode still work inside browser?

  21. comment
    Comment #18638611

    Came here just to say this! If anyone knows any app that could replace fireworks, please shed a light!

  22. comment
    Comment #17901262

    Looks great, thanks for sharing it!

  23. comment
    Comment #17899014

    Any chance to open source and have a look? Thanks!

  24. comment
    Comment #17537669

    Wanting to know this too!

  25. comment
    Comment #17291288

    Fellow redux-abandoner here, be sure to check out Apollo client v2 and it’s various middleware options like link-state and link-rest, those in essential let you pull in data via gr…