Viewing profile — paulasmuth
paulasmuth
HN member- Joined
- Sun, May 22, 2011, 5:48 PM UTC
- HN karma
- 1,388
- Public activity
- 193 items
- HN profile
- View on Hacker News ↗
About paulasmuth
No profile information was provided.
Recent public activity
- comment
-
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…
- story
-
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…
- comment
- story
- story
-
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.…
- story
- comment
- story
-
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…
-
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)!
- story
-
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…
-
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…
-
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…
-
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…
- comment
-
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'…
-
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?).
-
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…
-
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…
-
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…
-
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…