Live data from Hacker News

Viewing profile — brochington

brochington

HN member
Joined
Thu, Feb 12, 2015, 6:36 AM UTC
HN karma
28
Public activity
23 items

About brochington

No profile information was provided.

Recent public activity

  1. comment
    Comment #38022062

    From the rhai Engine docs: `Currently, Engine is neither Send nor Sync. Use the sync feature to make it Send + Sync.`

  2. comment
    Comment #33714824

    Over the past 2 years I've been writing Rust services for my own startup. Some were straightforward CRUD, some advanced language parsing and ML services. Some thoughts: - Rust tend…

  3. comment
    Comment #33426850

    Location: Los Angeles, CA Remote: Yes, or in person in the LA area Willing to relocate: No Technologies: Rust, Javascript/Typescript, React + ecosystem, Node, Postgres, AWS, so muc…

  4. comment
    Comment #32667891

    I would love to see some exploration of the ECS pattern being used for web development. A couple years ago I wrote an experiment[0] using ECS with Web Components to make a simple c…

  5. comment
    Comment #32418553

    Haha, thank you, and yours has a great name too! Both our projects are ML-adjacent. I don't want to cause any confusion, and will start thinking of some alternate names for my proj…

  6. comment
    Comment #32417617

    Just a note to say that even though the name "Sematic" is the same, this is not the same open source project as mine that I posted to Show HN about a week ago here: https://news.yc…

  7. story
    Show HN: Sematic – Convert plain English to structured data

    Hey HN! I would like to share the project that I've been working on for the past six months. It's called "Sematic", and it's an NLU API that parses plain english so that devs can r…

  8. comment
    Comment #31872419

    Ah, sorry, I should clarify that when I say "talk", I didn't mean it in the literal sense. I've only worked on text as a source, though Speech-to-text shouldn't be too hard to inte…

  9. comment
    Comment #31870308

    > Having used various things that claim to be natural language, I find that to use them effectively, I end up needing to learn their particular structured language. This makes sens…

  10. comment
    Comment #31869722

    Ah, copy that. Not enough input is, well, not enough. Appreciate the clarification.

  11. comment
    Comment #31869169

    English->SQL is very much a thing, and has a good amount of research going into it. It does have a few weaknesses though: 1. It is ML based, and the best results I have seen put it…

  12. comment
    Comment #31869009

    Not yet specifically for this; It is an excellent point. If I may, was there any particular phrases that you remember that were "too much"? It would be great to talk more about you…

  13. comment
    Comment #31868951

    The Symantec link is fascinating, thank you for that!

  14. comment
    Comment #31868841

    Ah, yes, Maybe I should clarify who my intended user would be. I agree that if you are technical, you are probably better off using other query methods. I'm always surprised what f…

  15. comment
    Comment #31868710

    > That comment doesn't make a ton of sense to me. Are services not valuable? Stripe and Twilio seem like really helpful services and that seems...OK to me? Services are totally val…

  16. comment
    Comment #31868433

    1990's huh, wow. I totally believe it. It almost feels like a solved problem, but when I tried to find an API that parsed text to a degree that was usable by an average dev, nothin…

  17. comment
    Comment #31868087

    > Trying to map english to formal logic is a fools errand. I don't disagree, but this would not be a 1-1 mapping, if that matters. >From my experience, what keeps non-technical peo…

  18. story
  19. story
    Ask HN: If you could talk to a database in plain English, would you?

    For the past 6 months I’ve been working on a Natural Language Understanding (NLU) API. Essentially the request would contain a plain english sentence, and the response would includ…

  20. comment
    Comment #28376822

    I've never used it, but I've heard good things about Tauri: https://github.com/tauri-apps/tauri

  21. comment
    Comment #26694838

    I've been experimenting with ways of using Web Components with the ECS (Entity Component System) pattern. I'm not sure it will ever become the preferred way of writing web apps, bu…

  22. comment
    Comment #15840606

    I believe this is the first use of WebAssembly that I've come across in the wild. Very happy to see this!

  23. comment
    Comment #15198217

    Experimenting with JSX has introduced me to two language constructs: the Pragma, and the Macro. I know that these might seem a bit pedestrian to most folks, but they opened up my u…