Viewing profile — dsun180
dsun180
HN member- Joined
- Thu, Dec 22, 2016, 12:04 PM UTC
- HN karma
- 376
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About dsun180
No profile information was provided.
Recent public activity
-
comment
Comment #26689372
What a garbage website with garbage information without sources.
-
comment
Comment #26638362
You should add "user-select: none;" so it looks better on touch devices without the blue selection box.
-
comment
Comment #26490460
And then somewhere in 2019 it suddenly became a racist word against people of color in northern amerika.
-
comment
Comment #26488049
Same here in germany. When we hear the word master, most people think of the master in karate kid or the master degree of a university. I think only in the usa people are so full o…
-
comment
Comment #26091894
The value of everything is negative when you measure by these standards. We should stop laughing to emit less CO2.
-
comment
Comment #24902948
Its mostly about having secure transactions between state transitions. If you do not need them, you have often better performance when you run multiple instances with a load balanc…
-
comment
Comment #24701978
From the docs it does not look like that every http tx is stored onchain. It is more like an ssl-alternative where you sign stuff with bitcoin crypto and therefore not need to trus…
-
comment
Comment #24340665
If you do not need a database at all, of course you can just use the plain programming language.
- comment
-
comment
Comment #22732803
I would be able to document websockets side by side with "normal" requests and then use the same tooling for code generation or validation.
-
comment
Comment #22728781
I would love if the definition of websockets would be added to OpenAPI https://github.com/OAI/OpenAPI-Specification/issues/523
-
comment
Comment #22717745
Please add a screenshot of code to the readme and also fill your online editor with a block of example code.
-
comment
Comment #22565970
Also we have some disadvantages we didn't had 1918. Like most people living in dense cities. Or it is harder to force people into quarantine.
-
comment
Comment #22533343
Yes. GPUs also do not have tires. Who cares?
-
comment
Comment #22508427
You should learn to code because it is fun. If you do not like coding for the sake of coding, choose another profession.
-
comment
Comment #22059083
This is BS-statistics. Everyone I know who drinks low-fat-milk is also the one watching his diet and making sports daily. The "study" didn't even connect the fat-milk to some biolo…
-
comment
Comment #22058019
If you want to have PouchDB without being tied to the CouchDB-backend, check out RxDB. It supports replication via GraphQL. https://github.com/pubkey/rxdb
-
comment
Comment #22058010
This is not even true. Firebase Realtime Database supports offline-first while SapphireDB is just streaming results to the client, like RethinkDB or Meteor.
-
comment
Comment #21559595
So someone upload many videos generated with this tool to youtube. I was really impressed when I stumpled upon it. https://www.youtube.com/watch?v=s_mSedHiTk0
-
comment
Comment #21364886
I also miss that in GraphQL. With swagger I can exactly define how an object looks like. Not only if something is null or string, but also what the minLength the string is or what …
-
comment
Comment #21357982
RxDB is offline first. You can still query your data even when the user has no internet. Hasura will not make your app workable without a stable connection to the server.
-
comment
Comment #21357971
I do not think that meteor will scale better then your GraphQL server with whatever database you want to have. With meteor you are bound to a specific ecosystem which is often a pa…
-
comment
Comment #21357957
No you normally do not send the password to the server. You can ask the user to enter the password when the application is openend. Authentication is much easier when you use the G…
-
comment
Comment #21356347
I think you have not understood what RxDB is. It is a client side database. It works also when the client is offline. It does not need a stable internet connection over a websocket…
-
comment
Comment #21354635
The definition of realtime is vague so saying that something is "not really realtime" just because it is not "realtime computing" is wrong.