Viewing profile — sdcooke
sdcooke
HN member- Joined
- Mon, Sep 22, 2008, 5:25 PM UTC
- HN karma
- 17
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About sdcooke
No profile information was provided.
Recent public activity
-
comment
Comment #29042912
I don't know how Signal works but it is possible to send a silent encrypted push notification that the app can decrypt and show as a local notification.
-
comment
Comment #18991525
Ólafur Arnalds is another one to check out!
-
comment
Comment #17171874
The datagenetics blog has a pretty deep dive into this question! http://datagenetics.com/blog/july32015/index.html
-
comment
Comment #17117796
We use React Native for our apps and React for desktop - I'd say about 95% of the Android/iOS code is shared and we're able to share a lot of business logic between mobile and web.…
- story
-
comment
Comment #8487391
I find that a useful way to look at this is to compare the time you would spend on that to the growth you would get by spending time elsewhere. For example if it takes 1 week to ad…
- story
-
comment
Comment #5924075
Possibly like me you have plugins disabled - it looks like it doesn't start until you enable Flash.
-
comment
Comment #4538822
I've been thinking about something similar to this - particularly for me in relation to when bands bring out new albums or new TV series come out. I was thinking I'd probably tackl…
-
comment
Comment #4253061
Definitely not! But we use it for testing locally, during which time we don't write pyc files which means we're less likely to have issues with that when we deploy to production.
-
comment
Comment #4226850
We've started running our runservers with pythondontwritebytecode=1 - I haven't noticed enough of a performance impact to change it back and it saves us remembering to delete pyc f…
-
comment
Comment #4153932
The Guardian app (possibly UK only...not sure) redirects directly to the article if you click No and then remembers that you did that and redirects you directly from then on. Defin…
-
comment
Comment #3765519
Most people use ad networks and ad networks generally don't provide a way to get the ads on the server side. That would also be more complicated than sticking an iframe/script tag …
-
comment
Comment #3671328
I think the important thing to take away from articles like this is that the cloud isn't the only way (not that you should then title the article "Why the cloud isn't for your star…
-
comment
Comment #3225035
I'm not sure about the automation of creating servers in the web interface (it gives you a key that you have to put in the configuration file) - installing the service is easy thou…