Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xtacy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
xtacy
5mo ago
Curious - what’s this court filing?
2.
▲
by
xtacy
8mo ago
> QUIC is not bad, but there are places where it either does not work at all or works too slow. Curious: in your experience where does QUIC work bad/slow?
3.
▲
Performance Speed Limits (2019)
(travisdowns.github.io)
18 points
by
xtacy
1y ago
|
1 comments
4.
▲
by
xtacy
1y ago
Are there good public examples of well designed APIs that have stood the test of time?
5.
▲
by
xtacy
1y ago
Is it GBps (gigabytes per second) or Gbps (giga bits per second)? I see mixed usage in this comment thread so I’m left wondering what it actually is. The article is consistent and uses Gigabytes.
6.
▲
by
xtacy
2y ago
We do have a model. That’s statistical physics. Any standard course goes over various derivations of classical physics laws (Newtonian dynamics) from quantum mechanics.
7.
▲
A whirlwind tutorial on creating teensy ELF executables for Linux (1999)
(muppetlabs.com)
59 points
by
xtacy
2y ago
|
17 comments
8.
▲
by
xtacy
2y ago
Yep, such ideas have been around. But congestion is a fundamental problem. Admission control is the only way to ensure there is no congestion collapse. The technical issue is that you would need global arbitration to ensure that the _good
9.
▲
by
xtacy
2y ago
In principle, with perfect knowledge of flows at any given instant, you can assign credits/rate-of-transmission for each flow to prevent congestion. But, in practice this is somewhat nuanced to build, and there are various tradeoffs t
10.
▲
by
xtacy
2y ago
OP is referring to "Credit based flow control", which is a way to ensure a sender does not overwhelm a receiver with more data than it can handle. Usually, this is line-rate, but if the other side is slow for whatever reason (say
11.
▲
by
xtacy
2y ago
It's also a bit odd that they do not implement congestion control. Congestion control is fundamental unless you only have point-to-point data transfers, which is rarely the case. All-reduce operation during training requires N to 1 d
12.
▲
by
xtacy
2y ago
You can check the example described here: https://stats.stackexchange.com/questions/644280/stable-viol... Judea Pearl’s book also goes into the above in some detail, as to why faithfulness might be a reasonable as
13.
▲
by
xtacy
2y ago
Honest question: Are there successful cases where a PE takeover has transformed the company that has helped the company's mission?
14.
▲
Burst Damage
(wheresyoured.at)
2 points
by
xtacy
2y ago
|
0 comments
15.
▲
ShortCat: Manipulate macOS masterfully, minus the mouse
(shortcat.app)
2 points
by
xtacy
2y ago
|
0 comments
16.
▲
by
xtacy
2y ago
You are not alone, me too, and several others have noted it and discussed it before. For e.g., Gmail made this change that I absolutely hated and instantly disabled when it was released: https://ux.stackexchange.com/questio
17.
▲
by
xtacy
2y ago
> to have a tool that is external to the VM (runs on the hypervisor host) that essentially has "read only" access to the kernel running on the VM to provide visibility into what's running on the machine without an agent ru
18.
▲
by
xtacy
4y ago
While this is in part a good news, they are still not accepting MV2 extensions to the Chrome Web Store, even as unlisted/private extensions. There is no change to that policy: https://developer.chrome.com/docs/ext
19.
▲
by
xtacy
5y ago
You will also like Arithmetic coding, then! https://en.wikipedia.org/wiki/Arithmetic_coding
20.
▲
by
xtacy
5y ago
I suspect that the web server's CPU usage will be pretty high (almost 100%), so C-state tuning may not matter as much? EDIT: also, RSS happens on the NIC. RFS happens in the kernel, so it might not be as effective. For a uniform requ
21.
▲
Understanding Rust's asynchronous I/O framework from the bottom up (2017)
(cafbit.com)
1 points
by
xtacy
5y ago
|
0 comments
22.
▲
by
xtacy
6y ago
They key takeaway really is that for high performance, the way you think about memory layout, data structures, memory management, etc. all start to really matter. It is possible to write programs with memory pools to reuse data structures
23.
▲
by
xtacy
6y ago
Although most US markets carry just one type, the Cavendish, you can easily get a few more varieties at various ethnic markets. Pay a quick visit to the Indian/South Asian stores for a delight! I have also heard about interesting vari
24.
▲
by
xtacy
6y ago
Or, you could (re)schedule first and then generate the key? Assuming that key generation doesn't take an hour, of course. :)
25.
▲
by
xtacy
6y ago
A multi-buck is essentially an SDR / Special Drawing Rights: https://www.investopedia.com/terms/s/sdr.asp
26.
▲
by
xtacy
6y ago
I guess the main issue with BeyondCorp-style architecture is that while they work well with apps that mainly use HTTP, but it can be a pain to get them working for plain TCP or UDP-based apps.
27.
▲
by
xtacy
6y ago
> • The website is blank on Firefox. Do you have Firefox FB containers enabled? I had the same issue, but when I opened the website inside a FB container it works.
28.
▲
Kurt Gödel: A Contradiction in the U.S. Constitution?
(jeffreykegler.github.io)
2 points
by
xtacy
6y ago
|
0 comments
29.
▲
by
xtacy
6y ago
The core problem seems to be: For instance, overwriting content on a page of the document is not allowed and thus leads to invalid signature verification. Nevertheless, some changes are considered harmless by the PDF applications and d
30.
▲
by
xtacy
6y ago
Interesting link, thanks for sharing. I wonder what this means precisely: If you take out one of the characters or story elements of a conspiracy theory, the connections between the other elements of the story fall apart. I guess I
More ›