HackerTrans
TopNewTrendsCommentsPastAskShowJobs

detinho

no profile record

Submissions

A physicist view on gRPC – Simulating the Sun-Earth-Moon three-body system

quantitative-modelling-for-fun.medium.com
1 points·by detinho·2 jaar geleden·0 comments

comments

detinho
·9 maanden geleden·discuss
I can use myself as an example: I have crohn's disease and I can take doses of 50000UI for some weeks, then 4000UI daily and after a year have my Vitamin D results as low as 20ng/ml.
detinho
·2 jaar geleden·discuss
I think parent is saying overcommit with OS threads. 4k requests = 4k OS threads. That would lead to the problems parent is talking about.
detinho
·2 jaar geleden·discuss
Don't know about wget, but curl also provides libcurl [0] so you can embed it on your software. Also curl supports a wider range of protocols, as can be seen on [0].

[0] https://curl.se/libcurl/
detinho
·2 jaar geleden·discuss
Sorry but, what is the mistake on the highlighted sentence? I'm not a native english speaker.
detinho
·2 jaar geleden·discuss
Settings -> Preferences.

[x] Restore previous sessions [x] Unsaved changes [x] Temporary files
detinho
·2 jaar geleden·discuss
But to do that "shittier" would have to get a good implementation and turn on a bad implementation. Formatting might not be enough.

Howerver the main idea is very interesting.
detinho
·2 jaar geleden·discuss
I always try to care about the reviewers. Not too large PRs so they don't LGTM it instantly. Not too small PRs so they don't have to switch contexts multiple times a day or search through many smaller PRs to get context why new PR changes specific lines.
detinho
·3 jaar geleden·discuss
I worked at a startup that had many internal tools for solving small problems using Retool. One frontend guy even added a "diff" component so we could compare json payloads and manually edit them.

I have to admit that it's not the best of the worlds, but for small, focused internal interfaces that call some APIs, it can serve well.

Don't know about this new tool, but talking of retool itself, I also don't see it being used for a full fledged customer facing application.