Live data from Hacker News

Viewing profile — paulasmuth

paulasmuth

HN member
Joined
Sun, May 22, 2011, 5:48 PM UTC
HN karma
1,388
Public activity
193 items

About paulasmuth

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #16447754

    > If a beginner wanted to do anything "cool-looking" today, this same beginner programmer would need to set up render to texture on an OpenGL surface. Yuck! And so they lose intere…

  3. story
  4. comment
    Comment #12804413

    >> Well, yeah. That's 28,108.80 a month If you can't (or don't want to!) afford that kind of money for data analytics, please consider giving the FOSS alternative EventQL [0] a try…

  5. comment
  6. story
  7. story
  8. comment
    Comment #12596464

    >> For example in germany FF is still the widest used desktop browser. Do you have any references to back that up? I'm asking because I suspect your assumption is completely wrong.…

  9. story
  10. comment
  11. story
  12. comment
    Comment #12525262

    It's not an entirely new art form. The demoscene [0] has been going strong far longer than most of us have even been coding. So apparently some people _will_ execute interactive ar…

  13. comment
    Comment #12525219

    https://en.wikipedia.org/wiki/Demoscene BTW I do actually enjoy the linked music (allthough I have to admit I'm listening on soundcloud)!

  14. story
  15. comment
    Comment #12524577

    Speaking for myself: Berlin has a special kind of poor-is-sexy culture and this would not be too unusual. Lived there for 4yrs, most of them without a smartphone (had a 20eur burne…

  16. comment
    Comment #12514243

    >> So it's a completely different class of application than splunk or elasticsearch Sure it takes a somewhat different approach (i.e. it requires an explicit schema), but for the u…

  17. comment
    Comment #12512803

    > I'm still surprised that there's no startups offering comparable (particularly on-prem) products Please consider giving EventQL [0] a try some time! It's completely open-source a…

  18. comment
    Comment #12468306

    Yes, but this is only a solution if your library is only targeting windows. If you want users of any standards-compliant C++ implementation to be able to use your library today, yo…

  19. comment
  20. comment
    Comment #12461636

    Thanks. I had read that article some time back :) Sadly it does not give a figure/order of magnitude of the amount of data that's stored in citus after aggregation, but I guess it'…

  21. comment
    Comment #12461559

    Impressive. Any chance you could tell how much data is stored for the analytics service after pre-aggregation? (In terms of TB/day or so - I guess it can't be the full 70gbit/s?).

  22. comment
    Comment #12461464

    Actually, you can even have incompatibilities with the same compiler and different compile flags. So to reliably build a "semi-portable" c++ object one would have to ensure that al…

  23. comment
    Comment #12461437

    That's almost 70gbit/s (are those cloudflare http logs by any chance?) on 100 nodes vs ~170mbit/s on 6 nodes. Or, in other terms 700mbit/s per host with your kafka setup versus ~30…

  24. comment
    Comment #12460447

    > Except for inlineable functions and templates in C++—which become a greater and greater fraction of code the more "modern" your C++ gets. The C++ ABI is currently not portable an…

  25. comment
    Comment #12453356

    This confused me, too. I think what they meant with "1000 nodes" is that the dataset they're using for the benchmark is synthetic monitoring data (where the thing being monitored a…