Live data from Hacker News

Extracting my data from the Hello Sense sleep tracker

jeffhuang.com

1–10 of 21 posts

Re: Extracting my data from the Hello Sense sleep tracker

#5
post #3

And you just gave us their segment.io API key and google cloud manager authentication tokens.

You're right, I've fuzzed those out but anyone can still pull it out of the app. Seems like a bad idea to have those hardcoded client-side, so I'm not sure why Google requires developers to do this.

Edit: actually I think the value that is exposed is the token ID, not the token itself. I haven't used Google Cloud Manager before myself, so maybe someone can confirm.

Re: Extracting my data from the Hello Sense sleep tracker

#8
post #7
post #2

That's great, but why don't you have HTTPS/SSL on your website, jeff?

Why is https necessary here?

It's not, but there's a serious trend towards a security-first mindset. IMO, the idea is that if everything is secured, nothing forgets to be secured, or is left un-secure accidentally.

There are also those who simply don't want people knowing what they're reading online, even if it's just programming blogs or other "harmless" stuff.

Re: Extracting my data from the Hello Sense sleep tracker

#9
post #7
post #2

That's great, but why don't you have HTTPS/SSL on your website, jeff?

Why is https necessary here?

Without https, a man in the middle could easily rewrite your website's content in different ways for different purposes, inject scripts, etc. Which at first sounds a little theoretical except that ISPs have actually done this to inject banner ads into unsecured pages (article's about a smaller ISP, but iirc Comcast has done this before as well): https://arstechnica.com/tech-policy/2013/04/how-a-banner-ad-...
Post reply on HN