Unravelling the Mysteries of Life Itself DeepMind’s incredible achievement with Alpha Fold is a sign of good things to come. Beneath almost every biological process, proteins carry out the essential work that gives rise to the function of cells. Their name quite...
Spatial Process Mapping Using Octrees Spatial indexing is a great way to speed up queries of spatial data. The most common queries usually take the form of “index to this point”, or “give me all the points in an area”. These are very general queries that apply in many...
Meet the Team: Q&A with Gabor Lazar (Scrum Master) What is your role at Hadean? What does an average week look like for you? I’m a Scrum Master at Hadean. My main responsibilities are to support the development teams to work with the Agile methodology...
Adding Intelligence to Service Discovery Service discovery identifies which IP address a client should connect to. In a typical distributed architecture, a key value store such as etcd acts as a single source of truth and stores the addresses, redirecting any...
Surviving a Cloud-Only World Since its inception cloud-computing has been in a constant state of evolution. Offering ever increasing amounts of processing power, storage and connectivity it has touched most aspects of our lives, from the applications on our smart...
Container History and Linux Namespaces Part II: Cgroups Recap In the last article we looked at a(n incomplete) history of containers and dived a bit into Linux namespaces, which help you partition parts of your system and limit their capabilities. However, namespaces...