Viewing profile — dillonnys
dillonnys
HN member- Joined
- Fri, Mar 23, 2018, 1:25 AM UTC
- HN karma
- 104
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About dillonnys
No profile information was provided.
Recent public activity
-
story
Show HN: Embedding Explorer – compare text embedding models in your browser
TL;DR: Picking an embedding model is tedious (ad‑hoc scripts, switching SDKs, messy notebooks). I wanted a consistent, repeatable workflow to A/B models on my own data and sanity‑c…
-
comment
Comment #41323812
That's very cool :-)
-
comment
Comment #41323333
This looks awesome! Thanks for making it open source. We are currently using SQLite heavily in our stack and DuckDB has been on my list of things to explore for a while. What's bee…
- story
-
comment
Comment #39903077
The ecosystem support is improving, and still needs help. I think we can drive both in parallel so that the framework feeds use cases to the ecosystem which then lead to more compl…
-
comment
Comment #39901222
These are reasonable concerns. Having seen the development of Flutter and its ecosystem over the past 7 years, I've come to really believe in the framework and its mission. There h…
-
comment
Comment #39900975
Flutter is currently required for the parent app, but I'll be lifting that requirement very soon. Stay tuned!
-
comment
Comment #39900707
Ah, gotcha! The choice to use Flutter Web in the demo was just for presentational effect. Celest is built to work with all of the Flutter platforms equally.
-
comment
Comment #39900184
Right now, we're using Docusaurus, which has been working well: https://github.com/celest-dev/website Though, Flutter Web has come a long ways recently, especially with the WASM wo…
-
comment
Comment #39899523
Nice! Glad to hear it :-)
-
comment
Comment #39899077
> It could be part of the service contract. Agreed. I'll look into how we can add that.
-
comment
Comment #39899030
Cheers!
-
comment
Comment #39897778
> How do you handle versioning? Are there any guidelines/rules one must abide by? Versioning is not fully fleshed out yet, but we have an open issue for it here: https://github.com…
-
comment
Comment #39897674
Great points. My immediate plan for reducing lock-in is to provide the option to deploy into a cloud account you manage. This has the upside of making your deployed infrastructure …
-
comment
Comment #39896909
Glad to hear you ran a successful deploy! Currently we just have the CLI to manage your account, although I'm working on a web-based dashboard for better accessibility. The result …
-
comment
Comment #39896766
Per project, per month, yes. Felt like a mouthful to write, but I'll make that more clear. Celest's biggest strength with cloud functions is its integration with the Dart language.…
-
comment
Comment #39896526
Thanks! I started working on it in November, but most of the effort has been over the past three months.
-
comment
Comment #39896511
Interesting! I don't know much about using Closure and Dart together. Any projects you could point me to? Sounds like a cool use case.
-
comment
Comment #39896505
Yes, I definitely want to at some point. In the short term, I've implemented a `celest upgrade` method in the CLI, so it's just a one-time manual install.
-
comment
Comment #39895945
Yes, absolutely. The main differences are 1. Celest is fully managed and does not require any knowledge of the cloud. With Serverpod, you must have a cloud account and manage your …
-
comment
Comment #39895353
Much appreciated!
-
story
Show HN: Celest – Flutter Cloud Platform
Hi HN! I’m Dillon, the founder of Celest ( https://celest.dev ). Celest is a backend-as-a-service that lets you build full-stack Flutter and Dart apps without leaving your IDE. The…
- story
-
comment
Comment #32045077
Dart+Flutter should do the trick https://dart.dev/server https://flutter.dev/multi-platform/desktop