Live data from Hacker News

Viewing profile — mromnia

mromnia

HN member
Joined
Wed, Jul 22, 2015, 9:23 AM UTC
HN karma
539
Public activity
81 items

About mromnia

No profile information was provided.

Recent public activity

  1. comment
    Comment #48864961

    Run it in a Docker container and give readonly access to the .git folder. This way the agent can read git logs (this is very useful) but cannot commit directly (I don't see any val…

  2. comment
    Comment #46758666

    Considering what's happening with PC component prices, it's likely we won't have anything to run those public models on anyway. Everything might become permanently cloud-only at so…

  3. comment
    Comment #32223584

    This is actually explained in the Godot docs: https://docs.godotengine.org/en/latest/about/faq.html#what-i...

  4. comment
    Comment #32190557

    Iterating with async/await means you wait for every result before making another call. You basically execute the async calls one by one. Promise.all runs them all simultaneously an…

  5. comment
    Comment #23348690

    Can you give an example? Because if you're talking about ads, many people (even in this post) are saying that they just don't work for small projects.

  6. comment
    Comment #23348495

    I see this advice a lot, but I never really understood what the alternative is. If your product has a specific niche, maybe there are some forums or subreddits dedicated to it, sur…

  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. comment
    Comment #19127214

    Isn't this comparing apples to oranges? I haven't used koa, but it seems to be same level of abstraction as express - basically a thin layer over HTTP with routing. Rails or Django…

  19. story
  20. story
  21. story
  22. story
  23. comment
    Comment #18267102

    Maybe, maybe not. It just feels to me like Haxe only really makes sense for gamedev, and even then only barely, because of huge, crossplatform game engines like Unity. I really lik…

  24. comment
    Comment #18267042

    Is it possible to use Haxe for anything except gamedev and keep the crossplatform aspect? For example for backend webdev, it seems like you can compile to nodeJS and use express, b…

  25. story