Viewing profile — avita1
avita1
HN member- Joined
- Thu, Nov 27, 2014, 3:18 AM UTC
- HN karma
- 176
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About avita1
No profile information was provided.
Recent public activity
-
comment
Comment #47764786
IMO this tool is basically allowing you to do that, it just takes care of the bookkeeping to associate the series of smaller PRs with eachother which is possible today but requires…
-
comment
Comment #38371268
Is this practically true? Yes, anyone can clone any repo from Github, but surely scraping all of Github would run into rate limits? The terms and conditions say as much https://doc…
- story
-
comment
Comment #38070571
How do you solve the context propagation issue with eBPF based instrumentation? E.g. if you get a RPC request coming in, and make an RPC request in order to serve the incoming RPC …
-
comment
Comment #37721208
> So you have endless "Fix a" "Typo" "fixup" "revert redo" "add y missed in z" commits and then the squash pushes all that crap into the commit message for whatever the final mess …
-
comment
Comment #37324436
Did Google interviews change dramatically around 2012?
- story
-
comment
Comment #34346172
This isn't catching the panic though, this is propagating the panic through the parent goroutine. The whole program will still shut down, but the stacktrace that shows up in the pa…
-
comment
Comment #33658346
Something I've increasingly wondered is if the model of CI where a totally pristine container (or VM) gets spun on each change for each test set imposes an floor on how fast CI can…
-
comment
Comment #32778432
Understanding amendments would be a very good use case. Often changes to the law are not new laws, but changes in other laws. Any time I've tried to actually parse the law, I've fo…
-
comment
Comment #29320842
Cool article, I'm not sure I agree with the headline. I used to write low-scale Java apps, and now I write memory intensive Go apps. I've often wondered what would happen if Go did…
-
comment
Comment #29232422
Other comments have linked newer language features that make it easy. But for years, the Java Way of handling discriminated unions was to use the visitor pattern [1]. It's very ver…
-
comment
Comment #26713872
Mesospehere was renamed and has shifted to supporting Kubernetes. https://d2iq.com/blog/mesosphere-is-now-d2iq
- story
-
comment
Comment #23780329
The cynic in me > noted that the city rule has a provision that drivers’ pay can’t be reduced because of the fee caps This seems impossible to enforce right? The city can't reasona…
-
comment
Comment #23461184
I agree with most of this, but was surprised by your comment: > Oh, also, the implementation of Kubernetes cron jobs is also complete garbage (spawning a new pod every job is insan…
-
comment
Comment #22576513
Specifically about the stock market, Flash Boys by Michael Lewis is a fun read and taught me a lot about what the stock market is . It's not the densest book. It's more of a narrat…
-
comment
Comment #21569321
While Apache is certainly not zero configuration, it is pretty easy to forget about the Apache part of the LAMP stack. When I got started making websites, I downloaded "WAMP" (wind…
-
comment
Comment #21458415
Tobacco taxes have been found to discourage smoking among certain populations [1]. Perhaps that's not a fair comparison because the way legalization has been going, at least in the…
- story
-
comment
Comment #21335184
I find the comparison to java a bit unfair, because this pattern is totally possible but has been largely deemed a bad pattern. The analog to the pattern in java is to extend from …
-
comment
Comment #20994862
If you're in the position to be buying a house, voting is basically free. Ignoring a credit score when applying for a mortgage can be considerably more expensive.
-
comment
Comment #20116192
Do you have a source for that last point? Even if that number is right, I would think that Uber/Ola cars have higher after-production emissions due to them being driven all day and…
- story
-
comment
Comment #19291299
I'm genuinely not trying to be snarky, but how can you say that with any certainty? The only way to know this for sure would be to ask half your applicant pool to do the test, and …