Viewing profile — anameaname
anameaname
HN member- Joined
- Thu, Nov 16, 2017, 4:53 AM UTC
- HN karma
- 155
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About anameaname
No profile information was provided.
Recent public activity
-
comment
Comment #17245675
Following the law isn't black and white. I'm sure each of us as individuals broke the several times today without even knowing it.
-
comment
Comment #17234988
The paper that was linked suggests using derivatives rather than directly taking out loans, which are financially convertible. Specifically it says buying deeply ITM call options f…
-
comment
Comment #17224916
In Item 10 it says: > One study I remember showed that young investors should use 2x leverage in the stock market, because – statistically – even if you get wiped out you’re still …
-
comment
Comment #17010272
I've use Go's context based cancellation, and while I like the paradigm, it's kind of verbose. There are some that say that since it has to be passed everywhere, and can store valu…
-
comment
Comment #17007526
You are right, editted.
-
comment
Comment #17007475
As another surprising thing, calling interrupted() actually clears the interrupted bit. If it's true, you pretty much have to throw InterruptedException. Otherwise, you have to re …
-
comment
Comment #16929960
Net income is not that useful of a metric since both companies are still growing.
-
comment
Comment #16909375
This is on purpose. If the number of support people is a linear function of the number of users, the business cannot grow past half the worlds population.
-
comment
Comment #16874071
This is what you get when you don't have a top-down management style. Teams are given too much freedom, leading to inconsistency. No one has the whole vision of how a product shoul…
-
comment
Comment #16696482
Large transfer's wouldn't be the place where the effect would be noticeable, it would be JSON payloads that can fit in a few packets. If operators would do this seldomly enough to …
- story
-
comment
Comment #16696279
Realistically, are network operators going to add artificial delay to packets going through their network? If they don't get their bit, and they start slowing down communication, i…
-
comment
Comment #16696052
If you give an engineer a bit: https://mailarchive.ietf.org/arch/msg/quic/yQfBIAOnUEKIWjZhF... You can kind of see how this might get out of hand and cause the discuss to digress a…
-
comment
Comment #16646954
> QUIC (aka HTTP/3) Why focus on QUIC when the JS APIs to use it aren't available? Numerous of the features of HTTP/2 aren't usable (i.e. trailers, flow control, security sensitive…
-
comment
Comment #16616171
Dissenting opinion: I think the blocky version looks better when not zoomed in. The sample on the left is less smoothed, and doesn't look as airbrushed. It looks better when zoomed…
-
comment
Comment #16615391
It will change as SF's credit goes down the tubes. Unlike the federal government, there is a chance that SF could default on its loans. If they can't get a loan and they squeeze th…
-
comment
Comment #16614560
If getting off the plane early while it's on the ground is valuable, why not charge for it? That way people who really do want to get off can? It's hard to say that deboarding earl…
-
comment
Comment #16614307
That could be fixed though. If the Airline let the luggage go the final destination, they could charge (maybe $100) to return the luggage once it arrives at the destination. This w…
-
comment
Comment #16613732
For the record, the reason grpc uses trailers is because it uses http/2, not the other way around. It was expected that since the whole transport was completely new, adopters of ht…
-
comment
Comment #16613104
All core grpc libraries support bidirectional streaming. It's the "routeguide" example.
-
comment
Comment #16613000
Finally! Up until now, when people ask how they are supposed to proxy grpc traffic, we could only recommend Envoy. Pretty much no one wants to hear that they have to change their s…
-
comment
Comment #16511306
Isn't line breaking an NP complete problem, akin to bin packing? I seem to recall hearing a presentation about it in the context of autoformatters for code. For example, Auto forma…
-
comment
Comment #16461823
An unfortunate part of experimenting with advertising is that it's expensive. Trying to find the right audience for the ad is very costly, to the point where I don't understand how…
-
comment
Comment #16455407
America, and the market as a whole benefits because something new is created. Even if you didn't own any Apple stock, you can still buy something that didn't exist until Apple made…
-
comment
Comment #16322686
It's hard to tell ahead of time if performance matters. When you hack something out, and are able to get it to work, it inevitably starts to grow features. At some point (around 10…