Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
brochington
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
brochington
3y ago
From the rhai Engine docs: `Currently, Engine is neither Send nor Sync. Use the sync feature to make it Send + Sync.`
2.
▲
by
brochington
4y ago
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 tends to push you to make good decisions. In my case, one o
3.
▲
by
brochington
4y ago
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 much more... Résumé/CV: https://drive.goog
4.
▲
by
brochington
4y ago
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 calculator, and... it was actually pretty nice. ECS does a gr
5.
▲
by
brochington
4y ago
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 project.
6.
▲
by
brochington
4y ago
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.ycombinator.com/item?id=32364193 .
7.
▲
Show HN: Sematic – Convert plain English to structured data
(github.com)
3 points
by
brochington
4y ago
|
0 comments
8.
▲
by
brochington
4y ago
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 integrate if it was needed. I like your
9.
▲
by
brochington
4y ago
> 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 sense. Are there any specific examples of products that you h
10.
▲
by
brochington
4y ago
Ah, copy that. Not enough input is, well, not enough. Appreciate the clarification.
11.
▲
by
brochington
4y ago
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 at about 90% accurate. This might be "good enough&q
12.
▲
by
brochington
4y ago
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 your experience, if you are open. Just let me know an
13.
▲
by
brochington
4y ago
The Symantec link is fascinating, thank you for that!
14.
▲
by
brochington
4y ago
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 folks are on here, so was hoping a few would find this
15.
▲
by
brochington
4y ago
> 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 valuable! I think with Stripe and Twilio they both solv
16.
▲
by
brochington
4y ago
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, nothing came up. Many NLP/AI/ML tools could define
17.
▲
by
brochington
4y ago
> 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 people from writing queries isn't SQL, it'
18.
▲
Ask HN: If you could talk to a database in plain English, would you?
7 points
by
brochington
4y ago
|
26 comments
19.
▲
by
brochington
5y ago
I've never used it, but I've heard good things about Tauri: https://github.com/tauri-apps/tauri
20.
▲
by
brochington
5y ago
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, but it does offer promise in exposing some alternate
21.
▲
by
brochington
9y ago
I believe this is the first use of WebAssembly that I've come across in the wild. Very happy to see this!
22.
▲
by
brochington
9y ago
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 understanding of programming languages considerably. I am gen