Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
paulasmuth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
paulasmuth
9y ago
> 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 interest, believing programming is the mysterious and
2.
▲
CASPaxos: Lightweight Replicated State Machines
(arxiv.org)
7 points
by
paulasmuth
9y ago
|
0 comments
3.
▲
by
paulasmuth
10y ago
>> 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 some time. It's super simple to s
4.
▲
Dell XPS 13 9360 QHD+ I5-7200U Notebook Review
(notebookcheck.net)
1 points
by
paulasmuth
10y ago
|
0 comments
5.
▲
CppCon 2016: David Schwartz “Developing Blockchain Software”
(youtube.com)
1 points
by
paulasmuth
10y ago
|
0 comments
6.
▲
by
paulasmuth
10y ago
>> 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. (Based on a bunch of analytics data that I have
7.
▲
Re: [TLS] Industry Concerns about TLS 1.3
(ietf.org)
2 points
by
paulasmuth
10y ago
|
0 comments
8.
▲
C++ WAT [video, 2015]
(youtube.com)
1 points
by
paulasmuth
10y ago
|
0 comments
9.
▲
by
paulasmuth
10y ago
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 art. Also, you can still listen to their music on soundcl
10.
▲
by
paulasmuth
10y ago
https://en.wikipedia.org/wiki/Demoscene BTW I do actually enjoy the linked music (allthough I have to admit I'm listening on soundcloud)!
11.
▲
Attacking Branch Predictors to Bypass ASLR [pdf]
(cs.binghamton.edu)
2 points
by
paulasmuth
10y ago
|
0 comments
12.
▲
by
paulasmuth
10y ago
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 burner phone for communication and to receive monitoring alerts).
13.
▲
by
paulasmuth
10y ago
>> 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 use case discussed in this thread it _is_ complete
14.
▲
by
paulasmuth
10y ago
> 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 and self-hostable. Still a new project thou
15.
▲
by
paulasmuth
10y ago
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, you'll still have to go with c-abi symbols or ship the so
16.
▲
by
paulasmuth
10y ago
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's just not public information. [I'm work
17.
▲
by
paulasmuth
10y ago
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?).
18.
▲
by
paulasmuth
10y ago
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 all objects are compiled with the exact same (i.e. s
19.
▲
by
paulasmuth
10y ago
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 ~30mbit/s per host in the benchmark. A
20.
▲
by
paulasmuth
10y ago
> 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 anyway. So the concern about templates (or any C+
21.
▲
by
paulasmuth
10y ago
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 are servers). And the way they generated the s
22.
▲
by
paulasmuth
10y ago
Just so sad that Vertica is proprietary so we can't see how they did it! ;) On a serious note: Please check out EventQL [0] some time. It's very similar to Vertica in some ways and completely open-source. It's a new project (
23.
▲
by
paulasmuth
10y ago
> The point of the comparison is that InfluxDB gives you a ton of functionality out of the box and has great performance. [...] if you want to do time series on Cassandra, you're going to write a bunch of the code yourself. Fair en
24.
▲
by
paulasmuth
10y ago
Yes, the delta encoding scheme you described (and other fancy coding schemes such as bitpacking, varints, RLE or a combination thereof) are frequently employed in columnar storage formats and databases. Columnar storage is basically a gener
25.
▲
by
paulasmuth
10y ago
The linked article is an obviously bullshit benchmark that makes influxdb look good and cassandra look bad (by, surprise, the influxdb folks). I'm far from a cassandra fanboy, but this really is just dishonest marketing. Not sure if th
26.
▲
by
paulasmuth
10y ago
It seems to solve a different usecase. LLVM is (by their own documentation) not really intended for ad-hoc JIT compilation for queries. It doesn't put a lot of priority on making the compilation fast (but rather makes the produced code
27.
▲
by
paulasmuth
10y ago
What I find amazing about NativeJIT is how small the codebase seems to be -- under 10k SLOC. Impressive! Will seriously consider using this to speed up expression execution in EventQL [0] (we shied away from llvm so far because it's su
28.
▲
by
paulasmuth
10y ago
I can't speak for big query, but for our open-source BigQuery alternative EventQL [0]. On the upside, massively parallel SQL databases allow you to express what probably took facebook a lot of code in a single SQL query. On the downsid
29.
▲
by
paulasmuth
10y ago
All of those points sound fantastic and zig is one of the most interesting things I've seen on HN in a while. Still I can't help but ask one question: Your points 2 and 3 (build tooling and package management) seem like they would
30.
▲
by
paulasmuth
10y ago
None of these numbers add up. If 30 million hours were watched with an average bandwidth of 2Mbps, the total data volume should be 25,749TB (or close to 26PB) and not 400TB. Also, if the peak bandwidth was 600Gpbs, that peak could not have
More ›