Viewing profile — 100k
100k
HN member- Joined
- Fri, Jul 11, 2008, 7:23 PM UTC
- HN karma
- 3,186
- Public activity
- 686 items
- HN profile
- View on Hacker News ↗
About 100k
Minneapolitan in exile. My blog is http://recursion.org.
I usually go by "look" online but that was taken at HN when I registered.
Recent public activity
-
comment
Comment #43796741
If song lyrics count, Eleni Mandell's "Iowa City" is the poem that will always stick in my mind about that town. Girls, the boys don't cheat in Iowa City Iowa City nothing to do No…
-
comment
Comment #43646125
If you like this movie, I recommend Jamelle Bouie and John Ganz's podcast "Unclear and Present Danger" (the name is a riff on Clancy as well) which covers the political and militar…
-
comment
Comment #42784951
Seconded! This was my favorite talk at Strange Loop (including my own).
-
comment
Comment #42402247
As someone who was against the Iraq war, it's hard to express how important Paul Krugman's columns were to me at the time. It felt like the world had gone mad, but he provided an i…
-
comment
Comment #41949740
Zeke Faux's Number Go Up ( https://www.amazon.com/Number-Go-Up-Cryptos-Staggering/dp/05... ) started as an investigation into Tether. He found some extremely suspect clues, but he …
-
comment
Comment #41906240
It's quite fun, I played a lot of it during the pandemic. It's sort of like Advance Wars, but when you lose you can choose to send one of your leveled up characters back in time, w…
-
comment
Comment #40082364
Yes, you can use CGO to call Rust functions using extern "C" FFI. I gave a talk about how we use it for GitHub code search at RustConf 2023 ( https://www.youtube.com/watch?v=KYdlqh…
-
comment
Comment #39699058
There's some interesting companies in this space. https://gofourth.com/ - focusing on grid storage, uses graphite (carbon) and liquid tin for heat transfer https://antoraenergy.com…
-
comment
Comment #38834504
I’m happy to see Standard Ebooks here! I’ve read their editions of Nostromo by Joseph Conrad and Vanity Fair by William Thackeray and the quality great. I recommend it if you’re in…
-
comment
Comment #38807324
Yes. The concepts apply to all programming languages. The exercises use multiple programming languages. For example, one exercise has you explore the Git source code (which is in C…
-
comment
Comment #38658449
Yeah, we need to do better on the visibility of this for owners. And we're trying to scale the system so it's not a problem at all. In the meanwhile, you can ask support to index a…
-
comment
Comment #38657303
I hear you, but we didn't break this for no reason. We rewrote our entire code search stack to support features it didn't before, like exact match, regular expressions, indexing fo…
-
comment
Comment #38645027
It refers to the geometric progression of bucket sizes used in the data structure.
-
comment
Comment #38644755
It means that we have a result limit. If a term matches in a lot of files, not all the hits will be shown.
-
comment
Comment #38643526
Tree-sitter is very cool! We use it to power semantic analysis for GitHub code search.
-
comment
Comment #38643502
For the repositories not in the index, we do show a message to try again later. For documents that have been excluded, we agree we need better visibility.
-
comment
Comment #38642747
(I gave this talk and work on code search.) Sorry you've had a frustrating experience with the product. When we look into complaints about missing results, it's almost always one o…
-
comment
Comment #38638887
Thanks for sharing, that's good feedback.
-
comment
Comment #38638880
We'll definitely blog about it ( https://github.blog/ ). His handle is https://github.com/aneubeck (it's on the thank you slide of my talk btw)
-
comment
Comment #38638790
Please see my other comment about why this is difficult: https://news.ycombinator.com/item?id=38638214
-
comment
Comment #38638782
I work on this, and I agree we should do more to improve ranking. Exact duplicates are supressed, but often forks have different versions of some files, so they come up in the resu…
-
comment
Comment #38638746
Yes! My colleague who created it has started working on an open source version so we can publish it. I am not sure when it will be ready, but I'm excited because it is extremely in…
-
comment
Comment #38638214
(I'm the speaker.) This is frequently requested, and we've tried to answer it in GitHub's feedback forums. The reason it's not implemented is it's quite complicated and there are o…
-
comment
Comment #38638154
Nice! Seems like a useful tool for digesting videos.
-
comment
Comment #38638136
Oh hey, that's my talk! Thanks for submitting it. It was a huge honor to present my team's work at Strange Loop.