little node-webkit?
Show HN: Figure out when you closed your MacBook lid
11–20 of 52 posts
Re: Show HN: Figure out when you closed your MacBook lid
#12node.js? Seriously?
Re: Show HN: Figure out when you closed your MacBook lid
#13Re: Show HN: Figure out when you closed your MacBook lid
#14node.js? Seriously?
Re: Show HN: Figure out when you closed your MacBook lid
#15If you don't want to install an application, you could type something like pmset -g log|grep -e " Sleep " -e " Wake " And get the same results (although a bit harder to sift through) (source: http://apple.stackexchange.com/questions/52064/how-to-find-o... )
Re: Show HN: Figure out when you closed your MacBook lid
#16node.js? Seriously?
Re: Show HN: Figure out when you closed your MacBook lid
#17Sounds to me like the real solution to this problem is to have some sleep hygiene and get off of your laptop for awhile when you get sleepy. If I was frequently waking on the couch with my laptop on my chest I wouldn't think "gee, did I get enough sleep? I should write an application that detects what time I doze off on the couch!" I'd think "Wow, I need to address my late night computing habits, as they're clearly i…
Re: Show HN: Figure out when you closed your MacBook lid
#18If you don't want to install an application, you could type something like pmset -g log|grep -e " Sleep " -e " Wake " And get the same results (although a bit harder to sift through) (source: http://apple.stackexchange.com/questions/52064/how-to-find-o... )
+1. Yup. Sleep is a 98MB wrapper around pmset. :)
Re: Show HN: Figure out when you closed your MacBook lid
#19When I first got into software development years ago with an eye for tools and games, I approached web programming as a stepping stone. I wonder what direction I would go if I were to start over today.