Hacker News new | past | comments | ask | show | jobs | submit login
Getting a push message on your phone when your laptop battery is running low (dammit.nl)
16 points by edward on June 7, 2015 | hide | past | favorite | 14 comments



This seems like a rather unusual use-case. If I'm leaving my laptop on for a long time, it will either be plugged in or I'll be working on it. In the former case it won't run out of battery, and in the latter case I know how much power is remaining.

I suppose this would be useful for those who need to have their laptop on for long periods of time, but are not actually using it...?


Nice idea! But why go all the way with the python venv etc? Just using curl + GCM would seem quite sufficient.

(oh, and: don't you need some app installed either way for receiving the notifications on your phone?


That's correct. Pushbullet does not have any complicated session handshake and management so just a simple request with predefined headers and content will suffice. I use it this way with logstash http output.


You'll have to use the Pushbullet app to receive these notifications.


Is there an equivalent of udev on Mac OS so I don't have to run a cronjob to check the battery percentage all the time? I know how to get the percentage from ioreg but i'd be nice to be able to just listen for that api call like udev does.


I/O Kit can be used for this. [1]

[1] https://developer.apple.com/library/mac/documentation/Device... (I'm a bit surprised that the docs assume that the reader is implementing a driver. I have used I/O Kit in an app that was available on the App Store.)


I'm paranoid and it makes me sick the fact that there's no push platform that supports encryption. I don't want service providers to know what I push.


Huh? How exactly are they stopping you from sending an encrypted message?


There's no mechanism to decrypt the result before display. So enjoy decrypting AES in your head!


If you're worried about encryption, though, you wouldn't be using their app to display the pushed messages, you'd be using something you control; you only use their push infrastructure as infrastructure.


or just open source

There is still no "compile code, install app, and throw this process on a VPS" solution for pushes, from what I recall


Think of it like email: Email is not inherently secure, but there is nothing to stop you sending an encrypted message via email.

So in this case you would push an encrypted message, and your app would decrypt the message before displaying its contents.


Pushover uses SSL, and then hands off to GCM for notifications. Yes, it's not end to end and you don't control the keys, but it seems to be the best current option and is MILES better than Pushbullet, who have yet to come up with a way to monetize.

https://pushover.net/faq#security

They also have a warrant canary for what it's worth ttps://pushover.net/canary.asc


God forbid anyone know that your battery is low.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: