Accessing an External USB Drive from a Windows Server VM on Proxmox If you have files on an external USB drive connected to your Proxmox host and need to access them from a Windows Server virtual machine (VM), you can use Proxmox’s USB passthrough feature. This method is simple and ideal for one-time or occasional file ac...
Claude Code Best Practices A blog post covering tips and tricks that have proven effective for using Claude Code across various codebases, languages, and environments.
How to reformat an external SSD or HDD that is marked readonly To low-level format and repartition an external SSD or HDD using diskpart, follow these steps to wipe the drive and remove the write protection:
Navigating Evolving Code Standards Without Chaos - Engineering Manager AMA Even with the best intentions, codebases that live on for an extended period of time eventually experience some drift. We might set ourselves up with the best patterns and practices, but in 1, 3, 5, or 10 years from now... things change. How might we con...
Weekly Recap - 2025-04-18 Check out this week from Dev Leader! Here's a list including articles and videos on software engineering, career development, and programming in C#!
15,000 lines of verified cryptography now in Python In November 2022, I opened issue 99108 on Python’s GitHub repository, arguing that after a recent CVE in its implementation of SHA3, Python should embrace verified code for all of its hash-related infrastructure.
Careers at arXiv - arXiv info arXiv is part of Cornell Tech, the graduate campus and research center of Cornell University. All arXiv employees are Cornell University employees.
Understanding Microservices: Core Concepts and Benefits What are microservices, and why might they be the right architectural choice for your organization? Microservices offer independently deployable, domain-focused components that provide flexibility when applied correctly to solve the right organizational p...