Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
detinho
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
detinho
11mo ago
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.
2.
▲
by
detinho
2y ago
I think parent is saying overcommit with OS threads. 4k requests = 4k OS threads. That would lead to the problems parent is talking about.
3.
▲
by
detinho
2y ago
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/
4.
▲
by
detinho
2y ago
Sorry but, what is the mistake on the highlighted sentence? I'm not a native english speaker.
5.
▲
by
detinho
2y ago
Settings -> Preferences. [x] Restore previous sessions [x] Unsaved changes [x] Temporary files
6.
▲
A physicist view on gRPC – Simulating the Sun-Earth-Moon three-body system
(quantitative-modelling-for-fun.medium.com)
1 points
by
detinho
2y ago
|
0 comments
7.
▲
by
detinho
3y ago
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.
8.
▲
by
detinho
3y ago
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
9.
▲
by
detinho
3y ago
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 no
10.
▲
by
detinho
4y ago
Also windows 11 keeps enabling windows defender real time protection. This behavior is common on windows: do not respect user preferences.
11.
▲
by
detinho
4y ago
Well, I'm programming on windows for about 6 months now, comming from using Linux for the last 5 years. I have to admit I was forced as my new notebook BIOS has a wrong VBT configuration and that makes the Linux kernel to not recognize
12.
▲
by
detinho
4y ago
If the only thing you need to allocate memory to is your queue, then maybe. Otherwise you'd incur in problems like the sibling comment. That's the very same reason you limit connection pools on applications that connect to a datab
13.
▲
by
detinho
4y ago
What kind of skill does this type of test measures? I think the main ones are: * How much about the language the candidate knows. Not the control flow and data types, but how to navigate and where to look for information. And that leads to
14.
▲
by
detinho
5y ago
Maybe some token expired and could not be renewed. They also mentioned a bug on a client grpc library.
15.
▲
by
detinho
5y ago
Indeed. Recently my wife updated her google account password thinking she was updating the password from the game she wanted to play. She only knew because I'm on the recovery password list and as soon I received the email from Google
16.
▲
by
detinho
5y ago
Reminded me of a song from Brazilian singer Raul Seixas "O conto do sábio chinês" (a tale about the wise Chinese)[0]. I stopped to actively search about the meaning / sources of many of his songs and let the dots connected na
17.
▲
The 100% test coverage topic
(a4z.gitlab.io)
1 points
by
detinho
5y ago
|
0 comments
18.
▲
by
detinho
5y ago
There are even companies mottos like "Hire talent over experience until it hurts" which contributes to said desperation when you first hear it.
19.
▲
by
detinho
5y ago
I guess to get 5 seconds back it would have to many many "green success" or "red failure". Then a slow network hop would get the 5 seconds back.
20.
▲
by
detinho
5y ago
Specially when the ide doesn't use standard names and/or introduces new terms. Visual/ide tools to use git are welcome and I use them occasionally. But the cli should be the common denominator.
21.
▲
by
detinho
5y ago
For what I see from the discution it seems to be more a practical decision to not use real time resources and techniques for much higher times. So 1 day for example would be a waste of development time to try to use real time, you could use
22.
▲
by
detinho
5y ago
I'm probably wrong, but isn't real time not about how fast you can react but if you can react on a defined time constraint? Or is there a time threshold you can't consider real time any more like 1 day? Edit: just like you sa
23.
▲
by
detinho
6y ago
In the long run "small" improvements adds up. The margin will never beat time.