Live data from Hacker News

Viewing profile — thakkarparth007

thakkarparth007

HN member
Joined
Tue, Dec 29, 2015, 2:42 AM UTC
HN karma
28
Public activity
12 items

About thakkarparth007

MSCS @IllinoisCS | Previously @Meta @MSFTResearch @IBMResearch | LLMs + code | @parth@sigmoid.social

Recent public activity

  1. 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.

  2. comment
    Comment #34051030

    oh lol. Yeah, messed up while rewriting. Fixing. Thanks!

  3. 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…

  4. 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…

  5. 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 …

  6. 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…

  7. comment
    Comment #34046964

    Thank you! :)

  8. 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 …

  9. 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…

  10. 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…

  11. 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

  12. comment
    Comment #11600899

    Algorithms by Papadimitriou would be a pleasant read on algorithms.