Featured
Starting a Portrait Photography Business
For the past few months, I’ve been trying to get my photography side hustle off the ground. My initial assumption was simple: people are always …
Photography vs Programming: a Minimalist Perspective
As I build my photography side hustle while working full-time as a software engineer, I keep returning to one idea: minimalism. Both fields pull me in …
What Would You Do When You Retire?
We’ve all heard the classic question: “What would you do if you won a million dollars?” It’s a fun daydream, but let’s be honest, most of us know …
LLMs and an old dev
A lot of developers seem to be afraid of generative AI and LLMs because it may replace their jobs. But as an older developer who sometimes have a hard …
Photography in the age of Generative AI
Generative AI has made my job as a software engineer much easier, but it’s also a bit scary. The question everyone is asking is whether AI will …
Parenting is hard
Only when you have wrong expectations. It is so easy to know what is right action but sometimes so hard to do it. Ayden is having rough morning. Well …
The Subtle Art of Not Giving a F*ck
I learned of Mark Manson through his blog, especially this post, 7 Strange Questions That Help You Find Your Purpose. Since then I have been on and …
Ftp from Lightroom
I signed up on a few microstock sites hoping recoup some of cost of my camera. These sites provide FTP access for easy uploading photos. Lightroom …
The War of Art
I wasn’t sure what to expect when I picked up “The War of Art” by Steven Pressfield. It shows up on Hacker’s News and other …
2016 Honolulu
First time in Hawaii and it did not disappoint. Spent most of the trip between the ocean and the trails. The Manoa Falls hike was incredible, lush …
Lightroom & Smugmug Workflow
Now that I have a new fancy camera, I have tried to organize my photos better. Over years I have collected about 70GB of photos. It seems a lot to me …
How to Fail at almost Everything & Still Win Big
How to Fail at almost Everything but still Win Big by Scott Adams (affiliate link) comes up on Hackers’ News a lot. Finally, I had a chance to …
Magento – Get All Products with Categories in a Flat View
SELECT w1.website_id, w1.name as website_name, s1.store_id, s1.name as store_name, p1.entity_id as product_id, p1.sku, pname.value as product_name, …
OpenShift Error: Layer 7 Wrong Status, Invalid Response
I have been playing with OpenShift for past several hours. It looks great. But a while back I started to get 503 Internal Server error. When I checked …
How to Tell if a Number Is Whole in Php
if ($num == (int) $num) { // It's whole } else { // It's not }
2012 Vegas
Photos from a trip to Las Vegas. The strip at night is its own kind of photography playground, neon everywhere, constant movement, light sources …