Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
beaucollins
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
beaucollins
1y ago
It’s looking like countries with better worker protections saw zero layoffs.
2.
▲
by
beaucollins
1y ago
It’s worse. Max I’m seeing is 9 weeks.
3.
▲
by
beaucollins
10y ago
Simperium Server: https://github.com/beaucollins/node-simperium-server It's in the proof-of-concept stage so it doesn't persist the data on the server.
4.
▲
by
beaucollins
10y ago
Simplenote does this. These are exactly the features Simperium provides.
5.
▲
by
beaucollins
10y ago
The API is "open", the source code for the server running the simperium.com syncing service is not. As far as I know, open sourcing the server is something Simperium wishes to do when it's feasible. Simperium Syncing Protocol
6.
▲
by
beaucollins
10y ago
What exactly do you mean by offline mode? No syncing to "the cloud" at all?
7.
▲
by
beaucollins
10y ago
Simplenote is built on top of Simperium. In fact, Simperium was originally created to provide the syncing features of Simplenote and then generalized to work as a service for anyone who wants to sync structured data.
8.
▲
by
beaucollins
10y ago
I have implemented most of the Simperium server protocol in the `node-simperium` library ( https://github.com/Simperium/node-simperium/pull/22 ). It's definitely a very rough work in progress but I have us
9.
▲
by
beaucollins
14y ago
One workaround that was functional but subpar experience-wise: Put a transparent UIView over the status bar and wire it up to call a javascript function on your UIWebView using stringByEvaluatingJavaScriptFromString.
10.
▲
by
beaucollins
14y ago
I have tried many a workaround, all quickly reveal a pretty crappy non-native experience.
11.
▲
by
beaucollins
14y ago
-webkit-overflow-scrolling:touch disables the feature where tapping the phone's status bar scrolls content back to the top. That has been a showstopper for most of the things I have worked on.
12.
▲
by
beaucollins
18y ago
Since when were vertical scrollbars bad?