Viewing profile — williamcotton
williamcotton
HN member- Joined
- Sat, Apr 16, 2011, 6:06 PM UTC
- HN karma
- 3,578
- Public activity
- 2,462 items
- HN profile
- View on Hacker News ↗
About williamcotton
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #49244059
This is markedly better than the USPTO website, FWIW.
-
comment
Comment #49244048
> but if it gets past the patent officer that debate happens via lawsuit Or an Inter Partes Review!
-
comment
Comment #49224539
Are you after learning or an accredited degree?
-
comment
Comment #49173946
IP at the margin?
-
comment
Comment #49133688
Safari is my default browser and it seems to be working just fine!
-
comment
Comment #49131922
It’s a memorable quote from the movie Kindergarten Cop.
-
comment
Comment #49131888
So a stringly typed JSON-based DSL without a linter or LSP?
-
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…
-
comment
Comment #49123363
Do you mind sharing which ones?
-
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…
-
comment
Comment #49068975
What about measuring management productivity?
-
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...
-
comment
Comment #48950247
So we're getting Rickrolled?
- story
- comment
-
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…
-
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…
-
comment
Comment #48886047
Why? Trial and error is a pretty important component of creativity.
-
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 …
- story
-
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...
- story
-
comment
Comment #48658257
The plotting aspect of this seems very similar to: https://opensource.posit.co/blog/2026-04-20_ggsql_alpha_rele...
-
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 …