HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jlu

no profile record

comments

jlu
·4 tháng trước·discuss
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 you are already patching chromium, that might be a great addition to the feature list :)
jlu
·4 tháng trước·discuss
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-automa...
jlu
·6 tháng trước·discuss
claude code hidden feaure currently under a feature flag:

https://github.com/mikekelly/claude-sneakpeek
jlu
·3 năm trước·discuss
@jarred will bun work with pm2 out of the box?
jlu
·3 năm trước·discuss
that's clever, thanks!
jlu
·3 năm trước·discuss
Can you paste code on how #2 was done?
jlu
·6 năm trước·discuss
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 with collaborative capabilities so that all stackholders could work togehter) for state modeling to encapsulate business logics completely in statechart then export SCXML to any language you might be using.
jlu
·6 năm trước·discuss
SCXML is a universal standard which means it could be consumed by any programming language.
jlu
·6 năm trước·discuss
Mind elaborating more on how’s is it better than CRDT?