How to edit members in a M365 Group or Distribution list?
Guide to editing members in Microsoft 365 Groups and Distribution Lists using Outlook Web and Exchange admin center.
Guide to editing members in Microsoft 365 Groups and Distribution Lists using Outlook Web and Exchange admin center.
A software engineer explains their decision to avoid writing about dominant tech trends like LLMs, focusing instead on other important and enduring topics in the field.
Critique of Apple and Google's failure to enforce their own policies against abusive content on Twitter/X, questioning the legitimacy of their app store monopolies.
A guide to screen sharing on Linux using the niri compositor, covering full monitor, window, and dynamic casting, plus region capture with OBS.
Explores the AI-driven evolution of software engineering from autocomplete to autonomous agents, shifting the developer's role from coder to orchestrator.
A monthly tech newsletter featuring curated links on data engineering, AI, Kafka, and industry trends for 2025/2026.
A tutorial on using Notehub Smart Fleets and watchdog events to automatically detect and group inactive IoT devices.
A glossary explaining key AI agent and coding assistant terms like 'skills' and 'subagents' in the context of Claude Code.
A developer shares insights and design considerations for building a distributed actor framework, based on experience with Dapr, Orleans, and a custom Go project.
Exploring how to create a generic, testable unit test runner in Fortran by extracting logic from the main program into reusable procedures.
A guide to creating a PowerShell function that mimics the Linux 'touch' command for creating and updating files.
Explores NanoLang, a new programming language designed for LLMs, and tests AI's ability to generate working code in it.
Explores NanoLang, a new programming language designed for LLMs, and tests AI's ability to generate working code in it.
Discusses the critical need for secure account recovery workflows when implementing passkeys, highlighting Microsoft Entra's new preview solution.
Explores creative PostgreSQL optimization techniques beyond standard indexing and query rewriting, focusing on constraint exclusion and function-based indexes.
Explores creating a single binary that behaves as a native Windows program or a Linux program under Wine by detecting the runtime environment and using direct syscalls.
A technical proof and algorithm for fast unrounded scaling in floating-point formatting, part of a series on floating-point printing and parsing.
A technical deep dive into simple, fast algorithms for converting floating-point numbers to and from decimal text, with a Go implementation.
Explores strategies for implementing and testing complex data filtering logic, balancing correctness and performance between in-memory and database queries.
Argues that ugly, legacy code can hold valuable domain knowledge and be more practical to refactor than to rewrite from scratch.