Hello, Perceptron: An introduction to artificial neural networks
An introduction to artificial neural networks, explaining the perceptron as the simplest building block and its ability to learn basic logical functions.
An introduction to artificial neural networks, explaining the perceptron as the simplest building block and its ability to learn basic logical functions.
A technical guide on setting up and using Multi-cluster Services (MCS) to connect internal services across different Google Kubernetes Engine (GKE) clusters.
A tutorial on building a console-based chatbot using Azure OpenAI Service and the C# programming language.
A technical exploration of using pairwise likelihood in linear mixed models with complex sampling, comparing results from svylme and lme4 packages.
A quick guide on how to statically link OpenSSL in a Rust project using environment variables, useful for deployment environment mismatches.
Microsoft Authenticator's new number matching feature combats MFA fatigue attacks by requiring users to enter a code during sign-in.
Announcing the release of the 'transformer' R package on CRAN, implementing a full transformer architecture for AI/ML development.
An analysis of Mojo's advanced ownership system, comparing it to Rust and Swift, and discussing its current implementation status and future roadmap.
Explains short-circuit evaluation in JavaScript, covering AND, OR, and Nullish operators with practical examples.
A detailed account of replacing the soldered switches in a Kinesis Advantage360 Pro keyboard, including the risks, process, and final outcome.
A technical guide for writing WordPress blogs in Markdown, using Google Docs for collaborative review and pandoc for conversion, while preserving formatting.
A developer discusses the overuse of the word 'hate' in tech culture, clarifying his critical but not hateful views on tools like React, Tailwind, and Mastodon.
A guide to configuring log levels in ASP.NET Core applications using the appsettings.json file and namespace-specific settings.
How to use Hangfire's DisableConcurrentExecution attribute to prevent a recurring .NET background job from running if the previous instance is still active.
A technical guide on using FFmpeg with VA-API GPU acceleration to quickly resize and encode videos for Mastodon's upload limits.
A technical walkthrough of ordering, setting up, and using Azure Data Box Disk for offline data transfer to Azure, including performance considerations.
A technical guide comparing declarative vs. imperative IaC, focusing on managing Kubernetes infrastructure and applications on AWS using AWS CDK and cdk8s in a single codebase.
A recap of the third day of the Deep Dish Swift conference, covering new SwiftUI navigation, Server-Side Swift with GraphQL, presentation tools, and Live Activities.
Guide on organizing Obsidian notes by setting a custom default folder for images and attachments, improving vault structure.
A critique of the 'considered harmful' mindset in programming, using a popular Laravel critique as a starting point to discuss self-reflection and best practices.