Viewing profile — claytonwramsey
claytonwramsey
HN member- Joined
- Thu, Jun 22, 2023, 1:58 PM UTC
- HN karma
- 1,081
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About claytonwramsey
Recent public activity
- story
- story
-
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…
-
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…
- story
-
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…
- story
-
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…
-
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 …
-
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…
- story
-
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, …
-
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, …
- story
-
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 …
-
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…
-
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 …
- story
- story
-
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.
-
comment
Comment #41493298
It's a little odd that they're using `lazy_static` now that OnceCell and LazyLock are in the standard library.
-
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…
-
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…
- story
- story