Live data from Hacker News

Viewing profile — aaronbwebber

aaronbwebber

HN member
Joined
Thu, Jun 25, 2015, 10:47 PM UTC
HN karma
267
Public activity
67 items

About aaronbwebber

No profile information was provided.

Recent public activity

  1. comment
    Comment #48964990

    your algorithm for multiplication involves doing multiplication?

  2. comment
    Comment #48450275

    | the sunrise spread across the city on its own, on t-shirts and stickers and bike frames and beer cans tfa appears to admit that people are actually _using_ the new Milwaukee flag…

  3. comment
    Comment #46197174

    It's not just better performance on latency benchmarks, it likely improves throughput as well because the writes will be batched together. Many applications do not require true dur…

  4. comment
    Comment #46152356

    It means that the action we should take in response to this article is "building more dorms with singles" rather than "we need to rethink the way that we are making accommodations …

  5. comment
    Comment #45267747

    betteridge's law of headlines still undefeated

  6. comment
    Comment #42186396

    I was _extremely disappointed_ not to see this meme when I clicked on the link. Will not consider using this extension until Xzibit is prominently featured.

  7. comment
    Comment #39375911

    This is an insane standard and attempting to adhere to it would mean that the CVE database, which is already mostly full of useless, irrelevant garbage, is now just the bug tracker…

  8. comment
    Comment #39375427

    if it's not compiled in by default, then you aren't shipping the code! Somebody is downloading it and compiling it themselves!

  9. comment
    Comment #37318071

    Great idea! Now to just find somewhere to put a billion dollars worth of solar PV in California, preferably somewhere where it doesn't ever get dark so the power will stay on at ni…

  10. comment
    Comment #36842862

    Big. https://en.wikipedia.org/wiki/Crescent_Dunes_Solar_Energy_Pr...

  11. comment
    Comment #35154021

    How does this kind of shit get upvoted? it really takes about 5 seconds of thinking about this to realize why this "analysis" is stupid - he takes an INCREDIBLY expansive view of w…

  12. comment
    Comment #31700520

    Yes it is, it's part of the standard go toolchain as described in the first blog post in the series: https://eng.uber.com/dynamic-data-race-detection-in-go-code/

  13. comment
    Comment #31700379

    At least some of these would be caught by running your tests with race detection on? I haven't read the whole article yet but as soon as I read the loop variable one I was pretty s…

  14. comment
    Comment #31633195

    I love Go and goroutines, but... > A newly minted goroutine is given a few kilobytes a line later > It is practical to create hundreds of thousands of goroutines in the same addres…

  15. comment
    Comment #31256884

    This is probably the best advertisement for loki I've ever seen.

  16. comment
    Comment #31256857

    An important step here that is missing here is evaluating if your fix is going to cause other, potentially worse problems. I suspect that in this case, it's fairly unlikely that in…

  17. comment
    Comment #30740456

    Maybe I am misunderstanding how this works, but if you did that, you would no longer have a pointer with a valid metadata flag, and if you try to use it, you get a fault (at least …

  18. comment
    Comment #29507275

    There are comments suggesting that this was reported the Apache some time ago, but a CVE wasn't assigned? Getting a CVE assigned, even with hardly any details at all ("get ready to…

  19. comment
    Comment #25793642

    Very important caveats from the paper review at https://mikhail.io/2020/03/infinicache-distributed-cache-on-... : > Mind that the workload was selected to be a good match for Infin…

  20. comment
    Comment #25115583

    like PEP484 type annotations having a runtime performance hit? I would be very interested in seeing a link to this if you can dig it up.

  21. comment
    Comment #23834339

    But I don't think anybody did get fired? Who of the signees of the Harpers letter is actually being hurt? Even if they _were_ fired, why is that bad? Most of the people who signed …

  22. comment
    Comment #23715115

    So, it's a fine article, with lots of interesting details about Victorian food supply....but you could write more or less the exact same article replacing "cheap food" with "cheap …

  23. comment
    Comment #23122477

    Yup! As I noted in a comment above, this is just not a common case for us - usually our inbound traffic is coming from SEO which sends you to the right place. But when I am typing …

  24. comment
    Comment #23122466

    Well...in many cases all it really tells you is the roundtrip network latency, which may or may not be something you are interested in. In my case it actually was sort of interesti…

  25. comment
    Comment #23119858

    Tip: if your site is going to redirect from the bare domain to something else (e.g. ` https://example.com` -> ` https://example.com/home/` ) make sure you enter the final destinati…