SObjectizer Tales – 25. Runtime telemetry
Explores SObjectizer's runtime telemetry feature for monitoring actor model applications in C++, covering setup and practical usage.
Explores SObjectizer's runtime telemetry feature for monitoring actor model applications in C++, covering setup and practical usage.
Announces the addition of 6 new R programming books to the Big Book of R collection, covering statistics, machine learning, and data science.
A guide to customizing the default file header comment for new Swift files created within a Swift Package, using an IDETemplateMacros.plist file.
Explains how to use Azure Logic Apps' built-in input/output obfuscation to secure data in operational logging and how to validate the settings.
The author updates their blogroll, recommending two influential web design professionals and their insightful personal sites.
A technical guide on using the memleak tool from bcc to find memory leaks in a running Postgres C program, comparing it to Valgrind.
Explains the technical distinction between JavaScript engines (like V8) and JavaScript runtimes (like Node.js), clarifying their roles and components.
An overview of s6 and s6-rc, a suite of Unix service supervision and management tools, covering components like s6-log and s6-supervise.
C# 13 may allow the use of 'ref' and 'unsafe' in iterators and async methods, addressing current limitations with references and spans.
Explains two methods to create a used memory percentage metric for Windows Servers in Azure Monitor Log Analytics for effective alerting.
Explains how to use Azure OpenAI with your own data via Semantic Kernel, focusing on RAG and Azure AI Search integration.
A tutorial on building a budget-friendly digital display for announcements using a Raspberry Pi Zero 2 W and the MagicMirror software.
A developer documents their journey tackling the 'Billion Row Challenge' in Fortran, optimizing performance from over 2 minutes to under 6 seconds.
Kuto is a reverse JavaScript bundler that reuses cached code to make web updates smaller and faster, improving performance.
A list of essential Linux tools to pre-install for diagnosing performance issues and outages, including package names.
An interview with the creators of Skip.tools, discussing their Swift-to-Kotlin transpiler for building native Android and iOS apps from a single SwiftUI codebase.
A look at the exciting developments in PHP for 2024, including the PHP Foundation's work, the FrankenPHP app server, and Laravel's growth.
A tutorial on building a generative transformer model from scratch in Julia, trained on Shakespeare to create GPT-like text.
A monthly roundup of news and resources on stream processing, Apache Flink, Kafka, and data engineering from industry experts.
Explains the importance of factors in R for data analysis, covering when and how to convert strings to factors to avoid errors.