Live data from Hacker News

Viewing profile — claytonwramsey

claytonwramsey

HN member
Joined
Thu, Jun 22, 2023, 1:58 PM UTC
HN karma
1,081
Public activity
75 items

About claytonwramsey

I'm a PhD student with interests in robotics and chess engines. Check out my website! https://claytonwramsey.com/

Recent public activity

  1. story
  2. story
  3. comment
    Comment #45674256

    I wasn't very impressed by the reporting quality in this article, but it seems as though there are some other reviewers of the book were much more thorough in their critique. Emi N…

  4. comment
    Comment #45629010

    This is covered in a previous article: https://acoup.blog/2025/09/12/collections-life-work-death-an... In short, most peasant farmers must sharecrop at least some of their land, an…

  5. story
  6. comment
    Comment #45233752

    This reminds me of Zobrist hashing [1] in chess engines. In fact, if you split the sum into 256 columns (instead of 8) and set the prime to 2 for each column, I think it's essentia…

  7. story
  8. comment
    Comment #43743876

    hey, a fellow figure skater! You can still draw arcs without sideways slipping. If you do out the math, you’ll see that a skater traveling in a circle has no sideways velocity, but…

  9. comment
    Comment #43521108

    Thanks for making this! I got an invite to contribute some time ago but didn't have the time to put something together - it looks amazing though; I'll have to figure out something …

  10. comment
    Comment #43021880

    I did think about that! However, I didn't like the idea of making the client side do work to make up for my own poorly-managed website. Forcing users to run code just to render som…

  11. story
  12. comment
    Comment #42716498

    Cargo currently has `cargo tree`, which prints out a dependency tree. There's an extension to cargo which also shows how many people have the ability to push to your dependencies, …

  13. comment
    Comment #42612789

    The problem is not YouTube, but the law. The DMCA requires that online service providers (YouTube, Reddit, etc.) comply immediately with any takedown request and without question, …

  14. story
  15. comment
    Comment #42591098

    > dancing really connected people. I hope it becomes a thing again. Social dancing’s demise has been greatly exaggerated! If you live in any moderately large city, there is almost …

  16. comment
    Comment #42562136

    Is it just me, or does the README have the ChatGPT accent? For instance: Whether you're looking to replicate your hometown, explore urban environments, or simply build something un…

  17. comment
    Comment #42270807

    The implementation of `sleep` [1] decides the wake up time by when `sleep` is called, rather than when its future is polled. So the first task waits one second, then the remaining …

  18. story
  19. story
  20. comment
    Comment #41573950

    In Firefox, you can the advanced font settings and uncheck “Allow pages to choose their own fonts, instead of your selections above” to force websites to use the default font.

  21. comment
    Comment #41493298

    It's a little odd that they're using `lazy_static` now that OnceCell and LazyLock are in the standard library.

  22. comment
    Comment #41471708

    Another possible solution for this use case: let each capacity graph store a “dummy” `HashMap ` for the case where the key is missing. Then, return an iterator over the empty dummy…

  23. comment
    Comment #41321052

    I would argue the opposite: the problem is that our languages give us only rudimentary tools to represent data in SoA styles, which makes them difficult to apply for efficient proc…

  24. story
  25. story