Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
code-is-code
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
code-is-code
7y ago
Doing API-first. Start with defining the swagger.json Then generate: - frontend-typings - frontend request services - backend routes and DTOs - database fields - use angular-jsonform for forms - use the swagger for frontend validation - use
32.
▲
by
code-is-code
7y ago
RxDB maker here. You can do conflict-resolution by subscribing to the changeFeed and when multiple versions with the same revision-height exist, you create a new version with a 'merged' document. Depending on your dataset this can
33.
▲
by
code-is-code
7y ago
For 100$ I will boot my computer.
34.
▲
by
code-is-code
7y ago
I do not think that is true. The winning chain will be the one where most people accept the coins from. Miner will only follow.
35.
▲
by
code-is-code
7y ago
Yes
36.
▲
by
code-is-code
7y ago
This is only correct in theorie.
37.
▲
by
code-is-code
7y ago
Broken website on mobile
38.
▲
by
code-is-code
7y ago
Impressive how many big structure were build during ww2
39.
▲
by
code-is-code
7y ago
mongoDB with default credentials
40.
▲
by
code-is-code
7y ago
Same for LinkedIn
41.
▲
by
code-is-code
7y ago
Shameless self promo: https://github.com/pubkey/rxdb
42.
▲
by
code-is-code
7y ago
Same in germany
43.
▲
by
code-is-code
7y ago
A human using a keyboard is one of the worst RNAs out there
44.
▲
Show HN: Realtime Replication Between GraphQL and the Client-Side Database
(rxdb.info)
17 points
by
code-is-code
7y ago
|
1 comments
45.
▲
Crosstab-events with a BroadcastChannel that works in old browsers and Node.js
(github.com)
2 points
by
code-is-code
7y ago
|
0 comments
46.
▲
by
code-is-code
8y ago
I added GreenkeeperBot/renovate to my project so a PR is done whenever a dependency can be updated.
47.
▲
by
code-is-code
8y ago
A few month ago, I used a similar optimisation that does the same idle-awaiting but with server-requests instead of cpu-usage. So instead of submitting all ajax to the server directly, background tasks can be delayed until the important tas
48.
▲
by
code-is-code
9y ago
Maybe an example schema on the readme would help
49.
▲
by
code-is-code
9y ago
I tested this with docker and could not observe a big performance-penalty on the cpu usage. Of corse you need more memory and the biggest thing is that you have to build your application in a way that you can do this later.
50.
▲
by
code-is-code
9y ago
Meteor has the op-log-driver which calculates query-result for changes instead of running the wohle query again. Same comes with rxdb where it's called query-change-detection.
51.
▲
by
code-is-code
9y ago
If you, a single person, owns all bitcoin, noone would buy a single satoshi from you.
52.
▲
by
code-is-code
9y ago
I worked in many teams and projects. Each time we had a "rockstar" in the team, he was worth more than 3 regular guys. In the last project most echnical decisions where made/influenced by the rockstar and we saved so much tim
53.
▲
Show HN: A Reactive Database for Progressive Web Apps
(github.com)
2 points
by
code-is-code
9y ago
|
0 comments
54.
▲
by
code-is-code
9y ago
Not for me. Where are you located at?
55.
▲
by
code-is-code
9y ago
It would also be great to see a comparison to the couchDB-sync which I currently use via pouchdb/rxdb.
56.
▲
by
code-is-code
9y ago
That makes sense. An error-message would have been nice.
57.
▲
by
code-is-code
9y ago
I'm following the developement of zeronet for the past 3 years. I'm not convinced that it is the final solution to the decentralized internet. A main thing that bothers me is the insane lookup-time for site with a low distribution
58.
▲
by
code-is-code
9y ago
Looks like it does not work on mobile chrome