Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lukechu10
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
lukechu10
6mo ago
Hmm that's pretty cool. Thanks for sharing!
2.
▲
by
lukechu10
6mo ago
What does it mean to have a distributed quantum computer? Because if these distributed quantum computers are connected by classical communication channels (e.g. the internet), then it has been proven that this cannot provide any quantum spe
3.
▲
by
lukechu10
6mo ago
Well what makes you think the VPN providers are not tracking? You would have to either self-host your own VPN server somewhere (maybe on a public cloud provider) or if you are truly paranoid, use something like Tor.
4.
▲
by
lukechu10
6mo ago
Good feedback. I'll make a demo page showcasing all the examples and link to it from the home page.
5.
▲
by
lukechu10
6mo ago
If you actually read the README.md file, the first few lines say that there are hosted versions available that you can view directly in your browser. I also mentioned this in another comment. I don't know what else you want...
6.
▲
by
lukechu10
6mo ago
No I think that's a different product. What I had in mind is what is on, for example, https://tailwindcss.com/ and many other open source project websites. If you open the search menu, you'll see at the bottom tha
7.
▲
by
lukechu10
6mo ago
It's the gzipped size that matters a lot more. Also wasm is significantly faster to parse and run than Javascript so although 500kb seems like a lot for JS, for WASM it's not that much. A general website will likely need a lot mor
8.
▲
by
lukechu10
6mo ago
There are a lot of demos! Check out the examples/ folder on GitHub.
9.
▲
by
lukechu10
6mo ago
Yes I plan on adding doc search. Although I'm not sure if I should try to build one from scratch (never tried building full text search before) or using something prebuilt like Algolia docsearch.
10.
▲
by
lukechu10
6mo ago
Yeah that makes sense. I’ll work on improving the front page
11.
▲
by
lukechu10
6mo ago
That’s because I’ve changed it since posting this!
12.
▲
by
lukechu10
6mo ago
What kind of examples were you expecting? There are plenty of examples in the examples/ folder on GitHub as well as plenty of other projects using Sycamore as can be seen from GitHub’s reverse dependency page
13.
▲
by
lukechu10
6mo ago
There are also plenty of other examples as mentioned in the comment above. Also many other projects using Sycamore which you can see by looking at GitHub’s reverse dependency page.
14.
▲
by
lukechu10
6mo ago
I'm personally not to big of a fan of the Elm pattern for UI. Although it can be quite elegant, most of the times, it ends up being quite verbose even for simple things. I feel like combining the drawing layer from one of these existin
15.
▲
by
lukechu10
6mo ago
That's true... but there's also plenty of other examples with more reactive elements.
16.
▲
by
lukechu10
6mo ago
Ok I've modified it slightly. But Sycamore does have ambitions to have native GUI support as well. I'm currently looking at GTK, Iced, and GPUI and see if it would be possible to add Sycamore support. This would make it possible t
17.
▲
by
lukechu10
6mo ago
There has been a few minor releases since. I am planning on making a new release soon with a few bug fixes and working on new major features. I'm also looking for new contributors and maintainers!
18.
▲
by
lukechu10
6mo ago
It's more like ReactJS/SolidJS (but in Rust) rather than a component library like Bootstrap. Although I definitely agree the home page can do a much better job of explaining this.
19.
▲
by
lukechu10
6mo ago
Hmm thanks for the feedback. The front page definitely has lots of room for improvement.
20.
▲
by
lukechu10
6mo ago
Dioxus originally was more like ReactJS and used hooks. However, they have since migrated to using signals as well which makes Dioxus and Sycamore much more similar. One remaining major difference is that Dioxus uses a VDOM (Virtual DOM) as
21.
▲
by
lukechu10
6mo ago
Umm which browser are you using? Did you disable webassembly somehow?
22.
▲
by
lukechu10
6mo ago
Unlike other UI libraries, I would say Sycamore has a very clear execution model. If you've used something like React before, there is all this thing about component lifecycles and hook rules where the component functions run over and
23.
▲
by
lukechu10
6mo ago
The website itself is made with Sycamore! There are also a bunch of examples at https://github.com/sycamore-rs/sycamore/tree/main/examples You can see the deployed versions at https://examples.
24.
▲
by
lukechu10
6mo ago
Thanks!
25.
▲
Building an Arcade Cabinet (Part 1, Design & Materials)
(lukechu.dev)
3 points
by
lukechu10
6mo ago
|
0 comments
26.
▲
Show HN: Sycamore – next gen Rust web UI library using fine-grained reactivity
(sycamore.dev)
95 points
by
lukechu10
6mo ago
|
75 comments
27.
▲
by
lukechu10
6mo ago
I made this a while ago but never shared it before. Figured some of you might find this interesting. Based on a presentation that I gave a while ago and then re-adapted into the current format. Full source code for the simulations and anima
28.
▲
Low energy transfers in space: getting to the Moon with Lagrange points
(lukechu.dev)
4 points
by
lukechu10
6mo ago
|
3 comments
29.
▲
Sycamore v0.9.0
(sycamore.dev)
1 points
by
lukechu10
2y ago
|
0 comments
30.
▲
Sycamore's new reactive primitives: most ergonomic version of Sycamore yet
(sycamore-rs.netlify.app)
5 points
by
lukechu10
5y ago
|
0 comments
More ›