They meant "[0]uint64" probably, not 0[]byte.
+1, also sometimes to avoid complexity due to unnecessary abstractions/modularity, etc.
GOTO is useful when used in the right context. Heavy use of exceptions are more of a problem today.
Seems like this requires Azure OpenAI access which is not granted for personal use but only for select corporate customers?
This is a fair point. I've seen many frameworks shared in hackernews. But rarely do I see anyone commenting on their IDE's capability to be able to use that framework for go-lang, rust, c, c++, etc. For example, Rust…
Good job on distorting my comments. Hopefully the developer who made the original comment will read your recommendations and will decide to give this framework a try.
If a developer does not want to try this framework because an IDE does not yet support a particular version of java, then the situation has gone beyond an IDE being just useful. Personally I use various IDEs, light…
If a developer says "The blocker for me is IntelliJ supporting Java 21", clearly there's an IDE dependency. Powerful enough for a developer not to adopt a new framework.
This is one of the things that bother me about Java; IDE dependency.
A better solution would be relatively new socket option: IP_BIND_ADDRESS_NO_PORT https://www.mail-archive.com/netdev@vger.kernel.org/msg66879...
ip_conntrack_tcp_be_liberal is still in kernel sources and it is enabled in distributions like openwrt. The author does not mention this, so very likely that his/her custom router will drop traffic. Recently I ran into…
Here we go: https://www.pitt-pladdy.com/blog/_20091125-185551_0000_Linux...
Looks like he hasn't hit the ip_conntrack_tcp_be_liberal problem/setting yet. Good luck with streaming Netflix with that router...
Reload runs old/new processes in parallel, so switch is super quick and new connections always land on new processes. So error rate between reload and restart is huge.
Any load tester will do the trick. Network latency and client keepalives enabled will also increase likelihood of errors.
Before making this statement, think of how the following states can really be non-disruptively handled: 1) requests in transit to nginx (in-flight) 2) TCP handshakes just completed (not yet accepted) 3) TCP handshakes…
"highly available web applications." but nginx will drop traffic during reloads...
Regarding 3, buffering behavior is highly configurable in nginx.(eg. proxy_request_buffering, proxy_buffering on/off)
This really reads like a filler article. And communication in the office depends on many factors. The link to the said research on how awesome face-to-face meetings is just leads to another article written by the same…
They meant "[0]uint64" probably, not 0[]byte.
+1, also sometimes to avoid complexity due to unnecessary abstractions/modularity, etc.
GOTO is useful when used in the right context. Heavy use of exceptions are more of a problem today.
Seems like this requires Azure OpenAI access which is not granted for personal use but only for select corporate customers?
This is a fair point. I've seen many frameworks shared in hackernews. But rarely do I see anyone commenting on their IDE's capability to be able to use that framework for go-lang, rust, c, c++, etc. For example, Rust…
Good job on distorting my comments. Hopefully the developer who made the original comment will read your recommendations and will decide to give this framework a try.
If a developer does not want to try this framework because an IDE does not yet support a particular version of java, then the situation has gone beyond an IDE being just useful. Personally I use various IDEs, light…
If a developer says "The blocker for me is IntelliJ supporting Java 21", clearly there's an IDE dependency. Powerful enough for a developer not to adopt a new framework.
This is one of the things that bother me about Java; IDE dependency.
A better solution would be relatively new socket option: IP_BIND_ADDRESS_NO_PORT https://www.mail-archive.com/netdev@vger.kernel.org/msg66879...
ip_conntrack_tcp_be_liberal is still in kernel sources and it is enabled in distributions like openwrt. The author does not mention this, so very likely that his/her custom router will drop traffic. Recently I ran into…
Here we go: https://www.pitt-pladdy.com/blog/_20091125-185551_0000_Linux...
Looks like he hasn't hit the ip_conntrack_tcp_be_liberal problem/setting yet. Good luck with streaming Netflix with that router...
Reload runs old/new processes in parallel, so switch is super quick and new connections always land on new processes. So error rate between reload and restart is huge.
Any load tester will do the trick. Network latency and client keepalives enabled will also increase likelihood of errors.
Before making this statement, think of how the following states can really be non-disruptively handled: 1) requests in transit to nginx (in-flight) 2) TCP handshakes just completed (not yet accepted) 3) TCP handshakes…
"highly available web applications." but nginx will drop traffic during reloads...
Regarding 3, buffering behavior is highly configurable in nginx.(eg. proxy_request_buffering, proxy_buffering on/off)
This really reads like a filler article. And communication in the office depends on many factors. The link to the said research on how awesome face-to-face meetings is just leads to another article written by the same…