Earlier quoted context omitted.
I am genuinely curious to know, what is your expectation here? He gave you credit in Github. He called it forever "indebted", which IMO is too much. You put out code under MIT license. MIT license means anyone can take the copy and fork it. Why are you disappointed? Are you disappointed because a person of Indian origin did it better than you Or are you disappointed that because you wanted all fame but he took your c…
Considering both repositories are on Github, actually forking it instead of re-commiting it all as 'init commit' would be a good start. As you said, nothing compels srikanth235 to do this though, but it's a generally more respectable (acceptable?) way to continue someone elses work as a new project. Also not sure why you had to bring the race of srikanth235 into it.
Show HN: Privy - Open-source, privacy oriented alternative to GitHub Copilot
31–40 of 58 posts
Re: Show HN: Privy - Open-source, privacy oriented alternative to GitHub Copilot
#32So, you essentially took my project ( https://github.com/rubberduck-ai/rubberduck-vscode ), and instead of contributing to it or forking it, you recommitted all the code under your own name, with a few small tweaks. To be fair, I saw that you give credit, but it's kind of disappointing still given that prob 98% of the project is the work of the Rubberduck contributors. I know Rubberduck is not that active any more, b…
I am genuinely curious to know, what is your expectation here? He gave you credit in Github. He called it forever "indebted", which IMO is too much. You put out code under MIT license. MIT license means anyone can take the copy and fork it. Why are you disappointed? Are you disappointed because a person of Indian origin did it better than you Or are you disappointed that because you wanted all fame but he took your c…
Re: Show HN: Privy - Open-source, privacy oriented alternative to GitHub Copilot
#33So, you essentially took my project ( https://github.com/rubberduck-ai/rubberduck-vscode ), and instead of contributing to it or forking it, you recommitted all the code under your own name, with a few small tweaks. To be fair, I saw that you give credit, but it's kind of disappointing still given that prob 98% of the project is the work of the Rubberduck contributors. I know Rubberduck is not that active any more, b…
I am genuinely curious to know, what is your expectation here? He gave you credit in Github. He called it forever "indebted", which IMO is too much. You put out code under MIT license. MIT license means anyone can take the copy and fork it. Why are you disappointed? Are you disappointed because a person of Indian origin did it better than you Or are you disappointed that because you wanted all fame but he took your c…
Re: Show HN: Privy - Open-source, privacy oriented alternative to GitHub Copilot
#34Earlier quoted context omitted.
I am genuinely curious to know, what is your expectation here? He gave you credit in Github. He called it forever "indebted", which IMO is too much. You put out code under MIT license. MIT license means anyone can take the copy and fork it. Why are you disappointed? Are you disappointed because a person of Indian origin did it better than you Or are you disappointed that because you wanted all fame but he took your c…
[deleted]
Re: Show HN: Privy - Open-source, privacy oriented alternative to GitHub Copilot
#35Nice. > Some of the popular LLMs that we recommend are: Mistral, CodeLLama 1. Surprised Mistral ( Mixtral ?) is recommended for code generation / explanation alongside a fine-tuned CodeLlama ? 2. Recent human evals put Microsoft's WaveCoder-Ultra-6.7B (SoTA w/ GPT4) at the top of the rankings with WizardCoder-33B , Magiccoder-S-DS-6.7B trailing: https://twitter.com/TeamCodeLLM_AI/status/174755128687745064...
Are you able explain what the charts mean? Only one of the three has wavecoder at the top.
WaveCoder: https://arxiv.org/abs/2312.14187 (section 3.2)
Re: Show HN: Privy - Open-source, privacy oriented alternative to GitHub Copilot
#36So, you essentially took my project ( https://github.com/rubberduck-ai/rubberduck-vscode ), and instead of contributing to it or forking it, you recommitted all the code under your own name, with a few small tweaks. To be fair, I saw that you give credit, but it's kind of disappointing still given that prob 98% of the project is the work of the Rubberduck contributors. I know Rubberduck is not that active any more, b…
I am genuinely curious to know, what is your expectation here? He gave you credit in Github. He called it forever "indebted", which IMO is too much. You put out code under MIT license. MIT license means anyone can take the copy and fork it. Why are you disappointed? Are you disappointed because a person of Indian origin did it better than you Or are you disappointed that because you wanted all fame but he took your c…
Re: Show HN: Privy - Open-source, privacy oriented alternative to GitHub Copilot
#37Does it do AI autocomplete?
Re: Show HN: Privy - Open-source, privacy oriented alternative to GitHub Copilot
#38Re: Show HN: Privy - Open-source, privacy oriented alternative to GitHub Copilot
#39I am finding myself questioning the choice of a name that also means “toilet” or “outhouse”, but hey, you do you.
Re: Show HN: Privy - Open-source, privacy oriented alternative to GitHub Copilot
#40Earlier quoted context omitted.
Are you able explain what the charts mean? Only one of the three has wavecoder at the top.
Those charts show pass@k metric (expectation at least k generated samples are correct out of n) on OpenAI and Octopack problem evals for code. WaveCoder: https://arxiv.org/abs/2312.14187 (section 3.2) Octopack: https://github.com/bigcode-project/octopack