Live data from Hacker News

Viewing profile — lionside

lionside

HN member
Joined
Thu, May 23, 2019, 6:57 PM UTC
HN karma
11
Public activity
16 items

About lionside

No profile information was provided.

Recent public activity

  1. comment
    Comment #42522082

    Oh, one more thing! I'd like to share an excerpt from the README to make sure folks considering this approach understand all the cons that I could think of: ``` As with all things …

  2. story
    Show HN: Embed ViteJS-compiled assets in your Rust binary

    Dear HN community -- Merry Christmas, Happy Hannukah, and all the best in the upcoming new year :) Just wanted to share a crate I've been working on that I finally felt was ready t…

  3. story
  4. comment
    Comment #34274058

    I used to work at Resemble.ai and we used models that did real-time synthesis. I don’t think it’s particularly difficult anymore, even without sacrificing quality.

  5. comment
    Comment #34274018

    Checkout https://resemble.ai I used to work there; great team behind the product!

  6. comment
    Comment #33259759

    I’m going to add dsync to create-rust-app [1] so users can apply a database-first approach in rust! [1] https://github.com/Wulf/create-rust-app

  7. comment
    Comment #33189248

    Wowowowow thanks for your efforts behind this! I’ve integrated vite with a rust backend[1] and so many people have asked me how I managed to achieve SSR because they equate SSR wit…

  8. comment
    Comment #31968434

    I switched from CRA to Vite for create-rust-app[1]. If you ever needed to bundle JS/TS in an SSR framework (language agnostic), vite is a great choice :) [1] https://github.com/Wul…

  9. comment
    Comment #31737363

    I’ve been working on an OS project to help people get on this bandwagon: create-rust-app [1]. The folks over at shuttle.rs also wrote a blogpost around a similar topic which was a …

  10. comment
    Comment #31394968

    Hi HN community, One of the first requests I got for ‘create-rust-app’ was from a friend of mine regarding ViteJS. At the time, I didn’t know how awesome and fast ViteJS was as opp…

  11. story
  12. comment
    Comment #31022813

    Haha love the name. Sad to see it’s not an actual framework. For those looking for something more akin to a framework, try create-rust-app [1]. I plan to add a templating plugin so…

  13. comment
    Comment #31015892

    Tytytyty!! I know this is not realistic, but the only thing rust is missing is faster compilation times. To be fair, it’s already super fast. I was adding a repl[1] to create-react…

  14. comment
    Comment #30850467

    You’ve mentioned two of my favourite technologies :) In case you want to try rust and react together: https://github.com/Wulf/create-rust-app

  15. story
  16. comment
    Comment #29075621

    Over the past few months, I've been trying to contribute to the rust ecosystem to enable devs to make webapps comfortably. The latest challenge I've been addressing is auto generat…