Viewing profile — jlu
jlu
HN member- Joined
- Thu, Sep 13, 2012, 12:46 PM UTC
- HN karma
- 52
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About jlu
Founder, stateskit | visual-marks | pubulous | docknote
Haskell & React
jeremy@pubulous.com
b7c082e6510a9c4cb08c97829ce505c70acfcf0eca33519f31d0251ef3f04713
Recent public activity
-
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…
-
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…
-
comment
Comment #46778908
claude code hidden feaure currently under a feature flag: https://github.com/mikekelly/claude-sneakpeek
-
comment
Comment #37440526
@jarred will bun work with pm2 out of the box?
-
comment
Comment #34853077
that's clever, thanks!
-
comment
Comment #34852401
Can you paste code on how #2 was done?
-
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…
-
comment
Comment #24800485
SCXML is a universal standard which means it could be consumed by any programming language.
-
comment
Comment #24622648
Mind elaborating more on how’s is it better than CRDT?
-
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…
-
comment
Comment #22371767
Maybe try Taiwan?
-
comment
Comment #21921146
Stateskit.com A visual statecharts editor, aiming to help with state management for frontend apps.
-
comment
Comment #21868801
Isn’t that the job of actions after an transition happened? (modifying the internal context according to the event).
-
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/
-
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 …
-
comment
Comment #21476926
Appreciate for sharing the insight!
-
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?
-
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…
-
comment
Comment #19587827
Thanks, glad to know that!
-
comment
Comment #19582431
Does the keyboard shortcuts for vscode still work inside browser?
-
comment
Comment #18638611
Came here just to say this! If anyone knows any app that could replace fireworks, please shed a light!
-
comment
Comment #17901262
Looks great, thanks for sharing it!
-
comment
Comment #17899014
Any chance to open source and have a look? Thanks!
-
comment
Comment #17537669
Wanting to know this too!
-
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…