Viewing profile — adamsmith
adamsmith
HN member- Joined
- Wed, Oct 11, 2006, 1:52 AM UTC
- HN karma
- 2,744
- Public activity
- 328 items
- HN profile
- View on Hacker News ↗
About adamsmith
* Peronsal homepage: http://adam.net/
* Email: adam@adam.net
* X: http://www.x.com/asmith
* Github: https://github.com/adamsmith
* Linkedin: https://www.linkedin.com/in/adamsmith314Recent public activity
-
comment
Comment #45802903
We have not announced anything formally RE fundraising, but we are well funded and growing the team quickly. All offers include competitive equity.
-
comment
Comment #45055484
> it's always more worthwhile to debate and work with people who have to consistently match their predictions against reality Yes! Fast, clear feedback loops provide such a boost!
- story
-
comment
Comment #41612699
If it’s helpful here is the prompt I use to clean up voice-memo transcripts: https://gist.github.com/adamsmith/2a22b08d3d4a11fb9fe06531ae...
-
comment
Comment #38876576
For Python's syntax: https://docs.python.org/3/library/ast.html If you want examples of code → ast, googling for [python ast visualizer] turns up a few tools
-
comment
Comment #37908970
There’s a lot to unpack in the quoted passage, but it is not an ad hominem attack. That you think it is, and then turn around to make an ad hominem argument of your own explains yo…
-
comment
Comment #37451492
If anything this will turn out to be the opposite of the truth: People hit by autonomous cars will have more to go after in court than those hit by individuals, many of whom don't …
-
comment
Comment #34892696
Ivan Sutherland wrote one of my all-time favorite pieces, called Technology and Courage. It's a short read, here: https://cseweb.ucsd.edu/~wgg/smli_ps-1.pdf He talks about the cour…
-
comment
Comment #33686680
Thank you Quinn! It's been both cool and instructive to see Sourcegraph take off. Godspeed!
-
comment
Comment #33686664
It could be doing some "fine tuning" based on the repo. That would be cool! That said, what I meant when referring to 'understanding' the non-local nature of code was in a more pri…
-
comment
Comment #33686303
Does it seem to only understand imports of public libraries? If so, it's likely that, rather than understanding the contents of those libraries, it's learning from others' use of t…
-
comment
Comment #33685994
Yes, this was precisely what I was referring to. In small-enough programs (e.g. one file) Copilot has all the context. The other extreme would be something like the Chromium codeba…
-
comment
Comment #25912762
The higher the frequency the more data you can send. This is known as the Shannon Limit. https://en.m.wikipedia.org/wiki/Noisy-channel_coding_theorem
-
comment
Comment #25005686
Super interesting question. I don't know. I suspect they will dominate all the largest technology markets for the long run, unless the government intervenes. I might be wrong. They…
-
comment
Comment #25005617
> I've tried to explain this to VC firms. Instead of making one $2 million investment, make five $400k investments. Would that mean sitting on too many boards? Don't sit on their b…
- story
-
comment
Comment #24012832
Yes, there are orders of magnitude of scale in both fields. In software it can cost $10k to build an app but Google Search costs $10^10: a six orders of magnitude difference. In mu…
-
comment
Comment #23413227
The turnarounds always happen quickly after the fed takes serious action. Consider the 2008 crisis, or take 1933 (I believe?) when we broke from the gold standard: immediate exit f…
-
comment
Comment #23161539
Hi there, Kite at most about half of what TabNine uses, often less than that.
-
comment
Comment #23157709
Thanks for the thoughtful message! 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 …
-
comment
Comment #23155731
We hear you. We agree this was a mistake, and over the ~three years since then we've listened to the community, for example by releasing local processing for Kite.
-
comment
Comment #23155581
Thanks, we believe we fixed this. Could you try again? Thanks for your patience!
-
comment
Comment #23155485
Hi there, thanks for the question. IntelliCode has a similar vision but uses much simpler models. IntelliCode can essentially give you to the top 5 attributes for a global type. Ki…
-
comment
Comment #23154813
Adam from Kite here. The team and I are thrilled to launch our new deep learning engine for JavaScript completions. After years of work building our Python product — now to over 25…
-
comment
Comment #21907977
Hi, this is Adam from Kite. Thanks for checking us out and for the write-up! The DGPU point caught my attention. Kite should only use CPU, even for its tensorflow tasks. Could you …