Prolog for data science
Explores using Prolog for symbolic reasoning in data science, integrating it with Python for tasks like piecewise regression analysis.
Explores using Prolog for symbolic reasoning in data science, integrating it with Python for tasks like piecewise regression analysis.
Explains how DNS-based service discovery works for CalDav and CardDav servers, simplifying client configuration for users.
Explains the Supercells algorithm for generating superpixels to improve segmentation of geospatial and satellite imagery.
The creator of the popular R package 'installr' is seeking a new maintainer due to a personal shift away from Windows OS.
Author argues against JS private class fields due to incompatibility with Proxies, impacting reactivity in frameworks like Vue.
Explores using the Serverless Framework within Amazon CodeCatalyst for streamlined CI/CD workflows and application deployment on AWS.
Explains why eBPF observability tools, designed for low overhead, are not suitable for security monitoring due to evasion risks.
A tutorial on creating custom validation attributes in ASP.NET Core to implement complex data validation rules.
Author shares results of live integration tests for the vdirsyncer rewrite against real CalDav servers like Baikal and Nextcloud.
Learn how to use AWS CodeCatalyst to build, test, and deploy .NET and PowerShell projects to AWS Lambda with a CI/CD pipeline.
A technical guide for upgrading PostgreSQL from version 14 to 15 on Ubuntu 23.04, including commands and troubleshooting steps.
A tutorial on creating maps of Tolkien's Middle Earth using R, the {sf} package, and {ggplot2} for GIS data visualization.
How to fix the AD FS error 'None of the UPNs were successful for S4U Logon call' related to the Protected Users group.
Explores the concept of a 'unit' in unit testing, arguing it's not necessarily a class and discussing how to determine the right scope for effective tests.
An article discussing leadership in tech, challenging biases based on appearance by comparing two developers, and advocating for diversity in open-source communities.
Introducing Linear Diffusion, a novel diffusion model built entirely from linear components for generating simple images like MNIST digits.
Explores differences in how Chrome's FCP and LCP metrics define 'contentful' elements, focusing on image entropy and SVG handling.
Explores key characteristics of well-maintained software, focusing on code understandability, clear steps, and comprehensive testing for easier changes.
A talk on implementing full-text search in Django using only PostgreSQL, presented at PyCon US 2023.
Explains how to use the Unit of Work pattern with domain events in a .NET DDD application to ensure data consistency.