Live data from Hacker News

Viewing profile — konstmonst

konstmonst

HN member
Joined
Mon, May 02, 2016, 4:05 PM UTC
HN karma
87
Public activity
63 items

About konstmonst

No profile information was provided.

Recent public activity

  1. comment
    Comment #49045002

    I had to use it in production and it abdolutely doesn't scale and actually looses messages if the load is high enough.

  2. comment
    Comment #49032426

    std::indirect looks for me like another pointless c++ thing that already works with forward pointer declaration. You can add it to another ton of pointless things C++ adds without …

  3. comment
    Comment #48567369

    A pity that GrapheneOS works only on Pixel and those phones are trash for me (no microsd support). I have a 1.5 tb microsd card with all media/books and it is easy to move to anoth…

  4. comment
    Comment #43853040

    China did it better - most of their managers are engineers. US needs to make use of this pattern. Oh, and add an IQ and an EQ test as a requirement to being a president.

  5. comment
    Comment #40189417

    I think this post has a lot of preconceptions about life. I bet it wouldn't be biological any more, even our society is moving to digital: AIs , drones. Even if it were, why suppor…

  6. comment
    Comment #39511864

    yes, I must have made an error

  7. comment
    Comment #39507807

    I disagree, removing sanctions will make them stronger when the conflict comes. Also as I see it, all nations don't care much about people's suffering in some other country, they c…

  8. comment
    Comment #39424702

    I just had another thought about this: without violence - you cannot have peace. Sure, you can threaten violence if peace is not kept, but if you are not prepared to use violence t…

  9. comment
    Comment #39422607

    It is not what I said. I meant violence is part of being Human. If you do not use it does not mean that you do not have it. It is not about blindly applying it. It is not only a ne…

  10. comment
    Comment #39416929

    Why hate yourself? Violence is a part that makes us human. Without it we are not human If we will not learn to control it, we will die. But in the end everything does. Also, being …

  11. comment
    Comment #38461473

    The problem is that an industry can be used as leverage by China to hurt the economy. See Putin and Gazprom, Tawianese Chips and so on. Globalization is good, because it makes prod…

  12. comment
    Comment #38251542

    Nope, math is invented, without people there is no math. Math is a logic system invented by humans. You don't have to use math to describe relations between things. Math is a langu…

  13. comment
    Comment #38098527

    great way to reduce weight!

  14. comment
    Comment #36984298

    I just use python for that now

  15. comment
  16. comment
    Comment #31396724

    Russia is a vassal state of china and shows the direction emperor Xi wants to go, but can't afford to. They wanted to show that dictatorships are more powerfull and efficent than d…

  17. comment
    Comment #30750762

    I've got a Mac at work and I hate it with passion. I now use my own linux Laptop instead. There is no del key, no home, ctrl and alt are swapped in some aplications and not the oth…

  18. comment
    Comment #30604710

    I gain nice memes and some schadensfreude when they bitch about their lives.

  19. comment
    Comment #28785488

    I really don't like internal memory management in such libraries. It should not be btn = lv.btn(lv.scr_act()) but Button bt; lv.init_button(&bt) so that I can decide where to keep …

  20. comment
    Comment #26759535

    Flying increases Cancer risk because of Cosmic Radiation. Solar Flares while flying are extremely dangerous.

  21. comment
    Comment #26437595

    It depends on what you are watching. I like Asian and European cinema and shows. For me most of American/Hollywood stuff is third rate junk, including Marvel and american Comics st…

  22. comment
    Comment #26436999

    China didn't eliminate poverty, Source: https://www.youtube.com/watch?v=z-k_ed7D7Dw China doesn't have a big middle class. Education in China does not produce a lot of creative peo…

  23. comment
    Comment #25377426

    I disagree. I think this could only happen in a place where they don't value human life and have a concept of "face" that is more important than people's lives, and where they don'…

  24. comment
    Comment #25376298

    Looks like China unintentionally found a way to damage the west pretty good. I wounder what will happen with the next Virus for the far east. I wounder if we will we learn from thi…

  25. comment
    Comment #22247283

    I would give out handles and have a Guard Object, that allows you to get smart pointers from handles as long as Guard Object is in scope. Then when Guard Object is out of scope, th…