Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nim2020
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nim2020
5y ago
Hi Schickling. Denjell here from the founding team of Tauri. Thanks for reaching out directly, and I just wanted to state for the HN record, that we are going to be having a board discussion surrounding the unpleasant event raised here, and
2.
▲
by
nim2020
5y ago
We are going to put our demo app (that showcases the API) front and center on the landing page. Thanks for the input https://github.com/tauri-apps/tauri/tree/dev/examples/api
3.
▲
by
nim2020
5y ago
yeah, we just plain forgot to put that back on the landing page. mea culpa https://github.com/tauri-apps/tauri/tree/dev/examples/api
4.
▲
by
nim2020
5y ago
We actually had this at an earlier stage during the alpha, but got so caught up in the alpha that we just plain forgot to put the apps for mac, win and linux back up there. We'll try to get that done this weekend. We have a full "
5.
▲
by
nim2020
5y ago
Like I wrote in another response, we are due for a landing page revamp, and we'll be sure to make a "nothing but the facts" hero for people like yourself who are concerned that their time is being wasted.
6.
▲
by
nim2020
5y ago
Maybe we need to be more clear about how nodejs CAN be used in the construction of a Tauri app, and that it is neither a requirement to make a Tauri app nor a component that is shipped with a Tauri app.
7.
▲
by
nim2020
5y ago
you can write your frontend in whatever you want, for example using yew...
8.
▲
by
nim2020
5y ago
That's a great idea! We do have a revamp of the landing page ahead of us, now that our roadmap is almost completed.
9.
▲
by
nim2020
5y ago
that's a great idea.
10.
▲
by
nim2020
5y ago
We don't bundle with node. We bundle with rust.
11.
▲
by
nim2020
5y ago
If you want to read more about what is new in the Beta release, we also published an article over at dev.to https://dev.to/tauri/announcing-tauri-beta-more-efficient-cr...
12.
▲
by
nim2020
5y ago
Tauri distributables are still 10 times smaller than Ultralight. Regarding performance will have to do some reviews.
13.
▲
by
nim2020
5y ago
we do not embed node in the final binary, although you can use either the nodejs based cli or the rust cargo one.
14.
▲
by
nim2020
5y ago
no, not directly. all primary code is written in rust
15.
▲
by
nim2020
5y ago
no, that is electron. not tauri
16.
▲
by
nim2020
5y ago
Hey - I am nothingismagick aka Denjell, one of the founders of Tauri, and will do my best to answer your questions about the project, rust, wasm, etc. https://github.com/tauri-apps/tauri
17.
▲
by
nim2020
6y ago
Been really interesting to watch you grow. Can't wait to see what you innovate next!
18.
▲
by
nim2020
6y ago
I just filed one: https://github.com/tauri-apps/tauri/issues/814
19.
▲
by
nim2020
6y ago
I find it interesting that many people hold so tightly onto the "it is not native unless it is written entirely in %my_favorite_language%". I think a little controversy is good, but what the heck does native mean anymore? Wasn
20.
▲
by
nim2020
6y ago
The big two that I see are: - neutralino uses cpp, so there are likely to be many more memory safety issues here than with tauri (because rust). - tauri does not force you to ship a localhost server
21.
▲
by
nim2020
6y ago
A local tauri binary that is optimally secured: - all assets are baked into the binary, not an ASAR or some kind of sidecar - uses minimal javascript obfuscation - disables console availability in the webview - detects if it has been invoke
22.
▲
by
nim2020
6y ago
Tauri builds the entire backend for you, all APIs are available out of the box without composing a single line of rust. If you do know rust, however, you can extend at your leisure. The team is currently working on a very slim solution that
23.
▲
by
nim2020
6y ago
Hi - core dev from Tauri here. A new rendering engine is indeed one of the areas of the research at tauri. For now (and until 1.0 at least) we are sticking with the webview, because we want to have an alternative to electron that is safer a