Viewing profile — mromnia
mromnia
HN member- Joined
- Wed, Jul 22, 2015, 9:23 AM UTC
- HN karma
- 539
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About mromnia
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #32223584
This is actually explained in the Godot docs: https://docs.godotengine.org/en/latest/about/faq.html#what-i...
-
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…
-
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.
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
- story
- story
- story
- story
-
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…
-
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…
- story