Viewing profile — thakkarparth007
thakkarparth007
HN member- Joined
- Tue, Dec 29, 2015, 2:42 AM UTC
- HN karma
- 28
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About thakkarparth007
Recent public activity
-
comment
Comment #34102609
There's replit. Constantly announcing new features around such models. They'd introduced "ghostwriter" a while back and yesterday or so they announced ghostwriter chat.
-
comment
Comment #34051030
oh lol. Yeah, messed up while rewriting. Fixing. Thanks!
-
comment
Comment #34049952
Hey Gavin, that's consistent with what I said in the blog post. Header files (.h) and (.c) files are classified as having the same language (C). As a result, if you have the header…
-
comment
Comment #34049103
Yeah, I second what bibabloo said. Sometimes when I want to edit something, I comment out existing thing, and start writing what'd be the new version. Then copilot autocompletes wh…
-
comment
Comment #34047845
RE: neovim Looks like the 20 file logic is present in neovim as well. I went through its code ( https://github.com/github/copilot.vim/blob/release/copilot/d... ) after beautifying …
-
comment
Comment #34047150
I think the UX of large suggestions will require a lot of thinking and experimentation. That's because the longer the output of such model, higher the risk of it making some mistak…
-
comment
Comment #34046964
Thank you! :)
-
comment
Comment #34046904
Heh this blew up here :D Didn't know till a friend told me about it. I'd love to know if you guys have any specific questions about copilot's internals that I can try to answer by …
-
comment
Comment #34046862
The "Privacy – Copilot for Individuals" section under https://github.com/features/copilot does say that Copilot collects code snippets if allowed by telemetry. > User Engagement Da…
-
story
Sun, Java, IBM and Eclipse
So I just happened to read why Sun microsystems failed even though it produced crazy stuff like Java, Solaris, ZFS etc. In that article, amongst other mistakes, I found out that it…
-
story
Show HN: Convert paper into keyboard
A small hack we did our a weekend - https://github.com/JHurricane96/mazegame Inspired by https://www.youtube.com/watch?v=kiUnJ1d8vvw
-
comment
Comment #11600899
Algorithms by Papadimitriou would be a pleasant read on algorithms.