Live data from Hacker News

Viewing profile — williamcotton

williamcotton

HN member
Joined
Sat, Apr 16, 2011, 6:06 PM UTC
HN karma
3,578
Public activity
2,462 items

About williamcotton

No profile information was provided.

Recent public activity

  1. comment
    Comment #49251253

    I've been to one EA meetup and it wasn't my thing but this seems nothing like the discussions I had. It's where I found out about GiveDirectly. The biggest issue for me was the AGI…

  2. comment
    Comment #49244059

    This is markedly better than the USPTO website, FWIW.

  3. comment
    Comment #49244048

    > but if it gets past the patent officer that debate happens via lawsuit Or an Inter Partes Review!

  4. comment
    Comment #49224539

    Are you after learning or an accredited degree?

  5. comment
    Comment #49173946

    IP at the margin?

  6. comment
    Comment #49133688

    Safari is my default browser and it seems to be working just fine!

  7. comment
    Comment #49131922

    It’s a memorable quote from the movie Kindergarten Cop.

  8. comment
    Comment #49131888

    So a stringly typed JSON-based DSL without a linter or LSP?

  9. comment
    Comment #49131789

    > They even wrote a book about how they went about it (not that it speaks to the quality of the API) Wilkinson’s Grammar of Graphics inspired ggplot. The textbook doesn’t even ment…

  10. comment
    Comment #49123363

    Do you mind sharing which ones?

  11. comment
    Comment #49073844

    Tangentially, > "Add up all US spending on candidates, PACs, lobbying, think tanks, and advocacy organizations – liberal and conservative combined – and we’re still $2 billion shor…

  12. comment
    Comment #49068975

    What about measuring management productivity?

  13. comment
    Comment #48992902

    Article Title: Ed tech is profitable. It is also mostly useless https://www.economist.com/united-states/2026/01/22/ed-tech-i...

  14. comment
    Comment #48950247

    So we're getting Rickrolled?

  15. story
  16. comment
  17. comment
    Comment #48919585

    I agree. What is missing from the discussion about DSLs are the importance of tooling such as linters, LSPs, etc, to give the LLMs further context. For example, charts/plots are of…

  18. comment
    Comment #48894652

    https://williamcotton.github.io/datafarm-studio/ https://williamcotton.github.io/algraf https://williamcotton.github.io/pdl https://github.com/williamcotton/algraf https://github.c…

  19. comment
    Comment #48886047

    Why? Trial and error is a pretty important component of creativity.

  20. comment
    Comment #48849634

    I’ve had good luck with this approach: https://github.com/williamcotton/algraf/tree/main/docs There’s also some tests in place to make sure some things from the master spec are up …

  21. story
  22. comment
    Comment #48689807

    Funny enough, I just published this blog post yesterday: The Discoverable Evidence of AI-Assisted Software Porting https://williamcotton.com/articles/the-discoverable-evidence...

  23. story
  24. comment
    Comment #48658257

    The plotting aspect of this seems very similar to: https://opensource.posit.co/blog/2026-04-20_ggsql_alpha_rele...

  25. comment
    Comment #48647456

    A big part of the motivation was that something like this... $ which ggplot ggplot () { if [[ "$1" == "-f" ]] then shift rush run --library tidyverse "$(cat "$1")" - else rush run …