Tag: performance issues
-
Simon Willison’s Weblog: A warning about tiktoken, BPE, and OpenAI models
Source URL: https://simonwillison.net/2024/Nov/21/a-warning-about-tiktoken/#atom-everything Source: Simon Willison’s Weblog Title: A warning about tiktoken, BPE, and OpenAI models Feedly Summary: A warning about tiktoken, BPE, and OpenAI models Tom MacWright warns that OpenAI’s tiktoken Python library has a surprising performance profile: it’s superlinear with the length of input, meaning someone could potentially denial-of-service you by sending you…
-
Hacker News: Building Observability with ClickHouse
Source URL: https://cmtops.dev/posts/building-observability-with-clickhouse/ Source: Hacker News Title: Building Observability with ClickHouse Feedly Summary: Comments AI Summary and Description: Yes Summary: The text outlines the author’s journey in building an observability project using ClickHouse for data warehousing alongside Grafana for visualization and alerting. It highlights the limitations of various tech stacks considered, particularly focusing on Elasticsearch…
-
CSA: How Does AI Improve Digital Experience Monitoring?
Source URL: https://www.zscaler.com/cxorevolutionaries/insights/how-ai-changes-end-user-experience-optimization-and-can-reinvent-it Source: CSA Title: How Does AI Improve Digital Experience Monitoring? Feedly Summary: AI Summary and Description: Yes Summary: The text discusses the importance of improving user experience in the context of hybrid work environments and the challenges faced by IT teams in managing applications, devices, and networks. It highlights the emergence of…
-
Hacker News: Writing Secure Go Code
Source URL: https://jarosz.dev/article/writing-secure-go-code/ Source: Hacker News Title: Writing Secure Go Code Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The text provides a comprehensive guide on best practices for writing secure Go code. It emphasizes the importance of keeping Go versions updated, utilizing static code analyzers, checking for known vulnerabilities, and implementing best practices…
-
Cloud Blog: PyTorch/XLA 2.5: vLLM support and an improved developer experience
Source URL: https://cloud.google.com/blog/products/ai-machine-learning/whats-new-with-pytorchxla-2-5/ Source: Cloud Blog Title: PyTorch/XLA 2.5: vLLM support and an improved developer experience Feedly Summary: Machine learning engineers are bullish on PyTorch/XLA, a Python package that uses the XLA deep learning compiler to connect the PyTorch deep learning framework and Cloud TPUs. And now, PyTorch/XLA 2.5 is here, along with a set…