Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

XGitHubLinkedIn
  1. Home
  2. /Tags
  3. /Linux

Tag

Linux

Every published article tagged with Linux.
Illustration for Running NixOS on NVIDIA's DGX Spark: Reproducible AI Workstations Done Right
Programming/Aug 3, 2026

Running NixOS on NVIDIA's DGX Spark: Reproducible AI Workstations Done Right

How to set up NixOS on NVIDIA's DGX Spark for reproducible AI development environments. Declarative config, flakes, CUDA drivers, and why NixOS solves the 'works on my machine' problem for ML engineers.

6 min read
NixosNvidia
Illustration for Debugging RipGrep: Why Musl Binaries Segfault on Large Directory Searches
Programming/Aug 3, 2026

Debugging RipGrep: Why Musl Binaries Segfault on Large Directory Searches

A deep dive into why RipGrep musl-compiled static binaries are experiencing segfaults on exceptionally large directory scans and how to work around it.

5 min read
Developer ToolsRust
Illustration for Why Bashumerate Was Built: Replacing Xargs with Safe, Readable Pipeline Automation
Programming/Jul 21, 2026

Why Bashumerate Was Built: Replacing Xargs with Safe, Readable Pipeline Automation

An technical inspection of xargs edge cases, null-byte delimiter failures, and how bashumerate provides a safer, more readable enumerator for complex shell pipelines.

3 min read
LinuxBash
Illustration for Podman v6.0.0 Drops: The Networking Stack Overhaul That Actually Matters
Programming/Jul 3, 2026

Podman v6.0.0 Drops: The Networking Stack Overhaul That Actually Matters

Podman v6.0.0 ships a full networking stack rebuild, replacing slirp4netns and iptables with Netavark, Pasta, and nftables. Here is what breaks, what improves, and what you need to update.

3 min read
PodmanContainers