signa11
62 articles found across 2 feeds
Appears on
Articles62
The Legacy Problems with Environment Variables in Modern Software Development
Automated Software Debugging: Tools and Techniques for Finding and Fixing Bugs

Sun Microsystems NFS at 40: Historical Collection of Network File System Documentation
nfs40.online7mo agoPointer Tagging Techniques in C++: Utilizing Unused Bits for Memory Optimization
Understanding the Cooley-Tukey Fast Fourier Transform Algorithm
This technical article introduces the Cooley-Tukey algorithm, the original and most well-known fast Fourier transform (FFT) algorithm. It explains the mathematical foundations of the discrete Fourier transform, demonstrates how the Cooley-Tukey algorithm works through recursive decomposition, provides Python implementation examples, and discusses computation
Technical Analysis of ACPI.sys DPC Latency Issues in ASUS ROG Gaming Laptops
Curl Maintainer Discusses Challenges of Sustaining Critical Open Source Infrastructure
TPDE-LLVM Open Source Project Achieves 10-20x Faster LLVM -O0 Back-End Performance
discourse.llvm.org9mo agoDebian 13 "trixie" Released with APT 3.0 and RISC-V Support
Multi-Path TCP: Exploring the Technology for Simultaneous Multi-Path Connectivity
Practical Limits of Linux Time Synchronization: GPS Accuracy and Hardware Constraints
Understanding C++ std::adjacent_difference Algorithm and Its Mathematical Parallels
How Active Practice Helps Master System Design Interviews
The article emphasizes the importance of active practice for mastering system design interviews, likely targeting aspiring software engineers or developers.
A Challenge for High-Level Programming Language Enthusiasts: Redesigning Hardware and Compilers
The article presents a challenge to enthusiasts of high-level programming languages (e.g., Lisp, Python, Haskell) to articulate their ideas on how hardware or compilers should be redesigned to better support these languages, rather than just critiquing existing systems. It invites detailed discussions on the topic.

Building Artificial Fireflies: A Journey in Learning Basic Electronics
Understanding the 503 Service Unavailable Error
The article discusses a 503 Service Unavailable error encountered on a server due to maintenance downtime or capacity issues, prompting users to try again later.
Understanding the Challenges of Using Disjoint Integer Intervals as Keys in C++ Maps
The article discusses the challenges of using C++ maps with keys as disjoint integer intervals and the implications of inserting non-disjoint intervals. It explains the undefined behavior that occurs in such cases due to the necessity of a strict weak ordering in C++ associative containers.
librdx/blog/escher.md at master · gritzko/librdx
Replicated Data eXchange format C lib . Contribute to gritzko/librdx development by creating an account on GitHub.
Debugging Performance with llvm-mca: Simulating CPU Execution
The article discusses using llvm-mca, a performance analysis tool, to debug performance issues by simulating machine code execution on a specific CPU.
Exploring the Preference for C Programming and Manual Memory Management
The article discusses the author's preference for writing software in C despite common criticisms about manual memory management and the perception of it being bug-prone. It highlights the challenges and benefits of dynamic manual memory management in C.

