HN user

ferrantim

1,860 karma
Posts110
Comments96
View on HN
docs.getunleash.io 2y ago

Principles for using feature flag systems at scale

ferrantim
7pts0
radiolab.org 2y ago

Radiolab – Podcast about how amazing horseshoe crabs are (2020)

ferrantim
2pts0
www.getunleash.io 2y ago

Yggdrasil: The Evolution of OSS Unleash's SDKs

ferrantim
7pts0
docs.getunleash.io 2y ago

Principles for building and scaling feature flag systems

ferrantim
212pts112
blog.filestack.com 9y ago

Filestack Launches Content Ingestion Network (CIN), Accelerates File Uploads 10X

ferrantim
12pts0
portworx.com 9y ago

LCFS speeds up docker build by making docker commit a constant time operation

ferrantim
27pts4
www.hydrogen-music.org 9y ago

Hydrogen – An advanced drum machine for Linux

ferrantim
319pts127
www.vodien.com 9y ago

100-websites-rule-internet-2.jpg (4011×3615)

ferrantim
1pts0
blog.acolyer.org 9y ago

Understanding, generalisation, and transfer learning in deep neural networks

ferrantim
5pts0
blog.couchbase.com 9y ago

Stateful Containers Using Portworx and Couchbase

ferrantim
1pts0
blog.acolyer.org 9y ago

RedQueen: An online algorithm for smart broadcasting in social networks

ferrantim
5pts0
medium.com 9y ago

Secrets and LIE-Abilities: The State of Modern Secret Management (2017)

ferrantim
1pts0
blog.docker.com 9y ago

Introducing Docker Secrets Management

ferrantim
264pts92
www.vox.com 9y ago

There are now twice as many solar jobs as coal jobs in the US

ferrantim
3pts0
blog.filestack.com 9y ago

Yahoo study finds filters increase photo views 21%, comments 45%

ferrantim
8pts0
arstechnica.com 9y ago

Google Brain super-resolution image tech makes “zoom, enhance” real

ferrantim
4pts1
github.com 9y ago

Sixt/java-micro: Lightweight framework for building java microservices

ferrantim
7pts3
thenextweb.com 9y ago

Google X engineer's open-source bot turns Trump’s tweets into hard cash

ferrantim
2pts0
www.fluentd.org 9y ago

Fluentd v0.12.32 has been released

ferrantim
2pts0
blog.filestack.com 9y ago

[Tutorial] Add Watermarks to Images Using React and Filestack API

ferrantim
3pts0
blog.acolyer.org 9y ago

Password managers: attacks and defenses

ferrantim
2pts0
medium.com 9y ago

Cloud-Native or Lift-and-Shift?

ferrantim
3pts0
blog.kubernetes.io 9y ago

Kubernetes: Running MongoDB on Kubernetes with StatefulSets

ferrantim
3pts0
github.com 9y ago

LCFS Graph Driver: Up to Twice as Fast as AUFS, Device Mapper and Overlay2

ferrantim
14pts7
blog.kubernetes.io 9y ago

Fission: Serverless Functions as a Service for Kubernetes

ferrantim
216pts72
blog.filestack.com 9y ago

AWS S3 vs. Azure vs. Google storage market share

ferrantim
3pts1
propublica.github.io 9y ago

ProPublica Congress API Documentation

ferrantim
6pts1
github.com 9y ago

Various dithering algorithms implemented in Go

ferrantim
1pts0
hackernoon.com 9y ago

A documentation crash course

ferrantim
1pts0
blog.filestack.com 9y ago

An API to convert any image into ASCII

ferrantim
4pts0
GKE On-Prem Alpha 8 years ago

I can attest that persistent storage is the hard part! Full disclosure, I work for a company[1] who makes a persistent storage solution for containers/Kubernetes. We are absolutely seeing that our large customers (folks like GE, Verizon, Dreamworks, Comcast, etc) are running "cloud native" applications on-prem as well as in the public cloud so this is a really smart move for Google.

[1] https://portworx.com

Michael from Portworx here. Thanks for the shout out. Just for some context, we just announced a partnership with Mesosphere today to help accelerate adoption of DCOS for stateful services [0] in fact. We handle the automation of all the state management mentioned above, not just volume provisioning. Our customers include big companies like GE and Dreamworks but also a lot of smaller companies. You can use PX-Dev[1] for free up to 3 nodes. Would love feedback.

[0] http://m.marketwired.com/press-release/mesosphere-partners-w...

[1] https://docs.portworx.com

Correct, it is not opensource but you can use it for free on up to 3 nodes. Not sure what "enterprisey" means but to me that sounds like it works well for large deployments and that is true. We have customers running us with Mesos on up to 1000 nodes and K8s on hundreds of nodes.

Ceph is not a good solution at all for databases. Your performance is going to be terrible.

Ceph is object-based SDS solution designed to take servers with local drives and create a SAN out of them. In order to do this, they take each LUN (Ceph volume) and scatter the data across all nodes in the cluster. They do not assume that applications will run on these servers themselves... they assume compute is elsewhere, like a traditional SAN. The goal is to replace a SAN with servers, not create a converged platform. Also, Ceph was designed during an age where an Intel server did NOT have tier-1 capacity (8 - 20 TB), which is why they shard a volume across so many servers.

This causes a problem for modern applications like Cassandra, Mongo, Kafka etc, where they like to scaleout themselves and want a converged system, where data is not scattered, but on the node where an instance of that cluster runs. Ceph also disrupts (undo) the HA capabilities that these scaleout applications have (For example, a Cassandra instances data will not be on a node on which it thinks it is).

You can use Portworx[1] to transfer data between servers and datacenters. It has a native kubernetes driver, is production ready being used by GE and Lufthansa airlines among others and does sync and async replication of data between environments. (disclosure I work for Portworx). [1] https://portworx.com/

Not surprising that s3 is in the lead, but somewhat that Azure is growing so fast, while Google is not. Of course, not representative of all use cases, but still, probably a pretty good proxy for overall cloud market share.

This is Michael from ClusterHQ. Just wanted to say thanks to everyone in the community who helped make the last 2 and a half years a great experience. Sad that it's ending now, but excited for what's to come.