henridf | 6 years ago | on: Indiana Bell moved a functioning building in 1930
henridf's comments
henridf | 6 years ago | on: Go is Google's language, not ours
henridf | 7 years ago | on: SQLite as an Application File Format (2014)
Datasette (https://github.com/simonw/datasette) is a new tool to publish data on the web. It uses SQLite under the hood.
henridf | 7 years ago | on: Crater under Greenland points to climate-altering impact in the time of humans
Most importantly I don't see a way to revert; hopefully the moderators will see this and do it instead.
henridf | 7 years ago | on: We can do better than percentile latencies
There's a good discussion of the respective merits of each at https://prometheus.io/docs/practices/histograms/#quantiles
henridf | 7 years ago | on: M3: Uber's Open Source Large-Scale Metrics Platform for Prometheus
henridf | 8 years ago | on: Kubernetes at GitHub
I think that for third-party packages and related templating (which seems like the original use-case) it works well, but I would be wary of using it for high-res deploys of our own stuff.
henridf | 9 years ago | on: Ask HN: Alternatives to Vagrant for development environments?
Typically with locally-built (dev) images rather than those from the registry that CI writes to, but other than that the k8s manifests are the same.
henridf | 9 years ago | on: Ask HN: Which companies have the best blogs written by their engineering team?
henridf | 9 years ago | on: More than one million requests per second in Node.js
henridf | 9 years ago | on: Syscall Auditing at Scale
I don't fully get the argument for why on-host filtering is undesirable. Of course naively filtering for curl-originated connections isn't a solid detection scheme for rootkit-installs! That's just a naive filter, which a naive user could mis-use in a centralized way or in a distributed way.
As for event correlation (#2 of the pros), it can be done on-host too. And back-testing (#3) of new rules is indeed a highly valuable feature! But you certainly don't have to log everything centrally to get that capability. E.g. in the case of Falco, you can capture trace files and re-run any number of rules/filters on them.
I do agree with the point on rules being exposed to an attacker.
[Disclaimer: author of the initial version of Sysdig Falco]
henridf | 9 years ago | on: Microsoft announces major commitment to Apache Spark
https://github.com/henridf/apache-spark-node https://github.com/EclairJS/eclairjs-node
henridf | 10 years ago | on: Why expat Americans are giving up their passports
US Citizen living and working abroad buys a house for X in local currency. Later sells same house for the same amount X in local currency. That local currency has appreciated by 20% against USD in the timeframe. And the IRS computes capital gains in USD, not in local currency.
Net result: the seller owes IRS "capital gains" taxes on 20% of the value of a house that was bought and sold for the same price.
henridf | 10 years ago | on: The Hadoop Ecosystem Table
henridf | 10 years ago | on: Google Picks Diane Greene to Expand Its Cloud Business
henridf | 10 years ago | on: Building a Streaming Analytics Data Stack
As far as the scaling issue goes, this was designed to run on premise rather than as a SaaS service (unlike bigpanda?).
Disclaimer on last paragraph: as per @demmer's comment below, Jut's plans have changed, so it may no longer be valid or relevant.
henridf | 10 years ago | on: Building a Streaming Analytics Data Stack
henridf | 10 years ago | on: AWS Lambda Supports Python, Versioning, Scheduled Jobs, and 5 Minute Functions
What was the previous limit?
henridf | 10 years ago | on: Outgrowing Apache Storm: why we built in-house distributed stream processing
henridf | 10 years ago | on: Outgrowing Apache Storm: why we built in-house distributed stream processing
It's taken from close up so you see how a concrete platform has been poured under the building, then the whole thing pushed on rails.