Live data from Hacker News

Viewing profile — nim2020

nim2020

HN member
Joined
Wed, Jul 08, 2020, 4:08 PM UTC
HN karma
65
Public activity
23 items

About nim2020

No profile information was provided.

Recent public activity

  1. comment
    Comment #29809846

    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 …

  2. comment
    Comment #27156983

    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. comment
    Comment #27156898

    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. comment
    Comment #27156883

    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 t…

  5. comment
    Comment #27156806

    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 the…

  6. comment
    Comment #27156461

    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 shi…

  7. comment
    Comment #27156381

    you can write your frontend in whatever you want, for example using yew...

  8. comment
    Comment #27156372

    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. comment
    Comment #27156350

    that's a great idea.

  10. comment
    Comment #27156341

    We don't bundle with node. We bundle with rust.

  11. comment
    Comment #27156318

    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. comment
    Comment #27156237

    Tauri distributables are still 10 times smaller than Ultralight. Regarding performance will have to do some reviews.

  13. comment
    Comment #27156193

    we do not embed node in the final binary, although you can use either the nodejs based cli or the rust cargo one.

  14. comment
    Comment #27156185

    no, not directly. all primary code is written in rust

  15. comment
    Comment #27156179

    no, that is electron. not tauri

  16. comment
    Comment #27156112

    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…

  17. comment
    Comment #26332110

    Been really interesting to watch you grow. Can't wait to see what you innovate next!

  18. comment
    Comment #23810564

    I just filed one: https://github.com/tauri-apps/tauri/issues/814

  19. comment
    Comment #23771867

    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, bu…

  20. comment
    Comment #23771670

    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 …

  21. comment
    Comment #23771509

    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…

  22. comment
    Comment #23771415

    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…

  23. comment
    Comment #23771358

    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, becaus…