Viewing profile — colin353
colin353
HN member- Joined
- Tue, Feb 16, 2010, 2:20 AM UTC
- HN karma
- 182
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About colin353
No profile information was provided.
Recent public activity
-
comment
Comment #35890992
Colin here (I'm the "named employee"). I don't mind being called out, FWIW. I'm proud of what we built. We would definitely have implemented sorting by recency if it was trivial to…
-
comment
Comment #35867189
Hmm, you can construct a regular expression, something like: lang:tsx / Example: https://github.com/search?q=lang%3Atsx+%2F%3CButton%5B%5E%5C...
-
comment
Comment #35867167
Ah, you need to log in to get access to the new code search!
-
comment
Comment #35866667
Yes, we're working on bringing it to GitHub enterprise right now.
-
comment
Comment #35866207
Great point. Yes, we initially focused on zero-config approximate code navigation. But we do intend to support build-based code navigation in the future, since the approximate code…
-
comment
Comment #35865106
I'm Colin from GitHub's code search team, happy to answer any questions. For more info on how we built this, you can check out our technical blog post from a few months ago https:/…
-
comment
Comment #34694142
We have not done this yet, but we do intend to. Actually, our search engine is so fast that syntax highlighting the search results is often slower than finding them... so if we sto…
-
comment
Comment #34694109
Good question. We still construct ngrams for it, exactly the same way. So for example, we might extract `aaa`, `aaa`, and `aaa`. Or we may extract `aaaa` and `aaaa`, or perhaps `aa…
-
comment
Comment #34683215
Hey saagarjha, thanks for the feedback. It's our goal to make the experience as good as possible, and we're aware of shortcomings with cmd+F and `t`, among other things. We're work…
-
comment
Comment #34682069
Hey everyone, I'm Colin from GitHub's code search team: happy to answer any questions people have about it. Also, you can sign up to get access here: https://github.com/features/co…
-
comment
Comment #33578852
We have fixed it behind a feature flag that isn't yet rolled out. Still experimenting with it. But expect to see that resolved in the next couple weeks
-
comment
Comment #33578691
Positive feedback feels nice, but negative is way more useful to making a great product. We're changing an website that millions of people use every day. Hopefully we mostly have a…
-
comment
Comment #33578384
Appreciate the feedback. > static view of the core Not sure what you mean by that, can you elaborate? FWIW we are working to more tightly integrate code search into the code view. …
-
comment
Comment #33578349
I'm guessing you are in our Code Search Technology Preview (which was at cs.github.com), which gives you access to this new UI as well. By the way, feel free to opt out if you hate…
-
comment
Comment #33578292
We're not using server side rendering extensively at GitHub (yet) but are experimenting with it on some React pages. Hoping to make the pages even faster than the previous Rails/ER…
-
comment
Comment #33578228
GitHub has been investing in React for a while (e.g. see our accessible React design system https://primer.style/react/ ). Many developers at GitHub have experience with React, whi…
-
comment
Comment #33578212
Not the case, the mobile app is great, but we know developers use mobile web. It matters to us. Will definitely improve it
-
comment
Comment #33578169
Yep, aware of these mobile issues and are actively fixing them, will hopefully improve in the next week or so. And thanks for the feedback. We're in Beta right now exactly so we ca…
-
comment
Comment #33578154
This is just the first step of using React within GitHub.com, so we still use a lot of traditional Rails/ERB, even on the React pages (e.g. for the header/footer).
- comment
-
comment
Comment #33578029
I'm one of the engineers at GitHub who was behind this new UI, let me know if you have any questions. We chose React for this code search/code view because it has a lot of interact…
-
comment
Comment #31967663
I'm one of the engineers at GitHub that built this - happy to answer questions (or fast-track your access into the preview!)
-
comment
Comment #29579358
Hey, I'm on the GitHub code search team. We've had a ton of people join the waitlist, sorry it's taking so long to get through everyone! We're hoping to get most people access earl…
-
comment
Comment #29490457
The new search does find filenames! :D
-
comment
Comment #29490310
Might also be worth checking out the syntax guide: https://cs.github.com/about/syntax#symbol