TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Launch HN: GitDuck (YC S20) – Zoom for developers with real-time code sharing

264 点作者 borisandcrispin将近 5 年前
Hi everyone! We are Dragos and Thiago from GitDuck (<a href="https:&#x2F;&#x2F;gitduck.com" rel="nofollow">https:&#x2F;&#x2F;gitduck.com</a>). We are building GitDuck, a Zoom for developers with direct integration to the IDE so software developers can talk and collaborate in real-time.<p>It all started by accident, Dragos and I were working on something else, a screen recording tool and we started to use it internally to record short videos of our code. At first it was just for quick code reviews and to debug, but soon we realized how helpful it was to have a video explanation of the code. Kind of rubber duck debugging with video. ;)<p>After talking to almost 300 developers and learning that other people were facing similar collaboration issues we decided to focus 100% on building this tool. We are the first users and we use GitDuck internally for quick assistance, pair programming, code reviews or just discussing ideas.<p>It has the features you would expect in a video call tool — like audio, video chat and screen sharing, but the UX and the integrations were built exclusively for developers. You can easily share your code and do pair programming. We are building integrations for all the IDEs. This enables you to collaborate without screen sharing (so it&#x27;s faster and and consumes less bandwidth), directly from your IDE and independently of the IDE that other people are using.<p>Whenever you join a GitDuck meeting, your IDE extension wakes up and allows you to share your code with the other meeting participants (or join the already shared code from other meeting participant). When your peers join your code, they can see and edit your files in real-time, similar to the Google Docs experience. At any given point you can also go to your peers position so you can see in which file and line they are.<p>Check a 1 min demo (<a href="https:&#x2F;&#x2F;gitduck.com&#x2F;watch&#x2F;5f1808919552aefe64ce0751" rel="nofollow">https:&#x2F;&#x2F;gitduck.com&#x2F;watch&#x2F;5f1808919552aefe64ce0751</a>)<p>GitDuck currently has integrations to VS Code and VSCodium. In the next few days we are going to release the integrations to all JetBrains IDEs. Vim, Sublime and others coming after that.<p>One important aspect to mention is security. We are the first users of the service so we focus a lot on building something that we would trust to use ourselves. All the files shared from your IDE are always shared via peer-to-peer and are end-to-end encrypted. No piece of code never touches our servers, so we never have access to your code.<p>All calls are encrypted and p2p (if 4 or less participants). If 5 or more people join we switch to a cloud infrastructure in order to maintain the quality, but the media are always encrypted and we never have access to your calls. You can read more about it here (<a href="https:&#x2F;&#x2F;gitduck.com&#x2F;security" rel="nofollow">https:&#x2F;&#x2F;gitduck.com&#x2F;security</a>) and we are always open for your suggestions to improve.<p>We would love to hear your thoughts and feedback. What are your ideas about tools like this?<p>Thank you!

31 条评论

kyleashipley将近 5 年前
I was a big fan of Floobits a few years back. Tuple and Screen.so are great, but we have devs split between VSCode, vim 8, and Neovim, with different configurations. I would definitely pay for cross-editor collaboration that works.<p>I’ll give this a shot tomorrow with some friends and see how it goes!
评论 #24230494 未加载
blntechie将近 5 年前
I have no idea why it’s called GitDuck. Code != Git?
评论 #24233175 未加载
gerbal将近 5 年前
How is this product &quot;Zoom for Developers&quot;? What makes GitDuck like a video conferencing platform which supports 100+ concurrent users?<p>To me &quot;Zoom for x&quot; implies video calling as a primary feature.
评论 #24229312 未加载
评论 #24229397 未加载
评论 #24229419 未加载
MCorbani将近 5 年前
Best tool ever for remote &#x2F; pair programming - debugging gets (almost) fun thanks to you guys :)
评论 #24233104 未加载
tucif将近 5 年前
Definitely a step forward in sharing by allowing each person to use their own editor. Looking forward to the vim plugin.<p>I find myself also sharing consoles too, I&#x27;d like to see this extended to terminal sessions, perhaps the session could be rendered in other people&#x27;s editors? Kind of like a live asciinema.<p>I&#x27;d love to try this at work, unfortunately streaming Corp&#x27;s code through an unapproved 3rd party service is a no-go. This would&#x27;ve been really useful in college. Hope this catches on!
评论 #24235065 未加载
评论 #24230634 未加载
评论 #24239449 未加载
somishere将近 5 年前
I&#x27;ve never thought much about pair programming within the same file, seems like a super interesting concept. Obviously co-editing e.g. google docs makes sense, but there&#x27;s no user-facing concept of validity here. How does saving work, is the idea that someone codes while someone watches? This already causes all sorts of fun with collisions in git, how do people work around that locally with things like hot reloading?
评论 #24229919 未加载
cepp将近 5 年前
How is this better than Visual Studio (Code) Live Share [1]?<p>Adding a third party dependency for code-sharing seems like a non-starter for large enterprise companies which already have a hard enough time with the first party offering.<p>[1]: <a href="https:&#x2F;&#x2F;visualstudio.microsoft.com&#x2F;services&#x2F;live-share&#x2F;" rel="nofollow">https:&#x2F;&#x2F;visualstudio.microsoft.com&#x2F;services&#x2F;live-share&#x2F;</a>
评论 #24229486 未加载
评论 #24230611 未加载
评论 #24230075 未加载
评论 #24235151 未加载
评论 #24229595 未加载
评论 #24236052 未加载
评论 #24229541 未加载
评论 #24230618 未加载
newscracker将近 5 年前
I get why you’re saying “Zoom for...”, but I see Zoom as a poorly designed, user hostile and anti-privacy platform. It’s good to see that your description also mentions security. But it doesn’t mention anything about the word “privacy” explicitly, and that’s a huge missed opportunity for any solution that claims to be a Zoom replacement or alternative.
rainboiboi将近 5 年前
For those searching for the pricing. Here you go:<p>Startup Unlimited calls Up to 20 people in a call Unlimited rooms<p>$20 per team member &#x2F; per month
ashton314将近 5 年前
Looks really cool! Any plans for an Emacs client?
评论 #24229740 未加载
JackMcMack将近 5 年前
I&#x27;d love to try it, but your terms of service seem to completely ignore GDPR.<p><a href="https:&#x2F;&#x2F;gitduck.com&#x2F;terms" rel="nofollow">https:&#x2F;&#x2F;gitduck.com&#x2F;terms</a><p><pre><code> 2. Communications By creating an Account on our Service, you agree to subscribe to newsletters, marketing or promotional materials and other information we may send. ... 11. Analytics We may use third party services (including Amplitude, Segment, Crisp and Google, and their respective affiliates) that collect, monitor and analyze this Log Data to provide analytics and other data to help us increase our Service’s functionality and to help us advertise our products and services. These third party service providers may use cookies, pixel tags, web beacons or other storage technology to collect and store Log Data or information from elsewhere on the internet. They have their own privacy policies addressing how they use Log Data and we do not have access to, nor control over, third parties’ use of cookies or other tracking technologies.</code></pre>
评论 #24244791 未加载
评论 #24236982 未加载
jaequery将近 5 年前
So most devs are on VSCode and they already have LiveShare which works pretty well.<p>Is the point of this for the non vscode crowd? Trying to understand what is the justification of paying for something like this.
评论 #24237068 未加载
klc1将近 5 年前
That&#x27;s amazing check out our project at: <a href="https:&#x2F;&#x2F;kidslearncoding.jdevcloud.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kidslearncoding.jdevcloud.com&#x2F;</a>
susa59001将近 5 年前
This looks great.<p>We&#x27;re trying to build something like this for sales team. Could you shed some light on the video tech you have used?
评论 #24237332 未加载
tommyderami将近 5 年前
I appreciated the copy of the landing page--my literal first question after &#x27;what is this?&#x27; was why would I use this when slack video and live share has been fine...it&#x27;s still a tough value proposition but I&#x27;ll certainly give it a spin and really would love to see a dev-built company like yours suceed!
评论 #24233217 未加载
评论 #24232099 未加载
beckingz将近 5 年前
This is really cool.<p>A couple of thoughts:<p>The screen share cannot be fullscreened(?), which makes it hard to see fine details.<p>The pair-programming code sharing didn&#x27;t work VSCode to Pycharm (Or my coworker didn&#x27;t get the plugin configured correctly in Pycharm).<p>Overall though, GitDuck seems like a great tool.
todd3834将近 5 年前
I might not be your target audience but is there any plan to support VIM users? Or perhaps even better a tmux plug-in?
评论 #24231425 未加载
评论 #24231433 未加载
athorax将近 5 年前
Site and demo won&#x27;t load for me.<p>The naming and references to &#x27;Zoom&#x27; are odd. Instead of &quot;Zoom for developers&quot; maybe explain exactly what that means? Is is screen sharing and group meetings?<p>When you compare yourself to zoom I immediately set the bar that the usability&#x2F;performance&#x2F;security&#x2F;etc. must at least be to their level.
评论 #24229333 未加载
评论 #24229444 未加载
abhijitnathwani将近 5 年前
This looks really coool! however, the pricing is little too high?
评论 #24233277 未加载
joaocosta将近 5 年前
Amazing work! Congrats guys!!!
random_dork1将近 5 年前
Cool stuff! Will try it.
willhang将近 5 年前
wow this experience is actually amazing!!!!! buttery smooth!
rrusev将近 5 年前
This is GREAT !!!
cirdes将近 5 年前
Congrats!
franciscomello将近 5 年前
Amazing!!!
koolba将近 5 年前
This name violates the git trademark policy: <a href="https:&#x2F;&#x2F;public-inbox.org&#x2F;git&#x2F;20170202022655.2jwvudhvo4hmueaw@sigill.intra.peff.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;public-inbox.org&#x2F;git&#x2F;20170202022655.2jwvudhvo4hmueaw...</a><p>I do like the “duck” part of it though!
评论 #24229265 未加载
评论 #24231919 未加载
peff将近 5 年前
Sounds neat, but I think your name runs afoul of Git&#x27;s trademark; see <a href="https:&#x2F;&#x2F;git-scm.com&#x2F;trademark" rel="nofollow">https:&#x2F;&#x2F;git-scm.com&#x2F;trademark</a>
评论 #24229574 未加载
zelly将近 5 年前
For a Linux user, you can already build such a system yourself quite trivially by installing an x11vnc server on your host, setting up a SSH tunnel to a remote server which forwards the host&#x27;s VNC port, and sharing SSH credentials with your colleagues who can use a VNC client to access your screen from Linux, Windows or Mac.
评论 #24230892 未加载
评论 #24230488 未加载
评论 #24230907 未加载
spartas将近 5 年前
If this project takes off, I see a lot of people mis-typing gitdick instead. Probably should either look at changing the name or at least also registering gitdick.com pre-emptively
评论 #24229230 未加载
dvduval将近 5 年前
It &quot;is zoom&quot; or it &quot;isn&#x27;t zoom&quot;? This was confusing to me. Perhaps you are directly integrating with zoom so actually it is zoom. Or else you have some sort of clone.
评论 #24232247 未加载
phist_mcgee将近 5 年前
Can I ask, why did you launch this product without all the major IDEs being supported? I use webstorm, but the thought that it won&#x27;t be supported for a few days means I may just forget about the product unless I am reminded again..
评论 #24232624 未加载
评论 #24233270 未加载