Viewing profile — kylemh
kylemh
HN member- Joined
- Wed, Mar 08, 2017, 9:36 PM UTC
- HN karma
- 195
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About kylemh
<3 JavaScript (React/Vue) and Python (Django/Flask)
Recent public activity
-
comment
Comment #47031574
The main one is that you can run and/or host it remotely, unlike Claude Desktop. By this I mean, you can run OpenClaw on a service like Tailscale and protect your actual machine fr…
-
comment
Comment #45706355
but how would claude then look at devtools for the playwright window to see console output? i know some frameworks are putting logging into the shell, but in old repos Playwright M…
-
comment
Comment #43425290
aaaand it's dead
-
comment
Comment #38977779
you're not wrong, but in case you need Vue: https://www.shadcn-vue.com/
-
comment
Comment #37987475
fwiw the change specifically in this release (removing a lot of plugins) will make that adoption path a lot smoother. Weirdly, going from v1 to v4 is a lot easier now than v1 to v2…
-
comment
Comment #37437730
Discord's accessibility has improved quite a bit. Even a screenreader user in the article's source section agrees: > What I can tell you is that, to my surprise, Discord’s accessib…
-
comment
Comment #37425394
sure, that's why China is banning gov't officials from using their devices...
- comment
-
comment
Comment #36050492
I do this. It's why I asked
-
comment
Comment #36049709
If I'm nomadic and live in a different "household" every 1-3 months... Do I have any options?!
-
comment
Comment #35478488
For what it's worth, I sent an email, but haven't heard back. Given the previous error, I'm curious to know if you received it!
-
comment
Comment #35430070
When I send an email to `join@onefootprint.com` I get the following delivery fail notice: Hello X, We're writing to let you know that the group you tried to contact (join) may not …
-
comment
Comment #35428688
Can you expand on the required front-end work? It's difficult to cater an email to non-existent requirements! I can just shove my resume into an email, but I don't know if that's w…
-
comment
Comment #35428471
There's a checkbox here to confirm that you have 7 years of experience. I'm at 6.5 years is it really that important?
- comment
-
comment
Comment #34632440
Hey Mike. I applied on the website, but didn't get the "Thanks for your application" automatic response I usually get from job applications. I then emailed "jobs@tryturnstile.com" …
-
comment
Comment #34372178
https://www.oidaisdes.org/native-dialog-element.en/ covers it pretty well. it's not accessible... yet!
-
comment
Comment #34321077
fwiw this website is stellar - check out all the other articles if you're a front-end dev!
-
comment
Comment #32851317
can antitrust prevent public companies from acquiring private companies?
-
comment
Comment #32290101
does that not simply further the point of the post you responded to? despite lower standards, they've had no incidents
-
comment
Comment #31993851
A special dev, releasing a special thing. Chuffed for Jarred. I'm hoping Bun hops to me even quicker than it can run.
-
comment
Comment #30977422
Just read the comments in here. This is a whole lot of words to say: "I wish I could say things without facing consequences." As somebody else said in this thread, it's really rich…
-
comment
Comment #30742606
$140/hr
-
comment
Comment #29795750
The opposite would be the intent and the goal. Align design system language WITH your spacer components ensuring strict adherence. Layout components work and they don't have perfor…
-
comment
Comment #29795736
No, it doesn't. Margin may not affect the width and height of the element with `box-sizing: border-box`, but margin still breaks encapsulation and reusability of the component. You…