Live data from Hacker News

Viewing profile — dxchester

dxchester

HN member
Joined
Tue, Apr 10, 2012, 12:31 AM UTC
HN karma
251
Public activity
46 items

About dxchester

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #38172756

    Nice work! I have a no-dependencies project with somewhat similar goals in frameable/el[0], which takes more inspiration from Vue in its interface. WebComponents give us so much, b…

  4. comment
    Comment #36979072

    The main reason is that they're too low-level to use directly. They do a lot, but stop just short of being useful without something of a framework on top. I tried hard to use them …

  5. comment
    Comment #35938298

    Nice writeup. We're working on a framework with similar goals, here: https://github.com/frameable/el Reactivity, composability, templates, etc with no dependencies, in ~150 SLOC.

  6. comment
    Comment #35190004

    Agreed that investing in standards is always a good bet. But at the same time, we have so many web frameworks in part because what is spec'd in plain JavaScript/HTML/CSS is not qui…

  7. comment
    Comment #34830657

    I also sometimes enjoy this approach of starting from absolutely nothing. Instead of taking the path of starting with DOM manipulation and then going to a framework as necessary, I…

  8. comment
    Comment #33866960

    We have used Automerge a bunch, but found that there is a threshold where beyond a given document size, performance gets exponentially worse, until even trivial updates take many s…

  9. comment
    Comment #33574736

    We wrote about our journey[0] to sanity after Tailwind: The answer is to do it all in strategic moderation: Use a subset of tailwind just for spacing and layout and revel in simple…

  10. comment
    Comment #33307034

    This sounds cool. We wrote a git-based CMS[0] that is a little different. It has a nice-enough UI for creating and editing markdown documents, which are stored in git. And then it …

  11. comment
    Comment #33094781

    We built El[0] with the goal of making a minimal framework for building web apps. As a data point, it has a built-in observable store, reactive templates, scoped subset of scss, no…

  12. comment
    Comment #32877551

    > I could have chosen to rebuild the entire UI as a template string as a function of state, but instead, it is ultimately more performant to create these DOM helper methods and mod…

  13. story
  14. comment
    Comment #32782971

    We developed El to be as minimal as possible, while still solving the problem of keeping state and interface in sync: https://github.com/frameable/el It's just ~150 lines / 2kb, an…

  15. comment
    Comment #32668931

    Hey! This project started as a few lines of code that we copy/pasted around to get us reactivity on top of raw Web Components here and there. As we have used it for more intensive …

  16. story
  17. comment
    Comment #31948223

    Frameable | Remote GMT-4 | https://frameable.com/careers We build next-generation virtual spaces for working together. Tech stack is WebRTC, Node, Vue, WebSockets. We are hiring fo…

  18. story
  19. comment
    Comment #30956630

    We built this collaborative wordle game during a hackathon and it turned out to be kind of fun. It's a new word each day, and you can have up to seven people on your team. For what…

  20. story
  21. comment
    Comment #30923293

    Yes, it is true that with this approach, you have to make sure not to edit the text independently from its metadata.

  22. story
  23. comment
    Comment #24766209

    > The purpose of an agile process is ultimately to "de-risk your investment" as much as possible. This idea really rings true to me. Tight iteration/feedback loops are key. Each cy…

  24. comment
    Comment #24341988

    Organizing by effort/value has been magical for us. Whether it's working thorugh a punchlist for a product nearing launch, or whether it's proioritizing initiatives for the upcomin…

  25. story