Observations from ICLR 2022 Observations from ICLR 2022 1. 6. 2022 The International Conference on Learning Representations is an annual machine learning conference.…
A Brief Look at Cpython String A Brief Look at Cpython String 23. 5. 2022 Have you ever noticed that a string with just a few characters in Python uses several dozen bytes…
Google Cloud Platform – Costs and Optimizations Google Cloud Platform – Costs and Optimizations 29. 3. 2022 The Google Cloud Platform (GCP) owned by Google is a suite of cloud computing services that runs on…
Start with Small Commits… And Watch Your Co-Workers Fall in Love with You! Start with Small Commits… And Watch Your Co-Workers Fall in Love with You! 25. 3. 2022 Well, yes and no. It depends on who is working on the project. If you are coding alone, everything…
Dealing with a Google Kubernetes Engine Cluster Outage Dealing with a Google Kubernetes Engine Cluster Outage 20. 3. 2022 As the infrastructure team at Heureka, we are responsible for providing certain infrastructure…
On The Implementation of Float and List Types in Python: Part II On The Implementation of Float and List Types in Python: Part II 25. 2. 2022 In the previous part, we saw how the float structure is implemented; the size of its memory…