Live data from Hacker News

Viewing profile — kylemh

kylemh

HN member
Joined
Wed, Mar 08, 2017, 9:36 PM UTC
HN karma
195
Public activity
69 items

About kylemh

https://kylemh.com

<3 JavaScript (React/Vue) and Python (Django/Flask)

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #43425290

    aaaand it's dead

  4. comment
    Comment #38977779

    you're not wrong, but in case you need Vue: https://www.shadcn-vue.com/

  5. 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…

  6. 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…

  7. comment
    Comment #37425394

    sure, that's why China is banning gov't officials from using their devices...

  8. comment
  9. comment
    Comment #36050492

    I do this. It's why I asked

  10. comment
    Comment #36049709

    If I'm nomadic and live in a different "household" every 1-3 months... Do I have any options?!

  11. 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!

  12. 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 …

  13. 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…

  14. 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?

  15. comment
  16. 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" …

  17. comment
    Comment #34372178

    https://www.oidaisdes.org/native-dialog-element.en/ covers it pretty well. it's not accessible... yet!

  18. comment
    Comment #34321077

    fwiw this website is stellar - check out all the other articles if you're a front-end dev!

  19. comment
    Comment #32851317

    can antitrust prevent public companies from acquiring private companies?

  20. comment
    Comment #32290101

    does that not simply further the point of the post you responded to? despite lower standards, they've had no incidents

  21. 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.

  22. 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…

  23. comment
  24. 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…

  25. 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…