adamsmith | 4 months ago | on: Ask HN: Who is hiring? (November 2025)
adamsmith's comments
adamsmith | 6 months ago | on: The Four Styles of Confidence on a Team
Yes! Fast, clear feedback loops provide such a boost!
adamsmith | 1 year ago | on: Forget ChatGPT: why researchers now run small AIs on their laptops
adamsmith | 2 years ago | on: Apple's classic Pascal poster, remade as a vector image [pdf]
If you want examples of code → ast, googling for [python ast visualizer] turns up a few tools
adamsmith | 2 years ago | on: The Techno-Optimist Manifesto
adamsmith | 2 years ago | on: Our Self-Driving Cars Will Save Lives, but They Will Kill Some of You First
adamsmith | 3 years ago | on: The Remarkable Ivan Sutherland
He talks about the courage it takes to do risky work in our field, and gives practical techniques for overcoming barriers, such as having collaborators, deadlines, "just get started", stock compensation, etc.
Dr Sutherland also discusses the courage to keep going, or even _stop_ working on a project.
Given his broad background, he discusses how these dynamics play out in a wide range of fields, including education, startups, and research.
For me it is always a visceral read.
adamsmith | 3 years ago | on: Kite is saying farewell and open-sourcing its code
adamsmith | 3 years ago | on: Kite is saying farewell and open-sourcing its code
For example, if an object defined in another file has a function called `rename` that takes zero arguments, when calling it from another file Copilot will likely suggest arguments if there are variables like `old` and `new` near the cursor, even though `rename` actually doesn't take any, just because functions called `rename` typically take arguments. This behavior is in contrast to a tool like an IDE that can trace through the way non-local code references work.
adamsmith | 3 years ago | on: Kite is saying farewell and open-sourcing its code
adamsmith | 3 years ago | on: Kite is saying farewell and open-sourcing its code
adamsmith | 5 years ago | on: SpaceX sends laser-linked Starlinks to the polar orbit
adamsmith | 5 years ago | on: Why There Aren't More Googles (2008)
I suspect they will dominate all the largest technology markets for the long run, unless the government intervenes. I might be wrong.
They may not dominate the future of "technology markets", though, if the sum of the long tail dominates. Right now FAANG is 42% of the NASDAQ Composite 100.
adamsmith | 5 years ago | on: Why There Aren't More Googles (2008)
This turned out to be absolutely right, and the < $2M checks have ballooned in volume. They are invested by firms that do not take board seats and do comparatively less due diligence.
That said with the benefit of more hindsight I think the reason there are no more Googles is that FAANG has a stronghold on the largest technology markets.
adamsmith | 5 years ago | on: Spotify CEO: musicians can no longer release music only “once every 3-4 years”
In software it can cost $10k to build an app but Google Search costs $10^10: a six orders of magnitude difference.
In music there’s got to be a big dynamic range in effort involved as well. (I doubt it’s 10^6 though!)
But comparing the best music to the lowest end app is apples to oranges.
adamsmith | 5 years ago | on: Millions of Americans skipping payments as wave of defaults and evictions looms
The fed and congress have been very on point with the stimulus response speed this time around and so I think we’ve seen the bottom of the market through this. And most investors are voting with their dollars that this is true.
(I’m just parroting Ray Dalio.)
adamsmith | 5 years ago | on: AI-Powered JavaScript Completions
adamsmith | 5 years ago | on: AI-Powered JavaScript Completions
We hope you'll give Kite another shot. We're always improving it and have covered a lot of ground in the last few years.
In particular, a common complaint about TabNine on Twitter is that it's heavyweight. Based on our comparisons of today's Kite versus today's TabNine, we believe Kite uses less CPU/battery, and far less memory. (My teammate dhung posted a longer comment about TabNine.)
adamsmith | 5 years ago | on: AI-Powered JavaScript Completions
adamsmith | 5 years ago | on: AI-Powered JavaScript Completions
Thanks for your patience!