Viewing profile — sobakistodor
sobakistodor
HN member- Joined
- Tue, May 11, 2021, 5:07 PM UTC
- HN karma
- -9
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About sobakistodor
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #46273426
[dead]
-
comment
Comment #45835672
[dead]
-
comment
Comment #45405188
[dead]
-
comment
Comment #45094584
[dead]
-
comment
Comment #38393906
[dead]
-
comment
Comment #38146301
[dead]
-
comment
Comment #38145707
[dead]
-
comment
Comment #38142419
[dead]
-
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…
-
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.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
- comment
-
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…