Brimming With You
There are moments when the world falls away and all that remains is the present—the person beside you, the air you breathe together, the silence that speaks vol…
Writing
There are moments when the world falls away and all that remains is the present—the person beside you, the air you breathe together, the silence that speaks vol…
Every person contains multitudes—different facets that emerge in different contexts. The side of me that builds software is disciplined and analytical. The side…
Beauty persists even in desolate landscapes—in a single flower blooming against impossible odds, in human kindness when cruelty would be easier, in hope when al…
yaourt cannot be run as root by design for security. Create non-root build user: useradd builduser. Add to sudoers: echo ‘builduser ALL=(ALL) NOPASSWD: /usr/bin…
Net neutrality remains one of the most critical policy battles of the internet age. The principle that all data should be treated equally, regardless of source,…
To empty trash on Mac OS from terminal: rm -rf ~/.Trash/* clears all files. Use Shift+Command+Delete to permanently delete files without moving to trash. For iC…
2017 marked a pivotal shift in how we think about technology’s role in society. Machine learning moved from academia to production systems touching billions of…
Design without functionality and function without beauty are both incomplete. The best work lives at the intersection where aesthetic vision meets technical rea…
Enable mod_proxy and mod_proxy_http on Apache: a2enmod proxy and a2enmod proxy_http. Configure virtual host with ProxyPass and ProxyPassReverse directives to fo…
Google evolved from a search engine into an artificial intelligence company, then a cloud infrastructure provider, now an AI research powerhouse. Each transform…