Meson for Python applications
A developer explains why and how they ported a Python desktop application to use Meson for building, instead of Python's native packaging tools.
A developer explains why and how they ported a Python desktop application to use Meson for building, instead of Python's native packaging tools.
Explains the challenges of using non-ASCII characters in R packages for global portability, and why CRAN enforces checks.
Argues against prematurely squashing/rebasing PRs before review, explaining how it hinders reviewers and suggests using 'Squash and merge' on merge instead.
Discusses the importance of conciseness and direct communication in software development and open-source communities.
Strategies for efficiently scheduling Docker containers to integration test 14+ databases in GitHub Actions, improving CI performance.
A developer explains the advantages of using email workflows for code review and patch management, comparing it to platforms like GitHub.
A personal reflection on the successes and failures of open hardware projects, examining challenges like non-free components and supply issues.
A curated list and summary of recent research papers exploring deep learning methods specifically designed for tabular data.
A curated list and summary of recent research papers exploring deep learning methods specifically designed for tabular data.
A technical article about improving the R package 'rimu' for handling multiple-response categorical data within data frames.
A roboticist argues for scaling robotics research like generative AI, focusing on data quality and iteration over algorithms for better generalization.
A talk summary on modern web focus management using the <dialog> element, inert attribute, and <fieldset disabled> for accessible UI.
Explores how legacy IT systems resemble zombies, surviving on human knowledge, and why digital transformation must address both technology and human processes.
A technical guide on using Azure Runbooks to connect to Exchange Online and Microsoft Graph for automation tasks.
A program committee chair shares common mistakes in tech conference talk abstracts and provides tips for writing better submissions.
A hands-on tutorial for setting up a Docker environment to experiment with the Apache Iceberg table format using Spark SQL.
A developer's July 2022 update on FOSS projects, including new Hare libraries for templating and graphics, and progress on the Helios kernel.
Explores using DALL·E 2 AI to generate symbolic and spiritual art, with tips on prompts like 'religious art' for creative results.
Explains how to use AWS CDK Custom Resources to trigger a Lambda function immediately after deployment for tasks like database seeding.
Explains how to use EventTarget and custom events in JavaScript for non-DOM, event-driven programming, including TypeScript integration.