Live data from Hacker News

Viewing profile — m4tx

m4tx

HN member
Joined
Tue, Jul 24, 2018, 2:35 PM UTC
HN karma
83
Public activity
20 items

About m4tx

[ my public key: https://keybase.io/m4tx; my proof: https://keybase.io/m4tx/sigs/omvUfJxbASTvrjk1yKxQgm8SJg01d47-De7nxavFZR8 ]

Recent public activity

  1. comment
    Comment #48967100

    Shameless plug: I've been developing https://cot.rs/ for a while, which is strongly inspired by Django, and auto migrations, admin panel, auth, etc. are among the features supporte…

  2. comment
    Comment #48967075

    Shameless plug: the lack of a fully batteries-included framework (with DB, auto migrations, admin, etc.) is one my biggest gripes in Rust - and that's why I've been developing http…

  3. comment
    Comment #43108985

    Thanks - fixed!

  4. comment
    Comment #43095074

    While I generally agree with your comment, a lot of people actually use it because they don't use a password manager and it's more convenient then. One additional benefit to having…

  5. comment
    Comment #43094367

    Agreed! This is also something that I personally want to use in my services, so this will definitely be a first-class citizen in Cot very soon.

  6. comment
    Comment #43094356

    Thanks a lot for this extensive feedback! About performance: I agree, and I'm not even trying to make performance a priority in Cot. I mean, of course, it's nice to have an actual …

  7. comment
    Comment #43094154

    Yeah, that's something I'm painfully aware of. Part of the reason I'm starting to push hard even though it's not ready yet is to gain as much feedback as early as possible to avoid…

  8. comment
    Comment #43093852

    That's actually a very good point. I was thinking a lot about whether to make async a requirement. Given that sync code is often easier to reason about and debug and Cot tries to b…

  9. comment
    Comment #43093263

    That's one of the issues explicitly mentioned in the article ("Request Handler API is far from being ergonomic"). This will get better in the nearest future as it's a major pain po…

  10. comment
    Comment #43090503

    Good point! I'll add some code samples soon, thanks!

  11. comment
    Comment #43090484

    Agreed, and what you mention here are the main reasons Cot has been strongly inspired by Django. Whether we'll achieve the same level of stability and ORM ease-of-use for the Rust-…

  12. comment
    Comment #43090175

    LOL, thanks for catching that ;) Will fix!

  13. comment
    Comment #43090162

    If Django works for you, I'm absolutely not saying you should switch to Cot immediately! Some people like to have as many type-safety and compile-time checks as possible, so that's…

  14. comment
    Comment #43090123

    About the docs, there is a guide chapter dedicated to the ORM: https://cot.rs/guide/latest/db-models/ There are several reasons I don't like the existing ORMs in Rust, many of them…

  15. comment
    Comment #43089921

    Writing raw SQL is perhaps indeed easier for simple queries, but put some foreign keys inside or slightly more complex relationships between tables and you'll probably quickly fall…

  16. comment
    Comment #43089749

    Yeah, it was a typo, just deploying a fix. Thanks!

  17. story
  18. story
  19. story
  20. comment
    Comment #17604129

    Yes, the project was fun, yet simple and fast to write! I was thinking about doing some more advanced optimizations, although I believe the opportunities for that are pretty limite…