Live data from Hacker News

Viewing profile — IceSentry

IceSentry

HN member
Joined
Fri, Mar 31, 2017, 3:32 AM UTC
HN karma
89
Public activity
42 items

About IceSentry

No profile information was provided.

Recent public activity

  1. comment
    Comment #39424659

    And I know people that have used bevy to make games and liked it more than any other engine they tried before. Many people are already using it in production, there's also multiple…

  2. comment
    Comment #38145772

    The UI framework will be bevy_ui just like godot uses godot ui library. What needs to be done is improve it so it can actually work for making a complex app.

  3. comment
    Comment #38145589

    Bevy does have plenty of documentation here: https://docs.rs/bevy/latest/bevy/ What's missing is tutorial type documentation, but individual features are generally documented.

  4. comment
    Comment #37129385

    Well I guess you've just been very lucky. I've seen a codebase where half the features were implemented by inheriting the controller class and adding some behaviour and then that w…

  5. comment
    Comment #37007147

    I don't understand why you consider loops an abstraction. They are some of the most basic building block.

  6. comment
    Comment #36855370

    There's rayon, which in my opinion makes writing multi threaded code even simpler than openmp. It's also nice that it doesn't rely on any compiler feature. It's just a library.

  7. comment
    Comment #36855340

    It's one of the thing that annoys me the most about these discussions. The best language to prototype in is the one you know the most. For me and probably for you too, that's rust.…

  8. comment
    Comment #36827611

    Rome is not a runtime and picking one depends on your use case and personal preference about certain features.

  9. comment
    Comment #36827568

    Why is that odd? Why are you even talking about a rabbit?

  10. comment
    Comment #36748969

    I don't think using Task is better either. I was just replying to OP saying to just use unix tools. Unix tools aren't cross platform so they aren't a good build tool either.

  11. comment
    Comment #36744726

    UNIX might be standard but it doesn't make it cross platform. You might not like it but a lot of people develop on windows. Build tools that assume a unix environment is present ar…

  12. comment
    Comment #36731734

    Using my thumb to press alt sounds crazy to me. It's incredibly uncomfortable compared to using ctrl with my pinky. With that said I do agree that modern keyboards completely under…

  13. comment
    Comment #36687816

    Unused variables just generate warnings. It will still compile.

  14. comment
    Comment #36670181

    I use vivaldi because of the tab stack feature and until firefox gets support for something close to it I just can't switch. I tried to browse the web without it but I always come …

  15. comment
    Comment #36661950

    While OpenGL support isn't a main target, the fact that it breaks with 3D is unexpected. Many features won't work but it should definitely be able to render the pbr shader in 3d.

  16. comment
    Comment #36508282

    Windows Terminal is 93% c++ on github. Not sure where you got the impression it was mostly c#

  17. comment
    Comment #36502329

    Some libraries can use string interpolation to create parameterized queries automatically.

  18. comment
    Comment #36444043

    You don't need to buy more ram. It was already cheap a decade ago. Ram has been in the multiple gigabyte range for longer than that. Having an app that you use all the time every d…

  19. comment
    Comment #36440049

    If vscode slowed down for you it might mean you installed too many extensions. Personally it feels just as fast or faster than before. Especially with things like the mentioned bra…

  20. comment
    Comment #36435881

    It's barely alpha, but lapce is kinda trying to be a native version of vscode. https://github.com/lapce/lapce

  21. comment
    Comment #36435771

    I use discord and gitkraken every day and I've never had any issues either. People just like to complain. They act as if using a few hundred megabytes for the main app you are usin…

  22. comment
    Comment #36420098

    These things are all very subjective. Not everyone is affected the same way by latency. I hear people complaining about it all the time on thw internet, but in practice I never not…

  23. comment
    Comment #36413073

    I still prefer a handful of instances compared to the current state of resdit where it's all or nothing.

  24. comment
    Comment #36412135

    The discord sync feature combined with it being google indexable does seem nice but is there a way to control what can be indexed? Some discord channels are somewhat private on pur…

  25. comment
    Comment #36395516

    What's missing in the standard library though? I hear this complain often, but when I use a library it's always for a specific use case and not something that I would expect to be …