archit3cture | 2 years ago | on: The surprising impact of medium-size texts on PostgreSQL performance (2020)
archit3cture's comments
archit3cture | 5 years ago | on: Fire declared in OVH SBG2 datacentre building
This puts an image on the sentence "SBG2 is destroyed". Do not expect any recovery from SBG2.
archit3cture | 5 years ago | on: Show HN: GridRoyale, a life simulation for exploring social dynamics
He mentions p.214-218 such a grid like social simulation that was done in the EOS project, undertaken at the University of Essex in the UK. The goal of the EOS project was to investigate the causes of the emergence of social complexity in Upper Palaeolithic France and they were using a 10000x10000 grid.
You could also be interested in "Simulating Societies using Distributed Artificial Intelligence / Jim Doran"
archit3cture | 5 years ago | on: NYU DS-GA 1008 – Deep Learning
archit3cture | 5 years ago | on: Ask HN: Thoughts / Experiences on SQL as an API
archit3cture | 5 years ago | on: Asana S-1
"We started Asana because our co-founders experienced firsthand the growing problem of work about work. While at Facebook, they saw the coordination challenges the company faced as it scaled. Instead of spending time on work that generated results, they were spending time in status meetings and long email threads trying to figure out who was responsible for what. They recognized the pain of work about work was universal to teams that need to coordinate their work effectively to achieve their objectives. Yet there were no products in the market that adequately addressed this pain. As a result of that frustration, they were inspired to create Asana to solve this problem for the world’s teams."
I can only imagine that the complexity of the coordination inside Facebook continued to grow after Asana was created.
So is Facebook a client of Asana to solve this problem ? How does a company like Facebook handle the "coordination problem" ? Do they have one tool that solves all the issues or a myriad of project management tools ?
archit3cture | 6 years ago | on: Relicensing CockroachDB
What I don't totally understand when I take my developer's hat is why the split between "enterprise" features under CCL and core features under APL/BSL is kept. Without the "enterprise" features, CRDB does not feel like beeing totally open source and open source users are sort of second-zone users.
Are open-source fans supposed to write clean-room implementations of the features (would it even make sense in the licencing model CRDB uses) ?
It would also be nice to have a licencing clause where a change of ownership of CockRoach Labs or the bailout of the company would trigger a licence change for the enterprise features (maybe even after N years).
But as I said congrats on the product and all the best in your commercial endeavour ! may this licence change open new cloud opportunities !
archit3cture | 8 years ago | on: Streams: a new general purpose data structure in Redis
XADD mystream * sensor-id 1234 temperature 10.5
to let the server choose an id.
It could also be interesting to have
XADD mystream 1506872463535.* sensor-id 1234 temperature 10.5
to be able to add an element in a specific msec bucket
archit3cture | 8 years ago | on: Sharding data models
archit3cture | 8 years ago | on: Ask HN: What's a side project you built to make money that hasn't?
archit3cture | 8 years ago | on: Ask HN: What's a side project you built to make money that hasn't?
archit3cture | 9 years ago | on: Show HN: My first native iOS app – Cone, a real time color picker
This does the distance check in the CIELAB color space.