Viewing profile — _yosefk
_yosefk
HN member- Joined
- Sat, Oct 06, 2012, 12:42 PM UTC
- HN karma
- 3,127
- Public activity
- 739 items
- HN profile
- View on Hacker News ↗
About _yosefk
Recent public activity
-
comment
Comment #19347145
TFA author. How does the word "dispatching" hint at the order of magnitude of anything? What orders of magnitude do depend on is your competition. Outdoing a CPU at operation X is …
-
comment
Comment #19347115
A lot of people including "me" (TFA author, of course "me" = larger team) were doing hardware matrix multiplication for many years before 2012 [let's say before deep learning.] I c…
-
comment
Comment #18882956
A group of 100 is 10 groups of 10. Does the autonomy of the group of 10 shrink as predicted by Paul Graham's "virtual person" argument? It might or it might not - and it's certainl…
-
comment
Comment #18881906
If you work on/for a startup and that startup succeeds, it will more often than not have to grow. If you're unlike Paul Graham who sold his startup and then invested in countless o…
-
comment
Comment #18741924
If a collar sits comfortably on a cat's neck, the cat will remove the collar. If a collar sits very tightly on a cat's neck, it's somewhat uncomfortable.
-
comment
Comment #18734970
What if you're not home? It is for such occasions that cat flaps were invented. However, today's cat flaps either open for any cat, or they're RFID-based, and for that to work, you…
-
comment
Comment #18421448
They don't show a comparison to bfloat16 PEs/FMA. IEEE half precision uses a larger mantissa than bfloat16, and the cost of multiplication is proportionate to the square of the man…
-
comment
Comment #18236517
What could he learn from the news that would influence his actions or even opinions? If the answer is "nothing", what's the downside for this guy?
-
comment
Comment #18156755
Wow - an army guy, "the Father of the Nuclear Navy," who gets things about management that half the tech industry doesn't, instead using supposedly army-like command-and-control me…
-
comment
Comment #18051325
It's certainly the case that neural nets work flawlessly because they're like the brain - ask any journalist. Without doubt, an image of the brain enhances NN performance
-
comment
Comment #17217885
(TFA author) If it's a really important patent for an individual inventor as opposed to another one to add to the company's portfolio mainly to grow its size, then of course you wa…
-
comment
Comment #17198679
Not sure why this is being downvoted. I admit that I find it hard to see how to control the exfiltration of data once it's been figured out by a badly sandboxed program. But the id…
-
comment
Comment #17050000
What's the difference between France (lost quickly in WWII), Britain (barely evaded invasion), and the US (not invaded, economy grew during the war)? Is it democracy, free markets,…
-
comment
Comment #16882500
I think grandparent's point was that the first cause you mention - reducing FB's power over users - does nothing for the users if this power instead goes to other 3rd parties, and …
-
comment
Comment #15989535
At my end, I wonder where the author ever saw deterministic computer systems. In my experience, you have to work really, really hard to get even a system computing outputs from inp…
-
comment
Comment #15043681
US laws do not give much protections to citizens of other countries so the American rule of law is irrelevant for them; American and Russian government agencies have equal authorit…
-
comment
Comment #14882666
A company leaving a large market will be outcompeted by a company which doesn't; for companies, ignoring profits kills them. If it's anyone's job to respond to China's government, …
-
comment
Comment #14836100
You mean if everyone teams up and makes their case politically, we'll all make far more, in real terms? So teaming up increases overall productivity? (Not impossible but would need…
-
comment
Comment #14643304
It's hard to know if a patent holder or system architect actually did the work or just took credit for it. It's easy to check if someone can print out a binary tree. Certainly a "s…
-
comment
Comment #14612420
I'd think one is more qualified to address local challenges than global ones. Certainly all those people made their money focusing on the US market, not only because it's big and g…
-
comment
Comment #14604517
Most useful C++ code is either not templates or it's templates which can be instantiated a finite number of times and then used like non-templated code. Most "header-only"/header-h…
-
comment
Comment #14564004
"I don't believe it's my position to enforce the amount of whitespace another developer has to use in their editor." I suspect this might not be my most popular comment, but I hone…
-
comment
Comment #14558284
I always thought the opposite - x86 is perhaps more complicated (though ARM is the most complicated architecture calling itself "RISC" by far, especially the 32b ISA), but x86's em…
-
comment
Comment #14558255
rr helps with indeterminism. Memory sanitizers help only a little with that, and, sadly, any thread sanitizer working with POSIX-like threads also helps only a little with that. Re…
-
comment
Comment #14556014
Wow, only learned about rr today - an amazing project! Google for instance reported a sizable number of "flaky tests" which tend to pass but sometimes fail. Always running tests un…