Live data from Hacker News

Viewing profile — aprescott

aprescott

HN member
Joined
Mon, Aug 22, 2011, 12:43 PM UTC
HN karma
641
Public activity
144 items

About aprescott

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #30345863

    I'm struggling to tie your comment to what the author is getting at. The advice to write thoughts down so you can stop thinking about them isn't offered as a way to achieve more ef…

  4. comment
    Comment #25562142

    I have no real opinion on the project in question but devotion is not a fungible, generically applicable resource you decide to apply to one issue or another. Run a test for whatev…

  5. comment
    Comment #22464237

    They're similar, but at least with traditional pagination you have a very clear page transition boundary. You can manually loop through Next → Ctrl-F repeatedly much faster in my e…

  6. comment
    Comment #21115093

    (Edit: I emailed them and the article has been corrected.) > a Library that contains 251,312,000 volumes of random sequences of letters (1,312,000 being the number of characters in…

  7. comment
    Comment #20723942

    I agree that it's a somewhat unfair generalization that paints a harsh picture. The core point of the argument still holds though, I think. A cynical response might be to say that …

  8. comment
    Comment #19219208

    The article mentions it. > There exist several closed-form solutions to Fibonacci sequence which gives us the > false hope that there might be an O(1) solution. Unfortunately they …

  9. comment
    Comment #15975527

    That's an interesting US fact, but the story is about the UK. Is it likewise restricted there?

  10. comment
    Comment #15901721

    Isn't the purpose of the example to make it hard to just trivially deduce y? If you know y = 1/(1 - t) then yeah it's undefined at t = 1. The example given doesn't seem to lend its…

  11. comment
    Comment #15299881

    I believe it's been shown in video feeds that Lee Sedol had left the room before move 37. He came back from a smoke break and noticed AlphaGo's shoulder hit play. It's of course st…

  12. comment
    Comment #12297200

    I have an Apps account and just installed it from the Play Store.

  13. comment
    Comment #11706726

    You don't need --standalone to get only certificate files, by the way. You can also use certonly with --webroot and it'll work just fine. The certonly is the key part. One thing I …

  14. comment
    Comment #11282781

    I think you're confusing this list of attributes with a separate list used for rollouts and tree search. The ones above are definitely used for the neutral networks in the policy a…

  15. comment
    Comment #11280437

    Is there a source of the rules for colour choice? I had thought it would be another nigiri as in 1st game. Choosing it based on the 4th game's result would imply Lee Sedol would ha…

  16. comment
    Comment #11275206

    > the AI took its time when it thought it was ahead, and played exactly as aggressively as needed to win Don't human professional players do exactly this? They care about playing t…

  17. comment
    Comment #11275180

    It's worth remembering that AlphaGo was partially, initially trained on the previous game records of professional players, to form the basis of its policy network and so on. AlphaG…

  18. comment
    Comment #9798286

    I'd be interested in hearing about the process of returning to the District Court (or really any previous court) to defend on a fair use argument. Was that case not closed? Was it …

  19. story
  20. comment
    Comment #8823446

    How did you convince them you were him and that you hadn't stolen your own identity?

  21. comment
    Comment #8683484

    This reads to me like a more verbose version of "Incorrect username or password." I'd favour the shorter version that gets the same point across.

  22. comment
    Comment #7249949

    I don't know enough about client implementations to say whether it is unsaveable, but let's say it is: why would 308 exist? That suggests the HTTP spec folks believe it's fundament…

  23. comment
    Comment #7249817

    302 is already bad, and 301 is already wrongly implement as RFC 2616 itself notes. Ultimately I doubt either is going to see a "fixed" implementation from a buggy one that's lasted…

  24. comment
    Comment #7249744

    While browsers can probably "do anything" with a 301 or 302, I think in practice it's simpler. I think the issue here is that 301 and 302 were originally intended to preserve the H…

  25. comment
    Comment #7215326

    I think any setup which requires the website to respond to requests intended to verify its own authenticity will probably not work. Any verification requests could be passed upstre…