Live data from Hacker News

Viewing profile — sobakistodor

sobakistodor

HN member
Joined
Tue, May 11, 2021, 5:07 PM UTC
HN karma
-9
Public activity
19 items

About sobakistodor

No profile information was provided.

Recent public activity

  1. comment
    Comment #46414888

    RTL-SDR is not for beginners only, it is great cheap every day SDR with known parameters. If you know what you are doing, RTL-SDR solves 90% of your receiving tasks. It is noisy in…

  2. comment
  3. comment
  4. comment
  5. comment
  6. comment
  7. comment
  8. comment
  9. comment
  10. comment
    Comment #28277342

    We develop Web in C++ and all our protocols looks like this: serializer.put (item).put(another).put(this); if (writer.valid()) { // no overflows or other problems socketwriter.writ…

  11. comment
    Comment #28277308

    Modern means: "we analyzed all bad things about the thing and fixed many of them". Paradigm in "modern"-term is "more time - better solution". So "modern" - many time passed.

  12. comment
    Comment #28276808

    > No… Yes. I don't need any micro-freezes. > Are you seriously implying that C was not designed for large projects? C was designed to move from asm to something highlevel. C made p…

  13. comment
    Comment #28274532

    Have experience with GO. Feels like C in terms of lack of templates, and feels like Java in terms of "how I avoid world-freezes by GC". Go seems semantically less rich than C++ lan…

  14. comment
    Comment #28274433

    As I remember, Go was "invented" to allow writing SMALL projects, where people previously used Bash/C/Perl. Like all these small command-line utilities and scripts to solve Site-Re…

  15. comment
    Comment #28274395

    Java makes you think about its GC. "What i must do to prevent GC wake up". Always re-use allocated objects and so on. Or you turn off GC. So, you got C++. But with C++ you write sm…

  16. comment
    Comment #28274266

    It is good idea in terms of long-term money spendings: if you already have good C++ HTTP framework, you spend less cpu/memory and can make web-service\site that can live forever fo…

  17. comment
    Comment #28274238

    You just using some "framework" to develop C++ apps. This framework should give you place for you DO_FUNCTION() and everything else is implemented: 80-port-listening, DB-interactio…

  18. comment
  19. comment
    Comment #27120705

    I've been generating tons of ideas my entire life. This is why I KNOW how cheap the ideas is and, also, how hard it is to implement something and make is usable/working/needed/chea…