Live data from Hacker News

Viewing profile — Devid2014

Devid2014

HN member
Joined
Wed, Jan 22, 2014, 12:45 PM UTC
HN karma
102
Public activity
41 items

About Devid2014

No profile information was provided.

Recent public activity

  1. comment
    Comment #38902860

    Why do people assume that to have fun one need alcohol or some other unhealthy stuff?

  2. comment
    Comment #28291792

    The problem is that even 16GB is really not that much for 2021. As of today 32GB should be considered minimum.

  3. comment
    Comment #27354238

    For me this new UI is worse as the classic one.

  4. comment
    Comment #27354195

    Why no more icons in menus? :(

  5. comment
    Comment #15450580

    1 download limit looks really problematic to me. Some times download just do not start or get aborted and then everything need to be done again. Something like 3 downloads limit wo…

  6. comment
    Comment #15321900

    > Programs in the 90s were written in C and C++. C is impossible to secure. C++ is impossible to secure. You know that most today OS are written in C or C++ ? Also many higher leve…

  7. comment
    Comment #15093626

    I care and I am part of this universe, like you and every other human on this planet. So at lest partially universe care about humanity.

  8. comment
    Comment #14577023

    AFAIK you require to use it by the law. If you have other information please point to the source, it would be nice to know it for sure.

  9. comment
    Comment #14577012

    Last info I got from peoples who lived in Kazakhstan s that you need to use custom certificate from government to use HTTPS and such stuff. This mean that MitM will be done for all…

  10. comment
    Comment #14273057

    "Apple may be a de facto monopolist for most of the world" May this is how some peoples from USA see Apple ? But here in EU Apple is just another smartphone vendor and most peoples…

  11. comment
    Comment #13638288

    For me Rust has a lot of potential to write more secure code in places where it is needed but astrophysics is may be not one of them. Not sure about language it self, my knowledge …

  12. comment
    Comment #13635226

    https://github.com/marblestation/benchmark-leapfrog This are not valid benchmarks at all. What is the point to run N-Body sim with all particles set to 0.0 ? Where is the result of…

  13. comment
    Comment #12525546

    Strange I have no problems with Wireless at all using ET-2550.

  14. comment
    Comment #12506907

    Pixel art is really treble, I just hurt looking at it in some cases. So some people likes pixels and call it “art” and use such word combinations like “HD fetishism”. But I would s…

  15. comment
    Comment #12501454

    Like thins one ? WaveNet: A Generative Model for Raw Audio https://deepmind.com/blog/wavenet-generative-model-raw-audio...

  16. comment
    Comment #11226932

    Is this enough ? typedef vector vi; typedef vector vvi; typedef pair ii; #define sz(a) int((a).size()) #define pb push_back #defile all(c) (c).begin(),(c).end() #define tr(c,i) for…

  17. comment
    Comment #11226907

    It would be correct to say this about std::array but NOT about std::vector .

  18. comment
    Comment #11099605

    Is Marching Cubes not already outdated algorithm to do this !? Why not use state pf the art algorithm for this, like Marching Tiles ?

  19. comment
    Comment #10915247

    Unfortunately this is very slow. Compared to proper native implementation of course.

  20. comment
    Comment #10860096

    No we are still not there and will not be for a long time. But with time we will get closer and closer.

  21. comment
    Comment #10858735

    Year 2006: Photorealism in video games is around the corner... Year 2016: Photorealism in video games is around the corner... Year 2026: Photorealism in video games is around the c…

  22. comment
    Comment #10740873

    What happens with this one ? Polynomial Time Algorithm for Graph Isomorphism Testing. http://mt2.comtv.ru/ Is this a hoax or has some substance ?

  23. comment
    Comment #10533730

    There are really many types of chancer, and Vitamin C (if confirmed) seems to help only from some types of it. So that he died of cancer say absolutely nothing about Vitamin C.

  24. comment
    Comment #10443430

    The cure to death even partially is probably more that 100 years away from us.

  25. comment
    Comment #10413818

    Using something else as float or double would decrease performance significantly. Using array sorting would not only be solve too but actually do not improve precision that much at…