idiocratic's comments

idiocratic | 6 years ago | on: Old Paris Is No More

Tel Aviv has many examples of good 20th century urbanism. London Barbican is also a great example. I'm sure there are more but we'll see which ones will be true classics over time.

idiocratic | 7 years ago | on: Linux 4.20 released

OT: out of curiosity, did you get the one with FHD or WQHD screen? Having nightmares trying to set it up with an external monitor and scaling UI properly in Gnome.

idiocratic | 7 years ago | on: The Unlikely Return of Birkenstock

Just scrub the footbed with water and marseille soap. It always worked for me with the traditional ones made of leather. A lighter method is to scrub some bicarbonate of soda gently for a couple of minutes, leave for a day and then clean up.

idiocratic | 7 years ago | on: Why Is Front-End Development So Unstable?

If your application mostly reads from the DB then don't use a ORM. I think ORMs shine when you need to save/update a domain model to a relational DB. In the CQRS world, a fairly typical choice when using a relational DB is to use a ORM for the write side and raw SQL for the read side.

idiocratic | 10 years ago | on: Why We Chose Kubernetes

a relatively newcomer in the space is Nomad by Hashicorp, very promising and with simpler architecture. Of course it makes even more sense if used in conjunction with Consul and Atlas from the same company. It's still young and buggy though.
page 3