Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dillonnys
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Embedding Explorer – compare text embedding models in your browser
(github.com)
1 points
by
dillonnys
1y ago
|
0 comments
2.
▲
by
dillonnys
2y ago
That's very cool :-)
3.
▲
by
dillonnys
2y ago
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 been your primary use case at TigerEye? Will definitely di
4.
▲
Why I'm Betting on Dart
(dillonnys.com)
10 points
by
dillonnys
2y ago
|
4 comments
5.
▲
by
dillonnys
2y ago
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 complex backends. It's hard to put one before the other, but
6.
▲
by
dillonnys
2y ago
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 have been lots of companies which have found success bui
7.
▲
by
dillonnys
2y ago
Flutter is currently required for the parent app, but I'll be lifting that requirement very soon. Stay tuned!
8.
▲
by
dillonnys
2y ago
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.
9.
▲
by
dillonnys
2y ago
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 work that's underway [1][2]. F
10.
▲
by
dillonnys
2y ago
Nice! Glad to hear it :-)
11.
▲
by
dillonnys
2y ago
> It could be part of the service contract. Agreed. I'll look into how we can add that.
12.
▲
by
dillonnys
2y ago
Cheers!
13.
▲
by
dillonnys
2y ago
> 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/celest-dev/celest/issues&
14.
▲
by
dillonnys
2y ago
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 independent of Celest and letting you use your cloud credits
15.
▲
by
dillonnys
2y ago
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 of a deployment is just a URL, which is automatically p
16.
▲
by
dillonnys
2y ago
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. The CLI generates a strongly-typed API client for
17.
▲
by
dillonnys
2y ago
Thanks! I started working on it in November, but most of the effort has been over the past three months.
18.
▲
by
dillonnys
2y ago
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.
19.
▲
by
dillonnys
2y ago
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.
20.
▲
by
dillonnys
2y ago
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 own infrastructure. 2. In Celest, all of your backend and in
21.
▲
by
dillonnys
2y ago
Much appreciated!
22.
▲
Show HN: Celest – Flutter Cloud Platform
(celest.dev)
124 points
by
dillonnys
2y ago
|
47 comments
23.
▲
NoAuth
(noauth.lol)
2 points
by
dillonnys
3y ago
|
0 comments
24.
▲
by
dillonnys
4y ago
Dart+Flutter should do the trick https://dart.dev/server https://flutter.dev/multi-platform/desktop