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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

We were not accepted into Google Summer of Code. So, we started our own

146 点作者 andre-z大约 1 年前

10 条评论

vander_elst大约 1 年前
In general it seems that organizations that are accepted to the GSoC program are no-profit like associations, that develop a product for the sake of developing it, probably there are also exceptions.<p>Anyway, it seems that qdrant is more a for-profit organization. So maybe that was the one of the criteria that was taken into account to exclude it?<p>My understanding might be wrong&#x2F;incomplete, please let me know if that&#x27;s not the case.
评论 #39495459 未加载
评论 #39495542 未加载
评论 #39495441 未加载
armchairhacker大约 1 年前
This is what Haskell did last summer: <a href="https:&#x2F;&#x2F;summer.haskell.org&#x2F;news&#x2F;2024-01-20-summer-of-haskell-2023-results.html" rel="nofollow">https:&#x2F;&#x2F;summer.haskell.org&#x2F;news&#x2F;2024-01-20-summer-of-haskell...</a>. Fortunately they got accepted this summer.
评论 #39497157 未加载
cperciva大约 1 年前
FWIW most organizations aren&#x27;t accepted every year -- they have a limited number of slots and they like to use some of those to invite new organizations in each year.<p>So don&#x27;t start looking for reasons why any organization wasn&#x27;t accepted; there probably isn&#x27;t one.
treprinum大约 1 年前
So they didn&#x27;t find potential hires that would work for free on improving qdrant without any certainty of employment, and now they are starting a competition for it (for free again)?
评论 #39497586 未加载
chaosprint大约 1 年前
I also applied with Glicol (<a href="https:&#x2F;&#x2F;glicol.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;glicol.org&#x2F;</a>) and got rejected. I guess the main reason is that the project is not as mature as others. I am basically working this project on my own with almost zero extra funding. There are so many places I want to change.<p>I am currently working on a new website. The old stack is Vite, Svelte and Windi CSS (discontinued unfortunately). So this time maybe Astro + Solid + Tailwind.<p>And I am also trying to rewrite the whole Rust backend if possible, so there is quite some work to be done. What I want to change most is to make the dsp algorithm of each node clear and easy to understand and contribute to. And I also hope that the entire rust project can have complete bench and test, as well as ci, and get rid of the proc macro.<p>Generally speaking, what I actually care about is how to compose music, and the new possibilities that live coding brings to improvisation and composition. There is also network cooperation, real-time or non-real-time cooperation, and cooperation with AI. What possibilities can these bring?<p>Let me know on GH or Discord if you are interested.<p>It&#x27;s a good chance to try Rust, WASM, DSP, etc.
评论 #39499021 未加载
minimaxir大约 1 年前
&gt; WASM-based dimension reduction viz<p>&gt; Implement a dimension reduction algorithm in Rust and compile to WASM and integrate the WASM code with Qdrant Web UI.<p>Easy, just use a Rust crate to fit a PCA (<a href="https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;pca" rel="nofollow">https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;pca</a>), then at runtime do a matmul between the fitted matrix and the embeddings to get it reduced. :P<p>Speaking of which, there&#x27;s a surprising spike in downloads for that crate on the date this blog post was made.<p>It&#x27;s not as simple in practice, and even popular dimensionality reduction techniques like UMAP require you to reference the original dataset which is infeasible for large datasets. The hacky approach that would be good for production use (maybe not &quot;just want to visualize 2D embeddings because they look cool&quot;) would be to train a small Parametric UMAP model (with likely a non-Rust implementation: <a href="https:&#x2F;&#x2F;umap-learn.readthedocs.io&#x2F;en&#x2F;latest&#x2F;parametric_umap.html" rel="nofollow">https:&#x2F;&#x2F;umap-learn.readthedocs.io&#x2F;en&#x2F;latest&#x2F;parametric_umap....</a>), then convert the trained model to ONNX for WASM.
评论 #39495205 未加载
eevmanu大约 1 年前
Just dropping my $0.02 cents on the Jepsen testing for Qdrant&#x27;s distributed guarantees. While Jepsen is a solid choice, have you considered throwing Antithesis [1] into the mix as well? If it&#x27;s already on your radar, then no worries, just figured I&#x27;d mention it.<p>[1]: <a href="https:&#x2F;&#x2F;antithesis.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;antithesis.com&#x2F;</a>
LorenDB大约 1 年前
What&#x27;s with the hashtags inside a normal blog post? It&#x27;s not like they&#x27;re writing this on Twitter or anything, and the hashtags aren&#x27;t clickable, so I wouldn&#x27;t expect this to serve as SEO. I would guess one of two things: (1) they plan to post the same content to social media or (2) they&#x27;ve decided that people search hashtags in their search engines in general.<p>I&#x27;d be interested if anybody has more insights into this.
评论 #39495406 未加载
评论 #39495395 未加载
评论 #39495545 未加载
评论 #39495392 未加载
ghostly_s大约 1 年前
This is the first GDPR banner I&#x27;ve ever seen that gives no options but &quot;Consent&quot; or &quot;block our cookies with your browser.&quot; Is this willful noncompliance?
评论 #39496659 未加载
评论 #39498191 未加载
评论 #39496697 未加载
productlordtr大约 1 年前
Who would spend even a minute for a unknown company called &#x27;Qdrant&#x27; ?<p>They would develop for Google because Google would give an additional value to their CV.
评论 #39495434 未加载
评论 #39495221 未加载
评论 #39495203 未加载
评论 #39495432 未加载
评论 #39498762 未加载