holomorphicguy.hashnode.devYour Missing Sock Is Basically a Race ConditionEvery shared home hides a quiet mystery. No matter how careful people are, socks go missing, pairs get mixed up, and someone always ends up wearing one that looks strangely familiar. It feels random and frustrating, but a recent study treats this eve...Nov 13, 2025·3 min read
holomorphicguy.hashnode.devChoosing the Best Evaluation Metric for Your Basic Content-Based Filtering Recommendation SystemThe use of a combination of Euclidean distance and cosine similarity in recommendation systems offers distinct advantages and enhanced performance due to their unique characteristics in analyzing data. Euclidean Distance: Magnitude-based Similarity:...Nov 30, 2023·2 min read
holomorphicguy.hashnode.devBIM-Based Investigation into Optimal WiFi AP Placement: A Comprehensive Analysis Using Wave Propagation SimulationIn today's interconnected world, reliable wireless connectivity has become an essential aspect of modern indoor environments. Whether it's in offices, schools, or homes, seamless WiFi coverage is crucial for enabling seamless data transfer, video con...Nov 27, 2023·3 min read
holomorphicguy.hashnode.devKeep All Your Icons in Sight: A Simple Script to Always Show All Taskbar IconsHit Win + R key and paste the following command to open the notification area https://gist.github.com/QuantumNovice/aef28b06c1b18cb54ececb49426488d1 The command shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9} is a Windows Explorer command that opens...Nov 27, 2023·2 min read
holomorphicguy.hashnode.devHow to Control Arduino with MATLABHow can I control digital inputs on an Arduino using MATLAB? Here is a hello world~ of serial communication between MATLAB and Arduino. This communication will be utilized for switching the states of digital outputs in Arduino UNO. This is a pretty g...Mar 7, 2023·2 min read