Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sdcooke
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
sdcooke
5y ago
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.
2.
▲
by
sdcooke
8y ago
Ólafur Arnalds is another one to check out!
3.
▲
by
sdcooke
8y ago
The datagenetics blog has a pretty deep dive into this question! http://datagenetics.com/blog/july32015/index.html
4.
▲
by
sdcooke
8y ago
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. Having all of the code together in one repo
5.
▲
What’s new at Litmus
(litmus.com)
1 points
by
sdcooke
11y ago
|
0 comments
6.
▲
by
sdcooke
12y ago
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 add support for JS disabled clients and they are 1% of your ta
7.
▲
Osper – Empowering Young People to manage their money responsibly
(osper.com)
2 points
by
sdcooke
12y ago
|
1 comments
8.
▲
by
sdcooke
13y ago
Possibly like me you have plugins disabled - it looks like it doesn't start until you enable Flash.
9.
▲
by
sdcooke
14y ago
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 tackle it a vertical at a time and find a source for the informat
10.
▲
by
sdcooke
14y ago
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.
11.
▲
by
sdcooke
14y ago
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 files before deploys.
12.
▲
by
sdcooke
14y ago
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. Definitely the best implementation I've seen but I don't know the
13.
▲
by
sdcooke
14y ago
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 on the page for the publisher. If you don't want to use a ne
14.
▲
by
sdcooke
15y ago
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 startup"). If you do know a bit of sysadmin stuff and/or you're
15.
▲
by
sdcooke
15y ago
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 though through a package manager. The two things I think are gre