Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jlu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jlu
6mo ago
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
2.
▲
by
jlu
6mo ago
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...
3.
▲
by
jlu
8mo ago
claude code hidden feaure currently under a feature flag: https://github.com/mikekelly/claude-sneakpeek
4.
▲
by
jlu
3y ago
@jarred will bun work with pm2 out of the box?
5.
▲
by
jlu
4y ago
that's clever, thanks!
6.
▲
by
jlu
4y ago
Can you paste code on how #2 was done?
7.
▲
by
jlu
6y ago
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 co
8.
▲
by
jlu
6y ago
SCXML is a universal standard which means it could be consumed by any programming language.
9.
▲
by
jlu
6y ago
Mind elaborating more on how’s is it better than CRDT?
10.
▲
by
jlu
6y ago
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 direction for 30min will hit a gorgeous and cool mountain with spec
11.
▲
by
jlu
7y ago
Maybe try Taiwan?
12.
▲
by
jlu
7y ago
Stateskit.com A visual statecharts editor, aiming to help with state management for frontend apps.
13.
▲
by
jlu
7y ago
Isn’t that the job of actions after an transition happened? (modifying the internal context according to the event).
14.
▲
by
jlu
7y ago
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.
▲
by
jlu
7y ago
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 implementation of st
16.
▲
by
jlu
7y ago
Appreciate for sharing the insight!
17.
▲
by
jlu
7y ago
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.
▲
by
jlu
7y ago
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 F8 and let it exit the breakpoint normally.
19.
▲
by
jlu
7y ago
Thanks, glad to know that!
20.
▲
by
jlu
7y ago
Does the keyboard shortcuts for vscode still work inside browser?
21.
▲
by
jlu
8y ago
Came here just to say this! If anyone knows any app that could replace fireworks, please shed a light!
22.
▲
by
jlu
8y ago
Looks great, thanks for sharing it!
23.
▲
by
jlu
8y ago
Any chance to open source and have a look? Thanks!
24.
▲
by
jlu
8y ago
Wanting to know this too!
25.
▲
by
jlu
8y ago
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 graphql and REST-api and manage it via in memory store (just l
26.
▲
by
jlu
8y ago
What you described seems very interesting, is there some place to see your work or any writeups to read?
27.
▲
by
jlu
8y ago
Great, thanks, will check it out.
28.
▲
by
jlu
8y ago
Mind if I ask the company you work for or is there any open source stuff of yours to have a look at? Thanks.
29.
▲
by
jlu
9y ago
For a better introduction on how Apollo v2 (the graphql client) could replace redux, read this: https://dev-blog.apollodata.com/the-future-of-state-manageme... I’ve personally tried it (with special attention on its capabil
30.
▲
by
jlu
9y ago
Not true for Apollo v2, it’s providing local state management via apollo-link-state plugin which works pretty well, and once they got the rest support working, it will be a very competitive alternative to redux.
More ›